This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update pnpm to v8 #41
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/pnpm-8.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
⚠ 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-8.x
branch
2 times, most recently
from
June 11, 2023 21:35
b2b7747
to
79e7590
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
3 times, most recently
from
June 26, 2023 12:51
818c6c4
to
9d755da
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
2 times, most recently
from
July 10, 2023 01:29
229ff26
to
0903808
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
3 times, most recently
from
July 24, 2023 01:55
5b0466a
to
2853345
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
2 times, most recently
from
August 6, 2023 12:03
340ca99
to
1b15132
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
2 times, most recently
from
August 31, 2023 19:49
9274319
to
1a491b8
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
4 times, most recently
from
September 11, 2023 15:42
2612b70
to
3084d9c
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
September 17, 2023 22:37
3084d9c
to
a4e697b
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
September 26, 2023 14:45
a4e697b
to
494fb48
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
3 times, most recently
from
October 16, 2023 00:43
1a5f5b5
to
4b259c7
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
3 times, most recently
from
November 1, 2023 16:57
f076acf
to
378bd09
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
2 times, most recently
from
November 13, 2023 17:01
bc3495c
to
6c5b8ea
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
November 14, 2023 13:57
6c5b8ea
to
856dfd2
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
November 24, 2023 19:26
856dfd2
to
fb8665e
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
2 times, most recently
from
December 13, 2023 13:25
77a9d21
to
8279452
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
December 26, 2023 19:57
8279452
to
f8faeb9
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
January 3, 2024 02:05
f8faeb9
to
5a4f7c4
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
January 10, 2024 16:15
5a4f7c4
to
6043085
Compare
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.22.0
->8.14.1
Release Notes
pnpm/pnpm (pnpm)
v8.14.1
Compare Source
Patch Changes
pnpm publish
#7316.hoisted-workspace-packages
istrue
don't hoist the root package even if it has a name. Otherwise we would create a circular symlink.Our Gold Sponsors
Our Silver Sponsors
v8.14.0
Compare Source
Minor Changes
hoist-workspace-packages
is set totrue
, packages from the workspace are symlinked to either<workspace_root>/node_modules/.pnpm/node_modules
or to<workspace_root>/node_modules
depending on other hoisting settings (hoist-pattern
andpublic-hoist-pattern
) #7451.pnpm dedupe
command now accepts more command line options that thepnpm install
command also accepts. Example:pnpm dedupe --store-dir=local-store-dir
Patch Changes
pnpm deploy
should not touch the target directory if it already exists and isn't empty #7351.pnpm add a-module-already-in-dev-deps
will 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.1
Minor 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-match
if you want the CLI fail if no packages were matched by the command #7403.Patch Changes
pnpm list --parseable
should not print the same dependency multiple times #7429.pnpm env
commands #7456.pnpm update --interactive
command #7439.update -i -r
with Git specifiers #7415.Our Gold Sponsors
Our Silver Sponsors
v8.12.1
Compare Source
Patch Changes
--fix-lockfile
crashes on tarballs #7368.node_modules
directory cannot be removed #7405.Our Gold Sponsors
Our Silver Sponsors
v8.12.0
Compare Source
Minor Changes
Patch Changes
dedupe-direct-deps
is set totrue
, commands of dependencies should be deduplicated #7359.Our Gold Sponsors
Our Silver Sponsors
v8.11.0
Compare Source
Minor Changes
(IMPORTANT) When the package tarballs aren't hosted on the same domain on which the registry (the server with the package metadata) is, the dependency keys in the lockfile should only contain
/<pkg_name>@​<pkg_version
, not<domain>/<pkg_name>@​<pkg_version>
.This change is a fix to avoid the same package from being added to
node_modules/.pnpm
multiple times. The change to the lockfile is backward compatible, so previous versions of pnpm will work with the fixed lockfile.We recommend that all team members update pnpm in order to avoid repeated changes in the lockfile.
Related PR: #7318.
Patch Changes
pnpm add a-module-already-in-dev-deps
will show a message to notice the user that the package was not moved to "dependencies" #926.Our Gold Sponsors
Our Silver Sponsors
v8.10.5
Compare Source
Patch Changes
pnpm-workspace.yaml
file #7307.Our Gold Sponsors
Our Silver Sponsors
v8.10.4
Compare Source
Patch Changes
node-linker
was set tohoisted
#6227.Our Gold Sponsors
Our Silver Sponsors
v8.10.3
Compare Source
Patch Changes
(Important) Increased the default amount of allowed concurrent network request on systems that have more than 16 CPUs #7285.
pnpm patch
should reuse existing patch whenshared-workspace-file=false
#7252.Don't retry fetching missing packages, since the retries will never work #7276.
When using
pnpm store prune --force
alien directories are removed from the store #7272.Downgraded
npm-packlist
because the newer version significantly slows down the installation of local directory dependencies, making it unbearably slow.npm-packlist
was upgraded in this PR to fix #6997. We added our own file deduplication to fix the issue of duplicate file entries.Fixed a performance regression on running installation on a project with an up to date lockfile #7297.
Throw an error on invalid
pnpm-workspace.yaml
file #7273.Our Gold Sponsors
Our Silver Sponsors