Skip to content

Commit

Permalink
Bump knip from 3.0.2 to 3.8.4 (#1359)
Browse files Browse the repository at this point in the history
* Bump knip from 3.0.2 to 3.8.4

Bumps [knip](https://github.com/webpro/knip/tree/HEAD/packages/knip) from 3.0.2 to 3.8.4.
- [Release notes](https://github.com/webpro/knip/releases)
- [Commits](https://github.com/webpro/knip/commits/3.8.4/packages/knip)

---
updated-dependencies:
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Clean up knip's `ignoreBinaries` list

The ignores are no longer necessary with recent updates to knip.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Cornelissen <[email protected]>
  • Loading branch information
dependabot[bot] and ericcornelissen authored Dec 22, 2023
1 parent 3460019 commit 4f4a8f7
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 30 deletions.
2 changes: 1 addition & 1 deletion config/knip.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"$schema": "../node_modules/knip/schema.json",
"entry": ["index.js", "testing.js"],
"ignore": [],
"ignoreBinaries": ["actionlint", "shellcheck"],
"ignoreBinaries": [],
"ignoreDependencies": ["@gitlab-org/jsfuzz"],
"eslint": ["config/eslint.yml"],
"rollup": ["config/rollup.js"],
Expand Down
224 changes: 196 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"fast-check": "3.15.0",
"husky": "8.0.3",
"is-ci": "3.0.1",
"knip": "3.0.2",
"knip": "3.8.4",
"licensee": "10.0.0",
"lockfile-lint": "4.12.1",
"markdownlint-cli": "0.38.0",
Expand Down

0 comments on commit 4f4a8f7

Please sign in to comment.