Skip to content

Commit 22d54bb

Browse files
chore(deps): bump knip from 5.66.3 to 5.66.4 in /tools/test-dependencies (#1332)
Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.66.3 to 5.66.4. <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.66.4</h2> <ul> <li>Add experimental nextjs conventions support (<a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1322">#1322</a>) (b7acf1fc7038f31797f82ec55a007cb73e9af08c) - thanks <a href="https://github.com/vinnymac"><code>@​vinnymac</code></a>!</li> <li>Fix one character getting removed too much when fixing unused exported type (<a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1324">#1324</a>) (935cf5d21d75ab19fd4783efe536a14a27bd9d6b) - thanks <a href="https://github.com/ulrichstark"><code>@​ulrichstark</code></a>!</li> <li>Set --fix if --fix-types or --allow-remove-files is set (close <a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1325">#1325</a>) (d4b56e721c59f80c30ccd74c76f45cdeb9361dfa)</li> <li>Update sponsors page (87c388047fde4e81ea39c3b8bbada61e51f8da7c)</li> <li>Re-gen plugins list (a7d1ece38157ed7c1b177e0bf1ad3fed0fe63c37)</li> <li>Update oxc-resolver (close <a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1316">#1316</a>) (3eaad532be46d12c46ea6b80352216e4e355ec4e)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpro-nl/knip/commit/2d44390aeb82cf5a88df1ee52b45c6044ab87069"><code>2d44390</code></a> Release 5.66.4</li> <li><a href="https://github.com/webpro-nl/knip/commit/3eaad532be46d12c46ea6b80352216e4e355ec4e"><code>3eaad53</code></a> Update oxc-resolver (close <a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1316">#1316</a>)</li> <li><a href="https://github.com/webpro-nl/knip/commit/d4b56e721c59f80c30ccd74c76f45cdeb9361dfa"><code>d4b56e7</code></a> Set --fix if --fix-types or --allow-remove-files is set (close <a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1325">#1325</a>)</li> <li><a href="https://github.com/webpro-nl/knip/commit/935cf5d21d75ab19fd4783efe536a14a27bd9d6b"><code>935cf5d</code></a> Fix one character getting removed too much when fixing unused exported type (...</li> <li><a href="https://github.com/webpro-nl/knip/commit/b7acf1fc7038f31797f82ec55a007cb73e9af08c"><code>b7acf1f</code></a> Add experimental nextjs conventions support (<a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1322">#1322</a>)</li> <li>See full diff in <a href="https://github.com/webpro-nl/knip/commits/5.66.4/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.66.3&new-version=5.66.4)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aea0687 commit 22d54bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test-dependencies/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"node": ">=20.18"
77
},
88
"dependencies": {
9-
"knip": "5.66.3"
9+
"knip": "5.66.4"
1010
}
1111
}

0 commit comments

Comments
 (0)