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

Bump knip from 5.24.2 to 5.30.6 #93

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps knip from 5.24.2 to 5.30.6.

Release notes

Sourced from knip's releases.

Release 5.30.6

  • Ignore TS issue with Bun for now (2a361399)
  • Add --trace arguments to help text (4b314e2a)
  • accept _ and . in package names (#790) (84db2459)
  • Remove duplicate job (it's in integration.yml as well) (2b550b0f)
  • continue-on-error: true → fail-fast: false (8ed9314c)
  • Update argos ci commands (ed4bad21)
  • Add freeCodeCamp to integration suite (0784ca5f)
  • Update FUNDING.yml (cf6c5fe8)

Release 5.30.5

  • Use root testDir fallback in projects in playwright plugin (d4c5af94)
  • Try harder to resolve package name (1e64b6ce)
  • Consider module.exports = require() to be re-exports (e2bdb952)
  • Auto-format docs (e40f618d)

Release 5.30.4

  • Bun is catching up (1002b670)
  • Deal with packages that confusingly include package.json#types but also recommend to install DT pkg (dd10163e)

Release 5.30.3

  • Update some dependencies (233c2a01)
  • Add @eslint/js to eslint plugin enablers (cbe6fea4)
  • Update docs (d6740203)
  • Update docs (eb283cfb)
  • Update remark-preset-webpro (22ab19fe)
  • Fix: Expand Vitest File Extension Checks (#785) (b0f7c466)
  • Fix commit sha in PRs in integration.yml (dc9e3ed5)
  • Use actions matrix to run jobs in parallel (fd868c6d)
  • Add Prettier to projects + int tests (bc628317)
  • Dogfoodin' is underrated (74b63cc9)
  • Fix formatting (34a757c7)
  • Update docs, styling (resolves #783) (d05795cb)
  • Update docs (2e09608d)
  • Update some dependencies (e60b8e48)
  • Update docs (b52125de)

Release 5.30.2

  • Update lockfile (f71c697d)
  • No longer need to bail out for node_modules/ in resolver, allow such specifiers (closes #773) (62bc9561)
  • Minor refactor (5730b49b)
  • Try local package specifiers first (enhanced-resolve has trouble) (89a384e0)
  • Tweak basic playground (dae3362a)
  • Add og image for playground (c9b1829c)
  • Update docs (aa011bab)
  • Update playground (b620f167)
  • Remove obsolete vercel config (e4bbb5cb)
  • Update dependencies in issue templates & add playground + templates (62bafaf0)
  • Update docs (9e860fa3)
  • Let's try typescript@next (b194667d)

... (truncated)

Commits
  • b1cf45a Release 5.30.6
  • 2a36139 Ignore TS issue with Bun for now
  • 4b314e2 Add --trace arguments to help text
  • 84db245 accept _ and . in package names (#790)
  • 5f44a03 Release 5.30.5
  • d4c5af9 Use root testDir fallback in projects in playwright plugin
  • 1e64b6c Try harder to resolve package name
  • e2bdb95 Consider module.exports = require() to be re-exports
  • f9cc400 Release 5.30.4
  • 1002b67 Bun is catching up
  • 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.24.2 to 5.30.6.
- [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.30.6/packages/knip)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2024
Copy link

coderabbitai bot commented Sep 30, 2024

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 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 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.

@Idrinth Idrinth merged commit 9c6cf1d into the-one Sep 30, 2024
2 of 8 checks passed
@Idrinth Idrinth deleted the dependabot/npm_and_yarn/knip-5.30.6 branch September 30, 2024 15:39
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant