chore(deps): update pnpm to v8.14.0 #1092
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.12.0->8.14.0>=8.12.0->>=8.14.0Release Notes
pnpm/pnpm (pnpm)
v8.14.0Compare Source
Minor Changes
hoist-workspace-packagesis set totrue, packages from the workspace are symlinked to either<workspace_root>/node_modules/.pnpm/node_modulesor to<workspace_root>/node_modulesdepending on other hoisting settings (hoist-patternandpublic-hoist-pattern) #7451.pnpm dedupecommand now accepts more command line options that thepnpm installcommand also accepts. Example:pnpm dedupe --store-dir=local-store-dirPatch Changes
pnpm deployshould not touch the target directory if it already exists and isn't empty #7351.pnpm add a-module-already-in-dev-depswill show a message to notice the user that the package was not moved to "dependencies" #926 and fix #7319.Our Gold Sponsors
Our Silver Sponsors
v8.13.1Minor Changes
New commands added for inspecting the store:
pnpm cat-index: Prints the index file of a specific package in the store. The package is specified by its name and version:
pnpm cat-file: Prints the contents of a file based on the hash value stored in the index file. For example:
(EXPERIMENTAL) pnpm find-hash: Lists the packages that include the file with the specified hash. For example:
This command is experimental. We might change how it behaves.
Related issue: #7413.
A new setting added for symlinking injected dependencies from the workspace, if their dependencies use the same peer dependencies as the dependent package. The setting is called
dedupe-injected-deps#7416.Use
--fail-if-no-matchif you want the CLI fail if no packages were matched by the command #7403.Patch Changes
pnpm list --parseableshould not print the same dependency multiple times #7429.pnpm envcommands #7456.pnpm update --interactivecommand #7439.update -i -rwith Git specifiers #7415.Our Gold Sponsors
Our Silver Sponsors
v8.12.1Compare Source
Patch Changes
--fix-lockfilecrashes on tarballs #7368.node_modulesdirectory cannot be removed #7405.Our Gold Sponsors
Our Silver Sponsors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.