Bump knip from 2.43.0 to 3.10.0 #396

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

Bumps knip from 2.43.0 to 3.10.0.

Release notes

Sourced from knip's releases.

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)
  • Swap block for consistency (753303ae)
  • Fix workspace hints in production mode (ed834e97)
  • fix: use svelte plugin options from user config (#401) (77e7c661)

Release 3.8.2

  • Run issue fixer if only --fix-type argument is provided (fcbaed09)
  • add sveltekit entry patterns (#393) (70551205)
  • Fix postcreate-plugin script (4fd44b6f)
  • Edit docs (ef999c49)

Release 3.8.1

  • Fix regexes in ignored bins/deps for non-root workspace (resolves #392) (82635fc8)
  • Update dependencies (9456b898)
  • Publish (4821581f)
  • Add draft "slim down to speed up" (7faa5d6f)

Release 3.8.0

  • Document --isolate-workspaces + reword principal → program (c5f98fd)
  • Add mem usage + major gc events (f72bf62)

Release 3.7.1

... (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.10.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.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> <li>Swap block for consistency (753303ae)</li> <li>Fix workspace hints in production mode (ed834e97)</li> <li>fix: use svelte plugin options from user config (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/401">#401</a>) (77e7c661)</li> </ul> <h2>Release 3.8.2</h2> <ul> <li>Run issue fixer if only --fix-type argument is provided (fcbaed09)</li> <li>add sveltekit entry patterns (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/393">#393</a>) (70551205)</li> <li>Fix <code>postcreate-plugin</code> script (4fd44b6f)</li> <li>Edit docs (ef999c49)</li> </ul> <h2>Release 3.8.1</h2> <ul> <li>Fix regexes in ignored bins/deps for non-root workspace (resolves <a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/392">#392</a>) (82635fc8)</li> <li>Update dependencies (9456b898)</li> <li>Publish (4821581f)</li> <li>Add draft &quot;slim down to speed up&quot; (7faa5d6f)</li> </ul> <h2>Release 3.8.0</h2> <ul> <li>Document <code>--isolate-workspaces</code> + reword principal → program (c5f98fd)</li> <li>Add mem usage + major gc events (f72bf62)</li> </ul> <h2>Release 3.7.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpro/knip/commit/ffb232e1a8c77d49820797ff4ae8d21f45bd70f0"><code>ffb232e</code></a> Release 3.10.0</li> <li><a href="https://github.com/webpro/knip/commit/6349aab02c28043fd311a06ded2904b6cbbabb62"><code>6349aab</code></a> Update dependencies</li> <li><a href="https://github.com/webpro/knip/commit/711d4b66b61877286bc281d0074e7ae82731e4bc"><code>711d4b6</code></a> Add vitest to resolver list so it does not fallback to default and parse -r a...</li> <li><a href="https://github.com/webpro/knip/commit/514cbedaa2d0645f7aca041a8aa3e9c95055d1f8"><code>514cbed</code></a> Add visitor for <code>ImportTypeNode</code></li> <li><a href="https://github.com/webpro/knip/commit/49a68c2cad7e111c9da5da640899e68ea3812e04"><code>49a68c2</code></a> Release 3.9.0</li> <li><a href="https://github.com/webpro/knip/commit/80ac4d2d0786ef3a2b72cd48f3716448331830e9"><code>80ac4d2</code></a> Add <code>find</code> to ignored global binaries (closes <a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/413">#413</a>)</li> <li><a href="https://github.com/webpro/knip/commit/37e58a8cbb999a3ccc4a185e324be19605154dfb"><code>37e58a8</code></a> Add wireit to schema.json, improve consistency</li> <li><a href="https://github.com/webpro/knip/commit/0c688542a7b0050c7c37453865e345d6ebca9a17"><code>0c68854</code></a> Add LintHTML plugin (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/408">#408</a>)</li> <li><a href="https://github.com/webpro/knip/commit/45ff78c8b5a2283a82e84967255093203c2cf3a5"><code>45ff78c</code></a> Add wireit plugin (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/407">#407</a>)</li> <li><a href="https://github.com/webpro/knip/commit/27632efeb8f144215a202d5bddbc4b39e44e11c5"><code>27632ef</code></a> 11ty plugin (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/404">#404</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpro/knip/commits/3.10.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.10.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-05 00:32:58 +00:00 (Migrated from github.com)

Superseded by #399.

Superseded by #399.

Pull request closed

Sign in to join this conversation.