@savvy-web/pnpm-plugin-silk 0.23.2 → 0.24.1
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 +13 -13
- package/package.json +3 -2
- package/pnpmfile.cjs +39 -37
- package/pnpmfile.mjs +39 -37
- package/tsdoc-metadata.json +1 -1
package/index.js
CHANGED
|
@@ -39,15 +39,15 @@ const catalogs = /* @__PURE__ */ new Map([["silk", /* @__PURE__ */ new Map([
|
|
|
39
39
|
["@effect/typeclass", "^0.40.0"],
|
|
40
40
|
["@effect/vitest", "^0.29.0"],
|
|
41
41
|
["@effect/workflow", "^0.18.2"],
|
|
42
|
-
["@rsbuild/core", "^2.1.
|
|
42
|
+
["@rsbuild/core", "^2.1.6"],
|
|
43
43
|
["@rspress/core", "^2.0.17"],
|
|
44
|
-
["@tsdown/css", "^0.22.
|
|
45
|
-
["@tsdown/exe", "^0.22.
|
|
44
|
+
["@tsdown/css", "^0.22.9"],
|
|
45
|
+
["@tsdown/exe", "^0.22.9"],
|
|
46
46
|
["@types/bun", "^1.3.14"],
|
|
47
47
|
["@types/node", "^26.1.1"],
|
|
48
48
|
["@types/react", "^19.2.17"],
|
|
49
49
|
["@types/react-dom", "^19.2.3"],
|
|
50
|
-
["@typescript/native-preview", "^7.0.0-dev.
|
|
50
|
+
["@typescript/native-preview", "^7.0.0-dev.20260707.2"],
|
|
51
51
|
["@vitest/coverage-istanbul", "^4.1.10"],
|
|
52
52
|
["@vitest/coverage-v8", "^4.1.10"],
|
|
53
53
|
["effect", "^3.21.4"],
|
|
@@ -57,14 +57,14 @@ const catalogs = /* @__PURE__ */ new Map([["silk", /* @__PURE__ */ new Map([
|
|
|
57
57
|
["markdownlint-cli2-formatter-codequality", "^0.0.7"],
|
|
58
58
|
["react", "^19.2.7"],
|
|
59
59
|
["react-dom", "^19.2.7"],
|
|
60
|
-
["rolldown", "^1.
|
|
61
|
-
["tsdown", "^0.22.
|
|
60
|
+
["rolldown", "^1.2.0"],
|
|
61
|
+
["tsdown", "^0.22.9"],
|
|
62
62
|
["tsx", "^4.23.1"],
|
|
63
|
-
["turbo", "^2.10.
|
|
63
|
+
["turbo", "^2.10.5"],
|
|
64
64
|
["typescript", "^7.0.2"],
|
|
65
65
|
["vitest", "^4.1.10"]
|
|
66
66
|
])], ["silkPeers", /* @__PURE__ */ new Map([
|
|
67
|
-
["@changesets/cli", "^3.0.0"],
|
|
67
|
+
["@changesets/cli", "^3.0.0-next.8"],
|
|
68
68
|
["@commitlint/cli", "^21.2.1"],
|
|
69
69
|
["@commitlint/config-conventional", "^21.2.0"],
|
|
70
70
|
["@effect/ai", "^0.36.0"],
|
|
@@ -105,13 +105,13 @@ const catalogs = /* @__PURE__ */ new Map([["silk", /* @__PURE__ */ new Map([
|
|
|
105
105
|
["@effect/workflow", "^0.18.2"],
|
|
106
106
|
["@rsbuild/core", "^2.1.0"],
|
|
107
107
|
["@rspress/core", "^2.0.0"],
|
|
108
|
-
["@tsdown/css", "^0.22.
|
|
109
|
-
["@tsdown/exe", "^0.22.
|
|
108
|
+
["@tsdown/css", "^0.22.9"],
|
|
109
|
+
["@tsdown/exe", "^0.22.9"],
|
|
110
110
|
["@types/bun", "^1.3.14"],
|
|
111
111
|
["@types/node", "^26.1.0"],
|
|
112
112
|
["@types/react", "^19.2.0"],
|
|
113
113
|
["@types/react-dom", "^19.2.0"],
|
|
114
|
-
["@typescript/native-preview", "^7.0.0-dev.
|
|
114
|
+
["@typescript/native-preview", "^7.0.0-dev.20260707.2"],
|
|
115
115
|
["@vitest/coverage-istanbul", "^4.1.0"],
|
|
116
116
|
["@vitest/coverage-v8", "^4.1.0"],
|
|
117
117
|
["effect", "^3.21.0"],
|
|
@@ -121,10 +121,10 @@ const catalogs = /* @__PURE__ */ new Map([["silk", /* @__PURE__ */ new Map([
|
|
|
121
121
|
["markdownlint-cli2-formatter-codequality", "^0.0.7"],
|
|
122
122
|
["react", "^19.2.0"],
|
|
123
123
|
["react-dom", "^19.2.0"],
|
|
124
|
-
["rolldown", "^1.
|
|
124
|
+
["rolldown", "^1.2.0"],
|
|
125
125
|
["tsdown", "^0.22.0"],
|
|
126
126
|
["tsx", "^4.23.1"],
|
|
127
|
-
["turbo", "^2.10.
|
|
127
|
+
["turbo", "^2.10.5"],
|
|
128
128
|
["typescript", "^7.0.0"],
|
|
129
129
|
["vitest", "^4.1.0"]
|
|
130
130
|
])]]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/pnpm-plugin-silk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.24.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "pnpm config dependency for centralized catalog management across the Silk ecosystem.",
|
|
6
6
|
"keywords": [
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"exports": {
|
|
31
31
|
".": {
|
|
32
32
|
"types": "./index.d.ts",
|
|
33
|
-
"import": "./index.js"
|
|
33
|
+
"import": "./index.js",
|
|
34
|
+
"default": "./index.js"
|
|
34
35
|
},
|
|
35
36
|
"./package.json": "./package.json"
|
|
36
37
|
},
|
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
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
40
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
75
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
111
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
146
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
191
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
247
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
303
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
323
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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))}│`;
|
|
@@ -380,7 +380,7 @@ function formatSecurityWarning(divergences, name) {
|
|
|
380
380
|
}
|
|
381
381
|
|
|
382
382
|
//#endregion
|
|
383
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.
|
|
383
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
@@ -487,15 +487,15 @@ const hooks = createHooks({
|
|
|
487
487
|
"@effect/typeclass": "^0.40.0",
|
|
488
488
|
"@effect/vitest": "^0.29.0",
|
|
489
489
|
"@effect/workflow": "^0.18.2",
|
|
490
|
-
"@rsbuild/core": "^2.1.
|
|
490
|
+
"@rsbuild/core": "^2.1.6",
|
|
491
491
|
"@rspress/core": "^2.0.17",
|
|
492
|
-
"@tsdown/css": "^0.22.
|
|
493
|
-
"@tsdown/exe": "^0.22.
|
|
492
|
+
"@tsdown/css": "^0.22.9",
|
|
493
|
+
"@tsdown/exe": "^0.22.9",
|
|
494
494
|
"@types/bun": "^1.3.14",
|
|
495
495
|
"@types/node": "^26.1.1",
|
|
496
496
|
"@types/react": "^19.2.17",
|
|
497
497
|
"@types/react-dom": "^19.2.3",
|
|
498
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
498
|
+
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
499
499
|
"@vitest/coverage-istanbul": "^4.1.10",
|
|
500
500
|
"@vitest/coverage-v8": "^4.1.10",
|
|
501
501
|
"effect": "^3.21.4",
|
|
@@ -505,15 +505,15 @@ const hooks = createHooks({
|
|
|
505
505
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
506
506
|
"react": "^19.2.7",
|
|
507
507
|
"react-dom": "^19.2.7",
|
|
508
|
-
"rolldown": "^1.
|
|
509
|
-
"tsdown": "^0.22.
|
|
508
|
+
"rolldown": "^1.2.0",
|
|
509
|
+
"tsdown": "^0.22.9",
|
|
510
510
|
"tsx": "^4.23.1",
|
|
511
|
-
"turbo": "^2.10.
|
|
511
|
+
"turbo": "^2.10.5",
|
|
512
512
|
"typescript": "^7.0.2",
|
|
513
513
|
"vitest": "^4.1.10"
|
|
514
514
|
},
|
|
515
515
|
"silkPeers": {
|
|
516
|
-
"@changesets/cli": "^3.0.0",
|
|
516
|
+
"@changesets/cli": "^3.0.0-next.8",
|
|
517
517
|
"@commitlint/cli": "^21.2.1",
|
|
518
518
|
"@commitlint/config-conventional": "^21.2.0",
|
|
519
519
|
"@effect/ai": "^0.36.0",
|
|
@@ -554,13 +554,13 @@ const hooks = createHooks({
|
|
|
554
554
|
"@effect/workflow": "^0.18.2",
|
|
555
555
|
"@rsbuild/core": "^2.1.0",
|
|
556
556
|
"@rspress/core": "^2.0.0",
|
|
557
|
-
"@tsdown/css": "^0.22.
|
|
558
|
-
"@tsdown/exe": "^0.22.
|
|
557
|
+
"@tsdown/css": "^0.22.9",
|
|
558
|
+
"@tsdown/exe": "^0.22.9",
|
|
559
559
|
"@types/bun": "^1.3.14",
|
|
560
560
|
"@types/node": "^26.1.0",
|
|
561
561
|
"@types/react": "^19.2.0",
|
|
562
562
|
"@types/react-dom": "^19.2.0",
|
|
563
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
563
|
+
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
564
564
|
"@vitest/coverage-istanbul": "^4.1.0",
|
|
565
565
|
"@vitest/coverage-v8": "^4.1.0",
|
|
566
566
|
"effect": "^3.21.0",
|
|
@@ -570,10 +570,10 @@ const hooks = createHooks({
|
|
|
570
570
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
571
571
|
"react": "^19.2.0",
|
|
572
572
|
"react-dom": "^19.2.0",
|
|
573
|
-
"rolldown": "^1.
|
|
573
|
+
"rolldown": "^1.2.0",
|
|
574
574
|
"tsdown": "^0.22.0",
|
|
575
575
|
"tsx": "^4.23.1",
|
|
576
|
-
"turbo": "^2.10.
|
|
576
|
+
"turbo": "^2.10.5",
|
|
577
577
|
"typescript": "^7.0.0",
|
|
578
578
|
"vitest": "^4.1.0"
|
|
579
579
|
}
|
|
@@ -583,25 +583,28 @@ const hooks = createHooks({
|
|
|
583
583
|
"minimumReleaseAgeExclude": [
|
|
584
584
|
"@effected/*",
|
|
585
585
|
"@savvy-web/*",
|
|
586
|
-
"@
|
|
587
|
-
"@
|
|
586
|
+
"@oxc-parser/*",
|
|
587
|
+
"@oxc-project/*",
|
|
588
588
|
"@spencerbeggs/*",
|
|
589
|
-
"
|
|
590
|
-
"
|
|
591
|
-
"
|
|
592
|
-
"
|
|
593
|
-
"type-registry-effect",
|
|
594
|
-
"semver-effect",
|
|
595
|
-
"workspaces-effect",
|
|
596
|
-
"yaml-effect",
|
|
589
|
+
"@typescript/*",
|
|
590
|
+
"@vitest-agent/*",
|
|
591
|
+
"api-extractor-llms",
|
|
592
|
+
"config-file-effect",
|
|
597
593
|
"jsonc-effect",
|
|
598
594
|
"json-schema-effect",
|
|
595
|
+
"oxc-parser",
|
|
599
596
|
"package-json-effect",
|
|
600
|
-
"
|
|
597
|
+
"reposets",
|
|
601
598
|
"rolldown-pnpm-config",
|
|
599
|
+
"rspress-plugin-api-extractor",
|
|
600
|
+
"runtime-resolver",
|
|
601
|
+
"semver-effect",
|
|
602
602
|
"std-osc8",
|
|
603
|
-
"
|
|
604
|
-
"
|
|
603
|
+
"type-registry-effect",
|
|
604
|
+
"workspaces-effect",
|
|
605
|
+
"xdg-effect",
|
|
606
|
+
"vitest-bats",
|
|
607
|
+
"yaml-effect"
|
|
605
608
|
],
|
|
606
609
|
"overrides": { "@microsoft/api-extractor>typescript": "^6.0.3" },
|
|
607
610
|
"peerDependencyRules": { "allowedVersions": {
|
|
@@ -620,7 +623,6 @@ const hooks = createHooks({
|
|
|
620
623
|
"@commitlint/cli",
|
|
621
624
|
"@commitlint/config-conventional",
|
|
622
625
|
"@commitlint/cz-commitlint",
|
|
623
|
-
"@rslib/core",
|
|
624
626
|
"@savvy-web/changelog",
|
|
625
627
|
"@savvy-web/cli",
|
|
626
628
|
"@savvy-web/mcp",
|
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.
|
|
4
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
39
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
74
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
110
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
145
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
190
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
246
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
302
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
322
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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))}│`;
|
|
@@ -379,7 +379,7 @@ function formatSecurityWarning(divergences, name) {
|
|
|
379
379
|
}
|
|
380
380
|
|
|
381
381
|
//#endregion
|
|
382
|
-
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.
|
|
382
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.4.0_@types+react@19.2.17_ioredis@5.11.1_rolldown@1.2.0/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.
|
|
@@ -486,15 +486,15 @@ const hooks = createHooks({
|
|
|
486
486
|
"@effect/typeclass": "^0.40.0",
|
|
487
487
|
"@effect/vitest": "^0.29.0",
|
|
488
488
|
"@effect/workflow": "^0.18.2",
|
|
489
|
-
"@rsbuild/core": "^2.1.
|
|
489
|
+
"@rsbuild/core": "^2.1.6",
|
|
490
490
|
"@rspress/core": "^2.0.17",
|
|
491
|
-
"@tsdown/css": "^0.22.
|
|
492
|
-
"@tsdown/exe": "^0.22.
|
|
491
|
+
"@tsdown/css": "^0.22.9",
|
|
492
|
+
"@tsdown/exe": "^0.22.9",
|
|
493
493
|
"@types/bun": "^1.3.14",
|
|
494
494
|
"@types/node": "^26.1.1",
|
|
495
495
|
"@types/react": "^19.2.17",
|
|
496
496
|
"@types/react-dom": "^19.2.3",
|
|
497
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
497
|
+
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
498
498
|
"@vitest/coverage-istanbul": "^4.1.10",
|
|
499
499
|
"@vitest/coverage-v8": "^4.1.10",
|
|
500
500
|
"effect": "^3.21.4",
|
|
@@ -504,15 +504,15 @@ const hooks = createHooks({
|
|
|
504
504
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
505
505
|
"react": "^19.2.7",
|
|
506
506
|
"react-dom": "^19.2.7",
|
|
507
|
-
"rolldown": "^1.
|
|
508
|
-
"tsdown": "^0.22.
|
|
507
|
+
"rolldown": "^1.2.0",
|
|
508
|
+
"tsdown": "^0.22.9",
|
|
509
509
|
"tsx": "^4.23.1",
|
|
510
|
-
"turbo": "^2.10.
|
|
510
|
+
"turbo": "^2.10.5",
|
|
511
511
|
"typescript": "^7.0.2",
|
|
512
512
|
"vitest": "^4.1.10"
|
|
513
513
|
},
|
|
514
514
|
"silkPeers": {
|
|
515
|
-
"@changesets/cli": "^3.0.0",
|
|
515
|
+
"@changesets/cli": "^3.0.0-next.8",
|
|
516
516
|
"@commitlint/cli": "^21.2.1",
|
|
517
517
|
"@commitlint/config-conventional": "^21.2.0",
|
|
518
518
|
"@effect/ai": "^0.36.0",
|
|
@@ -553,13 +553,13 @@ const hooks = createHooks({
|
|
|
553
553
|
"@effect/workflow": "^0.18.2",
|
|
554
554
|
"@rsbuild/core": "^2.1.0",
|
|
555
555
|
"@rspress/core": "^2.0.0",
|
|
556
|
-
"@tsdown/css": "^0.22.
|
|
557
|
-
"@tsdown/exe": "^0.22.
|
|
556
|
+
"@tsdown/css": "^0.22.9",
|
|
557
|
+
"@tsdown/exe": "^0.22.9",
|
|
558
558
|
"@types/bun": "^1.3.14",
|
|
559
559
|
"@types/node": "^26.1.0",
|
|
560
560
|
"@types/react": "^19.2.0",
|
|
561
561
|
"@types/react-dom": "^19.2.0",
|
|
562
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
562
|
+
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
563
563
|
"@vitest/coverage-istanbul": "^4.1.0",
|
|
564
564
|
"@vitest/coverage-v8": "^4.1.0",
|
|
565
565
|
"effect": "^3.21.0",
|
|
@@ -569,10 +569,10 @@ const hooks = createHooks({
|
|
|
569
569
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
570
570
|
"react": "^19.2.0",
|
|
571
571
|
"react-dom": "^19.2.0",
|
|
572
|
-
"rolldown": "^1.
|
|
572
|
+
"rolldown": "^1.2.0",
|
|
573
573
|
"tsdown": "^0.22.0",
|
|
574
574
|
"tsx": "^4.23.1",
|
|
575
|
-
"turbo": "^2.10.
|
|
575
|
+
"turbo": "^2.10.5",
|
|
576
576
|
"typescript": "^7.0.0",
|
|
577
577
|
"vitest": "^4.1.0"
|
|
578
578
|
}
|
|
@@ -582,25 +582,28 @@ const hooks = createHooks({
|
|
|
582
582
|
"minimumReleaseAgeExclude": [
|
|
583
583
|
"@effected/*",
|
|
584
584
|
"@savvy-web/*",
|
|
585
|
-
"@
|
|
586
|
-
"@
|
|
585
|
+
"@oxc-parser/*",
|
|
586
|
+
"@oxc-project/*",
|
|
587
587
|
"@spencerbeggs/*",
|
|
588
|
-
"
|
|
589
|
-
"
|
|
590
|
-
"
|
|
591
|
-
"
|
|
592
|
-
"type-registry-effect",
|
|
593
|
-
"semver-effect",
|
|
594
|
-
"workspaces-effect",
|
|
595
|
-
"yaml-effect",
|
|
588
|
+
"@typescript/*",
|
|
589
|
+
"@vitest-agent/*",
|
|
590
|
+
"api-extractor-llms",
|
|
591
|
+
"config-file-effect",
|
|
596
592
|
"jsonc-effect",
|
|
597
593
|
"json-schema-effect",
|
|
594
|
+
"oxc-parser",
|
|
598
595
|
"package-json-effect",
|
|
599
|
-
"
|
|
596
|
+
"reposets",
|
|
600
597
|
"rolldown-pnpm-config",
|
|
598
|
+
"rspress-plugin-api-extractor",
|
|
599
|
+
"runtime-resolver",
|
|
600
|
+
"semver-effect",
|
|
601
601
|
"std-osc8",
|
|
602
|
-
"
|
|
603
|
-
"
|
|
602
|
+
"type-registry-effect",
|
|
603
|
+
"workspaces-effect",
|
|
604
|
+
"xdg-effect",
|
|
605
|
+
"vitest-bats",
|
|
606
|
+
"yaml-effect"
|
|
604
607
|
],
|
|
605
608
|
"overrides": { "@microsoft/api-extractor>typescript": "^6.0.3" },
|
|
606
609
|
"peerDependencyRules": { "allowedVersions": {
|
|
@@ -619,7 +622,6 @@ const hooks = createHooks({
|
|
|
619
622
|
"@commitlint/cli",
|
|
620
623
|
"@commitlint/config-conventional",
|
|
621
624
|
"@commitlint/cz-commitlint",
|
|
622
|
-
"@rslib/core",
|
|
623
625
|
"@savvy-web/changelog",
|
|
624
626
|
"@savvy-web/cli",
|
|
625
627
|
"@savvy-web/mcp",
|