This repository was archived by the owner on Jul 14, 2023. It is now read-only.
Update pnpm to v7.33.3 - #102
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
December 26, 2022 02:17
00e090b to
7286413
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
December 28, 2022 18:35
7286413 to
9109121
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
January 3, 2023 17:06
9109121 to
8e1fc1c
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
January 9, 2023 04:43
8e1fc1c to
1d7bf4c
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
January 10, 2023 15:40
1d7bf4c to
652dcea
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
January 11, 2023 03:08
652dcea to
fb025a1
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
January 13, 2023 23:33
fb025a1 to
94a64f2
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
January 19, 2023 14:45
94a64f2 to
eefe855
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
January 24, 2023 13:34
eefe855 to
16446c4
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
March 23, 2023 21:14
3ec02d1 to
5217a52
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
March 23, 2023 23:05
5217a52 to
7702bcf
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
March 24, 2023 14:24
7702bcf to
75cb484
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
March 27, 2023 23:30
75cb484 to
cbb1a5f
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
April 17, 2023 10:51
cbb1a5f to
4381081
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
April 18, 2023 01:00
4381081 to
c7c52d4
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
April 20, 2023 13:33
c7c52d4 to
3e91591
Compare
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 |
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
May 6, 2023 23:53
3e91591 to
58117ef
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-7.x
branch
from
May 9, 2023 22:05
58117ef to
88e5c2d
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.18.2->7.33.3⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
pnpm/pnpm (pnpm)
v7.33.3Compare Source
Patch Changes
package.jsonshould not fail, when the dependency is read from cache #6721.Our Gold Sponsors
Our Silver Sponsors
v7.33.2Compare Source
Patch Changes
node-linkeris set tohoisted#6680..npmrcfile #6354.pnpm update --global --latestshould work #3779.Our Gold Sponsors
Our Silver Sponsors
v7.33.1Compare Source
Patch Changes
When
dedupe-peer-dependentsis enabled, 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
Change lockfile version back to 6.0 as previous versions of pnpm fail to parse the version correctly.
Our Gold Sponsors
Our Silver Sponsors
v7.33.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
Patch Changes
npm:foo@1.0.0becomesnpm:foo@1.1.0.workspace:protocol is not found in the workspace #4477.updateConfig.ignoreDependencies#6548Our Gold Sponsors
Our Silver Sponsors
v7.32.5Compare Source
Patch Changes
pnpm rebuildshould not fail whennode-linkeris set tohoistedand there are skipped optional dependencies #6553.Our Gold Sponsors
Our Silver Sponsors
v7.32.4Compare Source
Patch Changes
pnpm link -g <pkg-name>should not modify thepackage.jsonfile #4341.enginesfield should match prerelease versions #6509.pnpm publish --otpshould work #6514.Our Gold Sponsors
Our Silver Sponsors
v7.32.3Compare Source
Patch Changes
node-linkeris set tohoisted6486.Our Gold Sponsors
Our Silver Sponsors
v7.32.2Compare Source
Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v7.32.1Compare Source
Patch Changes
publishConfig.directoryof an injected workspace dependency does not exist #6396.Our Gold Sponsors
Our Silver Sponsors
v7.32.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
pnpm config get <key>returns empty when the value is a booleanlink:protocol inpackage.json.Our Gold Sponsors
Our Silver Sponsors
v7.31.0Compare Source
Minor Changes
ignore-workspace-cyclesto silence workspace cycle warning #6308.Patch Changes
@yarnpkg/shellto fix issues in the shell emulator #6320.@char #6332.Our Gold Sponsors
Our Silver Sponsors
v7.30.5Compare Source
Patch Changes
pnpm auditshould work even if there are nopackage.jsonfile, just apnpm-lock.yamlfile.dedupe-peer-dependentsistrue#6154.Our Gold Sponsors
Our Silver Sponsors
v7.30.4Compare Source
v7.30.3Compare Source
Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v7.30.2Compare Source
v7.30.1Compare Source
Patch Changes
pnpm-lock.yamlfile if it has no changes andpnpm install --frozen-lockfilewas executed #6158.git+sshthat use semver selectors #6239.pnpm auditoutput #6203Our Gold Sponsors
Our Silver Sponsors
v7.30.0Compare Source
Minor Changes
patches-dirsetting #6215Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v7.29.3Compare Source
Patch Changes
node_modules/.pnpm/node_modulesdirectory through theNODE_PATHenv variable, then the command's ownnode_modulesdirectory #5176.extend-node-pathis set back totrueby default. It was set tofalsein v7.29.2 in order to fix issues with multiple versions of Jest in one workspace. It has caused other issues, so now we keep extendingNODE_PATH. We have fixed the Jest issue with a different solution #6213.Our Gold Sponsors
Our Silver Sponsors
v7.29.2Compare Source
v7.29.1Compare Source
Patch Changes
Our Gold 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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.