chore(deps): update pnpm to v8 - autoclosed#11
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: pnpm-lock.yaml |
86c6f92 to
7561a7a
Compare
7561a7a to
540e0ad
Compare
04e2027 to
8ce2d23
Compare
1a54ea3 to
fa7de0b
Compare
fa7de0b to
a2e0916
Compare
29c49fa to
71e9971
Compare
7d169b4 to
b3db470
Compare
b3db470 to
2b51710
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
7.30.5->8.6.5Release Notes
pnpm/pnpm (pnpm)
v8.6.5Compare Source
Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v8.6.4Compare Source
Patch Changes
.npmrcfile #6354.Our Gold Sponsors
Our Silver Sponsors
v8.6.3Compare Source
Patch Changes
APPDATAenv variable is not set on Windows #6659.node-linkeris set tohoisted#6680.pnpm update --global --latestshould work #3779.pnpm license lsshould work even when there is a patched git protocol dependency #6595Our Gold Sponsors
Our Silver Sponsors
v8.6.2Compare Source
Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v8.6.1Compare Source
Patch Changes
When
dedupe-peer-dependentsis enabled (default), use the path (not id) to determine compatibility.When multiple dependency groups can be deduplicated, the latter ones are sorted according to number of peers to allow them to benefit from deduplication.
Resolves: #6605
Some minor performance improvements by removing await from loops #6617.
Our Gold Sponsors
Our Silver Sponsors
v8.6.0Compare Source
Minor Changes
Some settings influence the structure of the lockfile, so we cannot reuse the lockfile if those settings change. As a result, we need to store such settings in the lockfile. This way we will know with which settings the lockfile has been created.
A new field will now be present in the lockfile:
settings. It will store the values of two settings:autoInstallPeersandexcludeLinksFromLockfile. If someone tries to perform afrozen-lockfileinstallation and their active settings don't match the ones in the lockfile, then an error message will be thrown.The lockfile format version is bumped from v6.0 to v6.1.
Related PR: #6557
Related issue: #6312
A new setting,
exclude-links-from-lockfile, is now supported. When enabled, specifiers of local linked dependencies won't be duplicated in the lockfile.This setting was primarily added for use by Bit CLI, which links core aspects to
node_modulesfrom external directories. As such, the locations may vary across different machines, resulting in the generation of lockfiles with differing locations.Patch Changes
npm:foo@1.0.0becomesnpm:foo@1.1.0.workspace:protocol is not found in the workspace #4477.pnpm rebuildshould not fail whennode-linkeris set tohoistedand there are skipped optional dependencies #6553.Our Gold Sponsors
Our Silver Sponsors
v8.5.1Compare Source
Patch Changes
package.jsonfile(s), print out what are the differences #6536.Our Gold Sponsors
Our Silver Sponsors
v8.5.0Compare Source
Minor Changes
pnpm patch-removecommand added #6521.Patch Changes
pnpm link -g <pkg-name>should not modify thepackage.jsonfile #4341.node_modulesdirectory #6510.enginesfield should match prerelease versions #6509.Our Gold Sponsors
Our Silver Sponsors
v8.4.0Compare Source
Minor Changes
pnpm publishsupports the--provenanceCLI option #6435.Patch Changes
node-linkeris set tohoisted6486.node_modulesdirectory unless the--forceoption is passed.node_modulesfolder with a.modules.yamlfile if there are no dependencies insidenode_modules.Our Gold Sponsors
Our Silver Sponsors
v8.3.1Compare Source
Patch Changes
node-fetchto fix an error that happens on Node.js 20 #6424.Our Gold Sponsors
Our Silver Sponsors
v8.3.0Compare Source
Minor Changes
pnpm packcommand using thepack-gzip-levelsetting #6393.--checkflag topnpm dedupe. No changes will be made tonode_modulesor the lockfile. Exits with a non-zero status code if changes are possible.pnpm install --resolution-onlyre-runs resolution to print out any peer dependency issues #6411.Patch Changes
publishConfig.directoryof an injected workspace dependency does not exist #6396.Our Gold Sponsors
Our Silver Sponsors
v8.2.0Compare Source
Minor Changes
.npmrc. This is a convention used by Yarn too.Using
${NAME-fallback}will returnfallbackifNAMEisn't set.${NAME:-fallback}will returnfallbackifNAMEisn't set, or is an empty string #6018.Patch Changes
-gto mismatch registries error info when original command has-goption #6224.pnpm config get <key>should print boolean values #6360link:protocol inpackage.json#6372Our Gold Sponsors
Our Silver Sponsors