|
15 | 15 | "build:packages": "turbo run build --filter=!docs --filter=!template-*",
|
16 | 16 | "ci:test": "./scripts/tests-ci.sh",
|
17 | 17 | "pretest": "turbo run pretest",
|
18 |
| - "depcheck": "knip --dependencies --tags=-knipignore", |
| 18 | + "depcheck": "knip --include-libs --dependencies --tags=-knipignore", |
19 | 19 | "knip:fix": "knip --fix",
|
20 | 20 | "depsync:lint": "syncpack list-mismatches",
|
21 | 21 | "depsync:fix": "syncpack fix-mismatches",
|
|
30 | 30 | "test:validate": "./scripts/tests-validate.sh",
|
31 | 31 | "test:browser:filter": "vitest --run --coverage false --config vitest.browser.config.mts",
|
32 | 32 | "test:e2e": "vitest --run --config vitest.node.config.mts $(scripts/tests-find.sh --e2e)",
|
33 |
| - "clinic:flame": "clinic flame --autocannon [ / ] -- node packages/${npm_config_package_name}/dist/profile.js", |
34 |
| - "clinic:bubble": "clinic bubbleprof --autocannon [ -c 5 -a 500 / ] -- node packages/${npm_config_package_name}/dist/profile.js", |
35 |
| - "clinic:doctor": "clinic doctor --autocannon [ / ] -- node packages/${npm_config_package_name}/dist/profile.js", |
36 |
| - "clinic:heap": "clinic heapprofiler --autocannon [ / ] -- node packages/${npm_config_package_name}/dist/profile.js", |
37 | 33 | "test:integration": "vitest --run --config vitest.node.config.mts $(scripts/tests-find.sh --integration)",
|
38 | 34 | "lint": "run-s type:check-tests lint:check prettier:check type:check",
|
39 | 35 | "lint:check": "eslint . --ext .ts --max-warnings 0",
|
|
88 | 84 | "@typescript-eslint/parser": "6.21.0",
|
89 | 85 | "@vitest/browser": "2.0.5",
|
90 | 86 | "@vitest/coverage-istanbul": "2.0.5",
|
91 |
| - "autocannon": "7.15.0", |
92 |
| - "clinic": "13.0.0", |
93 | 87 | "compare-versions": "6.1.1",
|
94 | 88 | "coverage-diff": "3.2.0",
|
95 | 89 | "eslint": "8.57.0",
|
|
105 | 99 | "eslint-plugin-react-hooks": "4.6.2",
|
106 | 100 | "eslint-plugin-tsdoc": "0.3.0",
|
107 | 101 | "glob": "10.4.5",
|
108 |
| - "knip": "5.30.6", |
| 102 | + "knip": "5.41.1", |
109 | 103 | "markdown-link-check": "3.12.2",
|
110 | 104 | "memfs": "4.14.0",
|
111 | 105 | "nodemon": "3.1.7",
|
|
0 commit comments