Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: use dependency path format from lockfile v6 #7470

Merged
merged 22 commits into from
Jan 1, 2024
Merged
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.