@savvy-web/pnpm-plugin-silk 0.5.3 → 0.6.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.cjs +19 -8
- package/package.json +1 -1
- package/pnpmfile.cjs +19 -8
package/index.cjs
CHANGED
|
@@ -34,7 +34,7 @@ const silkCatalogs = {
|
|
|
34
34
|
"@microsoft/api-extractor": "^7.56.3",
|
|
35
35
|
"@rslib/core": "^0.19.6",
|
|
36
36
|
"@types/node": "^25.2.3",
|
|
37
|
-
"@typescript/native-preview": "
|
|
37
|
+
"@typescript/native-preview": "7.0.0-dev.20260217.1",
|
|
38
38
|
"@vitest/coverage-v8": "^4.0.18",
|
|
39
39
|
commitizen: "^4.3.1",
|
|
40
40
|
husky: "^9.1.7",
|
|
@@ -48,14 +48,23 @@ const silkCatalogs = {
|
|
|
48
48
|
},
|
|
49
49
|
silkPeers: {
|
|
50
50
|
"@biomejs/biome": "2.4.1",
|
|
51
|
-
"@
|
|
52
|
-
"@commitlint/
|
|
53
|
-
"@
|
|
54
|
-
"@
|
|
51
|
+
"@changesets/cli": "^2.29.0",
|
|
52
|
+
"@commitlint/cli": "^20.4.0",
|
|
53
|
+
"@commitlint/config-conventional": "^20.4.0",
|
|
54
|
+
"@microsoft/api-extractor": "^7.56.0",
|
|
55
|
+
"@rslib/core": "^0.19.6",
|
|
56
|
+
"@types/node": "^25.2.0",
|
|
55
57
|
"@typescript/native-preview": "^7.0.0-dev.20260124.1",
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
58
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
59
|
+
commitizen: "^4.3.0",
|
|
60
|
+
husky: "^9.1.0",
|
|
61
|
+
"lint-staged": "^16.2.0",
|
|
62
|
+
"markdownlint-cli2": "^0.21.0",
|
|
63
|
+
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
64
|
+
tsx: "^4.21.0",
|
|
65
|
+
turbo: "^2.8.0",
|
|
66
|
+
typescript: "^5.9.3",
|
|
67
|
+
vitest: "^4.0.18"
|
|
59
68
|
},
|
|
60
69
|
silkOverrides: {
|
|
61
70
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
@@ -67,7 +76,9 @@ const silkCatalogs = {
|
|
|
67
76
|
"@parcel/watcher",
|
|
68
77
|
"@savvy-web/changesets",
|
|
69
78
|
"@savvy-web/commitlint",
|
|
79
|
+
"@savvy-web/github-action-builder",
|
|
70
80
|
"@savvy-web/lint-staged",
|
|
81
|
+
"@savvy-web/vitest",
|
|
71
82
|
"core-js",
|
|
72
83
|
"esbuild",
|
|
73
84
|
"msgpackr-extract"
|
package/package.json
CHANGED
package/pnpmfile.cjs
CHANGED
|
@@ -240,7 +240,7 @@ var __webpack_exports__ = {};
|
|
|
240
240
|
"@microsoft/api-extractor": "^7.56.3",
|
|
241
241
|
"@rslib/core": "^0.19.6",
|
|
242
242
|
"@types/node": "^25.2.3",
|
|
243
|
-
"@typescript/native-preview": "
|
|
243
|
+
"@typescript/native-preview": "7.0.0-dev.20260217.1",
|
|
244
244
|
"@vitest/coverage-v8": "^4.0.18",
|
|
245
245
|
commitizen: "^4.3.1",
|
|
246
246
|
husky: "^9.1.7",
|
|
@@ -254,14 +254,23 @@ var __webpack_exports__ = {};
|
|
|
254
254
|
},
|
|
255
255
|
silkPeers: {
|
|
256
256
|
"@biomejs/biome": "2.4.1",
|
|
257
|
-
"@
|
|
258
|
-
"@commitlint/
|
|
259
|
-
"@
|
|
260
|
-
"@
|
|
257
|
+
"@changesets/cli": "^2.29.0",
|
|
258
|
+
"@commitlint/cli": "^20.4.0",
|
|
259
|
+
"@commitlint/config-conventional": "^20.4.0",
|
|
260
|
+
"@microsoft/api-extractor": "^7.56.0",
|
|
261
|
+
"@rslib/core": "^0.19.6",
|
|
262
|
+
"@types/node": "^25.2.0",
|
|
261
263
|
"@typescript/native-preview": "^7.0.0-dev.20260124.1",
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
264
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
265
|
+
commitizen: "^4.3.0",
|
|
266
|
+
husky: "^9.1.0",
|
|
267
|
+
"lint-staged": "^16.2.0",
|
|
268
|
+
"markdownlint-cli2": "^0.21.0",
|
|
269
|
+
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
270
|
+
tsx: "^4.21.0",
|
|
271
|
+
turbo: "^2.8.0",
|
|
272
|
+
typescript: "^5.9.3",
|
|
273
|
+
vitest: "^4.0.18"
|
|
265
274
|
},
|
|
266
275
|
silkOverrides: {
|
|
267
276
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
@@ -273,7 +282,9 @@ var __webpack_exports__ = {};
|
|
|
273
282
|
"@parcel/watcher",
|
|
274
283
|
"@savvy-web/changesets",
|
|
275
284
|
"@savvy-web/commitlint",
|
|
285
|
+
"@savvy-web/github-action-builder",
|
|
276
286
|
"@savvy-web/lint-staged",
|
|
287
|
+
"@savvy-web/vitest",
|
|
277
288
|
"core-js",
|
|
278
289
|
"esbuild",
|
|
279
290
|
"msgpackr-extract"
|