Bump knip from 2.43.0 to 3.13.2 #407

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/knip-3.13.2 into main
dependabot[bot] commented 2024-01-12 00:48:15 +00:00 (Migrated from github.com)

Bumps knip from 2.43.0 to 3.13.2.

Release notes

Sourced from knip's releases.

Release 3.13.2

  • replace chalk with picocolors (#448) (7521a4c)
  • Omit negated entry patterns in tsup plugin (5f80d0c)
  • Update theme color for docs (46b787d)
  • Update issue templates & add pull request template (2c3f166)
  • Extend tsup config file patterns (176f881)
  • remove slash before fragment in pagefind component (#447) (8bcbe67)

Release 3.13.1

  • Use JSON loader in typescript config (fixes #420) (ed4e691)
  • Wrap up Next.js plugin config (5c9cc51)
  • fix: allow router handlers to be jsx files, add default.{js,jsx,ts,tsx} (#441) (bb39a57)

Release 3.13.0

  • Generate/format Markdown (828a2c52)
  • Wrap up unbuild plugin (e1f9f66c)
  • Add set to the ignored binaries list (closes #429) (1198ccc3)
  • Add unbuild plugin (#435) (d9d48d5c)
  • Add support for JavaScript GitHub Actions (#432) (7f5254fd)
  • fix: add .test-d to vitest entry files (#436) (a3a17e19)

Release 3.12.0

  • Fix tests/test/ (closes #405) (8850c690)
  • Add Vue plugin incl. Webpack config support (81d981bf)
  • Support parserOptions.parser in eslint plugin (0a8aebbc)
  • Make webpack dependency finder reusable (f7b8fae2)
  • docs: add info about markdown reporter to docs (#428) (b70b957b)

Release 3.11.0

  • Add support for (local) reporters in playwright plugins (resolves #423) (5ff8420d)
  • Fix 11ty entry file patterns (82cc7125)
  • Filter out invalid binary names (fixes #421) (23d5f377)
  • feat: add markdown reporter (#419) (b2c98293)

Release 3.10.0

  • Update dependencies (6349aab)
  • Work the docs a bit (d36c86e)
  • Fix up some formatting (91c230d)
  • Add vitest to resolver list so it does not fallback to default and parse -r args (fixes #417) (711d4b6)
  • Add visitor for ImportTypeNode (514cbed)

Release 3.9.0

  • Fix some links (2ab781ba)
  • Add find to ignored global binaries (closes #413) (80ac4d2d)
  • Add wireit to schema.json, improve consistency (37e58a8c)
  • fix: docs internal link replacement (#415) (18dea2a5)
  • Add LintHTML plugin (#408) (0c688542)
  • Add wireit plugin (#407) (45ff78c8)
  • 11ty plugin (#404) (27632efe)

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [knip](https://github.com/webpro/knip/tree/HEAD/packages/knip) from 2.43.0 to 3.13.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpro/knip/releases">knip's releases</a>.</em></p> <blockquote> <h2>Release 3.13.2</h2> <ul> <li>replace chalk with picocolors (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/448">#448</a>) (7521a4c)</li> <li>Omit negated entry patterns in tsup plugin (5f80d0c)</li> <li>Update theme color for docs (46b787d)</li> <li>Update issue templates &amp; add pull request template (2c3f166)</li> <li>Extend tsup config file patterns (176f881)</li> <li>remove slash before fragment in pagefind component (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/447">#447</a>) (8bcbe67)</li> </ul> <h2>Release 3.13.1</h2> <ul> <li>Use JSON loader in typescript config (fixes <a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/420">#420</a>) (ed4e691)</li> <li>Wrap up Next.js plugin config (5c9cc51)</li> <li>fix: allow router handlers to be jsx files, add default.{js,jsx,ts,tsx} (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/441">#441</a>) (bb39a57)</li> </ul> <h2>Release 3.13.0</h2> <ul> <li>Generate/format Markdown (828a2c52)</li> <li>Wrap up unbuild plugin (e1f9f66c)</li> <li>Add <code>set</code> to the ignored binaries list (closes <a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/429">#429</a>) (1198ccc3)</li> <li>Add <code>unbuild</code> plugin (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/435">#435</a>) (d9d48d5c)</li> <li>Add support for JavaScript GitHub Actions (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/432">#432</a>) (7f5254fd)</li> <li>fix: add .test-d to vitest entry files (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/436">#436</a>) (a3a17e19)</li> </ul> <h2>Release 3.12.0</h2> <ul> <li>Fix <code>tests/</code> → <code>test/</code> (closes <a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/405">#405</a>) (8850c690)</li> <li>Add Vue plugin incl. Webpack config support (81d981bf)</li> <li>Support <code>parserOptions.parser</code> in eslint plugin (0a8aebbc)</li> <li>Make webpack dependency finder reusable (f7b8fae2)</li> <li>docs: add info about markdown reporter to docs (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/428">#428</a>) (b70b957b)</li> </ul> <h2>Release 3.11.0</h2> <ul> <li>Add support for (local) <code>reporters</code> in playwright plugins (resolves <a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/423">#423</a>) (5ff8420d)</li> <li>Fix 11ty entry file patterns (82cc7125)</li> <li>Filter out invalid binary names (fixes <a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/421">#421</a>) (23d5f377)</li> <li>feat: add markdown reporter (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/419">#419</a>) (b2c98293)</li> </ul> <h2>Release 3.10.0</h2> <ul> <li>Update dependencies (6349aab)</li> <li>Work the docs a bit (d36c86e)</li> <li>Fix up some formatting (91c230d)</li> <li>Add vitest to resolver list so it does not fallback to default and parse -r args (fixes <a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/417">#417</a>) (711d4b6)</li> <li>Add visitor for <code>ImportTypeNode</code> (514cbed)</li> </ul> <h2>Release 3.9.0</h2> <ul> <li>Fix some links (2ab781ba)</li> <li>Add <code>find</code> to ignored global binaries (closes <a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/413">#413</a>) (80ac4d2d)</li> <li>Add wireit to schema.json, improve consistency (37e58a8c)</li> <li>fix: docs internal link replacement (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/415">#415</a>) (18dea2a5)</li> <li>Add LintHTML plugin (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/408">#408</a>) (0c688542)</li> <li>Add wireit plugin (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/407">#407</a>) (45ff78c8)</li> <li>11ty plugin (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/404">#404</a>) (27632efe)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpro/knip/commit/3c437b32a0fb8bd5e4d353c3e06883f1d4ea1c28"><code>3c437b3</code></a> Release 3.13.2</li> <li><a href="https://github.com/webpro/knip/commit/7521a4cad8059672e00dddb5e823e4d2d3644570"><code>7521a4c</code></a> replace chalk with picocolors (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/448">#448</a>)</li> <li><a href="https://github.com/webpro/knip/commit/5f80d0cdfdb0d9a2552d4babeda4e2b9fe919058"><code>5f80d0c</code></a> Omit negated entry patterns in tsup plugin</li> <li><a href="https://github.com/webpro/knip/commit/176f8818aae1bc7515ab276259c03a7345df5b2b"><code>176f881</code></a> Extend tsup config file patterns</li> <li><a href="https://github.com/webpro/knip/commit/8d0235d85169d402e50dbe5ecdecf0dd78fa67eb"><code>8d0235d</code></a> Release 3.13.1</li> <li><a href="https://github.com/webpro/knip/commit/ed4e691777b2774a2c7b99f19603a0a7d3f1c170"><code>ed4e691</code></a> Use JSON loader in typescript config (fixes <a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/420">#420</a>)</li> <li><a href="https://github.com/webpro/knip/commit/5c9cc514565d6467a6bc20cd71fe4769939706fb"><code>5c9cc51</code></a> Wrap up Next.js plugin config</li> <li><a href="https://github.com/webpro/knip/commit/bb39a57ab8f9f4e0fbccb9f3db9ffbb8b8f41f66"><code>bb39a57</code></a> fix: allow router handlers to be jsx files, add default.{js,jsx,ts,tsx} (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/441">#441</a>)</li> <li><a href="https://github.com/webpro/knip/commit/7be21b1a3329a24982e3216e771a2408c54b2d4c"><code>7be21b1</code></a> Release 3.13.0</li> <li><a href="https://github.com/webpro/knip/commit/e1f9f66cad9106f9d059f5860532ef6a0b2be2c4"><code>e1f9f66</code></a> Wrap up unbuild plugin</li> <li>Additional commits viewable in <a href="https://github.com/webpro/knip/commits/3.13.2/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=2.43.0&new-version=3.13.2)](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>
dependabot[bot] commented 2024-01-17 00:11:09 +00:00 (Migrated from github.com)

Superseded by #410.

Superseded by #410.

Pull request closed

Sign in to join this conversation.