chore(deps): update pnpm to v9.15.9 - #106
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
August 7, 2024 00:43
9f37422 to
b591716
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
August 14, 2024 15:54
b591716 to
8e53788
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
2 times, most recently
from
August 26, 2024 16:36
5cbaf4f to
d254fff
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
September 9, 2024 16:27
d254fff to
2bc3856
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
September 20, 2024 13:25
2bc3856 to
a415de8
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
2 times, most recently
from
October 7, 2024 16:43
07ce7f7 to
d248861
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
October 16, 2024 15:17
d248861 to
4a9129d
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
October 28, 2024 03:43
4a9129d to
cde9fb8
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
2 times, most recently
from
November 14, 2024 20:19
4e06519 to
2a89f74
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
November 15, 2024 03:27
2a89f74 to
743d358
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
November 20, 2024 02:00
743d358 to
4642f47
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
November 20, 2024 11:36
4642f47 to
8bea7da
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
November 28, 2024 18:03
8bea7da to
d5a338e
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
November 29, 2024 13:46
d5a338e to
5f6df3f
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
December 6, 2024 16:05
5f6df3f to
81ccadb
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
December 20, 2024 00:41
81ccadb to
5764ae3
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
December 28, 2024 22:50
5764ae3 to
ae3830f
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
January 6, 2025 02:11
ae3830f to
2fcfffa
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
January 13, 2025 21:37
2fcfffa to
ea0225c
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
February 2, 2025 21:09
ea0225c to
757b588
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
February 24, 2025 13:25
757b588 to
b8b382a
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
March 6, 2025 15:13
b8b382a to
df903a5
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
March 10, 2025 02:23
df903a5 to
c52ae03
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-9.x
branch
from
March 10, 2025 07:20
c52ae03 to
293d5a3
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:
9.5.0→9.15.9Release Notes
pnpm/pnpm (pnpm)
v9.15.9: pnpm 9.15.9Compare Source
Patch Changes
Platinum Sponsors
Gold Sponsors
v9.15.8: pnpm 9.15.8Compare Source
Patch Changes
pnpm self-updateshould always update the version in thepackageManagerfield ofpackage.json.--silentreporting is used.--loglevelis set toerror, don't show installation summary, execution time, and big tarball download progress.--loglevel=erroris used.Platinum Sponsors
Gold Sponsors
v9.15.7: pnpm 9.15.7Compare Source
Patch Changes
pnpm self-updateshould not leave a directory with a broken pnpm installation if the installation fails.--config.prefix such as--@scope:registry=https://scope.example.com/npm#9089.pnpm self-updateshould not read the pnpm settings from thepackage.jsonfile in the current working directory.pnpm update -ishould list only packages that have newer versions #9206.catalogssection of thepnpm-lock.yamlfile to be removed whendedupe-peer-dependents=falseon a filtered install. #9112Platinum Sponsors
Gold Sponsors
v9.15.6: pnpm 9.15.6Compare Source
Patch Changes
packageManagercannot start withv.pnpm-lock.yamlfile when using--fix-lockfileand--filter. #8639v9.15.5: pnpm 9.15.5Compare Source
Patch Changes
pnpm install, thepreprepareandpostpreparescripts of the project should be executed #8989.strip-ansiwith the built-inutil.stripVTControlCharacters#9009.Platinum Sponsors
Gold Sponsors
v9.15.4: pnpm 9.15.4Compare Source
Patch Changes
pnpm update --latest <pkg>updates only the specified package, withdedupe-peer-dependents=true.Platinum Sponsors
Gold Sponsors
v9.15.3: pnpm 9.15.3Compare Source
Patch Changes
pnpm update --filter <pattern> --latest <pkg>should only change the specified package for the specified workspace, whendedupe-peer-dependentsis set totrue#8877..DS_Storefile atpatch-commit#8922.pnpm patchis unable to bring back old patch without specifying@versionsuffix #8919.Platinum Sponsors
Gold Sponsors
v9.15.2: pnpm 9.15.2Compare Source
Patch Changes
publish/packerror with workspace dependencies with relative paths #8904. It was broken inv9.4.0(398472c).pnpm patchon Windows #7546.git ls-remoteworks via HTTPS #8906.Platinum Sponsors
Gold Sponsors
v9.15.1: pnpm 9.15.1Compare Source
Patch Changes
pnpm removeshould not link dependencies from the workspace, whenlink-workspace-packagesis set tofalse#7674.node_modulesshould not fail, when a dependency has itself in its own peer dependencies #8854.Platinum Sponsors
Gold Sponsors
v9.15.0: pnpm 9.15Compare Source
Minor Changes
Patch Changes
pnpm update --globalshould not crash if there are no any global packages installed #7898.pnpm update --interactiveif catalogs are used.Platinum Sponsors
Gold Sponsors
v9.14.4: pnpm 9.14.4Compare Source
Patch Changes
Platinum Sponsors
Gold Sponsors
Silver Sponsors
❗ Important
✂ PR body was truncated to here.
Configuration
📅 Schedule: (UTC)
* * * * 0,6)🚦 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 was generated by Mend Renovate. View the repository job log.