chore(deps): update all non-major dependencies (patch) - #1891
Conversation
|
|
Linter diff in the way? Review this PR in Change Stack to focus on meaningful changes and expand context only when needed. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR bumps the ChangesRuff Dependency Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the minimum version of the ruff dependency in pyproject.toml from 0.15.14 to 0.15.15. There are no review comments to evaluate, and I have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Performed full review of bd7cc99...225b1a7
Analysis
• Ruff 0.15.15 introduces new lint rule enforcement (F811 for duplicate imports in TYPE_CHECKING blocks, enhanced F821 scope handling) that will likely surface previously unreported issues in the codebase requiring remediation before this PR can merge cleanly.
• The formatter change for nested lambdas in f-strings may trigger unexpected formatting changes across the codebase; verify that ruff format --check passes without modifications or document intentional formatting deviations.
• Using >=0.15.15 without exact pinning risks inconsistent linting/formatting behavior across local development, CI, and editor integrations if versions diverge; ensure all tooling environments are synchronized (recommend version pinning in lockfiles or containers for reproducible CI).
• Enhanced semantic error detection (invalid walrus operator usage) may expose previously undetected syntax issues; audit codebase for any such violations that would now fail linting.
Tip
Help
Slash Commands:
/review- Request a full code review/review latest- Review only changes since the last review/describe- Generate PR description. This will update the PR body or issue comment depending on your configuration/help- Get help with Mesa commands and configuration options
0 files reviewed | 0 comments | Edit Agent Settings • Read Docs
Mesa DescriptionTL;DRUpdates the What changed?
Description generated by Mesa. Update settings |
Signed-off-by:
225b1a7 to
3d1868a
Compare
This PR contains the following updates:
>=2.11.0→>=2.11.1>=0.15.14→>=0.15.15Release Notes
mistralai/mistral-vibe (mistral-vibe)
v2.11.1Compare Source
Added
compaction_prompt_idconfig setting, resolved from~/.vibe/prompts/or.vibe/prompts/--max-tokensflag for programmatic mode (-p)_auth/statusand_auth/signOutextension methods so IDE extensions can show auth state and sign the user outvibe.setup.authto classify the active credential sourceOverridesLayerandProjectConfigLayerfor the layered configuration systemChanged
-p) no longer auto-approves tool calls by defaultenable_experimental_browser_sign_inflag is no longer required (stale entries are silently ignored)/teleportto Vibe Code Web now carries the working diff and last commit, matching the legacy teleport/teleporthelp and completion copy to say "Vibe Code Web"Removed
astral-sh/ruff (ruff)
v0.15.15Compare Source
Released on 2026-05-28.
Preview features
pyflakes] Report duplicate imports intyping.TYPE_CHECKINGblock (F811) (#22560)Bug fixes
pyflakes] Treat function-scope bare annotations as locals per PEP 526 (F821) (#21540)Performance
TokenValuedrops in the lexer (#25300)Vecsize (#25354)ThinVecin AST to shrinkStmt(#25361)Documentation
line-lengthexample for--configoption (#25389)flake8-comprehensions] DocumentRecursionErroredge case in__len__(C416) (#25286)mccabe] Improve example (C901) (#25287)pyupgrade] Clarify fix safety docs (UP007,UP045) (#25288)refurb] DocumentFURB192exception change for empty sequences (#25317)ruff] Document false negative for user-defined types (RUF013) (#25289)Formatter
Server
codeAction/resolverequests that contain no or no valid URL (#25365)Other changes
Contributors
Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.