Skip to content

Commit d46dd40

Browse files
authoredJan 17, 2025··
chore: upgrade knip & config (#1898)
<!-- 👋 Hi, thanks for sending a PR to create-typescript-app! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [ ] Addresses an existing open issue: fixes #000 - [ ] 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 Saw that `remove-dependencies` caused the knip lint task to fail in this repo, which made me see and fix the issue with `"all-contributors-cli"` and wrap things up here :)
1 parent 4f45825 commit d46dd40

File tree

3 files changed

+124
-117
lines changed

3 files changed

+124
-117
lines changed
 

Diff for: ‎knip.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"$schema": "https://unpkg.com/knip@5.41.1/schema.json",
2+
"$schema": "https://unpkg.com/knip@5.42.2/schema.json",
33
"entry": ["script/*e2e.js", "src/index.ts", "src/**/*.test.*"],
4-
"ignoreDependencies": ["all-contributors-cli", "cspell-populate-words"],
4+
"ignoreDependencies": ["cspell-populate-words", "remove-dependencies"],
55
"ignoreExportsUsedInFile": { "interface": true, "type": true },
66
"project": ["src/**/*.ts", "script/**/*.js"]
77
}

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"eslint-plugin-yml": "1.16.0",
107107
"globby": "14.0.2",
108108
"husky": "9.1.7",
109-
"knip": "5.41.1",
109+
"knip": "5.42.2",
110110
"lint-staged": "15.3.0",
111111
"markdownlint": "0.37.2",
112112
"markdownlint-cli": "0.43.0",

Diff for: ‎pnpm-lock.yaml

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

0 commit comments

Comments
 (0)
Please sign in to comment.