Skip to content

chore(deps): update dependency knip to v5.61.2 #1174

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

Open
wants to merge 1 commit into
base: the-one
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
knip (source) 5.43.6 -> 5.61.2 age adoption passing confidence

Release Notes

webpro-nl/knip (knip)

v5.61.2

Compare Source

  • Add .ts extension to babel config file pattern (a1bcdbb)
  • Refactor biome plugin a bit (20e5914)
  • Add boolean flags to args definition in node plugin (49fe237)
  • Update integration test suite (6bd250a)
  • Read only first bytes of yarn.lock (e2f0fbf)
  • Add error handler for npm pkg set (bfda6e9)
  • Enable eslint plugin config resolver for v9 without eslint-config-next (b334c3a)
  • In the aftermath of the previous commit, this had to be done (2de78bd)

v5.61.1

Compare Source

v5.61.0

Compare Source

v5.60.2

Compare Source

v5.60.1

Compare Source

v5.60.0

Compare Source

  • Revisit dev guidelines (1884273)
  • Remove unnecessary escapes from regexes (d0c3f82)
  • Add WebStorm run config (e6e9813)
  • Remove unneeded condition (311d5e7)
  • Remove obsolete comment (ad99905)
  • Turn ignored logic around (for config hints) (eb0d16b)
  • Add boolean flags to args definition in node plugin (5a42a14)
  • Regen plugin overview (5252f4b)
  • Update dependencies (2506865)
  • Add entry and project configuration hints (#​1105) (58dcfa5)

v5.59.1

Compare Source

  • Edit some docs re. handling binaries (closes #​1107) (6ce3908)
  • Add "contributing" page (cd4f293)
  • Link to e18e.dev (3843678)
  • Ignore scripts with name not starting with word character (a240f0d)
  • Add cargo to global list of ignored binaries (0fcbe11)
  • Minor refactors (3b447b8)

v5.59.0

Compare Source

v5.58.1

Compare Source

  • Mark sentry config files as production entrypoints (#​1104) (7138e8f) - thanks @​camjackson!
  • Standardize on fixture directory and package names (a9cbf19)
  • Fix dimmed count in reporter (ba392b0)
  • Improve negated workspace pattern method (b63f83b)
  • Move isDisableConfigHints to clean up (aafda40)

v5.58.0

Compare Source

v5.57.2

Compare Source

v5.57.1

Compare Source

  • Add example known issue when loading config files (cc36b08)
  • Remove empty import (689993b)
  • Add x to --trace legend (dd91f3a)
  • Improve sponsors script and add venz url (ecefd9e)
  • resolve issue with plugin overlap on config files (#​1096) (c54603e) - thanks @​apeloquin-agilysys!
  • Add fixture to cover prevention of circular dependencies in config files (0b63a01)
  • Update docs dependencies (54f96af)
  • A bit of tests/fixtures housekeeping (866793c)

v5.57.0

Compare Source

v5.56.0

Compare Source

v5.55.1

Compare Source

  • Update Node.js versions in CI (09a158b)
  • Update plugin authoring guide (b9bf354)
  • Update sponsors info (2014ac0)
  • Leverage isProduction better in webpack config (779948d)
  • Add smoke test command to dev guide (59b23cf)
  • Consistent messages in streamer.cast (1b2866b)
  • Add exports to ignored binaries list (7073b68)
  • Edit docs (ffc3cac)
  • Remove obsolete installed-check flag (61b65eb)
  • Use minimum supported node version in CI (almost!) (7787123)

v5.55.0

Compare Source

v5.54.1

Compare Source

v5.54.0

Compare Source

v5.53.0

Compare Source

  • Remove unused script (d6484de)
  • Add --force and --graceful options to create-plugin script (063db24)
  • Add SVGO plugin (#​1065) (5d68767) - thanks @​azat-io!
  • Replace pretty-ms with prettyMilliseconds fn (d383899)
  • Add mem flags, observer & table to Performance (dabb874)
  • Fix --isolate-workspaces flag to gc principals (b75c872)
  • Fix and optimize git-ignore cache (c1c8e8c)

v5.52.0

Compare Source

  • Use default entries w/o config file (fixes #​1063) (01a8e65)
  • Fix negated glob pattern for ignored workspacea (28d9b4c)
  • Don't bail out early for --filter if also -r in pnpm resolver (48e49a7)
  • Replace easy-table with new Table (cd70e95)

v5.51.1

Compare Source

v5.51.0

Compare Source

v5.50.5

Compare Source

  • Add jiti to "positionals" (resolves #​1033) (08a4688)
  • Group some scripts tests (edf56e0)
  • Fix starlight social config (cc51eaa)
  • Support ignoreUnresolved from top-level and root ws config (resolves #​1032) (852298b)
  • Update docs re. production mode (3b142b1)

v5.50.4

Compare Source

  • Don't exclude (dist) files with js ext from being source mapped (b39ac44)
  • Mark simple-git-hooks as used dependency when config exists (#​1027) (78f8cf4) - thanks @​azat-io!
  • Update docs dependencies (a8b44f6)

v5.50.3

Compare Source

  • Include empty named import declaration (d958e90)
  • Use pnpm workspaces over package.json workspaces (330e918)
  • Update comment (e8fcd87)
  • Revert and improve fix for #​1024 (3db59f7)

v5.50.2

Compare Source

v5.50.1

Compare Source

  • Revert "Remove unused TS config options"

This reverts commit d1686e2. (731fe7e)

v5.50.0

Compare Source

v5.49.0

Compare Source

v5.48.0

Compare Source

v5.47.0

Compare Source

v5.46.5

Compare Source

v5.46.4

Compare Source

  • fix: Fix the issue where the built-in Vue compiler only supports <scr… (#​997)
  • Update dependencies (16667d1)

v5.46.3

Compare Source

v5.46.2

Compare Source

  • npm pkg fix (52e2f1f)
  • Upgrade release-it (80281f7)
  • Make server.js production entry in node plugin (89f59f1)
  • Make entry points coming from plugins optional in production mode (resolves #​1000) (f26f95f)

v5.46.1

Compare Source

v5.46.0

Compare Source

  • support .mts files in storybook config and project (#​962) (8edeaea) - thanks @​jjoselv!
  • Add timeout to bun launch config, remove unused attr (2e1c627)
  • Add "the state

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

coderabbitai bot commented Feb 11, 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.


🪧 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Join our Discord community for assistance with any issues or questions.

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 sequence diagram to generate a sequence diagram of the changes in 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.

@renovate renovate bot changed the title chore(deps): update dependency knip to v5.44.0 chore(deps): update dependency knip to v5.44.1 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 4b6726f to ab4c08f Compare February 12, 2025 19:32
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.44.1 chore(deps): update dependency knip to v5.44.2 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from ab4c08f to bef0ff6 Compare February 18, 2025 19:43
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.44.2 chore(deps): update dependency knip to v5.44.3 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from bef0ff6 to 9333a1d Compare February 19, 2025 06:52
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.44.3 chore(deps): update dependency knip to v5.44.4 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 9333a1d to eb62485 Compare February 19, 2025 11:49
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.44.4 chore(deps): update dependency knip to v5.44.5 Feb 23, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from eb62485 to 72a8315 Compare February 23, 2025 10:06
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.44.5 chore(deps): update dependency knip to v5.45.0 Feb 25, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 72a8315 to 3402de1 Compare February 25, 2025 10:56
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 3402de1 to 48b57a4 Compare March 13, 2025 06:53
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.45.0 chore(deps): update dependency knip to v5.46.0 Mar 13, 2025
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.46.0 chore(deps): update dependency knip to v5.46.1 Mar 25, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 48b57a4 to 7d18bc6 Compare March 25, 2025 23:36
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.46.1 chore(deps): update dependency knip to v5.46.2 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 7d18bc6 to 4266a3b Compare March 26, 2025 11:03
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.46.2 chore(deps): update dependency knip to v5.46.3 Mar 29, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 4266a3b to b0ac7de Compare March 29, 2025 10:25
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.46.3 chore(deps): update dependency knip to v5.46.4 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch 2 times, most recently from 31a91b0 to 43a237f Compare April 2, 2025 19:17
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.46.4 chore(deps): update dependency knip to v5.46.5 Apr 2, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 43a237f to 6dfb7d1 Compare April 6, 2025 10:11
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.46.5 chore(deps): update dependency knip to v5.47.0 Apr 6, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 6dfb7d1 to 52feb91 Compare April 9, 2025 06:10
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.47.0 chore(deps): update dependency knip to v5.48.0 Apr 9, 2025
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.48.0 chore(deps): update dependency knip to v5.49.0 Apr 9, 2025
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.54.1 chore(deps): update dependency knip to v5.55.0 May 7, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from e36b018 to 6c32f7b Compare May 8, 2025 07:08
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.55.0 chore(deps): update dependency knip to v5.55.1 May 8, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 6c32f7b to 5b2f63a Compare May 14, 2025 19:34
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.55.1 chore(deps): update dependency knip to v5.56.0 May 14, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch 2 times, most recently from 6510c22 to a035f9e Compare May 20, 2025 19:42
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.56.0 chore(deps): update dependency knip to v5.57.0 May 20, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from a035f9e to 2387011 Compare May 21, 2025 19:51
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.57.0 chore(deps): update dependency knip to v5.57.1 May 21, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 2387011 to f1ba08d Compare May 22, 2025 20:49
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.57.1 chore(deps): update dependency knip to v5.57.2 May 22, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from f1ba08d to 15a6832 Compare May 24, 2025 14:51
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.57.2 chore(deps): update dependency knip to v5.58.0 May 24, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 15a6832 to 8792b14 Compare May 26, 2025 18:13
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.58.0 chore(deps): update dependency knip to v5.58.1 May 26, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 8792b14 to 7b02d41 Compare May 28, 2025 19:54
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.58.1 chore(deps): update dependency knip to v5.59.0 May 28, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 7b02d41 to 66487b8 Compare May 29, 2025 14:09
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.59.0 chore(deps): update dependency knip to v5.59.1 May 29, 2025
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.59.1 chore(deps): update dependency knip to v5.60.2 Jun 5, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch 2 times, most recently from 1e3ac9c to 2982115 Compare June 12, 2025 08:06
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.60.2 chore(deps): update dependency knip to v5.61.0 Jun 12, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 2982115 to 616fb31 Compare June 17, 2025 06:40
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.61.0 chore(deps): update dependency knip to v5.61.1 Jun 17, 2025
@renovate renovate bot force-pushed the renovate/knip-5.x-lockfile branch from 616fb31 to 41be296 Compare June 18, 2025 12:56
@renovate renovate bot changed the title chore(deps): update dependency knip to v5.61.1 chore(deps): update dependency knip to v5.61.2 Jun 18, 2025
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

0 participants