Bump knip from 2.43.0 to 4.0.1 #410

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/knip-4.0.1 into main
dependabot[bot] commented 2024-01-17 00:11:07 +00:00 (Migrated from github.com)

Bumps knip from 2.43.0 to 4.0.1.

Release notes

Sourced from knip's releases.

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)
  • Convert path to posix for Windows (d758afb4)
  • Fix ignores in intial root walker (ba516b55)
  • Mostly formatting (7c603340)
  • Fix ignores cache (for test runs) (66d70a01)
  • replace globby with much faster code when gitignore enabled (#426) (08381ba3)

Release 4.0.0-canary.9

... (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.1. <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.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> <li>Convert path to posix for Windows (d758afb4)</li> <li>Fix ignores in intial root walker (ba516b55)</li> <li>Mostly formatting (7c603340)</li> <li>Fix ignores cache (for test runs) (66d70a01)</li> <li>replace globby with much faster code when gitignore enabled (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/426">#426</a>) (08381ba3)</li> </ul> <h2>Release 4.0.0-canary.9</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/webpro/knip/commit/9482c09483759e06e5bd86cd5d128423e709c282"><code>9482c09</code></a> Fix c8 command</li> <li><a href="https://github.com/webpro/knip/commit/ecaabfc2a8cef8d53f523ceaf41d1c12f2962313"><code>ecaabfc</code></a> Update dependencies</li> <li><a href="https://github.com/webpro/knip/commit/561e45de39d621d57dae0e59165de8af9a3f07f0"><code>561e45d</code></a> Merge branch 'v4'</li> <li><a href="https://github.com/webpro/knip/commit/be6706fadd46e3c3409bbd958e1e359c346790e0"><code>be6706f</code></a> Release 4.0.0-canary.15</li> <li><a href="https://github.com/webpro/knip/commit/6399fc937e23d58fda0443daac7470ef8c230bcb"><code>6399fc9</code></a> Restore workspace.config in debug output</li> <li>Additional commits viewable in <a href="https://github.com/webpro/knip/commits/4.0.1/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.1)](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-18 00:53:43 +00:00 (Migrated from github.com)

Superseded by #414.

Superseded by #414.

Pull request closed

Sign in to join this conversation.