Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2025

This PR contains the following updates:

Package Type Update Change
clippy_utils workspace.dependencies digest 334fb90 -> 8116b23

Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 13, 2025 02:50
@renovate renovate bot requested a review from addisonbeck October 13, 2025 02:50
@bitwarden-bot bitwarden-bot changed the title [deps]: Update clippy_utils digest to 35f8bff [PM-26875] [deps]: Update clippy_utils digest to 35f8bff Oct 13, 2025
@bitwarden-bot
Copy link

Internal tracking:

@codecov
Copy link

codecov bot commented Oct 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.98%. Comparing base (8b95ae6) to head (a9fdcfe).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #505      +/-   ##
==========================================
- Coverage   77.98%   77.98%   -0.01%     
==========================================
  Files         287      287              
  Lines       27673    27674       +1     
==========================================
  Hits        21582    21582              
- Misses       6091     6092       +1     

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

@renovate renovate bot changed the title [PM-26875] [deps]: Update clippy_utils digest to 35f8bff [deps]: Update clippy_utils digest to a8d1258 Oct 13, 2025
@renovate renovate bot force-pushed the renovate/clippy_utils-digest branch from bf39ef4 to c04503b Compare October 13, 2025 06:11
@renovate renovate bot changed the title [deps]: Update clippy_utils digest to a8d1258 [deps]: Update clippy_utils digest to c6f2557 Oct 13, 2025
@renovate renovate bot force-pushed the renovate/clippy_utils-digest branch from c04503b to a148743 Compare October 13, 2025 10:33
@renovate renovate bot changed the title [deps]: Update clippy_utils digest to c6f2557 [deps]: Update clippy_utils digest to b26a1aa Oct 14, 2025
@renovate renovate bot force-pushed the renovate/clippy_utils-digest branch from a148743 to d8e87ca Compare October 14, 2025 23:01
@renovate renovate bot changed the title [deps]: Update clippy_utils digest to b26a1aa [deps]: Update clippy_utils digest to 8116b23 Oct 15, 2025
@renovate renovate bot force-pushed the renovate/clippy_utils-digest branch from d8e87ca to 9cfe94b Compare October 15, 2025 04:15
@github-actions
Copy link
Contributor

github-actions bot commented Oct 15, 2025

Logo
Checkmarx One – Scan Summary & Detailsb0d3c5e4-caf2-4a97-bd6d-1e3e73b0e8c4

Great job! No new security vulnerabilities introduced in this pull request

…ility

The clippy_utils update to 8116b23 requires a newer Rust nightly toolchain
than nightly-2025-08-07 due to changes in compiler internals (HIR types,
trait structure changes, new enum variants, etc.).

This updates the toolchain to nightly-2025-10-01 which should be
compatible with the updated clippy_utils version.
@renovate
Copy link
Contributor Author

renovate bot commented Oct 15, 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.

@addisonbeck addisonbeck force-pushed the renovate/clippy_utils-digest branch from a70528b to 9f89133 Compare October 15, 2025 19:40
Additional compiler internal changes require an even newer nightly to resolve:
- BoundVarIndexKind → BoundVariableKind rename
- Missing CastKind::Subtype variant
- New ProjectionElem::Subtype pattern requirement
Last remaining errors:
- StatementKind::Deinit variant removed
- ObligationCtxt::select_all_or_error method changed

Attempting latest available nightly to match clippy_utils API requirements.
Still getting StatementKind::Deinit and ObligationCtxt::select_all_or_error
errors with 10-15. Trying 10-16 in case the required compiler API changes
landed in the most recent nightly.
@sonarqubecloud
Copy link

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.

2 participants