Skip to content

Commit 8b7b774

Browse files
chore(deps): update dependency knip to v5.32.0 (#1660)
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.31.0` -> `5.32.0`](https://renovatebot.com/diffs/npm/knip/5.31.0/5.32.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/knip/5.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/knip/5.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/knip/5.31.0/5.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/knip/5.31.0/5.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpro-nl/knip (knip)</summary> ### [`v5.32.0`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.32.0) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.31.0...5.32.0) - Add `pos` to reference pragma import node ([`f704a2b`](https://redirect.github.com/webpro-nl/knip/commit/f704a2bb)) - Rename propertyAccessCall → resolveCall ([`72b4827`](https://redirect.github.com/webpro-nl/knip/commit/72b48273)) - Update dev doc ([`36b85ba`](https://redirect.github.com/webpro-nl/knip/commit/36b85bad)) - Minor refactor, add comments to get-imports-and-exports ([`e9416ec`](https://redirect.github.com/webpro-nl/knip/commit/e9416ec5)) - Add `ts.isPropertyAssignment` to `isConsiderReferencedNS` ([`e4bada4`](https://redirect.github.com/webpro-nl/knip/commit/e4bada42)) - Use `{default: true}` in jiti.import call ([`700a091`](https://redirect.github.com/webpro-nl/knip/commit/700a091c)) - Update a few dependencies ([`d2a7b59`](https://redirect.github.com/webpro-nl/knip/commit/d2a7b597)) - Consider enum members used if used in object enumeration method (resolves [#&#8203;699](https://redirect.github.com/webpro-nl/knip/issues/699)) ([`feab792`](https://redirect.github.com/webpro-nl/knip/commit/feab7921)) - Refactor behavior with/out ignoreExportsUsedInFile ([`14d2cfc`](https://redirect.github.com/webpro-nl/knip/commit/14d2cfc2)) - Always check types/classes for referenced in exported type ([`50bc125`](https://redirect.github.com/webpro-nl/knip/commit/50bc1256)) - Don't try to find refs to empty string in `findInternalReferences` ([`42d626f`](https://redirect.github.com/webpro-nl/knip/commit/42d626f9)) - Don't ignore (global) dependency if relative path ([`86ec088`](https://redirect.github.com/webpro-nl/knip/commit/86ec088d)) - Move hard-coded `deno` out of bash parser ([`fb0da5b`](https://redirect.github.com/webpro-nl/knip/commit/fb0da5b7)) - Add travis CI plugin ([`4821b52`](https://redirect.github.com/webpro-nl/knip/commit/4821b528)) - Improve nyc plugin ([`e6fa86a`](https://redirect.github.com/webpro-nl/knip/commit/e6fa86ac)) - Stylelint plugin - fix issue where "customSyntax" property is not recognised as a resolved dependency ([#&#8203;802](https://redirect.github.com/webpro-nl/knip/issues/802)) ([`fdb0246`](https://redirect.github.com/webpro-nl/knip/commit/fdb02462)) - Don't try to find refs to empty string in `findInternalReferences` (fixes [#&#8203;800](https://redirect.github.com/webpro-nl/knip/issues/800)) ([`d9ae5dc`](https://redirect.github.com/webpro-nl/knip/commit/d9ae5dc9)) - Update docs ([`0749921`](https://redirect.github.com/webpro-nl/knip/commit/0749921b)) - Post "two years" ([`69c021b`](https://redirect.github.com/webpro-nl/knip/commit/69c021b2)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9cb0f46 commit 8b7b774

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.31.0",
91+
"knip": "5.32.0",
9292
"lint-staged": "^15.2.9",
9393
"markdownlint": "^0.35.0",
9494
"markdownlint-cli": "^0.42.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)