Commit b8bc427
authored
Bump knip from 6.12.2 to 6.13.1 (#67)
Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip)
from 6.12.2 to 6.13.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 6.13.1</h2>
<ul>
<li>Add jest.config.{cts,mts} (<a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1743">#1743</a>)
(44738d678c9992799f5fe4909a01cc5ddd702aa2) - thanks <a
href="https://github.com/joshkel"><code>@joshkel</code></a>!</li>
<li>Update ecosystem tests
(74420a614dfa15b81906266279c31ae0bf4e21bd)</li>
<li>Fix <code>export * as</code> re-exported namespace case
(5923af48fc33aa56c2f42f882aa185e66626453d)</li>
<li>Add <code>.mts</code> and <code>.cts</code> config files to some
plugins (69d1e83123e56c2c441f320c81bae099ba1eb014)</li>
<li>Docusaurus: ignore <code>@generated/*</code>, handle local plugin
paths (ce5f7672fced084bfb017410650b78d36133e1b0)</li>
<li>Nx: expand <code>{projectRoot}</code> / <code>{workspaceRoot}</code>
token variables (871531228b0cb67ff07fdb9d77316c4340ccaf33)</li>
</ul>
<h2>Release 6.13.0</h2>
<ul>
<li>Add mercurial (hg) to command constants (<a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1737">#1737</a>)
(abb08b0958e08a12684deacf0ab62dc7ada38074) - thanks <a
href="https://github.com/unrevised6419"><code>@unrevised6419</code></a>!</li>
<li>Expand wildcards in Jest <code>projects</code> (<a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1710">#1710</a>)
(7cb2d37a5c46b54d8be9bee1fbb026b52bb71246) - thanks <a
href="https://github.com/joshkel"><code>@joshkel</code></a>!</li>
<li>Add knex visitor to scan source files for config (resolve <a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1736">#1736</a>)
(4c96fd297f33316921186293cf9f9d323ca48eb8)</li>
<li>Refactor to a better split of ast helpers
(6e726a2c66727c2346b4c249a2efcd7d752231f5)</li>
<li>Handle package.json exports for outDir="." (resolve <a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1738">#1738</a>)
(42497c249545cd9e4ae8b7e64995e62cb0e8885d)</li>
<li>Fix star re-exported namespace case (resolve <a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1739">#1739</a>)
(e566c4b1a1bc697c0997e8a4ef6bdeb746524166)</li>
<li>Strip comments in scripts in compilers (resolve <a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1740">#1740</a>)
(a123d5c35ba6b9239f6ac1d20cf50b8b0f9b2d28)</li>
<li>Update rolldown snapshot
(edfee2b3b6bfc3085d432fa5765b4e7a60ba5783)</li>
<li>Source-map subpath imports + collect pairs from referenced tsconfigs
(7c5acc4a33047156205ff61413a83625bb9e05b4)</li>
<li>Tighten source-mapping utilities
(0b68b81b4a732b3db64d69fd8c47802ff3302564)</li>
<li>Update dependencies (8788c1a64a93d568a9391693278a388af6980dec)</li>
<li>Remove obsolete internal jsdoc tag
(0fed9756b485deb1831fbc78d8053bc939bd6971)</li>
<li>Add <a href="https://github.com/serhalp"><code>@serhalp</code></a>
and <a
href="https://github.com/stevennevins"><code>@stevennevins</code></a>
to sponsors (thank you!) (999a5e3551e0bafbcfa7a1540ae7f3fc4218828b)</li>
<li>Fix astro config after bump
(f63537aa40f42aa7d3ff4bc64dab20dd01ecba83)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpro-nl/knip/commit/f78246a09553531ab4d0dd166df3929ef4fcb92d"><code>f78246a</code></a>
Release knip@6.13.1</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/871531228b0cb67ff07fdb9d77316c4340ccaf33"><code>8715312</code></a>
Nx: expand <code>{projectRoot}</code> / <code>{workspaceRoot}</code>
token variables</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/ce5f7672fced084bfb017410650b78d36133e1b0"><code>ce5f767</code></a>
Docusaurus: ignore <code>@generated/*</code>, handle local plugin
paths</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/69d1e83123e56c2c441f320c81bae099ba1eb014"><code>69d1e83</code></a>
Add <code>.mts</code> and <code>.cts</code> config files to some
plugins</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/5923af48fc33aa56c2f42f882aa185e66626453d"><code>5923af4</code></a>
Fix <code>export * as</code> re-exported namespace case</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/44738d678c9992799f5fe4909a01cc5ddd702aa2"><code>44738d6</code></a>
Add jest.config.{cts,mts} (<a
href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1743">#1743</a>)</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/4a0aa3980a9a51d1143bd10fee1427a182327b77"><code>4a0aa39</code></a>
Release knip@6.13.0</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/8788c1a64a93d568a9391693278a388af6980dec"><code>8788c1a</code></a>
Update dependencies</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/0b68b81b4a732b3db64d69fd8c47802ff3302564"><code>0b68b81</code></a>
Tighten source-mapping utilities</li>
<li><a
href="https://github.com/webpro-nl/knip/commit/7c5acc4a33047156205ff61413a83625bb9e05b4"><code>7c5acc4</code></a>
Source-map subpath imports + collect pairs from referenced
tsconfigs</li>
<li>Additional commits viewable in <a
href="https://github.com/webpro-nl/knip/commits/knip@6.13.1/packages/knip">compare
view</a></li>
</ul>
</details>
<br />
[](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>
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Low risk dependency-only change affecting developer tooling (`pnpm
dead-code`) and lockfile resolution, with no application/runtime code
modifications.
>
> **Overview**
> Bumps the `knip` devDependency from `6.12.2` to `6.13.1` (used by the
`dead-code` script).
>
> Regenerates `pnpm-lock.yaml`, pulling in updated transitive packages
(notably `oxc-parser` and several `@aws-sdk`/`@smithy` entries) as part
of the new resolution.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
f656e6c. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 0d85062 commit b8bc427
2 files changed
Lines changed: 367 additions & 478 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments