Skip to content

Commit 8abb852

Browse files
committed
chore(deps): timebox age excludes and cover brace-expansion 3.x
Address Copilot comments on package-level release-age excludes and brace 3.x coverage.
1 parent 14a3e01 commit 8abb852

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

pnpm-lock.yaml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ minimumReleaseAge: 14400
99
# TODO(2026-08-10): drop this once ip-address@10.4.0 clears minimumReleaseAge
1010
# (published 2026-07-31; 10-day gate ⇒ ~2026-08-10).
1111
minimumReleaseAgeExclude:
12+
# TEMPORARY (~remove after 2026-08-20): package-name excludes are required —
13+
# version-scoped excludes alone do not bypass minimumReleaseAge for these
14+
# security pins on pnpm. Revisit once patched releases are >10 days old.
1215
- js-yaml
1316
- brace-expansion
1417
- ip-address@10.4.0
@@ -53,6 +56,7 @@ overrides:
5356

5457
"brace-expansion@<1.1.18": "1.1.18"
5558
"brace-expansion@>=2.0.0 <2.1.4": "2.1.4"
59+
"brace-expansion@>=3.0.0 <3.0.6": "3.0.6"
5660
"brace-expansion@>=4.0.0 <5.0.9": "5.0.9"
5761
"js-yaml@>=3.0.0 <3.15.1": "3.15.1"
5862
"js-yaml@>=4.0.0 <4.3.1": "4.3.1"

0 commit comments

Comments
 (0)