Skip to content

Commit f3d7430

Browse files
chore: bump Knip to 5.61.2 (#5394)
* chore: bump Knip to 5.61.2 * Bump Knip to 5.61.3
1 parent 221ff72 commit f3d7430

File tree

3 files changed

+743
-306
lines changed

3 files changed

+743
-306
lines changed

.knip.jsonc

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@
55
"bin/_mocha!",
66
"browser-entry.js!",
77
"index.js!",
8-
"lib/cli/index.js!",
9-
".eleventy.js",
10-
"karma.conf.js"
11-
],
12-
"project": [
13-
"{bin,lib,scripts,test}/**/*.{js,ts,mjs,cjs}"
8+
"lib/cli/index.js!"
149
],
10+
"project": ["{bin,lib,scripts,test}/**/*.{js,ts,mjs,cjs}"],
1511
"ignore": [
1612
"test/integration/fixtures/esm/type-module/test-that-imports-non-existing-module.fixture.js",
1713
"test/integration/fixtures/options/watch/test-with-dependency.fixture.js"
@@ -22,12 +18,7 @@
2218
"coffeescript",
2319
"fake",
2420
"jsdoc-ts-utils",
25-
"karma-chrome-launcher",
26-
"karma-mocha-reporter",
27-
"karma-mocha",
28-
"karma-sauce-launcher",
29-
"non-existent-package",
30-
"prettier"
21+
"non-existent-package"
3122
],
3223
"mocha": {
3324
"entry": ["test/**/*.{js,ts,mjs,cjs}"]

0 commit comments

Comments
 (0)