@savvy-web/pnpm-plugin-silk 0.24.2 → 0.25.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 CHANGED
@@ -40,10 +40,10 @@ const catalogs = /* @__PURE__ */ new Map([
40
40
  ["@effect/typeclass", "^0.40.0"],
41
41
  ["@effect/vitest", "^0.29.0"],
42
42
  ["@effect/workflow", "^0.18.2"],
43
- ["@rsbuild/core", "^2.1.6"],
43
+ ["@rsbuild/core", "^2.1.8"],
44
44
  ["@rspress/core", "^2.0.18"],
45
- ["@tsdown/css", "^0.22.12"],
46
- ["@tsdown/exe", "^0.22.12"],
45
+ ["@tsdown/css", "^0.22.14"],
46
+ ["@tsdown/exe", "^0.22.14"],
47
47
  ["@types/bun", "^1.3.14"],
48
48
  ["@types/node", "^26.1.1"],
49
49
  ["@types/react", "^19.2.17"],
@@ -53,15 +53,15 @@ const catalogs = /* @__PURE__ */ new Map([
53
53
  ["@vitest/coverage-v8", "^4.1.10"],
54
54
  ["effect", "^3.21.4"],
55
55
  ["husky", "^9.1.7"],
56
- ["lint-staged", "^17.1.0"],
56
+ ["lint-staged", "^17.2.0"],
57
57
  ["markdownlint-cli2", "^0.23.1"],
58
58
  ["markdownlint-cli2-formatter-codequality", "^0.0.7"],
59
- ["react", "^19.2.7"],
60
- ["react-dom", "^19.2.7"],
59
+ ["react", "^19.2.8"],
60
+ ["react-dom", "^19.2.8"],
61
61
  ["rolldown", "^1.2.0"],
62
- ["tsdown", "^0.22.12"],
62
+ ["tsdown", "^0.22.14"],
63
63
  ["tsx", "^4.23.1"],
64
- ["turbo", "^2.10.5"],
64
+ ["turbo", "^2.10.6"],
65
65
  ["typescript", "^7.0.2"],
66
66
  ["vitest", "^4.1.10"]
67
67
  ])],
@@ -107,8 +107,8 @@ const catalogs = /* @__PURE__ */ new Map([
107
107
  ["@effect/workflow", "^0.18.2"],
108
108
  ["@rsbuild/core", "^2.1.0"],
109
109
  ["@rspress/core", "^2.0.0"],
110
- ["@tsdown/css", "^0.22.12"],
111
- ["@tsdown/exe", "^0.22.12"],
110
+ ["@tsdown/css", "^0.22.14"],
111
+ ["@tsdown/exe", "^0.22.14"],
112
112
  ["@types/bun", "^1.3.14"],
113
113
  ["@types/node", "^26.1.0"],
114
114
  ["@types/react", "^19.2.0"],
@@ -118,7 +118,7 @@ const catalogs = /* @__PURE__ */ new Map([
118
118
  ["@vitest/coverage-v8", "^4.1.0"],
119
119
  ["effect", "^3.21.0"],
120
120
  ["husky", "^9.1.7"],
121
- ["lint-staged", "^17.1.0"],
121
+ ["lint-staged", "^17.2.0"],
122
122
  ["markdownlint-cli2", "^0.23.1"],
123
123
  ["markdownlint-cli2-formatter-codequality", "^0.0.7"],
124
124
  ["react", "^19.2.0"],
@@ -126,7 +126,7 @@ const catalogs = /* @__PURE__ */ new Map([
126
126
  ["rolldown", "^1.2.0"],
127
127
  ["tsdown", "^0.22.0"],
128
128
  ["tsx", "^4.23.1"],
129
- ["turbo", "^2.10.5"],
129
+ ["turbo", "^2.10.6"],
130
130
  ["typescript", "^7.0.0"],
131
131
  ["vitest", "^4.1.0"]
132
132
  ])],
@@ -172,8 +172,8 @@ const catalogs = /* @__PURE__ */ new Map([
172
172
  ["@effect/workflow", "^0.18.2"],
173
173
  ["@rsbuild/core", "^2.1.0"],
174
174
  ["@rspress/core", "^2.0.0"],
175
- ["@tsdown/css", "^0.22.12"],
176
- ["@tsdown/exe", "^0.22.12"],
175
+ ["@tsdown/css", "^0.22.14"],
176
+ ["@tsdown/exe", "^0.22.14"],
177
177
  ["@types/bun", "^1.3.14"],
178
178
  ["@types/node", "^26.1.0"],
179
179
  ["@types/react", "^19.2.0"],
@@ -183,7 +183,7 @@ const catalogs = /* @__PURE__ */ new Map([
183
183
  ["@vitest/coverage-v8", "^4.1.0"],
184
184
  ["effect", "^3.21.0"],
185
185
  ["husky", "^9.1.7"],
186
- ["lint-staged", "^17.1.0"],
186
+ ["lint-staged", "^17.2.0"],
187
187
  ["markdownlint-cli2", "^0.23.1"],
188
188
  ["markdownlint-cli2-formatter-codequality", "^0.0.7"],
189
189
  ["react", "^19.2.0"],
@@ -191,7 +191,7 @@ const catalogs = /* @__PURE__ */ new Map([
191
191
  ["rolldown", "^1.2.0"],
192
192
  ["tsdown", "^0.22.0"],
193
193
  ["tsx", "^4.23.1"],
194
- ["turbo", "^2.10.5"],
194
+ ["turbo", "^2.10.6"],
195
195
  ["typescript", "^7.0.0"],
196
196
  ["vitest", "^4.1.0"]
197
197
  ])]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/pnpm-plugin-silk",
3
- "version": "0.24.2",
3
+ "version": "0.25.0",
4
4
  "private": false,
5
5
  "description": "pnpm config dependency for centralized catalog management across the Silk ecosystem.",
6
6
  "keywords": [
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.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/ctx.js
5
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/enforcement.js
40
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/strategies/arrays.js
75
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/strategies/catalogs.js
111
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/strategies/maps.js
146
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/strategies/overrides.js
191
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/strategies/scalar.js
247
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/strategies/table.js
303
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/warnings.js
323
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime.js
383
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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,10 +487,10 @@ 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.6",
490
+ "@rsbuild/core": "^2.1.8",
491
491
  "@rspress/core": "^2.0.18",
492
- "@tsdown/css": "^0.22.12",
493
- "@tsdown/exe": "^0.22.12",
492
+ "@tsdown/css": "^0.22.14",
493
+ "@tsdown/exe": "^0.22.14",
494
494
  "@types/bun": "^1.3.14",
495
495
  "@types/node": "^26.1.1",
496
496
  "@types/react": "^19.2.17",
@@ -500,15 +500,15 @@ const hooks = createHooks({
500
500
  "@vitest/coverage-v8": "^4.1.10",
501
501
  "effect": "^3.21.4",
502
502
  "husky": "^9.1.7",
503
- "lint-staged": "^17.1.0",
503
+ "lint-staged": "^17.2.0",
504
504
  "markdownlint-cli2": "^0.23.1",
505
505
  "markdownlint-cli2-formatter-codequality": "^0.0.7",
506
- "react": "^19.2.7",
507
- "react-dom": "^19.2.7",
506
+ "react": "^19.2.8",
507
+ "react-dom": "^19.2.8",
508
508
  "rolldown": "^1.2.0",
509
- "tsdown": "^0.22.12",
509
+ "tsdown": "^0.22.14",
510
510
  "tsx": "^4.23.1",
511
- "turbo": "^2.10.5",
511
+ "turbo": "^2.10.6",
512
512
  "typescript": "^7.0.2",
513
513
  "vitest": "^4.1.10"
514
514
  },
@@ -554,8 +554,8 @@ 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.12",
558
- "@tsdown/exe": "^0.22.12",
557
+ "@tsdown/css": "^0.22.14",
558
+ "@tsdown/exe": "^0.22.14",
559
559
  "@types/bun": "^1.3.14",
560
560
  "@types/node": "^26.1.0",
561
561
  "@types/react": "^19.2.0",
@@ -565,7 +565,7 @@ const hooks = createHooks({
565
565
  "@vitest/coverage-v8": "^4.1.0",
566
566
  "effect": "^3.21.0",
567
567
  "husky": "^9.1.7",
568
- "lint-staged": "^17.1.0",
568
+ "lint-staged": "^17.2.0",
569
569
  "markdownlint-cli2": "^0.23.1",
570
570
  "markdownlint-cli2-formatter-codequality": "^0.0.7",
571
571
  "react": "^19.2.0",
@@ -573,7 +573,7 @@ const hooks = createHooks({
573
573
  "rolldown": "^1.2.0",
574
574
  "tsdown": "^0.22.0",
575
575
  "tsx": "^4.23.1",
576
- "turbo": "^2.10.5",
576
+ "turbo": "^2.10.6",
577
577
  "typescript": "^7.0.0",
578
578
  "vitest": "^4.1.0"
579
579
  },
@@ -619,8 +619,8 @@ const hooks = createHooks({
619
619
  "@effect/workflow": "^0.18.2",
620
620
  "@rsbuild/core": "^2.1.0",
621
621
  "@rspress/core": "^2.0.0",
622
- "@tsdown/css": "^0.22.12",
623
- "@tsdown/exe": "^0.22.12",
622
+ "@tsdown/css": "^0.22.14",
623
+ "@tsdown/exe": "^0.22.14",
624
624
  "@types/bun": "^1.3.14",
625
625
  "@types/node": "^26.1.0",
626
626
  "@types/react": "^19.2.0",
@@ -630,7 +630,7 @@ const hooks = createHooks({
630
630
  "@vitest/coverage-v8": "^4.1.0",
631
631
  "effect": "^3.21.0",
632
632
  "husky": "^9.1.7",
633
- "lint-staged": "^17.1.0",
633
+ "lint-staged": "^17.2.0",
634
634
  "markdownlint-cli2": "^0.23.1",
635
635
  "markdownlint-cli2-formatter-codequality": "^0.0.7",
636
636
  "react": "^19.2.0",
@@ -638,7 +638,7 @@ const hooks = createHooks({
638
638
  "rolldown": "^1.2.0",
639
639
  "tsdown": "^0.22.0",
640
640
  "tsx": "^4.23.1",
641
- "turbo": "^2.10.5",
641
+ "turbo": "^2.10.6",
642
642
  "typescript": "^7.0.0",
643
643
  "vitest": "^4.1.0"
644
644
  }
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.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/ctx.js
4
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/enforcement.js
39
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/strategies/arrays.js
74
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/strategies/catalogs.js
110
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/strategies/maps.js
145
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/strategies/overrides.js
190
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/strategies/scalar.js
246
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/strategies/table.js
302
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime/warnings.js
322
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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.5.0_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.1__rolldown@1.2.0/node_modules/rolldown-pnpm-config/runtime.js
382
+ //#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.5.3_@types+react@19.2.17_ioredis@5.11.1_supports-color@8.1.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,10 +486,10 @@ 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.6",
489
+ "@rsbuild/core": "^2.1.8",
490
490
  "@rspress/core": "^2.0.18",
491
- "@tsdown/css": "^0.22.12",
492
- "@tsdown/exe": "^0.22.12",
491
+ "@tsdown/css": "^0.22.14",
492
+ "@tsdown/exe": "^0.22.14",
493
493
  "@types/bun": "^1.3.14",
494
494
  "@types/node": "^26.1.1",
495
495
  "@types/react": "^19.2.17",
@@ -499,15 +499,15 @@ const hooks = createHooks({
499
499
  "@vitest/coverage-v8": "^4.1.10",
500
500
  "effect": "^3.21.4",
501
501
  "husky": "^9.1.7",
502
- "lint-staged": "^17.1.0",
502
+ "lint-staged": "^17.2.0",
503
503
  "markdownlint-cli2": "^0.23.1",
504
504
  "markdownlint-cli2-formatter-codequality": "^0.0.7",
505
- "react": "^19.2.7",
506
- "react-dom": "^19.2.7",
505
+ "react": "^19.2.8",
506
+ "react-dom": "^19.2.8",
507
507
  "rolldown": "^1.2.0",
508
- "tsdown": "^0.22.12",
508
+ "tsdown": "^0.22.14",
509
509
  "tsx": "^4.23.1",
510
- "turbo": "^2.10.5",
510
+ "turbo": "^2.10.6",
511
511
  "typescript": "^7.0.2",
512
512
  "vitest": "^4.1.10"
513
513
  },
@@ -553,8 +553,8 @@ 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.12",
557
- "@tsdown/exe": "^0.22.12",
556
+ "@tsdown/css": "^0.22.14",
557
+ "@tsdown/exe": "^0.22.14",
558
558
  "@types/bun": "^1.3.14",
559
559
  "@types/node": "^26.1.0",
560
560
  "@types/react": "^19.2.0",
@@ -564,7 +564,7 @@ const hooks = createHooks({
564
564
  "@vitest/coverage-v8": "^4.1.0",
565
565
  "effect": "^3.21.0",
566
566
  "husky": "^9.1.7",
567
- "lint-staged": "^17.1.0",
567
+ "lint-staged": "^17.2.0",
568
568
  "markdownlint-cli2": "^0.23.1",
569
569
  "markdownlint-cli2-formatter-codequality": "^0.0.7",
570
570
  "react": "^19.2.0",
@@ -572,7 +572,7 @@ const hooks = createHooks({
572
572
  "rolldown": "^1.2.0",
573
573
  "tsdown": "^0.22.0",
574
574
  "tsx": "^4.23.1",
575
- "turbo": "^2.10.5",
575
+ "turbo": "^2.10.6",
576
576
  "typescript": "^7.0.0",
577
577
  "vitest": "^4.1.0"
578
578
  },
@@ -618,8 +618,8 @@ const hooks = createHooks({
618
618
  "@effect/workflow": "^0.18.2",
619
619
  "@rsbuild/core": "^2.1.0",
620
620
  "@rspress/core": "^2.0.0",
621
- "@tsdown/css": "^0.22.12",
622
- "@tsdown/exe": "^0.22.12",
621
+ "@tsdown/css": "^0.22.14",
622
+ "@tsdown/exe": "^0.22.14",
623
623
  "@types/bun": "^1.3.14",
624
624
  "@types/node": "^26.1.0",
625
625
  "@types/react": "^19.2.0",
@@ -629,7 +629,7 @@ const hooks = createHooks({
629
629
  "@vitest/coverage-v8": "^4.1.0",
630
630
  "effect": "^3.21.0",
631
631
  "husky": "^9.1.7",
632
- "lint-staged": "^17.1.0",
632
+ "lint-staged": "^17.2.0",
633
633
  "markdownlint-cli2": "^0.23.1",
634
634
  "markdownlint-cli2-formatter-codequality": "^0.0.7",
635
635
  "react": "^19.2.0",
@@ -637,7 +637,7 @@ const hooks = createHooks({
637
637
  "rolldown": "^1.2.0",
638
638
  "tsdown": "^0.22.0",
639
639
  "tsx": "^4.23.1",
640
- "turbo": "^2.10.5",
640
+ "turbo": "^2.10.6",
641
641
  "typescript": "^7.0.0",
642
642
  "vitest": "^4.1.0"
643
643
  }
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.58.11"
8
+ "packageVersion": "7.58.12"
9
9
  }
10
10
  ]
11
11
  }