Bump knip from 2.43.0 to 4.0.2 #414

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/knip-4.0.2 into main
dependabot[bot] commented 2024-01-18 00:53:41 +00:00 (Migrated from github.com)

Bumps knip from 2.43.0 to 4.0.2.

Release notes

Sourced from knip's releases.

Release 4.0.2

  • Regenerate plugin list (23735cf0)
  • Update dependencies (80654ac9)
  • Minor updates (cc9d0643)
  • Restore schema.json (fixes #455) (bd873cf1)
  • use the 'String#endsWith' method instead (#451) (fb7c7976)

Release 4.0.1

  • Increase visibilty for --experimental-tags (4cc6c9f5)
  • Optimize and simplify --experimental-tags (9bed9376)
  • Update version number in Getting started (11c6cc84)

Release 4.0.0

  • Add release notes for v4 (e611b29)
  • Add SourceGraph tweet/project (ad224c4)
  • Update & duplicate license file (468ba3c)
  • Update pull request template (a95967f)
  • Fix Vercel deployment issues (206b5c8)
  • Make plugins export default (d8babee)
  • Fix c8 command (9482c09)
  • Update Vercel config default: v3 → v4 (6c5b9fb)
  • Update dependencies (ecaabfc)

Release 4.0.0-canary.15

  • Restore workspace.config in debug output (6399fc93)
  • Fix case with namespaced star import (resolves #452) (c8aaa0d7)
  • Remove some obsolete comments in fixtures (a54777a3)

Release 4.0.0-canary.14

  • Add test coverage, docs, and support for members for --experimental-tags (deb06f4f)
  • Add patterns to glob debug output (187225c7)

Release 4.0.0-canary.13

  • Update schema.json version to v4 (96b1d4ef)
  • Fix case in namespaced member access (bfae2848)
  • Fix handling of leading slash in gitignore item (d13c1943)
  • Update perf/compiler docs (497c967b)
  • Improve debug output (97569fd0)
  • Exclude class members by default (4751d0a1)

Release 4.0.0-canary.12

  • Improve some names (b2d0958d)
  • Custom incrementally update pico matcher (90d0b686)
  • Destructure path imports (6c4e2904)

Release 4.0.0-canary.11

  • Cache and use glob ignores per working dir, add micro-optimizations (5b9dcb61)

Release 4.0.0-canary.10

  • Don't use options.ignore for gitignore:false and don't mutate it (bf5d2262)

... (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 4.0.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 4.0.2</h2> <ul> <li>Regenerate plugin list (23735cf0)</li> <li>Update dependencies (80654ac9)</li> <li>Minor updates (cc9d0643)</li> <li>Restore schema.json (fixes <a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/455">#455</a>) (bd873cf1)</li> <li>use the 'String#endsWith' method instead (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/451">#451</a>) (fb7c7976)</li> </ul> <h2>Release 4.0.1</h2> <ul> <li>Increase visibilty for --experimental-tags (4cc6c9f5)</li> <li>Optimize and simplify --experimental-tags (9bed9376)</li> <li>Update version number in Getting started (11c6cc84)</li> </ul> <h2>Release 4.0.0</h2> <ul> <li>Add release notes for v4 (e611b29)</li> <li>Add SourceGraph tweet/project (ad224c4)</li> <li>Update &amp; duplicate license file (468ba3c)</li> <li>Update pull request template (a95967f)</li> <li>Fix Vercel deployment issues (206b5c8)</li> <li>Make plugins export default (d8babee)</li> <li>Fix c8 command (9482c09)</li> <li>Update Vercel config default: v3 → v4 (6c5b9fb)</li> <li>Update dependencies (ecaabfc)</li> </ul> <h2>Release 4.0.0-canary.15</h2> <ul> <li>Restore workspace.config in debug output (6399fc93)</li> <li>Fix case with namespaced star import (resolves <a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/452">#452</a>) (c8aaa0d7)</li> <li>Remove some obsolete comments in fixtures (a54777a3)</li> </ul> <h2>Release 4.0.0-canary.14</h2> <ul> <li>Add test coverage, docs, and support for members for --experimental-tags (deb06f4f)</li> <li>Add <code>patterns</code> to glob debug output (187225c7)</li> </ul> <h2>Release 4.0.0-canary.13</h2> <ul> <li>Update schema.json version to v4 (96b1d4ef)</li> <li>Fix case in namespaced member access (bfae2848)</li> <li>Fix handling of leading slash in gitignore item (d13c1943)</li> <li>Update perf/compiler docs (497c967b)</li> <li>Improve debug output (97569fd0)</li> <li>Exclude class members by default (4751d0a1)</li> </ul> <h2>Release 4.0.0-canary.12</h2> <ul> <li>Improve some names (b2d0958d)</li> <li>Custom incrementally update pico matcher (90d0b686)</li> <li>Destructure <code>path</code> imports (6c4e2904)</li> </ul> <h2>Release 4.0.0-canary.11</h2> <ul> <li>Cache and use glob ignores per working dir, add micro-optimizations (5b9dcb61)</li> </ul> <h2>Release 4.0.0-canary.10</h2> <ul> <li>Don't use <code>options.ignore</code> for <code>gitignore:false</code> and don't mutate it (bf5d2262)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpro/knip/commit/789ae73b2fc5be94adeb941619ca037ac805101f"><code>789ae73</code></a> Release 4.0.2</li> <li><a href="https://github.com/webpro/knip/commit/80654ac9602dd8a31ffc623695d8782b9a374744"><code>80654ac</code></a> Update dependencies</li> <li><a href="https://github.com/webpro/knip/commit/cc9d0643f33ea09fef72b44030c606cfe6c1e63b"><code>cc9d064</code></a> Minor updates</li> <li><a href="https://github.com/webpro/knip/commit/bd873cf11fcfdfb017a18f30d14a74a3c36c521d"><code>bd873cf</code></a> Restore schema.json (fixes <a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/455">#455</a>)</li> <li><a href="https://github.com/webpro/knip/commit/fb7c79761c2d830ceed92f1e9b1f02a2f9157062"><code>fb7c797</code></a> use the 'String#endsWith' method instead (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/451">#451</a>)</li> <li><a href="https://github.com/webpro/knip/commit/f9f12156038cff422f2445442c5cb4c942c50107"><code>f9f1215</code></a> Release 4.0.1</li> <li><a href="https://github.com/webpro/knip/commit/9bed9376858c10337bcb8598ab5e45e7b177644d"><code>9bed937</code></a> Optimize and simplify --experimental-tags</li> <li><a href="https://github.com/webpro/knip/commit/7d6926b81e68262492d438ee4f2c9849373cf19e"><code>7d6926b</code></a> Release 4.0.0</li> <li><a href="https://github.com/webpro/knip/commit/468ba3c87dd2b4270e2f5e2a817786a08aa031e7"><code>468ba3c</code></a> Update &amp; duplicate license file</li> <li><a href="https://github.com/webpro/knip/commit/d8babee3fbb54d2e3fdf2fdb8f7dd55f52970d4d"><code>d8babee</code></a> Make plugins export default</li> <li>Additional commits viewable in <a href="https://github.com/webpro/knip/commits/4.0.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=4.0.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-19 00:51:30 +00:00 (Migrated from github.com)

Superseded by #416.

Superseded by #416.

Pull request closed

Sign in to join this conversation.