-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(FUTURE): terse lockfile (v4) (#25059)
- Loading branch information
Showing
12 changed files
with
122 additions
and
98 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 13 additions & 11 deletions
24
tests/specs/install/future_install_local_deno/deno.lock.out
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
15 changes: 7 additions & 8 deletions
15
tests/specs/install/future_install_node_modules/deno.lock.out
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 16 additions & 23 deletions
39
tests/specs/lockfile/frozen_lockfile/frozen_package_json_changed.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,18 @@ | ||
Download http://localhost:4260/@denotest/bin | ||
error: The lockfile is out of date. Run `deno cache --frozen=false` or rerun with `--frozen=false` to update it. | ||
error: The lockfile is out of date. Run `deno cache --frozen=false`, `deno install --frozen=false`, or rerun with `--frozen=false` to update it. | ||
changes: | ||
5 | - "npm:@denotest/add@1": "npm:@denotest/add@1.0.0" | ||
5 | + "npm:@denotest/add@1": "npm:@denotest/add@1.0.0", | ||
6 | + "npm:@denotest/bin@0.7.0": "npm:@denotest/bin@0.7.0" | ||
11 | - } | ||
12 | - } | ||
13 | - }, | ||
14 | - "remote": {} | ||
12 | + }, | ||
13 | + "@denotest/bin@0.7.0": { | ||
14 | + "integrity": "[WILDCARD]", | ||
15 | + "dependencies": {} | ||
16 | + } | ||
17 | + } | ||
18 | + }, | ||
19 | + "remote": {}, | ||
20 | + "workspace": { | ||
21 | + "packageJson": { | ||
22 | + "dependencies": [ | ||
23 | + "npm:@denotest/bin@0.7.0" | ||
24 | + ] | ||
25 | + } | ||
26 | + } | ||
4 | - "npm:@denotest/add@1": "npm:@denotest/add@1.0.0" | ||
4 | + "npm:@denotest/add@1": "npm:@denotest/add@1.0.0", | ||
5 | + "npm:@denotest/bin@0.7.0": "npm:@denotest/bin@0.7.0" | ||
9 | - } | ||
10 | + }, | ||
11 | + "@denotest/bin@0.7.0": { | ||
12 | + "integrity": "[WILDLINE]" | ||
13 | + } | ||
14 | + }, | ||
15 | + "workspace": { | ||
16 | + "packageJson": { | ||
17 | + "dependencies": [ | ||
18 | + "npm:@denotest/bin@0.7.0" | ||
19 | + ] | ||
20 | + } |
37 changes: 15 additions & 22 deletions
37
tests/specs/lockfile/frozen_lockfile/frozen_package_json_changed_install.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,17 @@ | ||
error: The lockfile is out of date. Run `deno cache --frozen=false`, `deno install --frozen=false`, or rerun with `--frozen=false` to update it. | ||
changes: | ||
5 | - "npm:@denotest/add@1": "npm:@denotest/add@1.0.0" | ||
5 | + "npm:@denotest/add@1": "npm:@denotest/add@1.0.0", | ||
6 | + "npm:@denotest/bin@0.7.0": "npm:@denotest/bin@0.7.0" | ||
11 | - } | ||
12 | - } | ||
13 | - }, | ||
14 | - "remote": {} | ||
12 | + }, | ||
13 | + "@denotest/bin@0.7.0": { | ||
14 | + "integrity": "[WILDCARD]", | ||
15 | + "dependencies": {} | ||
16 | + } | ||
17 | + } | ||
18 | + }, | ||
19 | + "remote": {}, | ||
20 | + "workspace": { | ||
21 | + "packageJson": { | ||
22 | + "dependencies": [ | ||
23 | + "npm:@denotest/bin@0.7.0" | ||
24 | + ] | ||
25 | + } | ||
26 | + } | ||
4 | - "npm:@denotest/add@1": "npm:@denotest/add@1.0.0" | ||
4 | + "npm:@denotest/add@1": "npm:@denotest/add@1.0.0", | ||
5 | + "npm:@denotest/bin@0.7.0": "npm:@denotest/bin@0.7.0" | ||
9 | - } | ||
10 | + }, | ||
11 | + "@denotest/bin@0.7.0": { | ||
12 | + "integrity": "[WILDLINE]" | ||
13 | + } | ||
14 | + }, | ||
15 | + "workspace": { | ||
16 | + "packageJson": { | ||
17 | + "dependencies": [ | ||
18 | + "npm:@denotest/bin@0.7.0" | ||
19 | + ] | ||
20 | + } |