Skip to content

fix(deps): update all dependencies#157

Merged
renovate[bot] merged 4 commits intomainfrom
renovate/all
Jun 20, 2025
Merged

fix(deps): update all dependencies#157
renovate[bot] merged 4 commits intomainfrom
renovate/all

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@napi-rs/cli 3.0.0-alpha.88 -> 3.0.0-alpha.89 age adoption passing confidence devDependencies patch
github/codeql-action v3.28.19 -> v3.29.0 age adoption passing confidence action minor
release-plz/action v0.5.107 -> v0.5.108 age adoption passing confidence action patch
taiki-e/install-action v2.52.7 -> v2.53.2 age adoption passing confidence action minor
windows-sys 0.59 -> 0.60 age adoption passing confidence dependencies minor

Release Notes

napi-rs/napi-rs (@​napi-rs/cli)

v3.0.0-alpha.89

Compare Source

github/codeql-action (github/codeql-action)

v3.29.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.0 - 11 Jun 2025

  • Update default CodeQL bundle version to 2.22.0. #​2925
  • Bump minimum CodeQL bundle version to 2.16.6. #​2912

See the full CHANGELOG.md for more information.

release-plz/action (release-plz/action)

v0.5.108

Compare Source

What's Changed

Full Changelog: release-plz/action@v0.5...v0.5.108

taiki-e/install-action (taiki-e/install-action)

v2.53.2: 2.53.2

Compare Source

  • Fix cargo-nextest installation failure on Ubuntu 24.04 due to HTTP 403 error on requests to crates.io. (#​1007)

  • Update rclone@latest to 1.70.0.

v2.53.1: 2.53.1

Compare Source

  • Support typos on AArch64 Linux. (#​1004, thanks @​vivienm)

  • Update cargo-nextest@latest to 0.9.99.

v2.53.0: 2.53.0

Compare Source

v2.52.8: 2.52.8

Compare Source

  • Update cargo-careful@latest to 0.4.7.

  • Update syft@latest to 1.27.1.

  • Update cargo-deny@latest to 0.18.3.

  • Update cargo-binstall@latest to 1.13.0.

microsoft/windows-rs (windows-sys)

v0.60.0

Compare Source

This release includes an update to the windows-registry and windows-strings crates, mainly to provide various improvements to registry support for rustup.

What's Changed

New Contributors

Full Changelog: microsoft/windows-rs@0.59.0...0.60.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) June 20, 2025 10:02
@renovate
Copy link
Contributor Author

renovate bot commented Jun 20, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package windows-sys@0.59.0 --precise 0.60.2
    Updating crates.io index
error: failed to select a version for the requirement `windows-sys = "^0.59.0"`
candidate versions found which didn't match: 0.60.2
location searched: crates.io index
required by package `filetime v0.2.25`
    ... which satisfies dependency `filetime = "^0.2.23"` (locked to 0.2.25) of package `vfs v0.12.1`
    ... which satisfies dependency `vfs = "^0.12.1"` (locked to 0.12.1) of package `unrs_resolver v1.9.0 (/tmp/renovate/repos/github/unrs/unrs-resolver)`
    ... which satisfies path dependency `unrs_resolver` (locked to 1.9.0) of package `unrs_resolver_napi v0.0.0 (/tmp/renovate/repos/github/unrs/unrs-resolver/napi)`

@coderabbitai
Copy link

coderabbitai bot commented Jun 20, 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:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • 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.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

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.

@codecov
Copy link

codecov bot commented Jun 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.20%. Comparing base (b050a42) to head (1ec87eb).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #157   +/-   ##
=======================================
  Coverage   92.20%   92.20%           
=======================================
  Files          13       13           
  Lines        3068     3068           
=======================================
  Hits         2829     2829           
  Misses        239      239           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codspeed-hq
Copy link

codspeed-hq bot commented Jun 20, 2025

CodSpeed Performance Report

Merging #157 will not alter performance

Comparing renovate/all (1ec87eb) with main (b050a42)

Summary

✅ 3 untouched benchmarks

@renovate
Copy link
Contributor Author

renovate bot commented Jun 20, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@sonarqubecloud
Copy link

@renovate renovate bot merged commit ca11573 into main Jun 20, 2025
24 checks passed
@renovate renovate bot deleted the renovate/all branch June 20, 2025 10:39
@JounQin JounQin mentioned this pull request Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant