-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: use dependency path format from lockfile v6 (#7470)
Drop lockfile v5 support.
- Loading branch information
Showing
65 changed files
with
864 additions
and
1,069 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
"@pnpm/reviewing.dependencies-hierarchy": major | ||
"@pnpm/merge-lockfile-changes": major | ||
"@pnpm/license-scanner": major | ||
"@pnpm/filter-lockfile": major | ||
"@pnpm/lockfile-to-pnp": major | ||
"@pnpm/lockfile-walker": major | ||
"@pnpm/dependency-path": major | ||
"@pnpm/lockfile-utils": major | ||
"@pnpm/prune-lockfile": major | ||
"@pnpm/lockfile-file": major | ||
"@pnpm/npm-resolver": major | ||
"@pnpm/outdated": major | ||
"@pnpm/make-dedicated-lockfile": minor | ||
"@pnpm/mount-modules": minor | ||
"@pnpm/constants": major | ||
--- | ||
|
||
Support for lockfile v5 is dropped. Use pnpm v8 to convert lockfile v5 to lockfile v6 [#7470](https://github.com/pnpm/pnpm/pull/7470). |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
21 changes: 11 additions & 10 deletions
21
__fixtures__/has-not-outdated-deps/node_modules/.pnpm/lock.yaml
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.
17 changes: 9 additions & 8 deletions
17
__fixtures__/has-outdated-deps-and-external-shrinkwrap/node_modules/.pnpm/lock.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
17 changes: 9 additions & 8 deletions
17
__fixtures__/has-outdated-deps-and-external-shrinkwrap/pnpm-lock.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.