Skip to content

Commit

Permalink
Bump knip from 1.6.1 to 2.15.1 (#516)
Browse files Browse the repository at this point in the history
* Bump knip from 1.6.1 to 2.15.1

* Update licensee configuration

Add three exceptions to the Licensee configuration following the upgrade
to knip v2.15.1. This upgrade introduced these three dependencies with
invalid license metadata into the dependency tree. Each dependency has
been manually evaluated for inclusion:

- deep-freeze: terms described as "public domain" [^1].
- filter-iterator: MIT license, see "License" section of the readme.
- identity-function: terms described as "public domain" [^1].

* Update knip configuration

Remove unnecessary ignore for the `eslint-v8` dependency.

--
^1: As "public domain" isn't a valid SPDX license it's not accepted by
licensee.
  • Loading branch information
ericcornelissen authored Jul 11, 2023
1 parent 2b6fe45 commit 1cf572b
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 864 deletions.
6 changes: 5 additions & 1 deletion .licensee.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"Zlib"
]
},
"packages": {},
"packages": {
"deep-freeze": "0.0.1",
"filter-iterator": "0.0.1",
"identity-function": "1.0.0"
},
"corrections": true
}
2 changes: 1 addition & 1 deletion knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"entry": ["lib/index.ts!"],
"project": ["lib/**/*.ts!"],
"ignoreBinaries": ["actionlint"],
"ignoreDependencies": ["@ericcornelissen/eslint-plugin-top", "eslint-v8"]
"ignoreDependencies": ["@ericcornelissen/eslint-plugin-top"]
}
Loading

0 comments on commit 1cf572b

Please sign in to comment.