@savvy-web/pnpm-plugin-silk 0.5.2 → 0.6.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.cjs CHANGED
@@ -27,19 +27,19 @@ __webpack_require__.d(__webpack_exports__, {
27
27
  });
28
28
  const silkCatalogs = {
29
29
  silk: {
30
- "@biomejs/biome": "2.3.15",
30
+ "@biomejs/biome": "2.4.1",
31
31
  "@changesets/cli": "^2.29.8",
32
32
  "@commitlint/cli": "^20.4.1",
33
33
  "@commitlint/config-conventional": "^20.4.1",
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": "^7.0.0-dev.20260215.1",
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",
41
41
  "lint-staged": "^16.2.7",
42
- "markdownlint-cli2": "^0.20.0",
42
+ "markdownlint-cli2": "^0.21.0",
43
43
  "markdownlint-cli2-formatter-codequality": "^0.0.7",
44
44
  tsx: "^4.21.0",
45
45
  turbo: "^2.8.9",
@@ -47,7 +47,7 @@ const silkCatalogs = {
47
47
  vitest: "^4.0.18"
48
48
  },
49
49
  silkPeers: {
50
- "@biomejs/biome": "2.4.0",
50
+ "@biomejs/biome": "2.4.1",
51
51
  "@commitlint/cli": "^20.4.1",
52
52
  "@commitlint/config-conventional": "^20.4.1",
53
53
  "@microsoft/api-extractor": "^7.56.2",
@@ -67,7 +67,9 @@ const silkCatalogs = {
67
67
  "@parcel/watcher",
68
68
  "@savvy-web/changesets",
69
69
  "@savvy-web/commitlint",
70
+ "@savvy-web/github-action-builder",
70
71
  "@savvy-web/lint-staged",
72
+ "@savvy-web/vitest",
71
73
  "core-js",
72
74
  "esbuild",
73
75
  "msgpackr-extract"
@@ -80,6 +82,7 @@ const silkCatalogs = {
80
82
  "@microsoft/api-extractor",
81
83
  "@rslib/core",
82
84
  "@typescript/native-preview",
85
+ "@vitest/coverage-v8",
83
86
  "husky",
84
87
  "lint-staged",
85
88
  "markdownlint-cli2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/pnpm-plugin-silk",
3
- "version": "0.5.2",
3
+ "version": "0.6.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
@@ -233,19 +233,19 @@ var __webpack_exports__ = {};
233
233
  (()=>{
234
234
  const silkCatalogs = {
235
235
  silk: {
236
- "@biomejs/biome": "2.3.15",
236
+ "@biomejs/biome": "2.4.1",
237
237
  "@changesets/cli": "^2.29.8",
238
238
  "@commitlint/cli": "^20.4.1",
239
239
  "@commitlint/config-conventional": "^20.4.1",
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": "^7.0.0-dev.20260215.1",
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",
247
247
  "lint-staged": "^16.2.7",
248
- "markdownlint-cli2": "^0.20.0",
248
+ "markdownlint-cli2": "^0.21.0",
249
249
  "markdownlint-cli2-formatter-codequality": "^0.0.7",
250
250
  tsx: "^4.21.0",
251
251
  turbo: "^2.8.9",
@@ -253,7 +253,7 @@ var __webpack_exports__ = {};
253
253
  vitest: "^4.0.18"
254
254
  },
255
255
  silkPeers: {
256
- "@biomejs/biome": "2.4.0",
256
+ "@biomejs/biome": "2.4.1",
257
257
  "@commitlint/cli": "^20.4.1",
258
258
  "@commitlint/config-conventional": "^20.4.1",
259
259
  "@microsoft/api-extractor": "^7.56.2",
@@ -273,7 +273,9 @@ var __webpack_exports__ = {};
273
273
  "@parcel/watcher",
274
274
  "@savvy-web/changesets",
275
275
  "@savvy-web/commitlint",
276
+ "@savvy-web/github-action-builder",
276
277
  "@savvy-web/lint-staged",
278
+ "@savvy-web/vitest",
277
279
  "core-js",
278
280
  "esbuild",
279
281
  "msgpackr-extract"
@@ -286,6 +288,7 @@ var __webpack_exports__ = {};
286
288
  "@microsoft/api-extractor",
287
289
  "@rslib/core",
288
290
  "@typescript/native-preview",
291
+ "@vitest/coverage-v8",
289
292
  "husky",
290
293
  "lint-staged",
291
294
  "markdownlint-cli2",