chore(deps): update dependency undici to v8.5.0#824
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
144a2b4 to
85c55df
Compare
fengmk2
added a commit
that referenced
this pull request
Jun 16, 2026
## Problem Renovate PRs fail at the **Setup Vite+** step because CI runs `sfw vp install` (Socket Firewall Free), which enforces pnpm's `minimumReleaseAge` cooldown. Renovate opens update PRs the moment a version is published, so the lockfile fails the supply-chain policy check: ``` [ERR_PNPM_MINIMUM_RELEASE_AGE_VIOLATION] 1 lockfile entries failed verification ``` Seen on the undici 8.4.1 -> 8.5.0 PR (#824). ## Fix - `minimumReleaseAge: "3 days"` for all npm packages, so updates age past the sfw cooldown before a PR opens. - `minimumReleaseAge: "0 days"` for the vite-plus group, which is already in `minimumReleaseAgeExclude` in `pnpm-workspace.yaml` and can update immediately. Values mirror voidzero's `Boshen/renovate` preset used with the same sfw setup. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated dependency update configuration to adjust how quickly new package releases are considered available (reduced minimum release age for certain rules and broadened matching patterns). <!-- end of auto-generated comment: release notes by coderabbit.ai -->
85c55df to
5cd78f4
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:
8.4.1→8.5.0Release Notes
nodejs/undici (undici)
v8.5.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.