@effected/pnpm-plugin-effect 0.7.0 → 0.7.2
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 +18 -18
- package/package.json +1 -1
- package/pnpmfile.cjs +28 -28
- package/pnpmfile.mjs +28 -28
package/index.js
CHANGED
|
@@ -61,23 +61,23 @@ const catalogs = /* @__PURE__ */ new Map([
|
|
|
61
61
|
["effect", "4.0.0-rc.112"]
|
|
62
62
|
])],
|
|
63
63
|
["effected", /* @__PURE__ */ new Map([
|
|
64
|
-
["@effected/app", "^0.
|
|
65
|
-
["@effected/cli", "^0.3.
|
|
66
|
-
["@effected/commands", "^0.6.
|
|
67
|
-
["@effected/config-file", "^0.
|
|
68
|
-
["@effected/git", "^0.
|
|
64
|
+
["@effected/app", "^0.15.0"],
|
|
65
|
+
["@effected/cli", "^0.3.1"],
|
|
66
|
+
["@effected/commands", "^0.6.1"],
|
|
67
|
+
["@effected/config-file", "^0.7.0"],
|
|
68
|
+
["@effected/git", "^0.12.0"],
|
|
69
69
|
["@effected/github", "^0.9.0"],
|
|
70
70
|
["@effected/github-actions", "^0.11.0"],
|
|
71
71
|
["@effected/github-references", "^0.2.0"],
|
|
72
72
|
["@effected/glob", "^0.5.0"],
|
|
73
73
|
["@effected/jsonc", "^0.9.0"],
|
|
74
74
|
["@effected/jsonl", "^0.4.0"],
|
|
75
|
-
["@effected/lockfiles", "^0.8.
|
|
76
|
-
["@effected/markdown", "^0.9.
|
|
75
|
+
["@effected/lockfiles", "^0.8.1"],
|
|
76
|
+
["@effected/markdown", "^0.9.1"],
|
|
77
77
|
["@effected/memfs", "^0.6.0"],
|
|
78
78
|
["@effected/npm", "^0.13.0"],
|
|
79
79
|
["@effected/package-json", "^0.14.0"],
|
|
80
|
-
["@effected/runtimes", "^0.5.
|
|
80
|
+
["@effected/runtimes", "^0.5.1"],
|
|
81
81
|
["@effected/sbom", "^0.5.0"],
|
|
82
82
|
["@effected/schema-org", "^0.2.0"],
|
|
83
83
|
["@effected/schemastore", "^0.6.0"],
|
|
@@ -86,18 +86,18 @@ const catalogs = /* @__PURE__ */ new Map([
|
|
|
86
86
|
["@effected/store", "^0.7.0"],
|
|
87
87
|
["@effected/templates", "^0.5.0"],
|
|
88
88
|
["@effected/toml", "^0.6.0"],
|
|
89
|
-
["@effected/tsconfig-json", "^0.8.
|
|
90
|
-
["@effected/walker", "^0.
|
|
91
|
-
["@effected/workspaces", "^0.20.
|
|
92
|
-
["@effected/xdg", "^0.4.
|
|
93
|
-
["@effected/yaml", "^0.
|
|
89
|
+
["@effected/tsconfig-json", "^0.8.1"],
|
|
90
|
+
["@effected/walker", "^0.7.0"],
|
|
91
|
+
["@effected/workspaces", "^0.20.1"],
|
|
92
|
+
["@effected/xdg", "^0.4.1"],
|
|
93
|
+
["@effected/yaml", "^0.14.0"]
|
|
94
94
|
])],
|
|
95
95
|
["effected:peers", /* @__PURE__ */ new Map([
|
|
96
|
-
["@effected/app", "^0.
|
|
96
|
+
["@effected/app", "^0.15.0"],
|
|
97
97
|
["@effected/cli", "^0.3.0"],
|
|
98
98
|
["@effected/commands", "^0.6.0"],
|
|
99
|
-
["@effected/config-file", "^0.
|
|
100
|
-
["@effected/git", "^0.
|
|
99
|
+
["@effected/config-file", "^0.7.0"],
|
|
100
|
+
["@effected/git", "^0.12.0"],
|
|
101
101
|
["@effected/github", "^0.9.0"],
|
|
102
102
|
["@effected/github-actions", "^0.11.0"],
|
|
103
103
|
["@effected/github-references", "^0.2.0"],
|
|
@@ -119,10 +119,10 @@ const catalogs = /* @__PURE__ */ new Map([
|
|
|
119
119
|
["@effected/templates", "^0.5.0"],
|
|
120
120
|
["@effected/toml", "^0.6.0"],
|
|
121
121
|
["@effected/tsconfig-json", "^0.8.0"],
|
|
122
|
-
["@effected/walker", "^0.
|
|
122
|
+
["@effected/walker", "^0.7.0"],
|
|
123
123
|
["@effected/workspaces", "^0.20.0"],
|
|
124
124
|
["@effected/xdg", "^0.4.0"],
|
|
125
|
-
["@effected/yaml", "^0.
|
|
125
|
+
["@effected/yaml", "^0.14.0"]
|
|
126
126
|
])]
|
|
127
127
|
]);
|
|
128
128
|
|
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.7.
|
|
5
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
40
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
75
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
111
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
146
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
191
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
247
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
303
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
323
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
383
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.
|
|
@@ -492,23 +492,23 @@ const hooks = createHooks({
|
|
|
492
492
|
"effect": "4.0.0-rc.112"
|
|
493
493
|
},
|
|
494
494
|
"effected": {
|
|
495
|
-
"@effected/app": "^0.
|
|
496
|
-
"@effected/cli": "^0.3.
|
|
497
|
-
"@effected/commands": "^0.6.
|
|
498
|
-
"@effected/config-file": "^0.
|
|
499
|
-
"@effected/git": "^0.
|
|
495
|
+
"@effected/app": "^0.15.0",
|
|
496
|
+
"@effected/cli": "^0.3.1",
|
|
497
|
+
"@effected/commands": "^0.6.1",
|
|
498
|
+
"@effected/config-file": "^0.7.0",
|
|
499
|
+
"@effected/git": "^0.12.0",
|
|
500
500
|
"@effected/github": "^0.9.0",
|
|
501
501
|
"@effected/github-actions": "^0.11.0",
|
|
502
502
|
"@effected/github-references": "^0.2.0",
|
|
503
503
|
"@effected/glob": "^0.5.0",
|
|
504
504
|
"@effected/jsonc": "^0.9.0",
|
|
505
505
|
"@effected/jsonl": "^0.4.0",
|
|
506
|
-
"@effected/lockfiles": "^0.8.
|
|
507
|
-
"@effected/markdown": "^0.9.
|
|
506
|
+
"@effected/lockfiles": "^0.8.1",
|
|
507
|
+
"@effected/markdown": "^0.9.1",
|
|
508
508
|
"@effected/memfs": "^0.6.0",
|
|
509
509
|
"@effected/npm": "^0.13.0",
|
|
510
510
|
"@effected/package-json": "^0.14.0",
|
|
511
|
-
"@effected/runtimes": "^0.5.
|
|
511
|
+
"@effected/runtimes": "^0.5.1",
|
|
512
512
|
"@effected/sbom": "^0.5.0",
|
|
513
513
|
"@effected/schema-org": "^0.2.0",
|
|
514
514
|
"@effected/schemastore": "^0.6.0",
|
|
@@ -517,18 +517,18 @@ const hooks = createHooks({
|
|
|
517
517
|
"@effected/store": "^0.7.0",
|
|
518
518
|
"@effected/templates": "^0.5.0",
|
|
519
519
|
"@effected/toml": "^0.6.0",
|
|
520
|
-
"@effected/tsconfig-json": "^0.8.
|
|
521
|
-
"@effected/walker": "^0.
|
|
522
|
-
"@effected/workspaces": "^0.20.
|
|
523
|
-
"@effected/xdg": "^0.4.
|
|
524
|
-
"@effected/yaml": "^0.
|
|
520
|
+
"@effected/tsconfig-json": "^0.8.1",
|
|
521
|
+
"@effected/walker": "^0.7.0",
|
|
522
|
+
"@effected/workspaces": "^0.20.1",
|
|
523
|
+
"@effected/xdg": "^0.4.1",
|
|
524
|
+
"@effected/yaml": "^0.14.0"
|
|
525
525
|
},
|
|
526
526
|
"effected:peers": {
|
|
527
|
-
"@effected/app": "^0.
|
|
527
|
+
"@effected/app": "^0.15.0",
|
|
528
528
|
"@effected/cli": "^0.3.0",
|
|
529
529
|
"@effected/commands": "^0.6.0",
|
|
530
|
-
"@effected/config-file": "^0.
|
|
531
|
-
"@effected/git": "^0.
|
|
530
|
+
"@effected/config-file": "^0.7.0",
|
|
531
|
+
"@effected/git": "^0.12.0",
|
|
532
532
|
"@effected/github": "^0.9.0",
|
|
533
533
|
"@effected/github-actions": "^0.11.0",
|
|
534
534
|
"@effected/github-references": "^0.2.0",
|
|
@@ -550,10 +550,10 @@ const hooks = createHooks({
|
|
|
550
550
|
"@effected/templates": "^0.5.0",
|
|
551
551
|
"@effected/toml": "^0.6.0",
|
|
552
552
|
"@effected/tsconfig-json": "^0.8.0",
|
|
553
|
-
"@effected/walker": "^0.
|
|
553
|
+
"@effected/walker": "^0.7.0",
|
|
554
554
|
"@effected/workspaces": "^0.20.0",
|
|
555
555
|
"@effected/xdg": "^0.4.0",
|
|
556
|
-
"@effected/yaml": "^0.
|
|
556
|
+
"@effected/yaml": "^0.14.0"
|
|
557
557
|
}
|
|
558
558
|
},
|
|
559
559
|
"minimumReleaseAgeExclude": ["@effect/tsgo-*"],
|
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.7.
|
|
4
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
39
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
74
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
110
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
145
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
190
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
246
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
302
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
322
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.7.
|
|
382
|
+
//#region ../../node_modules/.pnpm/rolldown-pnpm-config@0.7.12_@effected+jsonc@0.9.0_effect@4.0.0-rc.112__@types+react@19.2.18_redis@6.2.1_rolldown@1.2.7/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.
|
|
@@ -491,23 +491,23 @@ const hooks = createHooks({
|
|
|
491
491
|
"effect": "4.0.0-rc.112"
|
|
492
492
|
},
|
|
493
493
|
"effected": {
|
|
494
|
-
"@effected/app": "^0.
|
|
495
|
-
"@effected/cli": "^0.3.
|
|
496
|
-
"@effected/commands": "^0.6.
|
|
497
|
-
"@effected/config-file": "^0.
|
|
498
|
-
"@effected/git": "^0.
|
|
494
|
+
"@effected/app": "^0.15.0",
|
|
495
|
+
"@effected/cli": "^0.3.1",
|
|
496
|
+
"@effected/commands": "^0.6.1",
|
|
497
|
+
"@effected/config-file": "^0.7.0",
|
|
498
|
+
"@effected/git": "^0.12.0",
|
|
499
499
|
"@effected/github": "^0.9.0",
|
|
500
500
|
"@effected/github-actions": "^0.11.0",
|
|
501
501
|
"@effected/github-references": "^0.2.0",
|
|
502
502
|
"@effected/glob": "^0.5.0",
|
|
503
503
|
"@effected/jsonc": "^0.9.0",
|
|
504
504
|
"@effected/jsonl": "^0.4.0",
|
|
505
|
-
"@effected/lockfiles": "^0.8.
|
|
506
|
-
"@effected/markdown": "^0.9.
|
|
505
|
+
"@effected/lockfiles": "^0.8.1",
|
|
506
|
+
"@effected/markdown": "^0.9.1",
|
|
507
507
|
"@effected/memfs": "^0.6.0",
|
|
508
508
|
"@effected/npm": "^0.13.0",
|
|
509
509
|
"@effected/package-json": "^0.14.0",
|
|
510
|
-
"@effected/runtimes": "^0.5.
|
|
510
|
+
"@effected/runtimes": "^0.5.1",
|
|
511
511
|
"@effected/sbom": "^0.5.0",
|
|
512
512
|
"@effected/schema-org": "^0.2.0",
|
|
513
513
|
"@effected/schemastore": "^0.6.0",
|
|
@@ -516,18 +516,18 @@ const hooks = createHooks({
|
|
|
516
516
|
"@effected/store": "^0.7.0",
|
|
517
517
|
"@effected/templates": "^0.5.0",
|
|
518
518
|
"@effected/toml": "^0.6.0",
|
|
519
|
-
"@effected/tsconfig-json": "^0.8.
|
|
520
|
-
"@effected/walker": "^0.
|
|
521
|
-
"@effected/workspaces": "^0.20.
|
|
522
|
-
"@effected/xdg": "^0.4.
|
|
523
|
-
"@effected/yaml": "^0.
|
|
519
|
+
"@effected/tsconfig-json": "^0.8.1",
|
|
520
|
+
"@effected/walker": "^0.7.0",
|
|
521
|
+
"@effected/workspaces": "^0.20.1",
|
|
522
|
+
"@effected/xdg": "^0.4.1",
|
|
523
|
+
"@effected/yaml": "^0.14.0"
|
|
524
524
|
},
|
|
525
525
|
"effected:peers": {
|
|
526
|
-
"@effected/app": "^0.
|
|
526
|
+
"@effected/app": "^0.15.0",
|
|
527
527
|
"@effected/cli": "^0.3.0",
|
|
528
528
|
"@effected/commands": "^0.6.0",
|
|
529
|
-
"@effected/config-file": "^0.
|
|
530
|
-
"@effected/git": "^0.
|
|
529
|
+
"@effected/config-file": "^0.7.0",
|
|
530
|
+
"@effected/git": "^0.12.0",
|
|
531
531
|
"@effected/github": "^0.9.0",
|
|
532
532
|
"@effected/github-actions": "^0.11.0",
|
|
533
533
|
"@effected/github-references": "^0.2.0",
|
|
@@ -549,10 +549,10 @@ const hooks = createHooks({
|
|
|
549
549
|
"@effected/templates": "^0.5.0",
|
|
550
550
|
"@effected/toml": "^0.6.0",
|
|
551
551
|
"@effected/tsconfig-json": "^0.8.0",
|
|
552
|
-
"@effected/walker": "^0.
|
|
552
|
+
"@effected/walker": "^0.7.0",
|
|
553
553
|
"@effected/workspaces": "^0.20.0",
|
|
554
554
|
"@effected/xdg": "^0.4.0",
|
|
555
|
-
"@effected/yaml": "^0.
|
|
555
|
+
"@effected/yaml": "^0.14.0"
|
|
556
556
|
}
|
|
557
557
|
},
|
|
558
558
|
"minimumReleaseAgeExclude": ["@effect/tsgo-*"],
|