Skip to content

Commit 2b91ada

Browse files
authored
remove npm-check-updates (#1134)
<!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > Only build tooling/dependency metadata changes; no runtime or product code paths are modified. > > **Overview** > Removes the `update-deps` script and `npm-check-updates` dev dependency from both `packages/cli` and `packages/js-sdk`. > > Updates `pnpm-lock.yaml` to drop `npm-check-updates` and its transitive dependency set, reducing lockfile size and dependency surface area. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 61529b6. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 96c407e commit 2b91ada

File tree

3 files changed

+2
-926
lines changed

3 files changed

+2
-926
lines changed

packages/cli/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"test:watch": "vitest watch",
4747
"test:coverage": "vitest run --coverage",
4848
"check-deps": "knip",
49-
"update-deps": "ncu -u && pnpm i",
5049
"generate-ref": "./scripts/generate_sdk_ref.sh"
5150
},
5251
"devDependencies": {
@@ -61,7 +60,6 @@
6160
"@vitest/coverage-v8": "^3.2.4",
6261
"json2md": "^2.0.1",
6362
"knip": "^5.43.6",
64-
"npm-check-updates": "^16.14.6",
6563
"tsup": "^8.4.0",
6664
"typescript": "^5.2.2",
6765
"vitest": "^3.2.4"

packages/js-sdk/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"generate:mcp": "json2ts -i ./../../spec/mcp-server.json -o src/sandbox/mcp.d.ts --unreachableDefinitions --style.singleQuote --no-style.semi",
3636
"generate-ref": "./scripts/generate_sdk_ref.sh",
3737
"check-deps": "knip",
38-
"update-deps": "ncu -u && pnpm i",
3938
"pretest": "npx playwright install --with-deps chromium",
4039
"postPublish": "./scripts/post-publish.sh || true",
4140
"test:bun": "bun test tests/runtimes/bun --env-file=.env",
@@ -59,7 +58,6 @@
5958
"json-schema-to-typescript": "^15.0.4",
6059
"knip": "^5.43.6",
6160
"msw": "^2.12.3",
62-
"npm-check-updates": "^16.14.20",
6361
"npm-run-all": "^4.1.5",
6462
"openapi-typescript": "^7.9.1",
6563
"playwright": "^1.55.1",

0 commit comments

Comments
 (0)