Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps knip from 5.43.3 to 5.46.0.

Release notes

Sourced from knip's releases.

Release 5.46.0

  • support .mts files in storybook config and project (#962) (8edeaeac9c7e9001b2ff43e4f4c4b096234c2184) - thanks @​jjoselv!
  • Add timeout to bun launch config, remove unused attr (2e1c627ba24167f1da225079c738d4e1a6e88328)
  • Add "the state of knip" to blog (273b70404ffaf7aa65a50c18cd0b075cd5725026)
  • Update sponsorships monthly overview (f35b5c280088d7b5d93f970e42a7f0aaa9b07005)
  • Link latest article from home (0a2fb85be5bd8d939863e4879f6ec6eb38b1dd9e)
  • Edit latest article to clarify loading config file (b96f7a5f50c7b30c916a239e1a2d8f6303730bc6)
  • Use svg logos for projects using Knip (df1ca89133fef20ef70686140ce84a4256fb8baa)
  • Formatting (8405908e0796674b63344c3479aed419310743e4)
  • Homepage edits (7faf05e93608f0399bd50cbc3dad0a032a5399af)
  • Add shopify, fix up sponsors in light theme (b8b6d6b9fc6de984cc16702e312c07b23be09e74)
  • Fix path to plugin schema (fixes #972) (7e22547039df179a47335c4be25736acf0e5ad33)
  • fix(create-config): updated script for latest Yarn version (#969) (2419174b9ffac136a837b872eb3058e109b95104) - thanks @​GauBen!
  • Release @​knip/create-config 1.0.5 (15c40461e071b39c6c958a30ff6486d834bded61)
  • Update docs (903d3a464e1f34683527d182201d20e0c06ad9e5)
  • Some minor housekeeping (e081df6f9df6ae3012d6aa047f882ff14e05ca57)
  • Document TypeScript path aliases → dependencies (close #961, close #977) (c5f7f2c46a18982961c35861ff292f870b666b6f)
  • Bail out early without a command in Yarn resolver (resolves #979) (d6a8c3b678cfecf59ff46f7c928ef5ed82df482e)
  • Make _files issue type consistent with the other types (171c86a392bb4f0046e7e9e71a9f311fbc8ce309)
  • Support tags from configuration file (resolves #881) (8e97007ca1c9045180a06dc568891aaa91d83288)
  • Update reporters list in cli help output (4bf863a8855cb44752a93a8cdc568735e31feb59)
  • Add --treat-config-hints-as-errors to exit with code 1 (resolves #891) (54834256ab7ed293ccf26068cdbcab431f35d4e3)
  • feat: add Gitlab Code Quality Reporter (#970) (9cbb6b6a7224e59e397fba77ed04a4f8116f085e) - thanks @​atheck!
  • Fix bun run [entry] (resolves #982) (46af78a0cd38c5a3e8fca856fb19881a67966ebe)
  • Add dir to bun resolver, but ignore bun run --cwd [dir] (69880ea92b3423eeae167a092fd7dbf929c8cc1d)
  • Fix wibbly-wobbly doubly unused file cell in default reporter (25d42800d80eb6cecc2392f9751436c337654317)
  • Find flow nodes recursively (resolves #984) (f4d98f0de76226e27fe4dbea93d2be317bd55fdd)
  • Run npm pkg fix (5c39e92f33f4a5fe2bf0434e08b9f7dc4a10f8f9)
  • Use release-it@next (0e539ce5970184dfcbc298aa0f3bedf5958a9c42)

Release 5.45.0

  • What are we without badges? (8175043e9d2ef8b955f37533ed61da2fb2bef0fb)
  • feat(plugin-eslint): support eslint.config.ts files (#956) (474dca3c141c7d527ef30b404b01bab09066af35) - thanks @​cylewaitforit!
  • Improve cross-workspace config file handling (4717edf933d512bf13b3a5ae5fb3a0baae22f552)
  • Fix up playwright(-ct) args/bin (b49b753de03caacd7d9b0a39c35a7e13c6ad4e95)
  • Improve cross-workspace config & binary handling (7ea7c344d187b53e09f1c2bda4fd4759abb0bdfd)
  • Add tests for cross-workspace inputs coverage (100129acd5eb0371a603797f6bda28932f2440ed)
  • Add note re. config cascade eslint v8 (resolves #957) (ee2c94d1e680d0004f4a40f0de8b93d25832e3c0)
  • Add support for eslint v9 config files + settings (f55dc1b55ea84bfb4752ffdff5fbf1da6575f131)

Release 5.44.5

  • Release @​knip/create-config 1.0.4 (06dcbaf45d291e8b9bc5f86cc060b5dd27736a3c)
  • Refine input methods (512c3e480fe0271ab9a773679ba111d697b1ac3d)
  • Fix up some variable names for consistency (f22341f6ef00284bc615692fe0d80c5b129d1c3f)
  • Add // prefix to better reflect debug value is text/comment (0ec09337193eb30570fc36f9539b047fbcca6932)
  • Fix webpack bins in fixture (15055579f804e6404588cfd71c045cc099d8b2c2)
  • Defer resolve entry points in webpack plugin (resolves #949) (e42b09d9cf13ecde2fc7449cb7ec76fc1968cddb)
  • Update docs (a530ff44d78f36ad8e3460a02534cafd5ad104e4)

Release 5.44.4

... (truncated)

Commits
  • 627c210 Release 5.46.0
  • 0e539ce Use release-it@next
  • 5c39e92 Run npm pkg fix
  • f4d98f0 Find flow nodes recursively (resolves #984)
  • 25d4280 Fix wibbly-wobbly doubly unused file cell in default reporter
  • 69880ea Add dir to bun resolver, but ignore bun run --cwd [dir]
  • 46af78a Fix bun run [entry] (resolves #982)
  • 9cbb6b6 feat: add Gitlab Code Quality Reporter (#970)
  • 5483425 Add --treat-config-hints-as-errors to exit with code 1 (resolves #891)
  • 4bf863a Update reporters list in cli help output
  • 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-nl/knip/tree/HEAD/packages/knip) from 5.43.3 to 5.46.0.
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.46.0/packages/knip)

---
updated-dependencies:
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 17, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 17, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

‼️ IMPORTANT
Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

Superseded by #439.

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/knip-5.46.0 branch March 31, 2025 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant