@savvy-web/pnpm-plugin-silk 0.39.0 → 0.40.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.
Files changed (3) hide show
  1. package/index.js +6 -0
  2. package/package.json +1 -1
  3. package/pnpmfile.mjs +7 -10
package/index.js CHANGED
@@ -1,6 +1,9 @@
1
1
  //#region \0rolldown-pnpm-config/virtual/catalogs
2
2
  const catalogs = /* @__PURE__ */ new Map([
3
3
  ["build", /* @__PURE__ */ new Map([
4
+ ["@microsoft/api-extractor", "^7.59.1"],
5
+ ["@microsoft/tsdoc", "~0.16.0"],
6
+ ["@microsoft/tsdoc-config", "~0.18.2"],
4
7
  ["@rsbuild/core", "^2.2.7"],
5
8
  ["@tsdown/css", "^0.23.0"],
6
9
  ["@tsdown/exe", "^0.23.0"],
@@ -16,6 +19,9 @@ const catalogs = /* @__PURE__ */ new Map([
16
19
  ["typescript", "^7.0.2"]
17
20
  ])],
18
21
  ["build:peers", /* @__PURE__ */ new Map([
22
+ ["@microsoft/api-extractor", "^7.59.0"],
23
+ ["@microsoft/tsdoc", "~0.16.0"],
24
+ ["@microsoft/tsdoc-config", "~0.18.0"],
19
25
  ["@rsbuild/core", "^2.2.0"],
20
26
  ["@tsdown/css", "^0.23.0"],
21
27
  ["@tsdown/exe", "^0.23.0"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/pnpm-plugin-silk",
3
- "version": "0.39.0",
3
+ "version": "0.40.0",
4
4
  "private": false,
5
5
  "description": "pnpm config dependency for centralized catalog management across the Silk ecosystem.",
6
6
  "keywords": [
package/pnpmfile.mjs CHANGED
@@ -447,6 +447,9 @@ const hooks = createHooks({
447
447
  "blockExoticSubdeps": true,
448
448
  "catalogs": {
449
449
  "build": {
450
+ "@microsoft/api-extractor": "^7.59.1",
451
+ "@microsoft/tsdoc": "~0.16.0",
452
+ "@microsoft/tsdoc-config": "~0.18.2",
450
453
  "@rsbuild/core": "^2.2.7",
451
454
  "@tsdown/css": "^0.23.0",
452
455
  "@tsdown/exe": "^0.23.0",
@@ -462,6 +465,9 @@ const hooks = createHooks({
462
465
  "typescript": "^7.0.2"
463
466
  },
464
467
  "build:peers": {
468
+ "@microsoft/api-extractor": "^7.59.0",
469
+ "@microsoft/tsdoc": "~0.16.0",
470
+ "@microsoft/tsdoc-config": "~0.18.0",
465
471
  "@rsbuild/core": "^2.2.0",
466
472
  "@tsdown/css": "^0.23.0",
467
473
  "@tsdown/exe": "^0.23.0",
@@ -598,14 +604,7 @@ const hooks = createHooks({
598
604
  },
599
605
  "peerDependencyRules": { "allowedVersions": {
600
606
  "@effect/vitest>vitest": "^5.0.1",
601
- "@typescript-eslint/project-service>typescript": "^6.0.0",
602
- "@typescript-eslint/tsconfig-utils>typescript": "^6.0.0",
603
- "@typescript-eslint/typescript-estree>typescript": "^6.0.0",
604
- "@typescript-eslint/util>typescript": "^6.0.0",
605
- "@typescript-eslint/utils>typescript": "^6.0.0",
606
- "eslint-plugin-tsdoc>typescript": "^6.0.0",
607
- "ink-tab>ink": "^7.0.0",
608
- "tsdown>typescript": "^5.0.0 || ^6.0.0 || ^7.0.0"
607
+ "ink-tab>ink": "^7.0.0"
609
608
  } },
610
609
  "publicHoistPattern": [
611
610
  "@changesets/cli",
@@ -618,8 +617,6 @@ const hooks = createHooks({
618
617
  "@types/react",
619
618
  "@types/react-dom",
620
619
  "@typescript/native-preview",
621
- "@vitest-agent/cli",
622
- "@vitest-agent/mcp",
623
620
  "@vitest/coverage-istanbul",
624
621
  "@vitest/coverage-v8",
625
622
  "husky",