build(deps-dev): Bump knip from 5.83.1 to 5.84.1 (#106)

Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip)
from 5.83.1 to 5.84.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webpro-nl/knip/releases">knip's
releases</a>.</em></p>
<blockquote>
<h2>Release 5.84.1</h2>
<ul>
<li>Fix false positives for arrow-wrapped dynamic imports assigned to
variables (<a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1544">#1544</a>)
(75a42c3aa4b8f9db59fb450ef4f45540ab94ec26) - thanks <a
href="https://github.com/jantimon"><code>@​jantimon</code></a>!</li>
<li>Improve pnpm arg handling
(df8c353c7f30ee11d749b2cf3208f288def1ed84)</li>
<li>Ignore <code>module.register</code> if 2nd arg is not
<code>import.meta.url</code> (<a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1535">#1535</a>)
(970fdb1f747c0941759aa3e0394c30ff6cf63481)</li>
</ul>
<h2>Release 5.84.0</h2>
<ul>
<li>Post-release shenanigans
(e7965cba23b0c63f0165a12c96aed75257aa6919)</li>
<li>Move most compilers to plugins &amp; register from there
(61beafe3e002408e91169397f7c384e14c613d92)</li>
<li>Minor refactor (e20a6828be8dd1e49b819d5b5b896a26db2a91ac)</li>
<li>Fix lint issues (d2bbc139e63235c415a243e76ad8685693b8edf2)</li>
<li>Add missing catalog property to rules in JSON schema (<a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1518">#1518</a>)
(5d49dea2696db454e630014efd25172d6edde9fa) - thanks <a
href="https://github.com/Mohmdev"><code>@​Mohmdev</code></a>!</li>
<li>feat(plugins): add <code>@​typescript/native-preview</code> (tsgo)
support (<a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1513">#1513</a>)
(babfb10a0426059bc2d79d14a2ba9c33767b6571) - thanks <a
href="https://github.com/jgoux"><code>@​jgoux</code></a>!</li>
<li>Fix up quoting for spaced args (resolve <a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1515">#1515</a>)
(2b735cb8d87a827bf9ea53ea2bcfcedf117e6d4d)</li>
<li>Switch to tsconfig-aware module resolver in input handler
(634d0f68f681df1bf1e8896846f4d4c29b03e689)</li>
<li>Use <code>bun test</code> positionals as entry points (resolve <a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1521">#1521</a>)
(da9472555b28b04eddba703b1dfee69b2cb8b6f9)</li>
<li>Edit docs (327726ff2c5f2b135581088dea62bd3ed4bc99d4)</li>
<li>Minor refactor while at it
(dc87e8ea7157745a449955e9a275877d19cf4d87)</li>
<li>Add config hints for unused <code>ignore</code> and
<code>ignoreFiles</code> items
(a4989eef8c870aa038d9c9d9e09597590ca444e7)</li>
<li>Accept known bins only behind double-dash (resolve <a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1524">#1524</a>)
(b9214e35659f1f87eabc6695d9b9643c0e6c8022)</li>
<li>feat(plugins): add support for bun test preloaded files (<a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1525">#1525</a>)
(14ee32a8f818e1cbf48398ba57bf0f19812ed8be) - thanks <a
href="https://github.com/jgoux"><code>@​jgoux</code></a>!</li>
<li>Add <code>date</code> to <code>IGNORED_GLOBAL_BINARIES</code> (<a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1476">#1476</a>)
(f08f92bd9eac95ec4eafd01ddb01279cb047544e) - thanks <a
href="https://github.com/duci9y"><code>@​duci9y</code></a>!</li>
<li>Fix edge case for binaries in scripts
(82331ee2d336349d24a23437527991b73c764039)</li>
<li>Report ignore/files config hints only if sure &amp; relevant
(4c3bd085477139f50dce468c4231ba2753459c54)</li>
<li>Add consistent <code>repository</code> fields
(781a0fd44a2cece4fd9c1413e50caa88df528607)</li>
<li>Add language-server bin
(13d78454c4100f5d6a4f0cadcf1d77eadec523b2)</li>
<li>Use --stdio if no transport provided
(bedb21adff873c13095350842c85bb1bfeac643b)</li>
<li>Refactor from &quot;enabled&quot; to &quot;deferSession&quot;
(resolve <a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1499">#1499</a>)
(15e3360f11c81a866b8e6de76e894986bdfddedd)</li>
<li>Use <code>initializationOptions.config</code> or default fallback
config obj (resolve <a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1503">#1503</a>)
(0abe5684083428340254dc1b0136760aacb9acff)</li>
<li>Also publish ls + mcp with pkg-pr-new
(78065260f55fc491d59912e2db41d789e49a1bb7)</li>
<li>Auto-format (51b7dc1de9e2ec5b738df5389906df84dc1f3dd7)</li>
<li>Remove <code>chdir</code> shenanigans (close <a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1516">#1516</a>)
(0cbee8f38f4a91504b3adc4faee466b9624120fc)</li>
<li>Bind <code>console.*</code> to distinguish internal↔ external logs
(3eac278273856994483a9164539bf57a51ed440b)</li>
<li>Add early bail-outs for changed files we can ignore
(36c2dd5c4345d743c3de58ebd677b6f48a270213)</li>
<li>Avoid unnecessary module graph updates for unmodified files
(f94c41f24fb7f5c4682a620bafd03700cf14ba68)</li>
<li>Fix typo in pkg-pr-new-pkg-dir
(7e7a8b05a06f1f972a1d5e236dc53facbbb99729)</li>
<li>Add .DS_Store to .gitignore (<a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1530">#1530</a>)
(40fe5cc608f2ecf71d148e061071e249c8940edb) - thanks <a
href="https://github.com/wojtekmaj"><code>@​wojtekmaj</code></a>!</li>
<li>Ignore RNC CLI and metro internals in react-native projects (<a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1528">#1528</a>)
(0f892aeed2556a018ddaa769c24be68fba8b91aa) - thanks <a
href="https://github.com/wojtekmaj"><code>@​wojtekmaj</code></a>!</li>
<li>Support nested _generated dirs in Convex plugin (<a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1531">#1531</a>)
(bd75e9fce6a25997d3ecd90e58b087f05a89c96f) - thanks <a
href="https://github.com/kvnwolf"><code>@​kvnwolf</code></a>!</li>
<li>Housekeep cli help output
(c24e746b31b5dd994d004286229bd9d913bf8f14)</li>
<li>Fix up gitignore test
(6bc640c166daed354ec9514277b9f719155eb8ab)</li>
<li>Introduce <code>isFilterTransitiveDependencies</code> flag (close <a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1507">#1507</a>,
close <a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1101">#1101</a>)
(8678df2d6f6cbedfe9483dae75e84a5605d730df)</li>
<li>Housekeep webpack plugin
(2cc13066cdfd82e03459cb724907ff998231145b)</li>
<li>Move up <code>plugin.setup</code> &amp; tear down
<code>plugin.teardown</code>
(4dbf23dd54ec7712f33eb8c714c8dd9942eb5538)</li>
<li>Skip config file loading if only external re-exports
(ab775b1038a25e3e844e23c84ae4fc30b87eb7be)</li>
<li>Improve &amp; optimize ignore pattern handling
(c3d391210d3cf9230622b32416c1b8093062b232)</li>
<li>Housekeep compiler registration
(2aaf9fc6b68fcd36d6a8781690d5882f7bb7cc3e)</li>
<li>Edit docs re. config file location
(79bfb352246c900035c6deac7c3742c7780e726f)</li>
<li>Register visitors from plugins
(9b059f823a3aaa707a5e4bd3c14d7d879d397cf2)</li>
<li>importMetaGlobCall visitor for Vite plugin
(1874b19b0509c50e50446c58d4237a8c411d7259)</li>
<li>Extend registerVisitors with script visitor support
(728c8142a88df12bc4465201400cef4a057df0af)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpro-nl/knip/commit/5c2cccf2c05108e7f348a55e2d51a99647e8098c"><code>5c2cccf</code></a>
Release knip@5.84.1</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/970fdb1f747c0941759aa3e0394c30ff6cf63481"><code>970fdb1</code></a>
Ignore <code>module.register</code> if 2nd arg is not
<code>import.meta.url</code> (<a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1535">#1535</a>)</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/df8c353c7f30ee11d749b2cf3208f288def1ed84"><code>df8c353</code></a>
Improve pnpm arg handling</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/75a42c3aa4b8f9db59fb450ef4f45540ab94ec26"><code>75a42c3</code></a>
Fix false positives for arrow-wrapped dynamic imports assigned to
variables (...</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/c6d7ffa785087d6c39de2f0167032bfa61edcba6"><code>c6d7ffa</code></a>
Release knip@5.84.0</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/4115b9733bff321e138d026bcad2a29c35f74dc2"><code>4115b97</code></a>
Minor refactor while at it</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/4f0a3076f84fff6212f2a9c9a99d1cc4254e98ee"><code>4f0a307</code></a>
Fix Yarn (Berry) plugins and binaries reported as unused (<a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1523">#1523</a>)</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/3bb4203e549f163e27caab3b4ff7f8d8d3076784"><code>3bb4203</code></a>
Add pm2 plugin (<a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1540">#1540</a>)</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/9fd04a89f2e45c95831e56ba813d918a2fbdfcd7"><code>9fd04a8</code></a>
Extract and extend react-native plugin (<a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1538">#1538</a>)</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/b7149b6185407be18aaa1613f3cb275a1a92a4b7"><code>b7149b6</code></a>
Remove <code>@source</code> matcher from tailwind plugin (resolve <a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1537">#1537</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/webpro-nl/knip/commits/knip@5.84.1/packages/knip">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=knip&package-manager=npm_and_yarn&previous-version=5.83.1&new-version=5.84.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-26 15:51:00 +01:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent c0cdf2574d
commit bcc0cbbf52
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"eslint-plugin-react-hooks": "7.0.1",
"globals": "17.3.0",
"husky": "9.1.7",
"knip": "5.83.1",
"knip": "5.84.1",
"lint-staged": "16.2.7",
"prettier": "3.8.1",
"typescript": "5.9.3",
+5 -5
View File
@@ -57,8 +57,8 @@ importers:
specifier: 9.1.7
version: 9.1.7
knip:
specifier: 5.83.1
version: 5.83.1(@types/node@24.10.13)(typescript@5.9.3)
specifier: 5.84.1
version: 5.84.1(@types/node@24.10.13)(typescript@5.9.3)
lint-staged:
specifier: 16.2.7
version: 16.2.7
@@ -2488,8 +2488,8 @@ packages:
keyv@4.5.4:
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
knip@5.83.1:
resolution: {integrity: sha512-av3ZG/Nui6S/BNL8Tmj12yGxYfTnwWnslouW97m40him7o8MwiMjZBY9TPvlEWUci45aVId0/HbgTwSKIDGpMw==}
knip@5.84.1:
resolution: {integrity: sha512-F1+yACEsSapAwmQLzfD4i9uPsnI82P4p5ABpNQ9pcc4fpQtjHEX34XDtNl5863I4O6SCECpymylcWDHI3ouhQQ==}
engines: {node: '>=18.18.0'}
hasBin: true
peerDependencies:
@@ -6078,7 +6078,7 @@ snapshots:
dependencies:
json-buffer: 3.0.1
knip@5.83.1(@types/node@24.10.13)(typescript@5.9.3):
knip@5.84.1(@types/node@24.10.13)(typescript@5.9.3):
dependencies:
'@nodelib/fs.walk': 1.2.8
'@types/node': 24.10.13