@savvy-web/pnpm-plugin-silk 0.25.1 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +150 -18
- package/package.json +1 -1
- package/pnpmfile.cjs +162 -30
- package/pnpmfile.mjs +162 -30
package/index.js
CHANGED
|
@@ -1,5 +1,122 @@
|
|
|
1
1
|
//#region \0rolldown-pnpm-config/virtual/catalogs
|
|
2
2
|
const catalogs = /* @__PURE__ */ new Map([
|
|
3
|
+
["build", /* @__PURE__ */ new Map([
|
|
4
|
+
["@rsbuild/core", "^2.1.9"],
|
|
5
|
+
["@tsdown/css", "^0.22.14"],
|
|
6
|
+
["@tsdown/exe", "^0.22.14"],
|
|
7
|
+
["@types/bun", "^1.3.14"],
|
|
8
|
+
["@types/node", "^26.1.2"],
|
|
9
|
+
["@types/react", "^19.2.18"],
|
|
10
|
+
["@types/react-dom", "^19.2.4"],
|
|
11
|
+
["react", "^19.2.8"],
|
|
12
|
+
["react-dom", "^19.2.8"],
|
|
13
|
+
["rolldown", "^1.2.1"],
|
|
14
|
+
["tsdown", "^0.22.14"],
|
|
15
|
+
["tsx", "^4.23.4"],
|
|
16
|
+
["typescript", "^7.0.2"]
|
|
17
|
+
])],
|
|
18
|
+
["build:peers", /* @__PURE__ */ new Map([
|
|
19
|
+
["@rsbuild/core", "^2.1.0"],
|
|
20
|
+
["@tsdown/css", "^0.22.0"],
|
|
21
|
+
["@tsdown/exe", "^0.22.0"],
|
|
22
|
+
["@types/bun", "^1.3.14"],
|
|
23
|
+
["@types/node", "^26.1.0"],
|
|
24
|
+
["@types/react", "^19.2.0"],
|
|
25
|
+
["@types/react-dom", "^19.2.0"],
|
|
26
|
+
["react", "^19.2.0"],
|
|
27
|
+
["react-dom", "^19.2.0"],
|
|
28
|
+
["rolldown", "^1.2.0"],
|
|
29
|
+
["tsdown", "^0.22.0"],
|
|
30
|
+
["tsx", "^4.23.4"],
|
|
31
|
+
["typescript", "^7.0.0"]
|
|
32
|
+
])],
|
|
33
|
+
["buildPeers", /* @__PURE__ */ new Map([
|
|
34
|
+
["@rsbuild/core", "^2.1.0"],
|
|
35
|
+
["@tsdown/css", "^0.22.0"],
|
|
36
|
+
["@tsdown/exe", "^0.22.0"],
|
|
37
|
+
["@types/bun", "^1.3.14"],
|
|
38
|
+
["@types/node", "^26.1.0"],
|
|
39
|
+
["@types/react", "^19.2.0"],
|
|
40
|
+
["@types/react-dom", "^19.2.0"],
|
|
41
|
+
["react", "^19.2.0"],
|
|
42
|
+
["react-dom", "^19.2.0"],
|
|
43
|
+
["rolldown", "^1.2.0"],
|
|
44
|
+
["tsdown", "^0.22.0"],
|
|
45
|
+
["tsx", "^4.23.4"],
|
|
46
|
+
["typescript", "^7.0.0"]
|
|
47
|
+
])],
|
|
48
|
+
["docs", /* @__PURE__ */ new Map([
|
|
49
|
+
["@rspress/core", "^2.0.19"],
|
|
50
|
+
["@rspress/plugin-sitemap", "^2.0.19"],
|
|
51
|
+
["@types/node", "^26.1.2"],
|
|
52
|
+
["@types/react", "^19.2.18"],
|
|
53
|
+
["@types/react-dom", "^19.2.4"],
|
|
54
|
+
["react", "^19.2.8"],
|
|
55
|
+
["react-dom", "^19.2.8"],
|
|
56
|
+
["rspress-plugin-mermaid", "^1.0.1"],
|
|
57
|
+
["typescript", "^7.0.2"],
|
|
58
|
+
["vite", "^8.2.0"],
|
|
59
|
+
["vitepress", "^2.0.0-alpha.19"]
|
|
60
|
+
])],
|
|
61
|
+
["docs:peers", /* @__PURE__ */ new Map([
|
|
62
|
+
["@rspress/core", "^2.0.0"],
|
|
63
|
+
["@rspress/plugin-sitemap", "^2.0.19"],
|
|
64
|
+
["@types/node", "^26.1.0"],
|
|
65
|
+
["@types/react", "^19.2.0"],
|
|
66
|
+
["@types/react-dom", "^19.2.0"],
|
|
67
|
+
["react", "^19.2.0"],
|
|
68
|
+
["react-dom", "^19.2.0"],
|
|
69
|
+
["rspress-plugin-mermaid", "^1.0.1"],
|
|
70
|
+
["typescript", "^7.0.0"],
|
|
71
|
+
["vite", "^8.2.0"],
|
|
72
|
+
["vitepress", "^2.0.0-alpha.19"]
|
|
73
|
+
])],
|
|
74
|
+
["docsPeers", /* @__PURE__ */ new Map([
|
|
75
|
+
["@rspress/core", "^2.0.0"],
|
|
76
|
+
["@rspress/plugin-sitemap", "^2.0.19"],
|
|
77
|
+
["@types/node", "^26.1.0"],
|
|
78
|
+
["@types/react", "^19.2.0"],
|
|
79
|
+
["@types/react-dom", "^19.2.0"],
|
|
80
|
+
["react", "^19.2.0"],
|
|
81
|
+
["react-dom", "^19.2.0"],
|
|
82
|
+
["rspress-plugin-mermaid", "^1.0.1"],
|
|
83
|
+
["typescript", "^7.0.0"],
|
|
84
|
+
["vite", "^8.2.0"],
|
|
85
|
+
["vitepress", "^2.0.0-alpha.19"]
|
|
86
|
+
])],
|
|
87
|
+
["lint", /* @__PURE__ */ new Map([
|
|
88
|
+
["@biomejs/biome", "2.5.0"],
|
|
89
|
+
["@changesets/cli", "^3.0.0-next.10"],
|
|
90
|
+
["@commitlint/cli", "^21.2.1"],
|
|
91
|
+
["@commitlint/config-conventional", "^21.2.0"],
|
|
92
|
+
["husky", "^9.1.7"],
|
|
93
|
+
["lint-staged", "^17.3.0"],
|
|
94
|
+
["markdownlint-cli2", "^0.23.2"],
|
|
95
|
+
["markdownlint-cli2-formatter-codequality", "^0.0.7"],
|
|
96
|
+
["turbo", "^2.10.8"]
|
|
97
|
+
])],
|
|
98
|
+
["lint:peers", /* @__PURE__ */ new Map([
|
|
99
|
+
["@biomejs/biome", "2.5.0"],
|
|
100
|
+
["@changesets/cli", "^3.0.0-next.10"],
|
|
101
|
+
["@commitlint/cli", "^21.2.1"],
|
|
102
|
+
["@commitlint/config-conventional", "^21.2.0"],
|
|
103
|
+
["husky", "^9.1.7"],
|
|
104
|
+
["lint-staged", "^17.3.0"],
|
|
105
|
+
["markdownlint-cli2", "^0.23.2"],
|
|
106
|
+
["markdownlint-cli2-formatter-codequality", "^0.0.7"],
|
|
107
|
+
["turbo", "^2.10.8"]
|
|
108
|
+
])],
|
|
109
|
+
["lintPeers", /* @__PURE__ */ new Map([
|
|
110
|
+
["@biomejs/biome", "2.5.0"],
|
|
111
|
+
["@changesets/cli", "^3.0.0-next.10"],
|
|
112
|
+
["@commitlint/cli", "^21.2.1"],
|
|
113
|
+
["@commitlint/config-conventional", "^21.2.0"],
|
|
114
|
+
["husky", "^9.1.7"],
|
|
115
|
+
["lint-staged", "^17.3.0"],
|
|
116
|
+
["markdownlint-cli2", "^0.23.2"],
|
|
117
|
+
["markdownlint-cli2-formatter-codequality", "^0.0.7"],
|
|
118
|
+
["turbo", "^2.10.8"]
|
|
119
|
+
])],
|
|
3
120
|
["silk", /* @__PURE__ */ new Map([
|
|
4
121
|
["@changesets/cli", "^3.0.0-next.10"],
|
|
5
122
|
["@commitlint/cli", "^21.2.1"],
|
|
@@ -40,28 +157,28 @@ const catalogs = /* @__PURE__ */ new Map([
|
|
|
40
157
|
["@effect/typeclass", "^0.40.0"],
|
|
41
158
|
["@effect/vitest", "^0.29.0"],
|
|
42
159
|
["@effect/workflow", "^0.18.2"],
|
|
43
|
-
["@rsbuild/core", "^2.1.
|
|
44
|
-
["@rspress/core", "^2.0.
|
|
160
|
+
["@rsbuild/core", "^2.1.9"],
|
|
161
|
+
["@rspress/core", "^2.0.19"],
|
|
45
162
|
["@tsdown/css", "^0.22.14"],
|
|
46
163
|
["@tsdown/exe", "^0.22.14"],
|
|
47
164
|
["@types/bun", "^1.3.14"],
|
|
48
|
-
["@types/node", "^26.1.
|
|
49
|
-
["@types/react", "^19.2.
|
|
50
|
-
["@types/react-dom", "^19.2.
|
|
165
|
+
["@types/node", "^26.1.2"],
|
|
166
|
+
["@types/react", "^19.2.18"],
|
|
167
|
+
["@types/react-dom", "^19.2.4"],
|
|
51
168
|
["@typescript/native-preview", "^7.0.0-dev.20260707.2"],
|
|
52
169
|
["@vitest/coverage-istanbul", "^4.1.10"],
|
|
53
170
|
["@vitest/coverage-v8", "^4.1.10"],
|
|
54
171
|
["effect", "^3.21.4"],
|
|
55
172
|
["husky", "^9.1.7"],
|
|
56
|
-
["lint-staged", "^17.
|
|
57
|
-
["markdownlint-cli2", "^0.23.
|
|
173
|
+
["lint-staged", "^17.3.0"],
|
|
174
|
+
["markdownlint-cli2", "^0.23.2"],
|
|
58
175
|
["markdownlint-cli2-formatter-codequality", "^0.0.7"],
|
|
59
176
|
["react", "^19.2.8"],
|
|
60
177
|
["react-dom", "^19.2.8"],
|
|
61
|
-
["rolldown", "^1.2.
|
|
178
|
+
["rolldown", "^1.2.1"],
|
|
62
179
|
["tsdown", "^0.22.14"],
|
|
63
|
-
["tsx", "^4.23.
|
|
64
|
-
["turbo", "^2.10.
|
|
180
|
+
["tsx", "^4.23.4"],
|
|
181
|
+
["turbo", "^2.10.8"],
|
|
65
182
|
["typescript", "^7.0.2"],
|
|
66
183
|
["vitest", "^4.1.10"]
|
|
67
184
|
])],
|
|
@@ -118,15 +235,15 @@ const catalogs = /* @__PURE__ */ new Map([
|
|
|
118
235
|
["@vitest/coverage-v8", "^4.1.0"],
|
|
119
236
|
["effect", "^3.21.0"],
|
|
120
237
|
["husky", "^9.1.7"],
|
|
121
|
-
["lint-staged", "^17.
|
|
122
|
-
["markdownlint-cli2", "^0.23.
|
|
238
|
+
["lint-staged", "^17.3.0"],
|
|
239
|
+
["markdownlint-cli2", "^0.23.2"],
|
|
123
240
|
["markdownlint-cli2-formatter-codequality", "^0.0.7"],
|
|
124
241
|
["react", "^19.2.0"],
|
|
125
242
|
["react-dom", "^19.2.0"],
|
|
126
243
|
["rolldown", "^1.2.0"],
|
|
127
244
|
["tsdown", "^0.22.0"],
|
|
128
|
-
["tsx", "^4.23.
|
|
129
|
-
["turbo", "^2.10.
|
|
245
|
+
["tsx", "^4.23.4"],
|
|
246
|
+
["turbo", "^2.10.8"],
|
|
130
247
|
["typescript", "^7.0.0"],
|
|
131
248
|
["vitest", "^4.1.0"]
|
|
132
249
|
])],
|
|
@@ -183,17 +300,32 @@ const catalogs = /* @__PURE__ */ new Map([
|
|
|
183
300
|
["@vitest/coverage-v8", "^4.1.0"],
|
|
184
301
|
["effect", "^3.21.0"],
|
|
185
302
|
["husky", "^9.1.7"],
|
|
186
|
-
["lint-staged", "^17.
|
|
187
|
-
["markdownlint-cli2", "^0.23.
|
|
303
|
+
["lint-staged", "^17.3.0"],
|
|
304
|
+
["markdownlint-cli2", "^0.23.2"],
|
|
188
305
|
["markdownlint-cli2-formatter-codequality", "^0.0.7"],
|
|
189
306
|
["react", "^19.2.0"],
|
|
190
307
|
["react-dom", "^19.2.0"],
|
|
191
308
|
["rolldown", "^1.2.0"],
|
|
192
309
|
["tsdown", "^0.22.0"],
|
|
193
|
-
["tsx", "^4.23.
|
|
194
|
-
["turbo", "^2.10.
|
|
310
|
+
["tsx", "^4.23.4"],
|
|
311
|
+
["turbo", "^2.10.8"],
|
|
195
312
|
["typescript", "^7.0.0"],
|
|
196
313
|
["vitest", "^4.1.0"]
|
|
314
|
+
])],
|
|
315
|
+
["test", /* @__PURE__ */ new Map([
|
|
316
|
+
["@vitest/coverage-istanbul", "^4.1.10"],
|
|
317
|
+
["@vitest/coverage-v8", "^4.1.10"],
|
|
318
|
+
["vitest", "^4.1.10"]
|
|
319
|
+
])],
|
|
320
|
+
["test:peers", /* @__PURE__ */ new Map([
|
|
321
|
+
["@vitest/coverage-istanbul", "^4.1.0"],
|
|
322
|
+
["@vitest/coverage-v8", "^4.1.0"],
|
|
323
|
+
["vitest", "^4.1.0"]
|
|
324
|
+
])],
|
|
325
|
+
["testPeers", /* @__PURE__ */ new Map([
|
|
326
|
+
["@vitest/coverage-istanbul", "^4.1.0"],
|
|
327
|
+
["@vitest/coverage-v8", "^4.1.0"],
|
|
328
|
+
["vitest", "^4.1.0"]
|
|
197
329
|
])]
|
|
198
330
|
]);
|
|
199
331
|
|
package/package.json
CHANGED
package/pnpmfile.cjs
CHANGED
|
@@ -2,7 +2,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
|
2
2
|
let node_fs = require("node:fs");
|
|
3
3
|
let node_path = require("node:path");
|
|
4
4
|
|
|
5
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
5
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/ctx.js
|
|
6
6
|
/**
|
|
7
7
|
* Resolve the consuming repo's root package name. Prefers pnpm's
|
|
8
8
|
* `rootProjectManifest.name`, falling back to reading `package.json` from the
|
|
@@ -37,7 +37,7 @@ function excludeByRepo(merged, ctx, byRepo) {
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
//#endregion
|
|
40
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
40
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/enforcement.js
|
|
41
41
|
/**
|
|
42
42
|
* Thrown when an `error`-enforced field diverges. A zero-dependency plain
|
|
43
43
|
* `Error` subclass (NOT an Effect type) so it survives in the bundled pnpmfile.
|
|
@@ -72,7 +72,7 @@ function applyEnforcement(field, result, enforcement) {
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
//#endregion
|
|
75
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
75
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/strategies/arrays.js
|
|
76
76
|
function unionSort(managed, local) {
|
|
77
77
|
const set = new Set(managed);
|
|
78
78
|
for (const item of local ?? []) set.add(item);
|
|
@@ -108,7 +108,7 @@ const arrayRecordUnion = (base, local) => {
|
|
|
108
108
|
};
|
|
109
109
|
|
|
110
110
|
//#endregion
|
|
111
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
111
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/strategies/catalogs.js
|
|
112
112
|
/**
|
|
113
113
|
* Merge each named catalog; child wins per package. Emits override divergences
|
|
114
114
|
* when a local version differs from the managed one.
|
|
@@ -143,7 +143,7 @@ const catalogs = (base, local) => {
|
|
|
143
143
|
};
|
|
144
144
|
|
|
145
145
|
//#endregion
|
|
146
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
146
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/strategies/maps.js
|
|
147
147
|
/**
|
|
148
148
|
* `{...managed, ...child}` — child wins per key. Quiet. Merges two maps,
|
|
149
149
|
* preferring child values.
|
|
@@ -188,7 +188,7 @@ const allowBuilds = (base, local) => {
|
|
|
188
188
|
};
|
|
189
189
|
|
|
190
190
|
//#endregion
|
|
191
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
191
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/strategies/overrides.js
|
|
192
192
|
function mergeMapDetect(prefix, managed, child) {
|
|
193
193
|
const merged = { ...managed };
|
|
194
194
|
const divergences = [];
|
|
@@ -244,7 +244,7 @@ const peerDependencyRules = (base, local) => {
|
|
|
244
244
|
};
|
|
245
245
|
|
|
246
246
|
//#endregion
|
|
247
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
247
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/strategies/scalar.js
|
|
248
248
|
/**
|
|
249
249
|
* `child ?? base` — quiet (no divergences). Prefer local, fall back to managed.
|
|
250
250
|
*
|
|
@@ -300,7 +300,7 @@ const securityMin = (base, local) => {
|
|
|
300
300
|
};
|
|
301
301
|
|
|
302
302
|
//#endregion
|
|
303
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
303
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/strategies/table.js
|
|
304
304
|
/**
|
|
305
305
|
* Built-in strategies keyed by manifest name.
|
|
306
306
|
*
|
|
@@ -320,7 +320,7 @@ const STRATEGY_TABLE = {
|
|
|
320
320
|
};
|
|
321
321
|
|
|
322
322
|
//#endregion
|
|
323
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
323
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/warnings.js
|
|
324
324
|
const WARNING_BOX_WIDTH = 75;
|
|
325
325
|
function pad(line) {
|
|
326
326
|
return `│${line}${" ".repeat(Math.max(0, WARNING_BOX_WIDTH - line.length - 2))}│`;
|
|
@@ -334,7 +334,7 @@ function pad(line) {
|
|
|
334
334
|
*/
|
|
335
335
|
function formatOverrideWarning(divergences, name) {
|
|
336
336
|
if (divergences.length === 0) return "";
|
|
337
|
-
const border = "─".repeat(
|
|
337
|
+
const border = "─".repeat(73);
|
|
338
338
|
const lines = [];
|
|
339
339
|
lines.push(`┌${border}┐`);
|
|
340
340
|
lines.push(pad(` [${name}]`));
|
|
@@ -361,7 +361,7 @@ function formatOverrideWarning(divergences, name) {
|
|
|
361
361
|
*/
|
|
362
362
|
function formatSecurityWarning(divergences, name) {
|
|
363
363
|
if (divergences.length === 0) return "";
|
|
364
|
-
const border = "─".repeat(
|
|
364
|
+
const border = "─".repeat(73);
|
|
365
365
|
const lines = [];
|
|
366
366
|
lines.push(`┌${border}┐`);
|
|
367
367
|
lines.push(pad(` [${name}]`));
|
|
@@ -380,7 +380,7 @@ function formatSecurityWarning(divergences, name) {
|
|
|
380
380
|
}
|
|
381
381
|
|
|
382
382
|
//#endregion
|
|
383
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
383
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime.js
|
|
384
384
|
/**
|
|
385
385
|
* Build the pnpm hooks from frozen base data + a field→strategy manifest.
|
|
386
386
|
* Zero dependencies — bundled verbatim into the shipped pnpmfile.
|
|
@@ -447,6 +447,123 @@ const hooks = createHooks({
|
|
|
447
447
|
},
|
|
448
448
|
"blockExoticSubdeps": true,
|
|
449
449
|
"catalogs": {
|
|
450
|
+
"build": {
|
|
451
|
+
"@rsbuild/core": "^2.1.9",
|
|
452
|
+
"@tsdown/css": "^0.22.14",
|
|
453
|
+
"@tsdown/exe": "^0.22.14",
|
|
454
|
+
"@types/bun": "^1.3.14",
|
|
455
|
+
"@types/node": "^26.1.2",
|
|
456
|
+
"@types/react": "^19.2.18",
|
|
457
|
+
"@types/react-dom": "^19.2.4",
|
|
458
|
+
"react": "^19.2.8",
|
|
459
|
+
"react-dom": "^19.2.8",
|
|
460
|
+
"rolldown": "^1.2.1",
|
|
461
|
+
"tsdown": "^0.22.14",
|
|
462
|
+
"tsx": "^4.23.4",
|
|
463
|
+
"typescript": "^7.0.2"
|
|
464
|
+
},
|
|
465
|
+
"build:peers": {
|
|
466
|
+
"@rsbuild/core": "^2.1.0",
|
|
467
|
+
"@tsdown/css": "^0.22.0",
|
|
468
|
+
"@tsdown/exe": "^0.22.0",
|
|
469
|
+
"@types/bun": "^1.3.14",
|
|
470
|
+
"@types/node": "^26.1.0",
|
|
471
|
+
"@types/react": "^19.2.0",
|
|
472
|
+
"@types/react-dom": "^19.2.0",
|
|
473
|
+
"react": "^19.2.0",
|
|
474
|
+
"react-dom": "^19.2.0",
|
|
475
|
+
"rolldown": "^1.2.0",
|
|
476
|
+
"tsdown": "^0.22.0",
|
|
477
|
+
"tsx": "^4.23.4",
|
|
478
|
+
"typescript": "^7.0.0"
|
|
479
|
+
},
|
|
480
|
+
"buildPeers": {
|
|
481
|
+
"@rsbuild/core": "^2.1.0",
|
|
482
|
+
"@tsdown/css": "^0.22.0",
|
|
483
|
+
"@tsdown/exe": "^0.22.0",
|
|
484
|
+
"@types/bun": "^1.3.14",
|
|
485
|
+
"@types/node": "^26.1.0",
|
|
486
|
+
"@types/react": "^19.2.0",
|
|
487
|
+
"@types/react-dom": "^19.2.0",
|
|
488
|
+
"react": "^19.2.0",
|
|
489
|
+
"react-dom": "^19.2.0",
|
|
490
|
+
"rolldown": "^1.2.0",
|
|
491
|
+
"tsdown": "^0.22.0",
|
|
492
|
+
"tsx": "^4.23.4",
|
|
493
|
+
"typescript": "^7.0.0"
|
|
494
|
+
},
|
|
495
|
+
"docs": {
|
|
496
|
+
"@rspress/core": "^2.0.19",
|
|
497
|
+
"@rspress/plugin-sitemap": "^2.0.19",
|
|
498
|
+
"@types/node": "^26.1.2",
|
|
499
|
+
"@types/react": "^19.2.18",
|
|
500
|
+
"@types/react-dom": "^19.2.4",
|
|
501
|
+
"react": "^19.2.8",
|
|
502
|
+
"react-dom": "^19.2.8",
|
|
503
|
+
"rspress-plugin-mermaid": "^1.0.1",
|
|
504
|
+
"typescript": "^7.0.2",
|
|
505
|
+
"vite": "^8.2.0",
|
|
506
|
+
"vitepress": "^2.0.0-alpha.19"
|
|
507
|
+
},
|
|
508
|
+
"docs:peers": {
|
|
509
|
+
"@rspress/core": "^2.0.0",
|
|
510
|
+
"@rspress/plugin-sitemap": "^2.0.19",
|
|
511
|
+
"@types/node": "^26.1.0",
|
|
512
|
+
"@types/react": "^19.2.0",
|
|
513
|
+
"@types/react-dom": "^19.2.0",
|
|
514
|
+
"react": "^19.2.0",
|
|
515
|
+
"react-dom": "^19.2.0",
|
|
516
|
+
"rspress-plugin-mermaid": "^1.0.1",
|
|
517
|
+
"typescript": "^7.0.0",
|
|
518
|
+
"vite": "^8.2.0",
|
|
519
|
+
"vitepress": "^2.0.0-alpha.19"
|
|
520
|
+
},
|
|
521
|
+
"docsPeers": {
|
|
522
|
+
"@rspress/core": "^2.0.0",
|
|
523
|
+
"@rspress/plugin-sitemap": "^2.0.19",
|
|
524
|
+
"@types/node": "^26.1.0",
|
|
525
|
+
"@types/react": "^19.2.0",
|
|
526
|
+
"@types/react-dom": "^19.2.0",
|
|
527
|
+
"react": "^19.2.0",
|
|
528
|
+
"react-dom": "^19.2.0",
|
|
529
|
+
"rspress-plugin-mermaid": "^1.0.1",
|
|
530
|
+
"typescript": "^7.0.0",
|
|
531
|
+
"vite": "^8.2.0",
|
|
532
|
+
"vitepress": "^2.0.0-alpha.19"
|
|
533
|
+
},
|
|
534
|
+
"lint": {
|
|
535
|
+
"@biomejs/biome": "2.5.0",
|
|
536
|
+
"@changesets/cli": "^3.0.0-next.10",
|
|
537
|
+
"@commitlint/cli": "^21.2.1",
|
|
538
|
+
"@commitlint/config-conventional": "^21.2.0",
|
|
539
|
+
"husky": "^9.1.7",
|
|
540
|
+
"lint-staged": "^17.3.0",
|
|
541
|
+
"markdownlint-cli2": "^0.23.2",
|
|
542
|
+
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
543
|
+
"turbo": "^2.10.8"
|
|
544
|
+
},
|
|
545
|
+
"lint:peers": {
|
|
546
|
+
"@biomejs/biome": "2.5.0",
|
|
547
|
+
"@changesets/cli": "^3.0.0-next.10",
|
|
548
|
+
"@commitlint/cli": "^21.2.1",
|
|
549
|
+
"@commitlint/config-conventional": "^21.2.0",
|
|
550
|
+
"husky": "^9.1.7",
|
|
551
|
+
"lint-staged": "^17.3.0",
|
|
552
|
+
"markdownlint-cli2": "^0.23.2",
|
|
553
|
+
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
554
|
+
"turbo": "^2.10.8"
|
|
555
|
+
},
|
|
556
|
+
"lintPeers": {
|
|
557
|
+
"@biomejs/biome": "2.5.0",
|
|
558
|
+
"@changesets/cli": "^3.0.0-next.10",
|
|
559
|
+
"@commitlint/cli": "^21.2.1",
|
|
560
|
+
"@commitlint/config-conventional": "^21.2.0",
|
|
561
|
+
"husky": "^9.1.7",
|
|
562
|
+
"lint-staged": "^17.3.0",
|
|
563
|
+
"markdownlint-cli2": "^0.23.2",
|
|
564
|
+
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
565
|
+
"turbo": "^2.10.8"
|
|
566
|
+
},
|
|
450
567
|
"silk": {
|
|
451
568
|
"@changesets/cli": "^3.0.0-next.10",
|
|
452
569
|
"@commitlint/cli": "^21.2.1",
|
|
@@ -487,28 +604,28 @@ const hooks = createHooks({
|
|
|
487
604
|
"@effect/typeclass": "^0.40.0",
|
|
488
605
|
"@effect/vitest": "^0.29.0",
|
|
489
606
|
"@effect/workflow": "^0.18.2",
|
|
490
|
-
"@rsbuild/core": "^2.1.
|
|
491
|
-
"@rspress/core": "^2.0.
|
|
607
|
+
"@rsbuild/core": "^2.1.9",
|
|
608
|
+
"@rspress/core": "^2.0.19",
|
|
492
609
|
"@tsdown/css": "^0.22.14",
|
|
493
610
|
"@tsdown/exe": "^0.22.14",
|
|
494
611
|
"@types/bun": "^1.3.14",
|
|
495
|
-
"@types/node": "^26.1.
|
|
496
|
-
"@types/react": "^19.2.
|
|
497
|
-
"@types/react-dom": "^19.2.
|
|
612
|
+
"@types/node": "^26.1.2",
|
|
613
|
+
"@types/react": "^19.2.18",
|
|
614
|
+
"@types/react-dom": "^19.2.4",
|
|
498
615
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
499
616
|
"@vitest/coverage-istanbul": "^4.1.10",
|
|
500
617
|
"@vitest/coverage-v8": "^4.1.10",
|
|
501
618
|
"effect": "^3.21.4",
|
|
502
619
|
"husky": "^9.1.7",
|
|
503
|
-
"lint-staged": "^17.
|
|
504
|
-
"markdownlint-cli2": "^0.23.
|
|
620
|
+
"lint-staged": "^17.3.0",
|
|
621
|
+
"markdownlint-cli2": "^0.23.2",
|
|
505
622
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
506
623
|
"react": "^19.2.8",
|
|
507
624
|
"react-dom": "^19.2.8",
|
|
508
|
-
"rolldown": "^1.2.
|
|
625
|
+
"rolldown": "^1.2.1",
|
|
509
626
|
"tsdown": "^0.22.14",
|
|
510
|
-
"tsx": "^4.23.
|
|
511
|
-
"turbo": "^2.10.
|
|
627
|
+
"tsx": "^4.23.4",
|
|
628
|
+
"turbo": "^2.10.8",
|
|
512
629
|
"typescript": "^7.0.2",
|
|
513
630
|
"vitest": "^4.1.10"
|
|
514
631
|
},
|
|
@@ -565,15 +682,15 @@ const hooks = createHooks({
|
|
|
565
682
|
"@vitest/coverage-v8": "^4.1.0",
|
|
566
683
|
"effect": "^3.21.0",
|
|
567
684
|
"husky": "^9.1.7",
|
|
568
|
-
"lint-staged": "^17.
|
|
569
|
-
"markdownlint-cli2": "^0.23.
|
|
685
|
+
"lint-staged": "^17.3.0",
|
|
686
|
+
"markdownlint-cli2": "^0.23.2",
|
|
570
687
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
571
688
|
"react": "^19.2.0",
|
|
572
689
|
"react-dom": "^19.2.0",
|
|
573
690
|
"rolldown": "^1.2.0",
|
|
574
691
|
"tsdown": "^0.22.0",
|
|
575
|
-
"tsx": "^4.23.
|
|
576
|
-
"turbo": "^2.10.
|
|
692
|
+
"tsx": "^4.23.4",
|
|
693
|
+
"turbo": "^2.10.8",
|
|
577
694
|
"typescript": "^7.0.0",
|
|
578
695
|
"vitest": "^4.1.0"
|
|
579
696
|
},
|
|
@@ -630,17 +747,32 @@ const hooks = createHooks({
|
|
|
630
747
|
"@vitest/coverage-v8": "^4.1.0",
|
|
631
748
|
"effect": "^3.21.0",
|
|
632
749
|
"husky": "^9.1.7",
|
|
633
|
-
"lint-staged": "^17.
|
|
634
|
-
"markdownlint-cli2": "^0.23.
|
|
750
|
+
"lint-staged": "^17.3.0",
|
|
751
|
+
"markdownlint-cli2": "^0.23.2",
|
|
635
752
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
636
753
|
"react": "^19.2.0",
|
|
637
754
|
"react-dom": "^19.2.0",
|
|
638
755
|
"rolldown": "^1.2.0",
|
|
639
756
|
"tsdown": "^0.22.0",
|
|
640
|
-
"tsx": "^4.23.
|
|
641
|
-
"turbo": "^2.10.
|
|
757
|
+
"tsx": "^4.23.4",
|
|
758
|
+
"turbo": "^2.10.8",
|
|
642
759
|
"typescript": "^7.0.0",
|
|
643
760
|
"vitest": "^4.1.0"
|
|
761
|
+
},
|
|
762
|
+
"test": {
|
|
763
|
+
"@vitest/coverage-istanbul": "^4.1.10",
|
|
764
|
+
"@vitest/coverage-v8": "^4.1.10",
|
|
765
|
+
"vitest": "^4.1.10"
|
|
766
|
+
},
|
|
767
|
+
"test:peers": {
|
|
768
|
+
"@vitest/coverage-istanbul": "^4.1.0",
|
|
769
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
770
|
+
"vitest": "^4.1.0"
|
|
771
|
+
},
|
|
772
|
+
"testPeers": {
|
|
773
|
+
"@vitest/coverage-istanbul": "^4.1.0",
|
|
774
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
775
|
+
"vitest": "^4.1.0"
|
|
644
776
|
}
|
|
645
777
|
},
|
|
646
778
|
"confirmModulesPurge": false,
|
package/pnpmfile.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { readFileSync } from "node:fs";
|
|
2
2
|
import { join } from "node:path";
|
|
3
3
|
|
|
4
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
4
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/ctx.js
|
|
5
5
|
/**
|
|
6
6
|
* Resolve the consuming repo's root package name. Prefers pnpm's
|
|
7
7
|
* `rootProjectManifest.name`, falling back to reading `package.json` from the
|
|
@@ -36,7 +36,7 @@ function excludeByRepo(merged, ctx, byRepo) {
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
//#endregion
|
|
39
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
39
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/enforcement.js
|
|
40
40
|
/**
|
|
41
41
|
* Thrown when an `error`-enforced field diverges. A zero-dependency plain
|
|
42
42
|
* `Error` subclass (NOT an Effect type) so it survives in the bundled pnpmfile.
|
|
@@ -71,7 +71,7 @@ function applyEnforcement(field, result, enforcement) {
|
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
//#endregion
|
|
74
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
74
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/strategies/arrays.js
|
|
75
75
|
function unionSort(managed, local) {
|
|
76
76
|
const set = new Set(managed);
|
|
77
77
|
for (const item of local ?? []) set.add(item);
|
|
@@ -107,7 +107,7 @@ const arrayRecordUnion = (base, local) => {
|
|
|
107
107
|
};
|
|
108
108
|
|
|
109
109
|
//#endregion
|
|
110
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
110
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/strategies/catalogs.js
|
|
111
111
|
/**
|
|
112
112
|
* Merge each named catalog; child wins per package. Emits override divergences
|
|
113
113
|
* when a local version differs from the managed one.
|
|
@@ -142,7 +142,7 @@ const catalogs = (base, local) => {
|
|
|
142
142
|
};
|
|
143
143
|
|
|
144
144
|
//#endregion
|
|
145
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
145
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/strategies/maps.js
|
|
146
146
|
/**
|
|
147
147
|
* `{...managed, ...child}` — child wins per key. Quiet. Merges two maps,
|
|
148
148
|
* preferring child values.
|
|
@@ -187,7 +187,7 @@ const allowBuilds = (base, local) => {
|
|
|
187
187
|
};
|
|
188
188
|
|
|
189
189
|
//#endregion
|
|
190
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
190
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/strategies/overrides.js
|
|
191
191
|
function mergeMapDetect(prefix, managed, child) {
|
|
192
192
|
const merged = { ...managed };
|
|
193
193
|
const divergences = [];
|
|
@@ -243,7 +243,7 @@ const peerDependencyRules = (base, local) => {
|
|
|
243
243
|
};
|
|
244
244
|
|
|
245
245
|
//#endregion
|
|
246
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
246
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/strategies/scalar.js
|
|
247
247
|
/**
|
|
248
248
|
* `child ?? base` — quiet (no divergences). Prefer local, fall back to managed.
|
|
249
249
|
*
|
|
@@ -299,7 +299,7 @@ const securityMin = (base, local) => {
|
|
|
299
299
|
};
|
|
300
300
|
|
|
301
301
|
//#endregion
|
|
302
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
302
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/strategies/table.js
|
|
303
303
|
/**
|
|
304
304
|
* Built-in strategies keyed by manifest name.
|
|
305
305
|
*
|
|
@@ -319,7 +319,7 @@ const STRATEGY_TABLE = {
|
|
|
319
319
|
};
|
|
320
320
|
|
|
321
321
|
//#endregion
|
|
322
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
322
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime/warnings.js
|
|
323
323
|
const WARNING_BOX_WIDTH = 75;
|
|
324
324
|
function pad(line) {
|
|
325
325
|
return `│${line}${" ".repeat(Math.max(0, WARNING_BOX_WIDTH - line.length - 2))}│`;
|
|
@@ -333,7 +333,7 @@ function pad(line) {
|
|
|
333
333
|
*/
|
|
334
334
|
function formatOverrideWarning(divergences, name) {
|
|
335
335
|
if (divergences.length === 0) return "";
|
|
336
|
-
const border = "─".repeat(
|
|
336
|
+
const border = "─".repeat(73);
|
|
337
337
|
const lines = [];
|
|
338
338
|
lines.push(`┌${border}┐`);
|
|
339
339
|
lines.push(pad(` [${name}]`));
|
|
@@ -360,7 +360,7 @@ function formatOverrideWarning(divergences, name) {
|
|
|
360
360
|
*/
|
|
361
361
|
function formatSecurityWarning(divergences, name) {
|
|
362
362
|
if (divergences.length === 0) return "";
|
|
363
|
-
const border = "─".repeat(
|
|
363
|
+
const border = "─".repeat(73);
|
|
364
364
|
const lines = [];
|
|
365
365
|
lines.push(`┌${border}┐`);
|
|
366
366
|
lines.push(pad(` [${name}]`));
|
|
@@ -379,7 +379,7 @@ function formatSecurityWarning(divergences, name) {
|
|
|
379
379
|
}
|
|
380
380
|
|
|
381
381
|
//#endregion
|
|
382
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.
|
|
382
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.6_@types+react@19.2.18_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.1/node_modules/rolldown-pnpm-config/runtime.js
|
|
383
383
|
/**
|
|
384
384
|
* Build the pnpm hooks from frozen base data + a field→strategy manifest.
|
|
385
385
|
* Zero dependencies — bundled verbatim into the shipped pnpmfile.
|
|
@@ -446,6 +446,123 @@ const hooks = createHooks({
|
|
|
446
446
|
},
|
|
447
447
|
"blockExoticSubdeps": true,
|
|
448
448
|
"catalogs": {
|
|
449
|
+
"build": {
|
|
450
|
+
"@rsbuild/core": "^2.1.9",
|
|
451
|
+
"@tsdown/css": "^0.22.14",
|
|
452
|
+
"@tsdown/exe": "^0.22.14",
|
|
453
|
+
"@types/bun": "^1.3.14",
|
|
454
|
+
"@types/node": "^26.1.2",
|
|
455
|
+
"@types/react": "^19.2.18",
|
|
456
|
+
"@types/react-dom": "^19.2.4",
|
|
457
|
+
"react": "^19.2.8",
|
|
458
|
+
"react-dom": "^19.2.8",
|
|
459
|
+
"rolldown": "^1.2.1",
|
|
460
|
+
"tsdown": "^0.22.14",
|
|
461
|
+
"tsx": "^4.23.4",
|
|
462
|
+
"typescript": "^7.0.2"
|
|
463
|
+
},
|
|
464
|
+
"build:peers": {
|
|
465
|
+
"@rsbuild/core": "^2.1.0",
|
|
466
|
+
"@tsdown/css": "^0.22.0",
|
|
467
|
+
"@tsdown/exe": "^0.22.0",
|
|
468
|
+
"@types/bun": "^1.3.14",
|
|
469
|
+
"@types/node": "^26.1.0",
|
|
470
|
+
"@types/react": "^19.2.0",
|
|
471
|
+
"@types/react-dom": "^19.2.0",
|
|
472
|
+
"react": "^19.2.0",
|
|
473
|
+
"react-dom": "^19.2.0",
|
|
474
|
+
"rolldown": "^1.2.0",
|
|
475
|
+
"tsdown": "^0.22.0",
|
|
476
|
+
"tsx": "^4.23.4",
|
|
477
|
+
"typescript": "^7.0.0"
|
|
478
|
+
},
|
|
479
|
+
"buildPeers": {
|
|
480
|
+
"@rsbuild/core": "^2.1.0",
|
|
481
|
+
"@tsdown/css": "^0.22.0",
|
|
482
|
+
"@tsdown/exe": "^0.22.0",
|
|
483
|
+
"@types/bun": "^1.3.14",
|
|
484
|
+
"@types/node": "^26.1.0",
|
|
485
|
+
"@types/react": "^19.2.0",
|
|
486
|
+
"@types/react-dom": "^19.2.0",
|
|
487
|
+
"react": "^19.2.0",
|
|
488
|
+
"react-dom": "^19.2.0",
|
|
489
|
+
"rolldown": "^1.2.0",
|
|
490
|
+
"tsdown": "^0.22.0",
|
|
491
|
+
"tsx": "^4.23.4",
|
|
492
|
+
"typescript": "^7.0.0"
|
|
493
|
+
},
|
|
494
|
+
"docs": {
|
|
495
|
+
"@rspress/core": "^2.0.19",
|
|
496
|
+
"@rspress/plugin-sitemap": "^2.0.19",
|
|
497
|
+
"@types/node": "^26.1.2",
|
|
498
|
+
"@types/react": "^19.2.18",
|
|
499
|
+
"@types/react-dom": "^19.2.4",
|
|
500
|
+
"react": "^19.2.8",
|
|
501
|
+
"react-dom": "^19.2.8",
|
|
502
|
+
"rspress-plugin-mermaid": "^1.0.1",
|
|
503
|
+
"typescript": "^7.0.2",
|
|
504
|
+
"vite": "^8.2.0",
|
|
505
|
+
"vitepress": "^2.0.0-alpha.19"
|
|
506
|
+
},
|
|
507
|
+
"docs:peers": {
|
|
508
|
+
"@rspress/core": "^2.0.0",
|
|
509
|
+
"@rspress/plugin-sitemap": "^2.0.19",
|
|
510
|
+
"@types/node": "^26.1.0",
|
|
511
|
+
"@types/react": "^19.2.0",
|
|
512
|
+
"@types/react-dom": "^19.2.0",
|
|
513
|
+
"react": "^19.2.0",
|
|
514
|
+
"react-dom": "^19.2.0",
|
|
515
|
+
"rspress-plugin-mermaid": "^1.0.1",
|
|
516
|
+
"typescript": "^7.0.0",
|
|
517
|
+
"vite": "^8.2.0",
|
|
518
|
+
"vitepress": "^2.0.0-alpha.19"
|
|
519
|
+
},
|
|
520
|
+
"docsPeers": {
|
|
521
|
+
"@rspress/core": "^2.0.0",
|
|
522
|
+
"@rspress/plugin-sitemap": "^2.0.19",
|
|
523
|
+
"@types/node": "^26.1.0",
|
|
524
|
+
"@types/react": "^19.2.0",
|
|
525
|
+
"@types/react-dom": "^19.2.0",
|
|
526
|
+
"react": "^19.2.0",
|
|
527
|
+
"react-dom": "^19.2.0",
|
|
528
|
+
"rspress-plugin-mermaid": "^1.0.1",
|
|
529
|
+
"typescript": "^7.0.0",
|
|
530
|
+
"vite": "^8.2.0",
|
|
531
|
+
"vitepress": "^2.0.0-alpha.19"
|
|
532
|
+
},
|
|
533
|
+
"lint": {
|
|
534
|
+
"@biomejs/biome": "2.5.0",
|
|
535
|
+
"@changesets/cli": "^3.0.0-next.10",
|
|
536
|
+
"@commitlint/cli": "^21.2.1",
|
|
537
|
+
"@commitlint/config-conventional": "^21.2.0",
|
|
538
|
+
"husky": "^9.1.7",
|
|
539
|
+
"lint-staged": "^17.3.0",
|
|
540
|
+
"markdownlint-cli2": "^0.23.2",
|
|
541
|
+
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
542
|
+
"turbo": "^2.10.8"
|
|
543
|
+
},
|
|
544
|
+
"lint:peers": {
|
|
545
|
+
"@biomejs/biome": "2.5.0",
|
|
546
|
+
"@changesets/cli": "^3.0.0-next.10",
|
|
547
|
+
"@commitlint/cli": "^21.2.1",
|
|
548
|
+
"@commitlint/config-conventional": "^21.2.0",
|
|
549
|
+
"husky": "^9.1.7",
|
|
550
|
+
"lint-staged": "^17.3.0",
|
|
551
|
+
"markdownlint-cli2": "^0.23.2",
|
|
552
|
+
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
553
|
+
"turbo": "^2.10.8"
|
|
554
|
+
},
|
|
555
|
+
"lintPeers": {
|
|
556
|
+
"@biomejs/biome": "2.5.0",
|
|
557
|
+
"@changesets/cli": "^3.0.0-next.10",
|
|
558
|
+
"@commitlint/cli": "^21.2.1",
|
|
559
|
+
"@commitlint/config-conventional": "^21.2.0",
|
|
560
|
+
"husky": "^9.1.7",
|
|
561
|
+
"lint-staged": "^17.3.0",
|
|
562
|
+
"markdownlint-cli2": "^0.23.2",
|
|
563
|
+
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
564
|
+
"turbo": "^2.10.8"
|
|
565
|
+
},
|
|
449
566
|
"silk": {
|
|
450
567
|
"@changesets/cli": "^3.0.0-next.10",
|
|
451
568
|
"@commitlint/cli": "^21.2.1",
|
|
@@ -486,28 +603,28 @@ const hooks = createHooks({
|
|
|
486
603
|
"@effect/typeclass": "^0.40.0",
|
|
487
604
|
"@effect/vitest": "^0.29.0",
|
|
488
605
|
"@effect/workflow": "^0.18.2",
|
|
489
|
-
"@rsbuild/core": "^2.1.
|
|
490
|
-
"@rspress/core": "^2.0.
|
|
606
|
+
"@rsbuild/core": "^2.1.9",
|
|
607
|
+
"@rspress/core": "^2.0.19",
|
|
491
608
|
"@tsdown/css": "^0.22.14",
|
|
492
609
|
"@tsdown/exe": "^0.22.14",
|
|
493
610
|
"@types/bun": "^1.3.14",
|
|
494
|
-
"@types/node": "^26.1.
|
|
495
|
-
"@types/react": "^19.2.
|
|
496
|
-
"@types/react-dom": "^19.2.
|
|
611
|
+
"@types/node": "^26.1.2",
|
|
612
|
+
"@types/react": "^19.2.18",
|
|
613
|
+
"@types/react-dom": "^19.2.4",
|
|
497
614
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
498
615
|
"@vitest/coverage-istanbul": "^4.1.10",
|
|
499
616
|
"@vitest/coverage-v8": "^4.1.10",
|
|
500
617
|
"effect": "^3.21.4",
|
|
501
618
|
"husky": "^9.1.7",
|
|
502
|
-
"lint-staged": "^17.
|
|
503
|
-
"markdownlint-cli2": "^0.23.
|
|
619
|
+
"lint-staged": "^17.3.0",
|
|
620
|
+
"markdownlint-cli2": "^0.23.2",
|
|
504
621
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
505
622
|
"react": "^19.2.8",
|
|
506
623
|
"react-dom": "^19.2.8",
|
|
507
|
-
"rolldown": "^1.2.
|
|
624
|
+
"rolldown": "^1.2.1",
|
|
508
625
|
"tsdown": "^0.22.14",
|
|
509
|
-
"tsx": "^4.23.
|
|
510
|
-
"turbo": "^2.10.
|
|
626
|
+
"tsx": "^4.23.4",
|
|
627
|
+
"turbo": "^2.10.8",
|
|
511
628
|
"typescript": "^7.0.2",
|
|
512
629
|
"vitest": "^4.1.10"
|
|
513
630
|
},
|
|
@@ -564,15 +681,15 @@ const hooks = createHooks({
|
|
|
564
681
|
"@vitest/coverage-v8": "^4.1.0",
|
|
565
682
|
"effect": "^3.21.0",
|
|
566
683
|
"husky": "^9.1.7",
|
|
567
|
-
"lint-staged": "^17.
|
|
568
|
-
"markdownlint-cli2": "^0.23.
|
|
684
|
+
"lint-staged": "^17.3.0",
|
|
685
|
+
"markdownlint-cli2": "^0.23.2",
|
|
569
686
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
570
687
|
"react": "^19.2.0",
|
|
571
688
|
"react-dom": "^19.2.0",
|
|
572
689
|
"rolldown": "^1.2.0",
|
|
573
690
|
"tsdown": "^0.22.0",
|
|
574
|
-
"tsx": "^4.23.
|
|
575
|
-
"turbo": "^2.10.
|
|
691
|
+
"tsx": "^4.23.4",
|
|
692
|
+
"turbo": "^2.10.8",
|
|
576
693
|
"typescript": "^7.0.0",
|
|
577
694
|
"vitest": "^4.1.0"
|
|
578
695
|
},
|
|
@@ -629,17 +746,32 @@ const hooks = createHooks({
|
|
|
629
746
|
"@vitest/coverage-v8": "^4.1.0",
|
|
630
747
|
"effect": "^3.21.0",
|
|
631
748
|
"husky": "^9.1.7",
|
|
632
|
-
"lint-staged": "^17.
|
|
633
|
-
"markdownlint-cli2": "^0.23.
|
|
749
|
+
"lint-staged": "^17.3.0",
|
|
750
|
+
"markdownlint-cli2": "^0.23.2",
|
|
634
751
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
635
752
|
"react": "^19.2.0",
|
|
636
753
|
"react-dom": "^19.2.0",
|
|
637
754
|
"rolldown": "^1.2.0",
|
|
638
755
|
"tsdown": "^0.22.0",
|
|
639
|
-
"tsx": "^4.23.
|
|
640
|
-
"turbo": "^2.10.
|
|
756
|
+
"tsx": "^4.23.4",
|
|
757
|
+
"turbo": "^2.10.8",
|
|
641
758
|
"typescript": "^7.0.0",
|
|
642
759
|
"vitest": "^4.1.0"
|
|
760
|
+
},
|
|
761
|
+
"test": {
|
|
762
|
+
"@vitest/coverage-istanbul": "^4.1.10",
|
|
763
|
+
"@vitest/coverage-v8": "^4.1.10",
|
|
764
|
+
"vitest": "^4.1.10"
|
|
765
|
+
},
|
|
766
|
+
"test:peers": {
|
|
767
|
+
"@vitest/coverage-istanbul": "^4.1.0",
|
|
768
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
769
|
+
"vitest": "^4.1.0"
|
|
770
|
+
},
|
|
771
|
+
"testPeers": {
|
|
772
|
+
"@vitest/coverage-istanbul": "^4.1.0",
|
|
773
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
774
|
+
"vitest": "^4.1.0"
|
|
643
775
|
}
|
|
644
776
|
},
|
|
645
777
|
"confirmModulesPurge": false,
|