-
-
Notifications
You must be signed in to change notification settings - Fork 29
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 v9.15.9 #288
base: main
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request updates the pnpm version from 9.15.4 to 9.15.5. This is a dependency update, and the changes are limited to the package.json file. Sequence diagram for updated pnpm install behaviorsequenceDiagram
participant User
participant PNPM
participant Scripts
User->>PNPM: pnpm install
activate PNPM
PNPM->>Scripts: Execute preprepare script
activate Scripts
Scripts-->>PNPM: preprepare complete
deactivate Scripts
PNPM->>PNPM: Install dependencies
PNPM->>Scripts: Execute prepare script
activate Scripts
Scripts-->>PNPM: prepare complete
deactivate Scripts
PNPM->>Scripts: Execute postprepare script
activate Scripts
Scripts-->>PNPM: postprepare complete
deactivate Scripts
PNPM-->>User: Installation complete
deactivate PNPM
Sequence diagram for improved Git dependency resolutionsequenceDiagram
participant PNPM
participant Proxy
participant Git
PNPM->>Proxy: Request with proxy settings
activate Proxy
Proxy->>Git: Forward request
activate Git
Git-->>Proxy: Return Git dependency
deactivate Git
Proxy-->>PNPM: Return response
deactivate Proxy
File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
b6b3341
to
e92b39c
Compare
e92b39c
to
7afcfd2
Compare
7afcfd2
to
1d78292
Compare
This PR contains the following updates:
9.15.4
->9.15.9
Release Notes
pnpm/pnpm (pnpm)
v9.15.9
Compare Source
v9.15.8
Compare Source
v9.15.7
: pnpm 9.15.7Compare Source
Patch Changes
pnpm self-update
should 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-update
should not read the pnpm settings from thepackage.json
file in the current working directory.pnpm update -i
should list only packages that have newer versions #9206.catalogs
section of thepnpm-lock.yaml
file to be removed whendedupe-peer-dependents=false
on a filtered install. #9112Platinum Sponsors
Gold Sponsors
v9.15.6
: pnpm 9.15.6Compare Source
Patch Changes
packageManager
cannot start withv
.pnpm-lock.yaml
file when using--fix-lockfile
and--filter
. #8639v9.15.5
: pnpm 9.15.5Compare Source
Patch Changes
pnpm install
, thepreprepare
andpostprepare
scripts of the project should be executed #8989.strip-ansi
with the built-inutil.stripVTControlCharacters
#9009.Platinum Sponsors
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 was generated by Mend Renovate. View the repository job log.