Bump knip from 2.43.0 to 3.8.3 #387

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/knip-3.8.3 into main
dependabot[bot] commented 2023-12-20 00:10:49 +00:00 (Migrated from github.com)

Bumps knip from 2.43.0 to 3.8.3.

Release notes

Sourced from knip's releases.

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)
  • Move tweets to mock (2f8e78f3)

Release 3.6.1

  • Respect isIncludeEntryExports for class & enum members (#360) (fae9b759)
  • Edit "handing issues" (7c3d2df0)
  • Timerify getImportsAndExports (7c614b7b)
  • Add "unresolved" to issueTypes in JSON Schema + sort (e44a0330)
  • fix(schema): Added "binaries" to issueTypes (#385) (efd607cb)
  • Add sponsorship copy + funding.yml (bb5a9835)
  • Improve guidance for newcomers through configuration topics (closes #384) (e32011f2)

Release 3.6.0

  • Update/sync dependencies (a2060f7e)
  • Improve and support regex in ignoreBinaries and ignoreDependencies (resolves #315, resolves #383) (40f9791a)
  • Add "findReferences" to performance page (a11a6f3f)
  • Log message about 404 file edge case in debug mode (72c50041)
  • Improve names and readability a tad + skip work if nsExports or nsTypes is excluded (a288c3eb)

Release 3.5.1

... (truncated)

Commits
  • d4ffcfc Release 3.8.3
  • 1b9603e Update dependencies
  • 7b822cb Fix individual booleans for analyzeSourceFile
  • 753303a Swap block for consistency
  • ed834e9 Fix workspace hints in production mode
  • 77e7c66 fix: use svelte plugin options from user config (#401)
  • ae91dac Release 3.8.2
  • fcbaed0 Run issue fixer if only --fix-type argument is provided
  • 7055120 add sveltekit entry patterns (#393)
  • 4fd44b6 Fix postcreate-plugin script
  • 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 3.8.3. <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.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> <li>Move tweets to mock (2f8e78f3)</li> </ul> <h2>Release 3.6.1</h2> <ul> <li>Respect <code>isIncludeEntryExports</code> for class &amp; enum members (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/360">#360</a>) (fae9b759)</li> <li>Edit &quot;handing issues&quot; (7c3d2df0)</li> <li>Timerify <code>getImportsAndExports</code> (7c614b7b)</li> <li>Add &quot;unresolved&quot; to <code>issueTypes</code> in JSON Schema + sort (e44a0330)</li> <li>fix(schema): Added &quot;binaries&quot; to <code>issueTypes</code> (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/385">#385</a>) (efd607cb)</li> <li>Add sponsorship copy + funding.yml (bb5a9835)</li> <li>Improve guidance for newcomers through configuration topics (closes <a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/384">#384</a>) (e32011f2)</li> </ul> <h2>Release 3.6.0</h2> <ul> <li>Update/sync dependencies (a2060f7e)</li> <li>Improve and support regex in <code>ignoreBinaries</code> and <code>ignoreDependencies</code> (resolves <a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/315">#315</a>, resolves <a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/383">#383</a>) (40f9791a)</li> <li>Add &quot;findReferences&quot; to performance page (a11a6f3f)</li> <li>Log message about 404 file edge case in debug mode (72c50041)</li> <li>Improve names and readability a tad + skip work if <code>nsExports</code> or <code>nsTypes</code> is excluded (a288c3eb)</li> </ul> <h2>Release 3.5.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpro/knip/commit/d4ffcfc72ac8613f8c3d9110a46fc6c01a9ef926"><code>d4ffcfc</code></a> Release 3.8.3</li> <li><a href="https://github.com/webpro/knip/commit/1b9603ec0a3e4d1b2a910b342e07f825787bc11e"><code>1b9603e</code></a> Update dependencies</li> <li><a href="https://github.com/webpro/knip/commit/7b822cb0a0cf04b469b887c4df6565393d4d8367"><code>7b822cb</code></a> Fix individual booleans for <code>analyzeSourceFile</code></li> <li><a href="https://github.com/webpro/knip/commit/753303aed07d9ec4fd5cb69a0a88c0e1c56a6b55"><code>753303a</code></a> Swap block for consistency</li> <li><a href="https://github.com/webpro/knip/commit/ed834e9723030b7a76bae5308c27f9d3e7c9ce52"><code>ed834e9</code></a> Fix workspace hints in production mode</li> <li><a href="https://github.com/webpro/knip/commit/77e7c661afbdf4509d4d24ff713b36fee80bf9ef"><code>77e7c66</code></a> fix: use svelte plugin options from user config (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/401">#401</a>)</li> <li><a href="https://github.com/webpro/knip/commit/ae91dac79e4d0d05ac3d10aefd4b49ecab61ed6d"><code>ae91dac</code></a> Release 3.8.2</li> <li><a href="https://github.com/webpro/knip/commit/fcbaed09b2021c6d5d0444e610d9400cfc4bd423"><code>fcbaed0</code></a> Run issue fixer if only --fix-type argument is provided</li> <li><a href="https://github.com/webpro/knip/commit/7055120507b8cc0e0ffb47f7ec87b5fbab33d371"><code>7055120</code></a> add sveltekit entry patterns (<a href="https://github.com/webpro/knip/tree/HEAD/packages/knip/issues/393">#393</a>)</li> <li><a href="https://github.com/webpro/knip/commit/4fd44b6fb54c5eadc8129ecd2709ff1744cec517"><code>4fd44b6</code></a> Fix <code>postcreate-plugin</code> script</li> <li>Additional commits viewable in <a href="https://github.com/webpro/knip/commits/3.8.3/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.8.3)](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 2023-12-21 00:41:52 +00:00 (Migrated from github.com)

Superseded by #388.

Superseded by #388.

Pull request closed

Sign in to join this conversation.