Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency knip to v5 #393

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
knip (source) ^4.0.0 -> ^5.0.0 age adoption passing confidence

Release Notes

webpro/knip (knip)

v5.2.2

Compare Source

  • Dedupe extensions (00141f0)
  • Don't override async compilers (fixes #​566) (ad3edbf)
  • Add known issue, improve docs re. auto-fix & tags (92f5c1b)

v5.2.1

Compare Source

v5.2.0

Compare Source

  • Improve cleanup after --fix (closes #​418) (5133ca3)
  • Support tagged re-exports and (dynamic) imports to ignore unresolved imports (c5d030d)

v5.1.6

Compare Source

  • Deprecate --experimental-tags, use --tags (3541bc7)

v5.1.5

Compare Source

  • Add "path aliases in config files" to known issues (closes #​558) (fb92db7)
  • Add eslint + tanstack/table and give those columns a bit of room to breathe (d33beab)
  • Respect custom compilers (6cb3a49)
  • Exclude foreign file extensions from virtual file paths in module resolver (closes #​559) (491c1ae)
  • Update script-parser.md (#​484) (3616233)
  • Each plugin's default export satisfies Plugin (a70c78c)

v5.1.4

Compare Source

v5.1.3

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

  • Skip work, gc file manager (7dd0651)
  • Minor refactoring (70e0900)
  • Add documented type for second string arg to compilers (#​548) (407a473)

v5.1.0

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

  • update types for include/exclude configuration options (#​532) (c7896e6)
  • Added support for eslint.config.cjs and eslint.config.mjs files (#​525) (d93c747)

v5.0.2

Compare Source

  • Update dependencies (f03b077)
  • Return undefined if no manifest (shouldn't happen anyway) (7a815e2)
  • Fix config to entry file patterns in tailwind plugin (d5bb530)
  • Fix knip --version command (#​519) (1c989c9)
  • fix truncated JSON output with JSON reporter (#​512) (fabacab)

v5.0.1

Compare Source

v5.0.0

Compare Source

Also see https://knip.dev/blog/knip-v5 for more details

v4.6.0

Compare Source

v4.5.0

Compare Source

v4.4.0

Compare Source

v4.3.1

Compare Source

  • Make integration tests pass (5a7a80a)
  • Update integration tests (5bca404)
  • Add link to GitHub search for projects using Knip (bdd3c7b)
  • Safe-guard fixes (closes #​486) (cf3761b)
  • Add silent and shell-mode boolean flags to pnpm resolver (resolves #​491) (2d5c0b5)
  • Filter dependencies in vitest plugin for vite plugin (#​334) (d81a00f)

v4.3.0

Compare Source

v4.2.3

Compare Source

  • Remove @pkgjs/parseargs now that Bun has util.parseArgs (ada0597)

v4.2.2

Compare Source

  • Update dependencies (faec4d6)
  • Add .json ext to ts config path if necessary (resolves #​480) (fe3d17d)
  • Fix npm aliases (resolves #​474) (470437d)
  • Add deploy to binaries not following the --require convention (closes #​477) (ad1ff7f)
  • Hide plugin pages from sidebar (db4cb7a)
  • Update dependencies (0eccd53)
  • Add introduction video to front page (0741b70)

v4.2.1

Compare Source

v4.2.0

Compare Source

  • Auto-format (0e65cfb)
  • Update docs (91465e6)
  • Update netlify plugin/test after the refactor (e0eba0c)
  • Add missing fixture file (877a95a)
  • Remove unused helper (093bbaa)
  • Include class members when dogfooding (d9c2eb4)
  • More comprehensive/consistent options for plugin tests after the refactor (95dac2b)
  • Tiny refactoring in github-actions plugin (f08a828)
  • Update plugins after the refactor (e786b60)
  • Refactor to unravel and separate concerns better (756bcdd)
  • Improve some member and function names (6145ce1)
  • Fix typo in comment (7a5c1b0)
  • Refactor npm.findDependencies into DependencyDeputy as analyzeManifest (864fa84)
  • Improve some member and function names (0576673)
  • Tiny refactoring in vitest plugin (3772485)
  • Use own PackageJson (with plugins) where possible (d314123)
  • Add Netlify plugin (#​466) (3a8fe85)
  • Check for node_modules presence instead of isInternal for Eleventy plugin (#​462) (c0b23b5)
  • Edit docs (59e341f)

v4.1.0

Compare Source

  • Add bun script visitor (df869d7)
  • Add bun binary resolver (70e936a)
  • Ignore bun being a runtime dependency (0a94744)
  • Make hasImportSpecifier reusable (ab39cf2)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) February 13, 2024 16:16
Copy link

codecov bot commented Feb 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.60%. Comparing base (7a29470) to head (a56c8f7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #393   +/-   ##
=======================================
  Coverage   79.60%   79.60%           
=======================================
  Files          36       36           
  Lines        6639     6639           
  Branches      437      437           
=======================================
  Hits         5285     5285           
  Misses       1354     1354           
Flag Coverage Δ
4.3.5 79.39% <ø> (ø)
4.6.4 79.42% <ø> (ø)
4.9.5 79.42% <ø> (ø)
latest 79.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/knip-5.x branch 2 times, most recently from 2e37a4b to 999150d Compare March 9, 2024 13:24
@renovate renovate bot merged commit 3aa0d31 into main Mar 25, 2024
35 checks passed
@renovate renovate bot deleted the renovate/knip-5.x branch March 25, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants