Bump knip from 2.35.0 to 2.38.4 #311

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/knip-2.38.4 into main 2023-10-30 05:59:02 +00:00
dependabot[bot] commented 2023-10-30 00:25:28 +00:00 (Migrated from github.com)

Bumps knip from 2.35.0 to 2.38.4.

Release notes

Sourced from knip's releases.

Release 2.38.4

  • Ignore --require for adb program (4afe6db)

Release 2.38.3

  • Downgrade zod-validation-error (for Node.js v16 support) (fixes #321) (974216f)

Release 2.38.2

  • Update dependencies (805ac5e)
  • Filter http url's out from script dependencies (resolves #318) (1ffd290)
  • Ignore unresolved imports that look external but have ignored extension (resolves #311) (e8859e7)
  • Fix entry file patterns in storybook plugin (resolves #313) (cdff59b)

Release 2.38.1

  • Update depdencies (bbfd39c)
  • Update Storybook entry patterns and support pattern object (fixes #312) (bba540d)
  • Minor housekeeping (762cc2c)

Release 2.38.0

  • Add graphql-codegen support (#305) (eb64c62)

Release 2.37.0

  • Reuse same obj w/ slightly different pos (EOL on win32 is one more char) (d1c6cf4)
  • Add jsonExt reporter to output JSON with row/col of exports/types issues (#288) (7e483d4)
  • Add line, col & pos to exports/types issues (#288) (92c4a80)

Release 2.36.0

  • Update dependencies (e765d74)
  • Extend PackageJson type with plugin config keys (6d67c07)
  • Return production dependency from typescript plugin (#186) (1da495f)
  • Fix typo in schema.json (085b8a1)
  • Extend async function config support to vitest plugin (#303) (407be68)
  • Support mjs files for prettier configuration (#306) (766a9a0)
Commits
  • e5b0fed Release 2.38.4
  • 4afe6db Ignore --require for adb program
  • a21beb5 Release 2.38.3
  • 974216f Downgrade zod-validation-error (for Node.js v16 support) (fixes #321)
  • 2c06dd3 Release 2.38.2
  • 805ac5e Update dependencies
  • 1ffd290 Filter http url's out from script dependencies (resolves #318)
  • e8859e7 Ignore unresolved imports that look external but have ignored extension (reso...
  • cdff59b Fix entry file patterns in storybook plugin (resolves #313)
  • ac0816c Release 2.38.1
  • 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) from 2.35.0 to 2.38.4. <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 2.38.4</h2> <ul> <li>Ignore <code>--require</code> for <code>adb</code> program (4afe6db)</li> </ul> <h2>Release 2.38.3</h2> <ul> <li>Downgrade zod-validation-error (for Node.js v16 support) (fixes <a href="https://redirect.github.com/webpro/knip/issues/321">#321</a>) (974216f)</li> </ul> <h2>Release 2.38.2</h2> <ul> <li>Update dependencies (805ac5e)</li> <li>Filter http url's out from script dependencies (resolves <a href="https://redirect.github.com/webpro/knip/issues/318">#318</a>) (1ffd290)</li> <li>Ignore unresolved imports that look external but have ignored extension (resolves <a href="https://redirect.github.com/webpro/knip/issues/311">#311</a>) (e8859e7)</li> <li>Fix entry file patterns in storybook plugin (resolves <a href="https://redirect.github.com/webpro/knip/issues/313">#313</a>) (cdff59b)</li> </ul> <h2>Release 2.38.1</h2> <ul> <li>Update depdencies (bbfd39c)</li> <li>Update Storybook entry patterns and support pattern object (fixes <a href="https://redirect.github.com/webpro/knip/issues/312">#312</a>) (bba540d)</li> <li>Minor housekeeping (762cc2c)</li> </ul> <h2>Release 2.38.0</h2> <ul> <li>Add graphql-codegen support (<a href="https://redirect.github.com/webpro/knip/issues/305">#305</a>) (eb64c62)</li> </ul> <h2>Release 2.37.0</h2> <ul> <li>Reuse same obj w/ slightly different pos (EOL on win32 is one more char) (d1c6cf4)</li> <li>Add <code>jsonExt</code> reporter to output JSON with row/col of exports/types issues (<a href="https://redirect.github.com/webpro/knip/issues/288">#288</a>) (7e483d4)</li> <li>Add line, col &amp; pos to exports/types issues (<a href="https://redirect.github.com/webpro/knip/issues/288">#288</a>) (92c4a80)</li> </ul> <h2>Release 2.36.0</h2> <ul> <li>Update dependencies (e765d74)</li> <li>Extend PackageJson type with plugin config keys (6d67c07)</li> <li>Return production dependency from typescript plugin (<a href="https://redirect.github.com/webpro/knip/issues/186">#186</a>) (1da495f)</li> <li>Fix typo in schema.json (085b8a1)</li> <li>Extend async function config support to vitest plugin (<a href="https://redirect.github.com/webpro/knip/issues/303">#303</a>) (407be68)</li> <li>Support mjs files for prettier configuration (<a href="https://redirect.github.com/webpro/knip/issues/306">#306</a>) (766a9a0)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpro/knip/commit/e5b0fed561fa5c0410e9835014eed3dc95e467bb"><code>e5b0fed</code></a> Release 2.38.4</li> <li><a href="https://github.com/webpro/knip/commit/4afe6db8fa51b72cc23eeedf4cc30b2e6788a077"><code>4afe6db</code></a> Ignore <code>--require</code> for <code>adb</code> program</li> <li><a href="https://github.com/webpro/knip/commit/a21beb54e4398662d7981aafca28e08fceb5dabc"><code>a21beb5</code></a> Release 2.38.3</li> <li><a href="https://github.com/webpro/knip/commit/974216f200982bef0325ee4940076b3b2ba9f39a"><code>974216f</code></a> Downgrade zod-validation-error (for Node.js v16 support) (fixes <a href="https://redirect.github.com/webpro/knip/issues/321">#321</a>)</li> <li><a href="https://github.com/webpro/knip/commit/2c06dd33f0288692a1114840014a748f810563e9"><code>2c06dd3</code></a> Release 2.38.2</li> <li><a href="https://github.com/webpro/knip/commit/805ac5e2111bdc29b0b0f0996a2f8027c88c1bee"><code>805ac5e</code></a> Update dependencies</li> <li><a href="https://github.com/webpro/knip/commit/1ffd2902141abc4c3313b5cb78e4d97e09562080"><code>1ffd290</code></a> Filter http url's out from script dependencies (resolves <a href="https://redirect.github.com/webpro/knip/issues/318">#318</a>)</li> <li><a href="https://github.com/webpro/knip/commit/e8859e70460cd675a7599501d7ae042c9cf86814"><code>e8859e7</code></a> Ignore unresolved imports that look external but have ignored extension (reso...</li> <li><a href="https://github.com/webpro/knip/commit/cdff59b59743179733f103edfe3fed1310fe5ab9"><code>cdff59b</code></a> Fix entry file patterns in storybook plugin (resolves <a href="https://redirect.github.com/webpro/knip/issues/313">#313</a>)</li> <li><a href="https://github.com/webpro/knip/commit/ac0816c51384bf9519524c7e8aea45eb8fe39958"><code>ac0816c</code></a> Release 2.38.1</li> <li>Additional commits viewable in <a href="https://github.com/webpro/knip/compare/2.35.0...2.38.4">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.35.0&new-version=2.38.4)](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.