Bump knip from 2.43.0 to 4.2.0 #421

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/knip-4.2.0 into main 2024-01-22 02:07:15 +00:00
dependabot[bot] commented 2024-01-22 01:10:19 +00:00 (Migrated from github.com)

Bumps knip from 2.43.0 to 4.2.0.

Release notes

Sourced from knip's releases.

Release 4.2.0

  • Auto-format (0e65cfba)
  • Update docs (91465e6f)
  • Update netlify plugin/test after the refactor (e0eba0c1)
  • Add missing fixture file (877a95ab)
  • Remove unused helper (093bbaa8)
  • Include class members when dogfooding (d9c2eb49)
  • More comprehensive/consistent options for plugin tests after the refactor (95dac2b7)
  • Tiny refactoring in github-actions plugin (f08a828c)
  • Update plugins after the refactor (e786b603)
  • Refactor to unravel and separate concerns better (756bcdd7)
  • Improve some member and function names (6145ce17)
  • Fix typo in comment (7a5c1b0b)
  • Refactor npm.findDependencies into DependencyDeputy as analyzeManifest (864fa843)
  • Improve some member and function names (05766734)
  • Tiny refactoring in vitest plugin (37724858)
  • Use own PackageJson (with plugins) where possible (d314123c)
  • Add Netlify plugin (#466) (3a8fe857)
  • Check for node_modules presence instead of isInternal for Eleventy plugin (#462) (c0b23b56)
  • Edit docs (59e341fd)

Release 4.1.0

  • Add bun script visitor (df869d7a)
  • Add bun binary resolver (70e936a4)
  • Ignore bun being a runtime dependency (0a947440)
  • Make hasImportSpecifier reusable (ab39cf29)

Release 4.0.4

  • Add additional test & fixture for eleventy plugin (dbf8c02c)
  • Fix up toEntryPattern → toProductionEntryPattern in Eleventy plugin (9809d760)
  • Clean up debug output a bit (81c5e310)
  • Doc tweak (66f88c21)
  • Convert some arrays to sets (a28c624d)
  • Rename fixture paths-workspaces → custom-paths-workspaces (85224add)
  • Handle passthrough copied files in Eleventy (#460) (9f224003)
  • Add Eleventy data directory as entry pattern (#454) (85e7fe24)

Release 4.0.3

  • Add pos to JSDoc import specifiers (70a1f7f6)
  • Fix pos for module.exports identifiers (20d8287c)
  • Add a few edge cases to webpack plugin (3323ef39)
  • Add postcss-cli to postcss plugin enablers (5ece2a1b)
  • Improve stylelint plugin (a11b5e53)

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)

... (truncated)

Commits
  • 9264819 Release 4.2.0
  • 0e65cfb Auto-format
  • e0eba0c Update netlify plugin/test after the refactor
  • 877a95a Add missing fixture file
  • 093bbaa Remove unused helper
  • d9c2eb4 Include class members when dogfooding
  • 95dac2b More comprehensive/consistent options for plugin tests after the refactor
  • f08a828 Tiny refactoring in github-actions plugin
  • e786b60 Update plugins after the refactor
  • 756bcdd Refactor to unravel and separate concerns better
  • Additional commits viewable in compare view

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.2.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 4.2.0</h2> <ul> <li>Auto-format (0e65cfba)</li> <li>Update docs (91465e6f)</li> <li>Update netlify plugin/test after the refactor (e0eba0c1)</li> <li>Add missing fixture file (877a95ab)</li> <li>Remove unused helper (093bbaa8)</li> <li>Include class members when dogfooding (d9c2eb49)</li> <li>More comprehensive/consistent options for plugin tests after the refactor (95dac2b7)</li> <li>Tiny refactoring in github-actions plugin (f08a828c)</li> <li>Update plugins after the refactor (e786b603)</li> <li>Refactor to unravel and separate concerns better (756bcdd7)</li> <li>Improve some member and function names (6145ce17)</li> <li>Fix typo in comment (7a5c1b0b)</li> <li>Refactor <code>npm.findDependencies</code> into <code>DependencyDeputy</code> as <code>analyzeManifest</code> (864fa843)</li> <li>Improve some member and function names (05766734)</li> <li>Tiny refactoring in vitest plugin (37724858)</li> <li>Use own PackageJson (with plugins) where possible (d314123c)</li> <li>Add Netlify plugin (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/466">#466</a>) (3a8fe857)</li> <li>Check for node_modules presence instead of isInternal for Eleventy plugin (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/462">#462</a>) (c0b23b56)</li> <li>Edit docs (59e341fd)</li> </ul> <h2>Release 4.1.0</h2> <ul> <li>Add bun script visitor (df869d7a)</li> <li>Add bun binary resolver (70e936a4)</li> <li>Ignore bun being a runtime dependency (0a947440)</li> <li>Make <code>hasImportSpecifier</code> reusable (ab39cf29)</li> </ul> <h2>Release 4.0.4</h2> <ul> <li>Add additional test &amp; fixture for eleventy plugin (dbf8c02c)</li> <li>Fix up toEntryPattern → toProductionEntryPattern in Eleventy plugin (9809d760)</li> <li>Clean up debug output a bit (81c5e310)</li> <li>Doc tweak (66f88c21)</li> <li>Convert some arrays to sets (a28c624d)</li> <li>Rename fixture paths-workspaces → custom-paths-workspaces (85224add)</li> <li>Handle passthrough copied files in Eleventy (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/460">#460</a>) (9f224003)</li> <li>Add Eleventy data directory as entry pattern (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/454">#454</a>) (85e7fe24)</li> </ul> <h2>Release 4.0.3</h2> <ul> <li>Add pos to JSDoc import specifiers (70a1f7f6)</li> <li>Fix pos for <code>module.exports</code> identifiers (20d8287c)</li> <li>Add a few edge cases to webpack plugin (3323ef39)</li> <li>Add <code>postcss-cli</code> to postcss plugin enablers (5ece2a1b)</li> <li>Improve stylelint plugin (a11b5e53)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpro/knip/commit/92648190203a263365f45573d8f2c16411e794a8"><code>9264819</code></a> Release 4.2.0</li> <li><a href="https://github.com/webpro/knip/commit/0e65cfba54089ea4ec83a5d90400cdfc94e9c0d4"><code>0e65cfb</code></a> Auto-format</li> <li><a href="https://github.com/webpro/knip/commit/e0eba0c12810c4ebb7a6ab84047f95e465227317"><code>e0eba0c</code></a> Update netlify plugin/test after the refactor</li> <li><a href="https://github.com/webpro/knip/commit/877a95ab8ee43a4bbea8d081cd7346a11e97f354"><code>877a95a</code></a> Add missing fixture file</li> <li><a href="https://github.com/webpro/knip/commit/093bbaa8b282ab07fc68d50f9674bff0fc39d1a2"><code>093bbaa</code></a> Remove unused helper</li> <li><a href="https://github.com/webpro/knip/commit/d9c2eb493f54edd2e4ba6335730977135c46a540"><code>d9c2eb4</code></a> Include class members when dogfooding</li> <li><a href="https://github.com/webpro/knip/commit/95dac2b7d9ffbaa37f7cd22ce674c1f998da6d57"><code>95dac2b</code></a> More comprehensive/consistent options for plugin tests after the refactor</li> <li><a href="https://github.com/webpro/knip/commit/f08a828cd826e76d1b1e0fc66a133e909019ebfa"><code>f08a828</code></a> Tiny refactoring in github-actions plugin</li> <li><a href="https://github.com/webpro/knip/commit/e786b603425ee0a4af5d6ea95888bfe5476aaf54"><code>e786b60</code></a> Update plugins after the refactor</li> <li><a href="https://github.com/webpro/knip/commit/756bcdd73f1bbd27b1367af2b6f05a319eecfe66"><code>756bcdd</code></a> Refactor to unravel and separate concerns better</li> <li>Additional commits viewable in <a href="https://github.com/webpro/knip/commits/4.2.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=4.2.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>
Sign in to join this conversation.