@savvy-web/pnpm-plugin-silk 0.24.0 → 0.24.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 +197 -129
- package/package.json +3 -2
- package/pnpmfile.cjs +92 -27
- package/pnpmfile.mjs +92 -27
- package/tsdoc-metadata.json +1 -1
package/index.js
CHANGED
|
@@ -1,133 +1,201 @@
|
|
|
1
1
|
//#region \0rolldown-pnpm-config/virtual/catalogs
|
|
2
|
-
const catalogs = /* @__PURE__ */ new Map([
|
|
3
|
-
["
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
["
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
]
|
|
2
|
+
const catalogs = /* @__PURE__ */ new Map([
|
|
3
|
+
["silk", /* @__PURE__ */ new Map([
|
|
4
|
+
["@changesets/cli", "^3.0.0-next.8"],
|
|
5
|
+
["@commitlint/cli", "^21.2.1"],
|
|
6
|
+
["@commitlint/config-conventional", "^21.2.0"],
|
|
7
|
+
["@effect/ai", "^0.36.0"],
|
|
8
|
+
["@effect/ai-amazon-bedrock", "^0.16.1"],
|
|
9
|
+
["@effect/ai-anthropic", "^0.26.0"],
|
|
10
|
+
["@effect/ai-google", "^0.15.0"],
|
|
11
|
+
["@effect/ai-openai", "^0.40.1"],
|
|
12
|
+
["@effect/cli", "^0.75.2"],
|
|
13
|
+
["@effect/cluster", "^0.59.0"],
|
|
14
|
+
["@effect/experimental", "^0.60.0"],
|
|
15
|
+
["@effect/language-service", "^0.86.6"],
|
|
16
|
+
["@effect/opentelemetry", "^0.63.0"],
|
|
17
|
+
["@effect/platform", "^0.96.2"],
|
|
18
|
+
["@effect/platform-browser", "^0.76.0"],
|
|
19
|
+
["@effect/platform-bun", "^0.90.0"],
|
|
20
|
+
["@effect/platform-node", "^0.107.0"],
|
|
21
|
+
["@effect/platform-node-shared", "^0.60.0"],
|
|
22
|
+
["@effect/printer", "^0.49.0"],
|
|
23
|
+
["@effect/printer-ansi", "^0.49.0"],
|
|
24
|
+
["@effect/rpc", "^0.75.1"],
|
|
25
|
+
["@effect/sql", "^0.51.1"],
|
|
26
|
+
["@effect/sql-clickhouse", "^0.49.0"],
|
|
27
|
+
["@effect/sql-d1", "^0.49.0"],
|
|
28
|
+
["@effect/sql-drizzle", "^0.50.0"],
|
|
29
|
+
["@effect/sql-kysely", "^0.47.0"],
|
|
30
|
+
["@effect/sql-libsql", "^0.41.0"],
|
|
31
|
+
["@effect/sql-mssql", "^0.52.0"],
|
|
32
|
+
["@effect/sql-mysql2", "^0.52.0"],
|
|
33
|
+
["@effect/sql-pg", "^0.52.1"],
|
|
34
|
+
["@effect/sql-sqlite-bun", "^0.52.0"],
|
|
35
|
+
["@effect/sql-sqlite-do", "^0.29.0"],
|
|
36
|
+
["@effect/sql-sqlite-node", "^0.52.0"],
|
|
37
|
+
["@effect/sql-sqlite-react-native", "^0.54.0"],
|
|
38
|
+
["@effect/sql-sqlite-wasm", "^0.52.0"],
|
|
39
|
+
["@effect/tsgo", "^0.19.0"],
|
|
40
|
+
["@effect/typeclass", "^0.40.0"],
|
|
41
|
+
["@effect/vitest", "^0.29.0"],
|
|
42
|
+
["@effect/workflow", "^0.18.2"],
|
|
43
|
+
["@rsbuild/core", "^2.1.6"],
|
|
44
|
+
["@rspress/core", "^2.0.18"],
|
|
45
|
+
["@tsdown/css", "^0.22.12"],
|
|
46
|
+
["@tsdown/exe", "^0.22.12"],
|
|
47
|
+
["@types/bun", "^1.3.14"],
|
|
48
|
+
["@types/node", "^26.1.1"],
|
|
49
|
+
["@types/react", "^19.2.17"],
|
|
50
|
+
["@types/react-dom", "^19.2.3"],
|
|
51
|
+
["@typescript/native-preview", "^7.0.0-dev.20260707.2"],
|
|
52
|
+
["@vitest/coverage-istanbul", "^4.1.10"],
|
|
53
|
+
["@vitest/coverage-v8", "^4.1.10"],
|
|
54
|
+
["effect", "^3.21.4"],
|
|
55
|
+
["husky", "^9.1.7"],
|
|
56
|
+
["lint-staged", "^17.1.0"],
|
|
57
|
+
["markdownlint-cli2", "^0.23.1"],
|
|
58
|
+
["markdownlint-cli2-formatter-codequality", "^0.0.7"],
|
|
59
|
+
["react", "^19.2.7"],
|
|
60
|
+
["react-dom", "^19.2.7"],
|
|
61
|
+
["rolldown", "^1.2.0"],
|
|
62
|
+
["tsdown", "^0.22.12"],
|
|
63
|
+
["tsx", "^4.23.1"],
|
|
64
|
+
["turbo", "^2.10.5"],
|
|
65
|
+
["typescript", "^7.0.2"],
|
|
66
|
+
["vitest", "^4.1.10"]
|
|
67
|
+
])],
|
|
68
|
+
["silk:peers", /* @__PURE__ */ new Map([
|
|
69
|
+
["@changesets/cli", "^3.0.0-next.8"],
|
|
70
|
+
["@commitlint/cli", "^21.2.1"],
|
|
71
|
+
["@commitlint/config-conventional", "^21.2.0"],
|
|
72
|
+
["@effect/ai", "^0.36.0"],
|
|
73
|
+
["@effect/ai-amazon-bedrock", "^0.16.1"],
|
|
74
|
+
["@effect/ai-anthropic", "^0.26.0"],
|
|
75
|
+
["@effect/ai-google", "^0.15.0"],
|
|
76
|
+
["@effect/ai-openai", "^0.40.1"],
|
|
77
|
+
["@effect/cli", "^0.75.2"],
|
|
78
|
+
["@effect/cluster", "^0.59.0"],
|
|
79
|
+
["@effect/experimental", "^0.60.0"],
|
|
80
|
+
["@effect/language-service", "^0.86.6"],
|
|
81
|
+
["@effect/opentelemetry", "^0.63.0"],
|
|
82
|
+
["@effect/platform", "^0.96.0"],
|
|
83
|
+
["@effect/platform-browser", "^0.76.0"],
|
|
84
|
+
["@effect/platform-bun", "^0.90.0"],
|
|
85
|
+
["@effect/platform-node", "^0.107.0"],
|
|
86
|
+
["@effect/platform-node-shared", "^0.60.0"],
|
|
87
|
+
["@effect/printer", "^0.49.0"],
|
|
88
|
+
["@effect/printer-ansi", "^0.49.0"],
|
|
89
|
+
["@effect/rpc", "^0.75.1"],
|
|
90
|
+
["@effect/sql", "^0.51.0"],
|
|
91
|
+
["@effect/sql-clickhouse", "^0.49.0"],
|
|
92
|
+
["@effect/sql-d1", "^0.49.0"],
|
|
93
|
+
["@effect/sql-drizzle", "^0.50.0"],
|
|
94
|
+
["@effect/sql-kysely", "^0.47.0"],
|
|
95
|
+
["@effect/sql-libsql", "^0.41.0"],
|
|
96
|
+
["@effect/sql-mssql", "^0.52.0"],
|
|
97
|
+
["@effect/sql-mysql2", "^0.52.0"],
|
|
98
|
+
["@effect/sql-pg", "^0.52.1"],
|
|
99
|
+
["@effect/sql-sqlite-bun", "^0.52.0"],
|
|
100
|
+
["@effect/sql-sqlite-do", "^0.29.0"],
|
|
101
|
+
["@effect/sql-sqlite-node", "^0.52.0"],
|
|
102
|
+
["@effect/sql-sqlite-react-native", "^0.54.0"],
|
|
103
|
+
["@effect/sql-sqlite-wasm", "^0.52.0"],
|
|
104
|
+
["@effect/tsgo", "^0.19.0"],
|
|
105
|
+
["@effect/typeclass", "^0.40.0"],
|
|
106
|
+
["@effect/vitest", "^0.29.0"],
|
|
107
|
+
["@effect/workflow", "^0.18.2"],
|
|
108
|
+
["@rsbuild/core", "^2.1.0"],
|
|
109
|
+
["@rspress/core", "^2.0.0"],
|
|
110
|
+
["@tsdown/css", "^0.22.12"],
|
|
111
|
+
["@tsdown/exe", "^0.22.12"],
|
|
112
|
+
["@types/bun", "^1.3.14"],
|
|
113
|
+
["@types/node", "^26.1.0"],
|
|
114
|
+
["@types/react", "^19.2.0"],
|
|
115
|
+
["@types/react-dom", "^19.2.0"],
|
|
116
|
+
["@typescript/native-preview", "^7.0.0-dev.20260707.2"],
|
|
117
|
+
["@vitest/coverage-istanbul", "^4.1.0"],
|
|
118
|
+
["@vitest/coverage-v8", "^4.1.0"],
|
|
119
|
+
["effect", "^3.21.0"],
|
|
120
|
+
["husky", "^9.1.7"],
|
|
121
|
+
["lint-staged", "^17.1.0"],
|
|
122
|
+
["markdownlint-cli2", "^0.23.1"],
|
|
123
|
+
["markdownlint-cli2-formatter-codequality", "^0.0.7"],
|
|
124
|
+
["react", "^19.2.0"],
|
|
125
|
+
["react-dom", "^19.2.0"],
|
|
126
|
+
["rolldown", "^1.2.0"],
|
|
127
|
+
["tsdown", "^0.22.0"],
|
|
128
|
+
["tsx", "^4.23.1"],
|
|
129
|
+
["turbo", "^2.10.5"],
|
|
130
|
+
["typescript", "^7.0.0"],
|
|
131
|
+
["vitest", "^4.1.0"]
|
|
132
|
+
])],
|
|
133
|
+
["silkPeers", /* @__PURE__ */ new Map([
|
|
134
|
+
["@changesets/cli", "^3.0.0-next.8"],
|
|
135
|
+
["@commitlint/cli", "^21.2.1"],
|
|
136
|
+
["@commitlint/config-conventional", "^21.2.0"],
|
|
137
|
+
["@effect/ai", "^0.36.0"],
|
|
138
|
+
["@effect/ai-amazon-bedrock", "^0.16.1"],
|
|
139
|
+
["@effect/ai-anthropic", "^0.26.0"],
|
|
140
|
+
["@effect/ai-google", "^0.15.0"],
|
|
141
|
+
["@effect/ai-openai", "^0.40.1"],
|
|
142
|
+
["@effect/cli", "^0.75.2"],
|
|
143
|
+
["@effect/cluster", "^0.59.0"],
|
|
144
|
+
["@effect/experimental", "^0.60.0"],
|
|
145
|
+
["@effect/language-service", "^0.86.6"],
|
|
146
|
+
["@effect/opentelemetry", "^0.63.0"],
|
|
147
|
+
["@effect/platform", "^0.96.0"],
|
|
148
|
+
["@effect/platform-browser", "^0.76.0"],
|
|
149
|
+
["@effect/platform-bun", "^0.90.0"],
|
|
150
|
+
["@effect/platform-node", "^0.107.0"],
|
|
151
|
+
["@effect/platform-node-shared", "^0.60.0"],
|
|
152
|
+
["@effect/printer", "^0.49.0"],
|
|
153
|
+
["@effect/printer-ansi", "^0.49.0"],
|
|
154
|
+
["@effect/rpc", "^0.75.1"],
|
|
155
|
+
["@effect/sql", "^0.51.0"],
|
|
156
|
+
["@effect/sql-clickhouse", "^0.49.0"],
|
|
157
|
+
["@effect/sql-d1", "^0.49.0"],
|
|
158
|
+
["@effect/sql-drizzle", "^0.50.0"],
|
|
159
|
+
["@effect/sql-kysely", "^0.47.0"],
|
|
160
|
+
["@effect/sql-libsql", "^0.41.0"],
|
|
161
|
+
["@effect/sql-mssql", "^0.52.0"],
|
|
162
|
+
["@effect/sql-mysql2", "^0.52.0"],
|
|
163
|
+
["@effect/sql-pg", "^0.52.1"],
|
|
164
|
+
["@effect/sql-sqlite-bun", "^0.52.0"],
|
|
165
|
+
["@effect/sql-sqlite-do", "^0.29.0"],
|
|
166
|
+
["@effect/sql-sqlite-node", "^0.52.0"],
|
|
167
|
+
["@effect/sql-sqlite-react-native", "^0.54.0"],
|
|
168
|
+
["@effect/sql-sqlite-wasm", "^0.52.0"],
|
|
169
|
+
["@effect/tsgo", "^0.19.0"],
|
|
170
|
+
["@effect/typeclass", "^0.40.0"],
|
|
171
|
+
["@effect/vitest", "^0.29.0"],
|
|
172
|
+
["@effect/workflow", "^0.18.2"],
|
|
173
|
+
["@rsbuild/core", "^2.1.0"],
|
|
174
|
+
["@rspress/core", "^2.0.0"],
|
|
175
|
+
["@tsdown/css", "^0.22.12"],
|
|
176
|
+
["@tsdown/exe", "^0.22.12"],
|
|
177
|
+
["@types/bun", "^1.3.14"],
|
|
178
|
+
["@types/node", "^26.1.0"],
|
|
179
|
+
["@types/react", "^19.2.0"],
|
|
180
|
+
["@types/react-dom", "^19.2.0"],
|
|
181
|
+
["@typescript/native-preview", "^7.0.0-dev.20260707.2"],
|
|
182
|
+
["@vitest/coverage-istanbul", "^4.1.0"],
|
|
183
|
+
["@vitest/coverage-v8", "^4.1.0"],
|
|
184
|
+
["effect", "^3.21.0"],
|
|
185
|
+
["husky", "^9.1.7"],
|
|
186
|
+
["lint-staged", "^17.1.0"],
|
|
187
|
+
["markdownlint-cli2", "^0.23.1"],
|
|
188
|
+
["markdownlint-cli2-formatter-codequality", "^0.0.7"],
|
|
189
|
+
["react", "^19.2.0"],
|
|
190
|
+
["react-dom", "^19.2.0"],
|
|
191
|
+
["rolldown", "^1.2.0"],
|
|
192
|
+
["tsdown", "^0.22.0"],
|
|
193
|
+
["tsx", "^4.23.1"],
|
|
194
|
+
["turbo", "^2.10.5"],
|
|
195
|
+
["typescript", "^7.0.0"],
|
|
196
|
+
["vitest", "^4.1.0"]
|
|
197
|
+
])]
|
|
198
|
+
]);
|
|
131
199
|
|
|
132
200
|
//#endregion
|
|
133
201
|
export { catalogs };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/pnpm-plugin-silk",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.2",
|
|
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.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
|
|
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.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
|
|
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.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
|
|
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.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
|
|
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.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
|
|
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.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
|
|
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.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
|
|
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.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
|
|
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.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
|
|
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.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
|
|
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,31 +487,96 @@ 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.
|
|
491
|
-
"@rspress/core": "^2.0.
|
|
492
|
-
"@tsdown/css": "^0.22.
|
|
493
|
-
"@tsdown/exe": "^0.22.
|
|
490
|
+
"@rsbuild/core": "^2.1.6",
|
|
491
|
+
"@rspress/core": "^2.0.18",
|
|
492
|
+
"@tsdown/css": "^0.22.12",
|
|
493
|
+
"@tsdown/exe": "^0.22.12",
|
|
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",
|
|
502
502
|
"husky": "^9.1.7",
|
|
503
|
-
"lint-staged": "^17.0
|
|
504
|
-
"markdownlint-cli2": "^0.23.
|
|
503
|
+
"lint-staged": "^17.1.0",
|
|
504
|
+
"markdownlint-cli2": "^0.23.1",
|
|
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.12",
|
|
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
|
+
"silk:peers": {
|
|
516
|
+
"@changesets/cli": "^3.0.0-next.8",
|
|
517
|
+
"@commitlint/cli": "^21.2.1",
|
|
518
|
+
"@commitlint/config-conventional": "^21.2.0",
|
|
519
|
+
"@effect/ai": "^0.36.0",
|
|
520
|
+
"@effect/ai-amazon-bedrock": "^0.16.1",
|
|
521
|
+
"@effect/ai-anthropic": "^0.26.0",
|
|
522
|
+
"@effect/ai-google": "^0.15.0",
|
|
523
|
+
"@effect/ai-openai": "^0.40.1",
|
|
524
|
+
"@effect/cli": "^0.75.2",
|
|
525
|
+
"@effect/cluster": "^0.59.0",
|
|
526
|
+
"@effect/experimental": "^0.60.0",
|
|
527
|
+
"@effect/language-service": "^0.86.6",
|
|
528
|
+
"@effect/opentelemetry": "^0.63.0",
|
|
529
|
+
"@effect/platform": "^0.96.0",
|
|
530
|
+
"@effect/platform-browser": "^0.76.0",
|
|
531
|
+
"@effect/platform-bun": "^0.90.0",
|
|
532
|
+
"@effect/platform-node": "^0.107.0",
|
|
533
|
+
"@effect/platform-node-shared": "^0.60.0",
|
|
534
|
+
"@effect/printer": "^0.49.0",
|
|
535
|
+
"@effect/printer-ansi": "^0.49.0",
|
|
536
|
+
"@effect/rpc": "^0.75.1",
|
|
537
|
+
"@effect/sql": "^0.51.0",
|
|
538
|
+
"@effect/sql-clickhouse": "^0.49.0",
|
|
539
|
+
"@effect/sql-d1": "^0.49.0",
|
|
540
|
+
"@effect/sql-drizzle": "^0.50.0",
|
|
541
|
+
"@effect/sql-kysely": "^0.47.0",
|
|
542
|
+
"@effect/sql-libsql": "^0.41.0",
|
|
543
|
+
"@effect/sql-mssql": "^0.52.0",
|
|
544
|
+
"@effect/sql-mysql2": "^0.52.0",
|
|
545
|
+
"@effect/sql-pg": "^0.52.1",
|
|
546
|
+
"@effect/sql-sqlite-bun": "^0.52.0",
|
|
547
|
+
"@effect/sql-sqlite-do": "^0.29.0",
|
|
548
|
+
"@effect/sql-sqlite-node": "^0.52.0",
|
|
549
|
+
"@effect/sql-sqlite-react-native": "^0.54.0",
|
|
550
|
+
"@effect/sql-sqlite-wasm": "^0.52.0",
|
|
551
|
+
"@effect/tsgo": "^0.19.0",
|
|
552
|
+
"@effect/typeclass": "^0.40.0",
|
|
553
|
+
"@effect/vitest": "^0.29.0",
|
|
554
|
+
"@effect/workflow": "^0.18.2",
|
|
555
|
+
"@rsbuild/core": "^2.1.0",
|
|
556
|
+
"@rspress/core": "^2.0.0",
|
|
557
|
+
"@tsdown/css": "^0.22.12",
|
|
558
|
+
"@tsdown/exe": "^0.22.12",
|
|
559
|
+
"@types/bun": "^1.3.14",
|
|
560
|
+
"@types/node": "^26.1.0",
|
|
561
|
+
"@types/react": "^19.2.0",
|
|
562
|
+
"@types/react-dom": "^19.2.0",
|
|
563
|
+
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
564
|
+
"@vitest/coverage-istanbul": "^4.1.0",
|
|
565
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
566
|
+
"effect": "^3.21.0",
|
|
567
|
+
"husky": "^9.1.7",
|
|
568
|
+
"lint-staged": "^17.1.0",
|
|
569
|
+
"markdownlint-cli2": "^0.23.1",
|
|
570
|
+
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
571
|
+
"react": "^19.2.0",
|
|
572
|
+
"react-dom": "^19.2.0",
|
|
573
|
+
"rolldown": "^1.2.0",
|
|
574
|
+
"tsdown": "^0.22.0",
|
|
575
|
+
"tsx": "^4.23.1",
|
|
576
|
+
"turbo": "^2.10.5",
|
|
577
|
+
"typescript": "^7.0.0",
|
|
578
|
+
"vitest": "^4.1.0"
|
|
579
|
+
},
|
|
515
580
|
"silkPeers": {
|
|
516
581
|
"@changesets/cli": "^3.0.0-next.8",
|
|
517
582
|
"@commitlint/cli": "^21.2.1",
|
|
@@ -554,26 +619,26 @@ const hooks = createHooks({
|
|
|
554
619
|
"@effect/workflow": "^0.18.2",
|
|
555
620
|
"@rsbuild/core": "^2.1.0",
|
|
556
621
|
"@rspress/core": "^2.0.0",
|
|
557
|
-
"@tsdown/css": "^0.22.
|
|
558
|
-
"@tsdown/exe": "^0.22.
|
|
622
|
+
"@tsdown/css": "^0.22.12",
|
|
623
|
+
"@tsdown/exe": "^0.22.12",
|
|
559
624
|
"@types/bun": "^1.3.14",
|
|
560
625
|
"@types/node": "^26.1.0",
|
|
561
626
|
"@types/react": "^19.2.0",
|
|
562
627
|
"@types/react-dom": "^19.2.0",
|
|
563
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
628
|
+
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
564
629
|
"@vitest/coverage-istanbul": "^4.1.0",
|
|
565
630
|
"@vitest/coverage-v8": "^4.1.0",
|
|
566
631
|
"effect": "^3.21.0",
|
|
567
632
|
"husky": "^9.1.7",
|
|
568
|
-
"lint-staged": "^17.0
|
|
569
|
-
"markdownlint-cli2": "^0.23.
|
|
633
|
+
"lint-staged": "^17.1.0",
|
|
634
|
+
"markdownlint-cli2": "^0.23.1",
|
|
570
635
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
571
636
|
"react": "^19.2.0",
|
|
572
637
|
"react-dom": "^19.2.0",
|
|
573
|
-
"rolldown": "^1.
|
|
638
|
+
"rolldown": "^1.2.0",
|
|
574
639
|
"tsdown": "^0.22.0",
|
|
575
640
|
"tsx": "^4.23.1",
|
|
576
|
-
"turbo": "^2.10.
|
|
641
|
+
"turbo": "^2.10.5",
|
|
577
642
|
"typescript": "^7.0.0",
|
|
578
643
|
"vitest": "^4.1.0"
|
|
579
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.
|
|
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
|
|
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.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
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.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
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.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
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.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
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.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
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.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
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.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
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.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
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.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
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,31 +486,96 @@ 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.
|
|
490
|
-
"@rspress/core": "^2.0.
|
|
491
|
-
"@tsdown/css": "^0.22.
|
|
492
|
-
"@tsdown/exe": "^0.22.
|
|
489
|
+
"@rsbuild/core": "^2.1.6",
|
|
490
|
+
"@rspress/core": "^2.0.18",
|
|
491
|
+
"@tsdown/css": "^0.22.12",
|
|
492
|
+
"@tsdown/exe": "^0.22.12",
|
|
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",
|
|
501
501
|
"husky": "^9.1.7",
|
|
502
|
-
"lint-staged": "^17.0
|
|
503
|
-
"markdownlint-cli2": "^0.23.
|
|
502
|
+
"lint-staged": "^17.1.0",
|
|
503
|
+
"markdownlint-cli2": "^0.23.1",
|
|
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.12",
|
|
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
|
+
"silk:peers": {
|
|
515
|
+
"@changesets/cli": "^3.0.0-next.8",
|
|
516
|
+
"@commitlint/cli": "^21.2.1",
|
|
517
|
+
"@commitlint/config-conventional": "^21.2.0",
|
|
518
|
+
"@effect/ai": "^0.36.0",
|
|
519
|
+
"@effect/ai-amazon-bedrock": "^0.16.1",
|
|
520
|
+
"@effect/ai-anthropic": "^0.26.0",
|
|
521
|
+
"@effect/ai-google": "^0.15.0",
|
|
522
|
+
"@effect/ai-openai": "^0.40.1",
|
|
523
|
+
"@effect/cli": "^0.75.2",
|
|
524
|
+
"@effect/cluster": "^0.59.0",
|
|
525
|
+
"@effect/experimental": "^0.60.0",
|
|
526
|
+
"@effect/language-service": "^0.86.6",
|
|
527
|
+
"@effect/opentelemetry": "^0.63.0",
|
|
528
|
+
"@effect/platform": "^0.96.0",
|
|
529
|
+
"@effect/platform-browser": "^0.76.0",
|
|
530
|
+
"@effect/platform-bun": "^0.90.0",
|
|
531
|
+
"@effect/platform-node": "^0.107.0",
|
|
532
|
+
"@effect/platform-node-shared": "^0.60.0",
|
|
533
|
+
"@effect/printer": "^0.49.0",
|
|
534
|
+
"@effect/printer-ansi": "^0.49.0",
|
|
535
|
+
"@effect/rpc": "^0.75.1",
|
|
536
|
+
"@effect/sql": "^0.51.0",
|
|
537
|
+
"@effect/sql-clickhouse": "^0.49.0",
|
|
538
|
+
"@effect/sql-d1": "^0.49.0",
|
|
539
|
+
"@effect/sql-drizzle": "^0.50.0",
|
|
540
|
+
"@effect/sql-kysely": "^0.47.0",
|
|
541
|
+
"@effect/sql-libsql": "^0.41.0",
|
|
542
|
+
"@effect/sql-mssql": "^0.52.0",
|
|
543
|
+
"@effect/sql-mysql2": "^0.52.0",
|
|
544
|
+
"@effect/sql-pg": "^0.52.1",
|
|
545
|
+
"@effect/sql-sqlite-bun": "^0.52.0",
|
|
546
|
+
"@effect/sql-sqlite-do": "^0.29.0",
|
|
547
|
+
"@effect/sql-sqlite-node": "^0.52.0",
|
|
548
|
+
"@effect/sql-sqlite-react-native": "^0.54.0",
|
|
549
|
+
"@effect/sql-sqlite-wasm": "^0.52.0",
|
|
550
|
+
"@effect/tsgo": "^0.19.0",
|
|
551
|
+
"@effect/typeclass": "^0.40.0",
|
|
552
|
+
"@effect/vitest": "^0.29.0",
|
|
553
|
+
"@effect/workflow": "^0.18.2",
|
|
554
|
+
"@rsbuild/core": "^2.1.0",
|
|
555
|
+
"@rspress/core": "^2.0.0",
|
|
556
|
+
"@tsdown/css": "^0.22.12",
|
|
557
|
+
"@tsdown/exe": "^0.22.12",
|
|
558
|
+
"@types/bun": "^1.3.14",
|
|
559
|
+
"@types/node": "^26.1.0",
|
|
560
|
+
"@types/react": "^19.2.0",
|
|
561
|
+
"@types/react-dom": "^19.2.0",
|
|
562
|
+
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
563
|
+
"@vitest/coverage-istanbul": "^4.1.0",
|
|
564
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
565
|
+
"effect": "^3.21.0",
|
|
566
|
+
"husky": "^9.1.7",
|
|
567
|
+
"lint-staged": "^17.1.0",
|
|
568
|
+
"markdownlint-cli2": "^0.23.1",
|
|
569
|
+
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
570
|
+
"react": "^19.2.0",
|
|
571
|
+
"react-dom": "^19.2.0",
|
|
572
|
+
"rolldown": "^1.2.0",
|
|
573
|
+
"tsdown": "^0.22.0",
|
|
574
|
+
"tsx": "^4.23.1",
|
|
575
|
+
"turbo": "^2.10.5",
|
|
576
|
+
"typescript": "^7.0.0",
|
|
577
|
+
"vitest": "^4.1.0"
|
|
578
|
+
},
|
|
514
579
|
"silkPeers": {
|
|
515
580
|
"@changesets/cli": "^3.0.0-next.8",
|
|
516
581
|
"@commitlint/cli": "^21.2.1",
|
|
@@ -553,26 +618,26 @@ const hooks = createHooks({
|
|
|
553
618
|
"@effect/workflow": "^0.18.2",
|
|
554
619
|
"@rsbuild/core": "^2.1.0",
|
|
555
620
|
"@rspress/core": "^2.0.0",
|
|
556
|
-
"@tsdown/css": "^0.22.
|
|
557
|
-
"@tsdown/exe": "^0.22.
|
|
621
|
+
"@tsdown/css": "^0.22.12",
|
|
622
|
+
"@tsdown/exe": "^0.22.12",
|
|
558
623
|
"@types/bun": "^1.3.14",
|
|
559
624
|
"@types/node": "^26.1.0",
|
|
560
625
|
"@types/react": "^19.2.0",
|
|
561
626
|
"@types/react-dom": "^19.2.0",
|
|
562
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
627
|
+
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
563
628
|
"@vitest/coverage-istanbul": "^4.1.0",
|
|
564
629
|
"@vitest/coverage-v8": "^4.1.0",
|
|
565
630
|
"effect": "^3.21.0",
|
|
566
631
|
"husky": "^9.1.7",
|
|
567
|
-
"lint-staged": "^17.0
|
|
568
|
-
"markdownlint-cli2": "^0.23.
|
|
632
|
+
"lint-staged": "^17.1.0",
|
|
633
|
+
"markdownlint-cli2": "^0.23.1",
|
|
569
634
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
570
635
|
"react": "^19.2.0",
|
|
571
636
|
"react-dom": "^19.2.0",
|
|
572
|
-
"rolldown": "^1.
|
|
637
|
+
"rolldown": "^1.2.0",
|
|
573
638
|
"tsdown": "^0.22.0",
|
|
574
639
|
"tsx": "^4.23.1",
|
|
575
|
-
"turbo": "^2.10.
|
|
640
|
+
"turbo": "^2.10.5",
|
|
576
641
|
"typescript": "^7.0.0",
|
|
577
642
|
"vitest": "^4.1.0"
|
|
578
643
|
}
|