|
9 | 9 | "build:all": "pnpm -r --workspace-concurrency=Infinity build", |
10 | 10 | "check:eng": "tsc -p ./tsconfig.eng.json --noEmit", |
11 | 11 | "setup:min": "pnpm install && pnpm --filter \"@typespec/prettier-plugin-typespec...\" --filter \"@typespec/tspd...\" run build", |
12 | | - "check-version-mismatch": "syncpack list-mismatches", |
| 12 | + "check-catalog": "tsx eng/common/scripts/check-catalog.ts", |
13 | 13 | "change": "chronus", |
14 | 14 | "clean": "pnpm -r run clean", |
15 | 15 | "cspell": "cspell --no-progress .", |
16 | 16 | "dogfood": "pnpm install && pnpm build && pnpm -r dogfood", |
17 | | - "fix-version-mismatch": "syncpack fix-mismatches", |
18 | 17 | "format": "prettier . --write", |
19 | 18 | "format:check": "prettier . --check", |
20 | 19 | "format:dir": "prettier --write", |
|
41 | 40 | "tsp-integration": "node packages/tsp-integration/cmd/tsp-integration.js" |
42 | 41 | }, |
43 | 42 | "devDependencies": { |
44 | | - "@chronus/chronus": "^1.3.1", |
45 | | - "@chronus/github": "^1.0.6", |
46 | | - "@chronus/github-pr-commenter": "^1.0.6", |
47 | | - "@eslint/js": "^10.0.1", |
48 | | - "@microsoft/api-extractor": "^7.57.7", |
49 | | - "@octokit/core": "^7.0.6", |
50 | | - "@octokit/plugin-paginate-graphql": "^6.0.0", |
51 | | - "@octokit/plugin-rest-endpoint-methods": "^17.0.0", |
52 | | - "@types/micromatch": "^4.0.10", |
53 | | - "@types/node": "~25.5.0", |
54 | | - "@vitest/coverage-v8": "^4.1.0", |
55 | | - "@vitest/eslint-plugin": "^1.6.12", |
56 | | - "c8": "^11.0.0", |
57 | | - "cspell": "^9.7.0", |
58 | | - "eslint": "^10.0.3", |
59 | | - "eslint-plugin-react-hooks": "7.0.1", |
60 | | - "eslint-plugin-unicorn": "^63.0.0", |
61 | | - "micromatch": "^4.0.8", |
62 | | - "picocolors": "~1.1.1", |
63 | | - "playwright": "^1.58.2", |
64 | | - "prettier": "~3.8.1", |
65 | | - "prettier-plugin-astro": "^0.14.1", |
66 | | - "prettier-plugin-organize-imports": "~4.3.0", |
67 | | - "prettier-plugin-sh": "^0.18.0", |
68 | | - "rimraf": "~6.1.3", |
69 | | - "syncpack": "^13.0.3", |
70 | | - "tsx": "^4.21.0", |
71 | | - "typescript": "~5.9.3", |
72 | | - "typescript-eslint": "^8.57.0", |
73 | | - "vitest": "^4.1.0", |
74 | | - "yaml": "~2.8.2" |
75 | | - }, |
76 | | - "syncpack": { |
77 | | - "dependencyTypes": [ |
78 | | - "dev", |
79 | | - "overrides", |
80 | | - "peer", |
81 | | - "pnpmOverrides", |
82 | | - "prod", |
83 | | - "resolutions" |
84 | | - ] |
| 43 | + "@chronus/chronus": "catalog:", |
| 44 | + "@chronus/github": "catalog:", |
| 45 | + "@chronus/github-pr-commenter": "catalog:", |
| 46 | + "@eslint/js": "catalog:", |
| 47 | + "@microsoft/api-extractor": "catalog:", |
| 48 | + "@octokit/core": "catalog:", |
| 49 | + "@octokit/plugin-paginate-graphql": "catalog:", |
| 50 | + "@octokit/plugin-rest-endpoint-methods": "catalog:", |
| 51 | + "@types/micromatch": "catalog:", |
| 52 | + "@types/node": "catalog:", |
| 53 | + "@vitest/coverage-v8": "catalog:", |
| 54 | + "@vitest/eslint-plugin": "catalog:", |
| 55 | + "c8": "catalog:", |
| 56 | + "cspell": "catalog:", |
| 57 | + "eslint": "catalog:", |
| 58 | + "eslint-plugin-react-hooks": "catalog:", |
| 59 | + "eslint-plugin-unicorn": "catalog:", |
| 60 | + "micromatch": "catalog:", |
| 61 | + "picocolors": "catalog:", |
| 62 | + "playwright": "catalog:", |
| 63 | + "prettier": "catalog:", |
| 64 | + "prettier-plugin-astro": "catalog:", |
| 65 | + "prettier-plugin-organize-imports": "catalog:", |
| 66 | + "prettier-plugin-sh": "catalog:", |
| 67 | + "rimraf": "catalog:", |
| 68 | + "tsx": "catalog:", |
| 69 | + "typescript": "catalog:", |
| 70 | + "typescript-eslint": "catalog:", |
| 71 | + "vitest": "catalog:", |
| 72 | + "yaml": "catalog:" |
85 | 73 | } |
86 | 74 | } |
0 commit comments