Skip to content

Commit ce0d56a

Browse files
chore: bump Knip to 3.10.0 (#1178)
## PR Checklist - [x] Addresses an existing open issue: fixes #1177 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Bumps Knip and removes the now-unnecessary ignore.
1 parent 0258e9b commit ce0d56a

File tree

4 files changed

+25
-29
lines changed

4 files changed

+25
-29
lines changed

Diff for: knip.jsonc

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"$schema": "https://unpkg.com/knip@latest/schema.json",
33
"entry": ["src/index.ts!", "script/*e2e.js"],
44
"ignoreBinaries": ["gh"],
5-
// https://github.com/webpro/knip/issues/417
6-
"ignoreDependencies": ["script"],
75
"ignoreExportsUsedInFile": {
86
"interface": true,
97
"type": true

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"globby": "^14.0.0",
9191
"husky": "^8.0.3",
9292
"jsonc-eslint-parser": "^2.4.0",
93-
"knip": "3.9.0",
93+
"knip": "3.10.0",
9494
"lint-staged": "^15.2.0",
9595
"markdownlint": "^0.32.1",
9696
"markdownlint-cli": "^0.38.0",

Diff for: pnpm-lock.yaml

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: script/__snapshots__/migrate-test-e2e.js.snap

-2
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ exports[`expected file changes > knip.jsonc 1`] = `
204204
"$schema": "https://unpkg.com/knip@latest/schema.json",
205205
- "entry": ["src/index.ts!", "script/*e2e.js"],
206206
- "ignoreBinaries": ["gh"],
207-
- // https://github.com/webpro/knip/issues/417
208-
- "ignoreDependencies": ["script"],
209207
- "ignoreExportsUsedInFile": {
210208
- "interface": true,
211209
- "type": true

0 commit comments

Comments
 (0)