Commit f7118b9
authored
chore(deps-dev): bump knip from 6.12.2 to 6.13.1 in the npm-all group (#600)
Bumps the npm-all group with 1 update:
[knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip).
Updates `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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 08d96ca commit f7118b9
1 file changed
Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments