-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update pnpm to v8.14.0 #38
Merged
Merged
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
renovate
bot
changed the title
chore(deps): update pnpm to v8.9.1
chore(deps): update pnpm to v8.9.2
Oct 16, 2023
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
October 16, 2023 00:04
d25aa1a
to
e716b44
Compare
renovate
bot
changed the title
chore(deps): update pnpm to v8.9.2
chore(deps): update pnpm to v8.10.0
Oct 27, 2023
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
October 27, 2023 17:16
e716b44
to
6fe63c6
Compare
renovate
bot
changed the title
chore(deps): update pnpm to v8.10.0
chore(deps): update pnpm to v8.10.1
Nov 1, 2023
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
November 1, 2023 13:50
6fe63c6
to
bdd1971
Compare
renovate
bot
changed the title
chore(deps): update pnpm to v8.10.1
chore(deps): update pnpm to v8.10.2
Nov 1, 2023
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
November 1, 2023 18:45
bdd1971
to
f0137bd
Compare
renovate
bot
changed the title
chore(deps): update pnpm to v8.10.2
chore(deps): update pnpm to v8.10.3
Nov 12, 2023
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
November 12, 2023 12:56
f0137bd
to
c9d676f
Compare
renovate
bot
changed the title
chore(deps): update pnpm to v8.10.3
chore(deps): update pnpm to v8.10.4
Nov 13, 2023
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
November 13, 2023 15:45
c9d676f
to
932479c
Compare
renovate
bot
changed the title
chore(deps): update pnpm to v8.10.4
chore(deps): update pnpm to v8.10.5
Nov 14, 2023
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
November 14, 2023 12:21
932479c
to
a2b14e4
Compare
renovate
bot
changed the title
chore(deps): update pnpm to v8.10.5
chore(deps): update pnpm to v8.11.0
Nov 24, 2023
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
November 24, 2023 18:35
a2b14e4
to
3504140
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
December 9, 2023 01:33
3504140
to
35cfed9
Compare
renovate
bot
changed the title
chore(deps): update pnpm to v8.11.0
chore(deps): update pnpm to v8.12.0
Dec 9, 2023
renovate
bot
changed the title
chore(deps): update pnpm to v8.12.0
chore(deps): update pnpm to v8.12.1
Dec 13, 2023
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
December 13, 2023 11:17
35cfed9
to
edffb32
Compare
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
December 26, 2023 16:01
edffb32
to
00679c2
Compare
renovate
bot
changed the title
chore(deps): update pnpm to v8.12.1
chore(deps): update pnpm to v8.13.1
Dec 26, 2023
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
January 3, 2024 01:17
00679c2
to
14b02a3
Compare
renovate
bot
changed the title
chore(deps): update pnpm to v8.13.1
chore(deps): update pnpm to v8.14.0
Jan 3, 2024
renovate
bot
force-pushed
the
renovate/pnpm-8.x
branch
from
January 9, 2024 14:21
14b02a3
to
320b5a4
Compare
🍹
|
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:
8.9.0
->8.14.0
Release Notes
pnpm/pnpm (pnpm)
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
v8.10.2
Compare Source
Patch Changes
Our Gold Sponsors
Our Silver Sponsors