Skip to content

Commit

Permalink
feat!: use dependency path format from lockfile v6 (#7470)
Browse files Browse the repository at this point in the history
Drop lockfile v5 support.
  • Loading branch information
zkochan committed Jan 1, 2024
1 parent 50760de commit d2dca4e
Show file tree
Hide file tree
Showing 65 changed files with 864 additions and 1,069 deletions.
19 changes: 19 additions & 0 deletions .changeset/light-jobs-speak.md
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).
17 changes: 9 additions & 8 deletions __fixtures__/has-major-outdated-deps/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 11 additions & 10 deletions __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.

17 changes: 9 additions & 8 deletions __fixtures__/has-not-outdated-deps/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2dca4e

Please sign in to comment.