-
Notifications
You must be signed in to change notification settings - Fork 54
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.5 #166
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
我们已跳过审查此拉取请求。原因如下:
- 它似乎是由机器人创建的(嘿,renovate[bot]!)。我们假设它知道自己在做什么!
- 我们不审查包管理更改 - 如果您希望我们更改此策略,请联系我们。
Original comment in English
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.
审阅者指南 by Sourcery此拉取请求将 pnpm 版本从 9.15.4 更新到 9.15.5。这是一个包含错误修复和改进的补丁更新。 更新的 pnpm install 行为序列图sequenceDiagram
participant User
participant PNPM
participant Scripts
participant Git
participant Proxy
User->>PNPM: pnpm install
activate PNPM
PNPM->>Scripts: Execute preprepare script
Scripts-->>PNPM: preprepare complete
alt Git dependencies
PNPM->>Proxy: Check proxy settings
Proxy->>Git: Forward request
Git-->>PNPM: Return dependencies
end
PNPM->>Scripts: Execute postprepare script
Scripts-->>PNPM: postprepare complete
PNPM-->>User: Installation complete
deactivate PNPM
改进的包发布验证序列图sequenceDiagram
participant User
participant PNPM
participant Validator
User->>PNPM: pnpm publish
activate PNPM
PNPM->>Validator: Validate package name
alt Invalid package name
Validator-->>PNPM: Validation failed
PNPM-->>User: Error: Invalid package name
else Valid package name
Validator-->>PNPM: Validation passed
PNPM-->>User: Continue with publish
end
deactivate PNPM
文件级别变更
可能关联的问题
提示和命令与 Sourcery 交互
自定义您的体验访问您的仪表板以:
获取帮助Original review guide in EnglishReviewer's Guide by SourceryThis pull request updates the pnpm version from 9.15.4 to 9.15.5. This is a patch update that includes bug fixes and improvements. Sequence diagram for updated pnpm install behaviorsequenceDiagram
participant User
participant PNPM
participant Scripts
participant Git
participant Proxy
User->>PNPM: pnpm install
activate PNPM
PNPM->>Scripts: Execute preprepare script
Scripts-->>PNPM: preprepare complete
alt Git dependencies
PNPM->>Proxy: Check proxy settings
Proxy->>Git: Forward request
Git-->>PNPM: Return dependencies
end
PNPM->>Scripts: Execute postprepare script
Scripts-->>PNPM: postprepare complete
PNPM-->>User: Installation complete
deactivate PNPM
Sequence diagram for improved package publish validationsequenceDiagram
participant User
participant PNPM
participant Validator
User->>PNPM: pnpm publish
activate PNPM
PNPM->>Validator: Validate package name
alt Invalid package name
Validator-->>PNPM: Validation failed
PNPM-->>User: Error: Invalid package name
else Valid package name
Validator-->>PNPM: Validation passed
PNPM-->>User: Continue with publish
end
deactivate PNPM
File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
This PR contains the following updates:
9.15.4
->9.15.5
Release Notes
pnpm/pnpm (pnpm)
v9.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.