Skip to content

Commit ce0fa97

Browse files
chore(deps): update dependency knip to v5.35.0 (#1680)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [knip](https://knip.dev) ([source](https://redirect.github.com/webpro-nl/knip/tree/HEAD/packages/knip)) | [`5.34.0` -> `5.35.0`](https://renovatebot.com/diffs/npm/knip/5.34.0/5.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.34.0/5.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.34.0/5.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpro-nl/knip (knip)</summary> ### [`v5.35.0`](https://redirect.github.com/webpro-nl/knip/compare/5.34.4...be09c99c86db717bec31f8309f719fc6e6c23da8) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.34.4...5.35.0) ### [`v5.34.4`](https://redirect.github.com/webpro-nl/knip/compare/5.34.3...c8d1dbdbb3df48ae970bda6a02bddb8300488f5d) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.34.3...5.34.4) ### [`v5.34.3`](https://redirect.github.com/webpro-nl/knip/compare/5.34.2...b933cd25393bca6d2d6d3ae230524d17bc6673d8) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.34.2...5.34.3) ### [`v5.34.2`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.34.2) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.34.1...5.34.2) - Highlight package name in specifier in symbols reporter ([`eca123b`](https://redirect.github.com/webpro-nl/knip/commit/eca123b2)) - Fix binary extraction from specifier ([`c881d78`](https://redirect.github.com/webpro-nl/knip/commit/c881d783)) - Rename util to get-referenced-inputs.ts ([`62b10ba`](https://redirect.github.com/webpro-nl/knip/commit/62b10ba4)) - (TypeScript plugin): Add references path of tsconfig to config ([#&#8203;816](https://redirect.github.com/webpro-nl/knip/issues/816)) ([`bff0977`](https://redirect.github.com/webpro-nl/knip/commit/bff09772)) - Update docs ([`366acdc`](https://redirect.github.com/webpro-nl/knip/commit/366acdcf)) ### [`v5.34.1`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.34.1) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.34.0...5.34.1) - Fix edge case for binary disguised as entry ([#&#8203;161](https://redirect.github.com/webpro-nl/knip/issues/161)) ([`846ed76`](https://redirect.github.com/webpro-nl/knip/commit/846ed76d)) - Only ignore "http" if in dependency specifier (fixes [#&#8203;813](https://redirect.github.com/webpro-nl/knip/issues/813)) ([`9defcb9`](https://redirect.github.com/webpro-nl/knip/commit/9defcb94)) - Move helper to less confusing location ([`e028528`](https://redirect.github.com/webpro-nl/knip/commit/e0285280)) - Consistent naming ([`20070ba`](https://redirect.github.com/webpro-nl/knip/commit/20070ba4)) - Rename test file, fix up default values ([`5bb56e7`](https://redirect.github.com/webpro-nl/knip/commit/5bb56e7b)) - Update docs ([`c9afd52`](https://redirect.github.com/webpro-nl/knip/commit/c9afd52e)) - Add documentation for unplugin-icons imports issue ([#&#8203;812](https://redirect.github.com/webpro-nl/knip/issues/812)) ([`20b2504`](https://redirect.github.com/webpro-nl/knip/commit/20b25049)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/create-typescript-app). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 738f28b commit ce0fa97

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"globby": "^14.0.2",
8989
"husky": "^9.1.4",
9090
"jsonc-eslint-parser": "^2.4.0",
91-
"knip": "5.34.0",
91+
"knip": "5.35.0",
9292
"lint-staged": "^15.2.9",
9393
"markdownlint": "^0.36.0",
9494
"markdownlint-cli": "^0.42.0",

pnpm-lock.yaml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)