Bump knip from 2.43.0 to 3.13.0 #404

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/knip-3.13.0 into main
dependabot[bot] commented 2024-01-09 00:50:05 +00:00 (Migrated from github.com)

Bumps knip from 2.43.0 to 3.13.0.

Release notes

Sourced from knip's releases.

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)

Release 3.8.4

  • Update dependencies (462615b3)
  • Add custom header component with version selector (4dec0e2d)
  • Update edit link (06459d48)
  • Add Next.js global-error entry file (#406) (f929c41e)
  • Rewrite /v4 to v4 branch deployments, v3 = default (2b7418e5)
  • Auto-format md (38f6d4c5)
  • Keep moving (818838c9)
  • Fix some TS issues (4da056e1)

Release 3.8.3

  • Update dependencies (1b9603ec)
  • Fix individual booleans for analyzeSourceFile (7b822cb0)

... (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.0. <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.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> <h2>Release 3.8.4</h2> <ul> <li>Update dependencies (462615b3)</li> <li>Add custom header component with version selector (4dec0e2d)</li> <li>Update edit link (06459d48)</li> <li>Add Next.js global-error entry file (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/406">#406</a>) (f929c41e)</li> <li>Rewrite /v4 to v4 branch deployments, v3 = default (2b7418e5)</li> <li>Auto-format md (38f6d4c5)</li> <li>Keep moving (818838c9)</li> <li>Fix some TS issues (4da056e1)</li> </ul> <h2>Release 3.8.3</h2> <ul> <li>Update dependencies (1b9603ec)</li> <li>Fix individual booleans for <code>analyzeSourceFile</code> (7b822cb0)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/webpro/knip/commit/1198ccc3f4d4f3db8f106f7be9492b780a739dcf"><code>1198ccc</code></a> 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>)</li> <li><a href="https://github.com/webpro/knip/commit/d9d48d5cadc05972eb22026913bcf064594a602d"><code>d9d48d5</code></a> Add <code>unbuild</code> plugin (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/435">#435</a>)</li> <li><a href="https://github.com/webpro/knip/commit/7f5254fdde57dca192a56c000051506b44ccc9f8"><code>7f5254f</code></a> Add support for JavaScript GitHub Actions (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/432">#432</a>)</li> <li><a href="https://github.com/webpro/knip/commit/a3a17e192e10002d482af1a3a46b96f8086477a1"><code>a3a17e1</code></a> fix: add .test-d to vitest entry files (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/436">#436</a>)</li> <li><a href="https://github.com/webpro/knip/commit/ad412bb349043b7bec3ba6a5447e5aab856fb6a7"><code>ad412bb</code></a> Release 3.12.0</li> <li><a href="https://github.com/webpro/knip/commit/81d981bfd8e15fe1d09bbe2dca1d47ace0cd4aac"><code>81d981b</code></a> Add Vue plugin incl. Webpack config support</li> <li><a href="https://github.com/webpro/knip/commit/0a8aebbc93818539346e2d572198b901c7f86575"><code>0a8aebb</code></a> Support <code>parserOptions.parser</code> in eslint plugin</li> <li><a href="https://github.com/webpro/knip/commit/f7b8fae2926bb6b7fb4285f0cf0388edc2541266"><code>f7b8fae</code></a> Make webpack dependency finder reusable</li> <li>Additional commits viewable in <a href="https://github.com/webpro/knip/commits/3.13.0/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.0)](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-11 00:57:34 +00:00 (Migrated from github.com)

Superseded by #406.

Superseded by #406.

Pull request closed

Sign in to join this conversation.