Skip to content

Commit 3bd151a

Browse files
dependabot[bot]werwolf2303
authored andcommitted
build(deps-dev): Bump knip from 5.88.1 to 6.7.0
Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.88.1 to 6.6.0. - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/knip@6.6.0/packages/knip) --- updated-dependencies: - dependency-name: knip dependency-version: 6.7.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> # Conflicts: # npm-shrinkwrap.json # package.json
1 parent 55b9016 commit 3bd151a

4 files changed

Lines changed: 408 additions & 58 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v6
19-
- name: Use minimal supported Node.js version
19+
- name: Use a Node.js version compatible with all tasks
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: 20.17.0
22+
node-version: 20.19.0
2323

2424
- name: Install dependencies
2525
run: npm ci

knip.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const config = {
66
rules: {
77
files: "off",
88
duplicates: "off",
9-
classMembers: "off",
109
unlisted: "off",
1110
binaries: "off",
1211
unresolved: "off",

0 commit comments

Comments
 (0)