Skip to content

Commit 040a1eb

Browse files
chore(deps): bump knip from 5.69.0 to 5.69.1 in /tools/test-dependencies (#1386)
Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.69.0 to 5.69.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.69.1</h2> <ul> <li>Release <code>@​knip/create-config</code> 1.0.8 (87405169656dbfa8cf931092d516c91647f95529)</li> <li>Edit docs (5eb8a6943904505b5630dee1ee58379c7707f72d)</li> <li>Apply Next.js page extensions to app directory (<a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1351">#1351</a>) (f9cf9dc0fd44880a515979a104261ed77fa8878d) - thanks <a href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a>!</li> <li>Refactor fixes &amp; consistently use <code>issue.fixes</code> (d7b45cfebb135881160ecda2acf0ad5239d98441)</li> <li>Revive some tests in Bun (74a0bd8ebf6e68e121333489495d2b6d58545fd4)</li> <li>Fix import identifier/specifier pos (95d2c04d5400ffb57f9057653c0977967b3ae02e)</li> <li>Fix namespace import pos (6b6b80b813d545d16ba74fc68beecd492f1252a2)</li> <li>Improve some export/import positions (9b87b1ac20fb33d9f9b5af1de1cbe1d053fa18ff)</li> <li>Rely on absolute paths with formatly (npx acts weird) (6653f357074c559f537af1b5563b191372d7901e)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpro-nl/knip/commit/482735d6abd47af492bfbf60d554c1baa368101e"><code>482735d</code></a> Release 5.69.1</li> <li><a href="https://github.com/webpro-nl/knip/commit/6653f357074c559f537af1b5563b191372d7901e"><code>6653f35</code></a> Rely on absolute paths with formatly (npx acts weird)</li> <li><a href="https://github.com/webpro-nl/knip/commit/9b87b1ac20fb33d9f9b5af1de1cbe1d053fa18ff"><code>9b87b1a</code></a> Improve some export/import positions</li> <li><a href="https://github.com/webpro-nl/knip/commit/6b6b80b813d545d16ba74fc68beecd492f1252a2"><code>6b6b80b</code></a> Fix namespace import pos</li> <li><a href="https://github.com/webpro-nl/knip/commit/95d2c04d5400ffb57f9057653c0977967b3ae02e"><code>95d2c04</code></a> Fix import identifier/specifier pos</li> <li><a href="https://github.com/webpro-nl/knip/commit/74a0bd8ebf6e68e121333489495d2b6d58545fd4"><code>74a0bd8</code></a> Revive some tests in Bun</li> <li><a href="https://github.com/webpro-nl/knip/commit/d7b45cfebb135881160ecda2acf0ad5239d98441"><code>d7b45cf</code></a> Refactor fixes &amp; consistently use <code>issue.fixes</code></li> <li><a href="https://github.com/webpro-nl/knip/commit/f9cf9dc0fd44880a515979a104261ed77fa8878d"><code>f9cf9dc</code></a> Apply Next.js page extensions to app directory (<a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1351">#1351</a>)</li> <li>See full diff in <a href="https://github.com/webpro-nl/knip/commits/5.69.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.69.0&new-version=5.69.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 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 3b047f7 commit 040a1eb

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.69.0"
9+
"knip": "5.69.1"
1010
}
1111
}

0 commit comments

Comments
 (0)