Skip to content

Commit

Permalink
build(deps-dev): update to knip v5.42.0 (#948)
Browse files Browse the repository at this point in the history
* build(deps-dev): update to knip v5.42.0

* chore: add unlisted binaries as ignored
  • Loading branch information
davidlj95 authored Jan 12, 2025
1 parent 7a725d8 commit d397f97
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 82 deletions.
12 changes: 8 additions & 4 deletions knip.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"workspaces": {
".": {
"entry": [
// πŸ‘‡ No Karma plugin yet
"karma.conf.js",
"src/**/*.spec.ts",
// πŸ‘‡ As SSR is not actually enabled
"src/server.ts!",
// πŸ‘‡ Missed by Angular plugin. Seems it doesn't take into account:
Expand All @@ -30,7 +27,14 @@
// πŸ‘‡ Maybe used at some point though
"src/app/resume-page/technology/custom-icons.ts",
],
"ignoreBinaries": ["actionlint", "zip"],
"ignoreBinaries": [
// πŸ‘‡ Unlisted
"actionlint",
// πŸ‘‡ Unlisted, appeared in 5.42.0
"commitlint",
"cypress",
"lint-staged",
],
"ignoreDependencies": [
// πŸ‘‡ Needed for unit testing.
// Specifically `/testing` entrypoint when running Karma's unit tests.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"knip": "5.39.1",
"knip": "5.42.0",
"lint-staged": "15.3.0",
"liquidjs": "10.20.1",
"ng-mocks": "14.13.1",
Expand Down
Loading

0 comments on commit d397f97

Please sign in to comment.