diff --git a/.circleci/cache-version.txt b/.circleci/cache-version.txt index 44aeb8364e0..ca1773b1afc 100644 --- a/.circleci/cache-version.txt +++ b/.circleci/cache-version.txt @@ -1,2 +1,2 @@ # Bump this version to force CI to re-create the cache from scratch. -10-17-2025 +11-25-2025 diff --git a/knip.json b/knip.json index 72d2231e051..2665dc8b1e5 100644 --- a/knip.json +++ b/knip.json @@ -478,7 +478,12 @@ "@tooling/*" ], "ignoreBinaries": [ - "cypress" + "circleci", + "cypress", + "rm", + "tar", + "tslint", + "wc" ], "rules": { "files": "warn", diff --git a/npm/react/package.json b/npm/react/package.json index 5d7926b7623..21af7121335 100644 --- a/npm/react/package.json +++ b/npm/react/package.json @@ -26,6 +26,7 @@ "react-dom": "18.3.1", "react-router": "6.28.0", "react-router-dom": "6.28.0", + "rollup": "3.29.5", "semver": "^7.7.3", "typescript": "~5.4.5", "vite": "6.3.5", diff --git a/npm/svelte/package.json b/npm/svelte/package.json index 2d871996fe9..972464904ba 100644 --- a/npm/svelte/package.json +++ b/npm/svelte/package.json @@ -12,6 +12,7 @@ }, "devDependencies": { "@cypress/mount-utils": "0.0.0-development", + "rollup": "3.29.5", "svelte": "^5.4.0", "typescript": "~5.4.5" }, diff --git a/npm/vue/package.json b/npm/vue/package.json index 498a61b5f66..0c517aa0ada 100644 --- a/npm/vue/package.json +++ b/npm/vue/package.json @@ -23,6 +23,7 @@ "cypress": "0.0.0-development", "debug": "^4.3.4", "globby": "^11.0.1", + "rollup": "3.29.5", "tailwindcss": "1.1.4", "typescript": "~5.4.5", "vite": "6.3.5", diff --git a/npm/webpack-preprocessor/package.json b/npm/webpack-preprocessor/package.json index ada454c89e9..00c450b4259 100644 --- a/npm/webpack-preprocessor/package.json +++ b/npm/webpack-preprocessor/package.json @@ -8,7 +8,6 @@ "build": "rimraf dist && tsc || echo 'built, with errors'", "check-ts": "tsc --noEmit", "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, .", - "secure": "nsp check", "semantic-release": "semantic-release", "size": "npm pack --dry", "test": "tsx ./scripts/test-webpack-5.ts", @@ -36,6 +35,7 @@ "mock-require": "3.0.3", "semantic-release": "22.0.12", "strip-ansi": "6.0.1", + "tsx": "4.20.6", "typescript": "~5.4.5", "vitest": "^3.2.4", "webpack": "^5.39.0" diff --git a/packages/frontend-shared/package.json b/packages/frontend-shared/package.json index e6e66a6b272..c5950fe29dd 100644 --- a/packages/frontend-shared/package.json +++ b/packages/frontend-shared/package.json @@ -15,7 +15,7 @@ "generate-stub-specs": "node ./script/generate-stub-specs.js", "postinstall": "patch-package", "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json,.vue .", - "test": "yarn cypress:run && yarn types", + "test": "yarn cypress:run", "tslint": "tslint --config ../ts/tslint.json --project ." }, "dependencies": { diff --git a/packages/launchpad/package.json b/packages/launchpad/package.json index 12b2942aecd..3b95fd7411a 100644 --- a/packages/launchpad/package.json +++ b/packages/launchpad/package.json @@ -15,7 +15,7 @@ "dev": "yarn cypress:run-cypress-in-cypress gulp dev --project .", "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, .", "start": "echo 'run yarn dev from the root' && exit 1", - "test": "yarn cypress:run:ct && yarn types", + "test": "yarn cypress:run:ct", "tslint": "tslint --config ../ts/tslint.json --project . --exclude ../graphql/src/gen/nxs.gen.ts", "watch": "echo 'run yarn dev from the root' && exit 1" }, diff --git a/packages/server/package.json b/packages/server/package.json index 66f947c5e30..6bdf699d844 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -7,7 +7,6 @@ "build-prod": "tsc || echo 'built, with type errors'", "check-ts": "tsc --noEmit", "clean-deps": "rimraf node_modules", - "codecov": "codecov", "dev": "node index.js", "docker": "cd ../.. && WORKING_DIR=/packages/server ./scripts/run-docker-local.sh", "postinstall": "patch-package",