Bump knip from 2.43.0 to 3.9.0 #391

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/knip-3.9.0 into main
dependabot[bot] commented 2023-12-28 00:59:17 +00:00 (Migrated from github.com)

Bumps knip from 2.43.0 to 3.9.0.

Release notes

Sourced from knip's releases.

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

  • Filter out some odd stuff in custom settings resolver in eslint plugin (790646a2)
  • Improve handling of import type nodes in JSDoc (8c3d77c9)
  • Deduplicate workspace names (#391) (28d43bb1)

Release 3.7.0

  • Move @npmcli/package-json from dev → dependencies (2157f57e)
  • Introduce experimental --fix feature (resolves #63) (cf1619c6)

... (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.9.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.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> <ul> <li>Filter out some odd stuff in custom settings resolver in eslint plugin (790646a2)</li> <li>Improve handling of <code>import</code> type nodes in JSDoc (8c3d77c9)</li> <li>Deduplicate workspace names (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/391">#391</a>) (28d43bb1)</li> </ul> <h2>Release 3.7.0</h2> <ul> <li>Move <code>@npmcli/package-json</code> from dev → dependencies (2157f57e)</li> <li>Introduce experimental --fix feature (resolves <a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/63">#63</a>) (cf1619c6)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/webpro/knip/commit/02199e27d96dfaa835cab41b0cf227adf246bd56"><code>02199e2</code></a> Release 3.8.4</li> <li><a href="https://github.com/webpro/knip/commit/462615b3936ce38c09ab82f366d67dbff43cbf82"><code>462615b</code></a> Update dependencies</li> <li><a href="https://github.com/webpro/knip/commit/f929c41e008d9367f46d9abb768cad859b148e72"><code>f929c41</code></a> Add Next.js global-error entry file (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/406">#406</a>)</li> <li><a href="https://github.com/webpro/knip/commit/d4ffcfc72ac8613f8c3d9110a46fc6c01a9ef926"><code>d4ffcfc</code></a> Release 3.8.3</li> <li>Additional commits viewable in <a href="https://github.com/webpro/knip/commits/3.9.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.9.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-03 00:12:25 +00:00 (Migrated from github.com)

Superseded by #396.

Superseded by #396.

Pull request closed

Sign in to join this conversation.