Skip to content

Commit 661f349

Browse files
chore(deps): update dependency knip to v6 (#5828)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mark Wiemer <markwiemer@outlook.com>
1 parent 2c8eeb0 commit 661f349

File tree

7 files changed

+831
-60
lines changed

7 files changed

+831
-60
lines changed

.knip.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://unpkg.com/knip@5/schema-jsonc.json",
2+
"$schema": "https://unpkg.com/knip@6/schema-jsonc.json",
33
"entry": [
44
"bin/mocha.js!",
55
"bin/_mocha!",

docs/.knip.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"$schema": "https://unpkg.com/knip@5/schema-jsonc.json",
2+
"$schema": "https://unpkg.com/knip@6/schema-jsonc.json",
33
// Entry points marked with ! are analyzed but not reported as unused
4-
"entry": ["src/content/**/*.mdx!"],
4+
"entry": ["src/content/**/*.{mdx,ts}!"],
55
"project": ["src/**/*.{ts,js,mjs,cjs,astro}"],
66
"astro": {
77
"config": "astro.config.ts",

0 commit comments

Comments
 (0)