Skip to content

Commit 9bdc5fb

Browse files
committed
Refresh dependency overrides and brace-expansion patch
- Upgrade brace-expansion, fast-uri, nanoid, postcss, and undici - Preserve brace-expansion’s callable CommonJS API for older minimatch versions
1 parent cc16f20 commit 9bdc5fb

4 files changed

Lines changed: 56 additions & 50 deletions

File tree

patches/brace-expansion@5.0.8.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/dist/commonjs/index.js b/dist/commonjs/index.js
2+
index 869a6bee23807b9f01c18c99ab8e952b4b242f97..bfe6eab55a2a12f130f18615fed70578f24ed434 100644
3+
--- a/dist/commonjs/index.js
4+
+++ b/dist/commonjs/index.js
5+
@@ -30,6 +30,8 @@ exports.EXPANSION_MAX = 100_000;
6+
// realistic expansion (100k results hitting `EXPANSION_MAX` measure ~1M
7+
// characters) so legitimate input is unaffected.
8+
exports.EXPANSION_MAX_LENGTH = 4_000_000;
9+
+// Preserve the callable CommonJS API expected by minimatch versions before v10.
10+
+module.exports = Object.assign(expand, module.exports);
11+
function numeric(str) {
12+
return !isNaN(str) ? parseInt(str, 10) : str.charCodeAt(0);
13+
}

pnpm-lock.yaml

Lines changed: 37 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,14 @@ overrides:
4747
"@effect/vitest": "catalog:"
4848
"@hono/node-server": 2.0.11
4949
"@types/node": "catalog:"
50-
brace-expansion: 5.0.8
50+
brace-expansion: 5.0.9
5151
effect: "catalog:"
52-
fast-uri: 3.1.4
53-
postcss: 8.5.18
52+
fast-uri: 3.1.5
53+
postcss: 8.5.23
5454
sharp: 0.35.3
5555
tar: 7.5.21
56+
"undici@7": 7.29.0
57+
"undici@8": 8.10.0
5658
vite: "catalog:"
5759
vitest: "catalog:"
5860
yaml: "catalog:"
@@ -66,7 +68,7 @@ patchedDependencies:
6668
"@effect/platform-bun@4.0.0-beta.98": patches/@effect__platform-bun@4.0.0-beta.98.patch
6769
"@effect/platform-node@4.0.0-beta.98": patches/@effect__platform-node@4.0.0-beta.98.patch
6870
"@effect/platform-node-shared@4.0.0-beta.97": patches/@effect__platform-node-shared@4.0.0-beta.97.patch
69-
brace-expansion@5.0.8: patches/brace-expansion@5.0.8.patch
71+
brace-expansion@5.0.9: patches/brace-expansion@5.0.9.patch
7072
effect@4.0.0-beta.97: patches/effect@4.0.0-beta.97.patch
7173
lexical@0.47.0: patches/lexical@0.47.0.patch
7274

0 commit comments

Comments
 (0)