Skip to content

chore(deps): update all non-major dependencies (patch) - #1891

Merged
shunkakinoki merged 1 commit into
mainfrom
renovate/patch-all-minor-patch
Jun 7, 2026
Merged

chore(deps): update all non-major dependencies (patch)#1891
shunkakinoki merged 1 commit into
mainfrom
renovate/patch-all-minor-patch

Conversation

@shunkakinoki

@shunkakinoki shunkakinoki commented Jun 5, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Change Age Confidence
mistral-vibe >=2.11.0>=2.11.1 age confidence
ruff (source, changelog) >=0.15.14>=0.15.15 age confidence

Release Notes

mistralai/mistral-vibe (mistral-vibe)

v2.11.1

Compare Source

Added
  • Custom compaction prompts via the compaction_prompt_id config setting, resolved from ~/.vibe/prompts/ or .vibe/prompts/
  • --max-tokens flag for programmatic mode (-p)
  • ACP _auth/status and _auth/signOut extension methods so IDE extensions can show auth state and sign the user out
  • Auth source assessment in vibe.setup.auth to classify the active credential source
  • VS Code extension promo line in the CLI banner when launched from a VS Code, Cursor, or VS Code Insiders terminal
  • OverridesLayer and ProjectConfigLayer for the layered configuration system
Changed
  • Programmatic mode (-p) no longer auto-approves tool calls by default
  • Browser sign-in is enabled by default for Mistral providers; the enable_experimental_browser_sign_in flag is no longer required (stale entries are silently ignored)
  • Compaction quality improved
  • Refreshed user message styling and slash/teleport variants
  • /teleport to Vibe Code Web now carries the working diff and last commit, matching the legacy teleport
  • Reworded /teleport help and completion copy to say "Vibe Code Web"
Removed
  • Zed extension publishing job from the release workflow
astral-sh/ruff (ruff)

v0.15.15

Compare Source

Released on 2026-05-28.

Preview features
  • Fix Markdown closing fence handling (#​25310)
  • [pyflakes] Report duplicate imports in typing.TYPE_CHECKING block (F811) (#​22560)
Bug fixes
  • [pyflakes] Treat function-scope bare annotations as locals per PEP 526 (F821) (#​21540)
Performance
  • Avoid redundant TokenValue drops in the lexer (#​25300)
  • Reduce memory usage by dropping token-excess capacity and improve performance by approximating the initial tokens Vec size (#​25354)
  • Use ThinVec in AST to shrink Stmt (#​25361)
Documentation
  • Fix line-length example for --config option (#​25389)
  • [flake8-comprehensions] Document RecursionError edge case in __len__ (C416) (#​25286)
  • [mccabe] Improve example (C901) (#​25287)
  • [pyupgrade] Clarify fix safety docs (UP007, UP045) (#​25288)
  • [refurb] Document FURB192 exception change for empty sequences (#​25317)
  • [ruff] Document false negative for user-defined types (RUF013) (#​25289)
Formatter
  • Fix formatting of lambdas nested within f-strings (#​25398)
Server
  • Return code action for codeAction/resolve requests that contain no or no valid URL (#​25365)
Other changes
  • Expand semantic syntax errors for invalid walruses (#​25415)
Contributors

Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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


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

This PR has been generated by Mend Renovate.

@shunkakinoki
shunkakinoki enabled auto-merge (squash) June 5, 2026 04:28
@indent-zero

indent-zero Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor
PR Summary

Renovate-driven patch bumps for two isolated uv tool install global tools tracked in the [dependency-groups].tools floor-pin list in pyproject.toml. The tools group documents tools that cannot be co-installed (not a synced env), so these only raise install floors with no functional, API, or lint-config impact.

  • Bump ruff from >=0.15.14 to >=0.15.15
  • Bump mistral-vibe from >=2.11.0 to >=2.11.1 (added in the force-push)

Issues

No issues found.

CI Checks

Same failure pattern as the previous run: the docker-check aggregator fails because the docker-build-push (linux/amd64, amd64, ubuntu-latest) job was killed mid-Build and Push Docker (likely the GitHub-hosted runner job timeout). The linux/arm64 build on the same SHA succeeded, so this is unrelated to the Renovate floor-pin bumps — re-running the workflow should clear it.

Failing docker-check
  • The aggregator fails because the upstream amd64 docker-build-push job timed out mid-build; arm64 succeeded. This is an infrastructure/timeout flake unrelated to the ruff/mistral-vibe version bumps. Re-running the workflow is the appropriate fix.

@coderabbitai

coderabbitai Bot commented Jun 5, 2026

Copy link
Copy Markdown

Linter diff in the way? Review this PR in Change Stack to focus on meaningful changes and expand context only when needed.

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 00ff7277-ee04-4dce-985e-1da9c552d4b5

📥 Commits

Reviewing files that changed from the base of the PR and between 225b1a7 and 3d1868a.

📒 Files selected for processing (1)
  • pyproject.toml
🚧 Files skipped from review as they are similar to previous changes (1)
  • pyproject.toml

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Bumped development linter (ruff) to >=0.15.15.
    • Updates developer tooling to the latest maintenance release, helping keep linting rules current.
    • Low-risk maintenance change with no user-facing behavior differences; improves dev/CI consistency.

Walkthrough

This PR bumps the ruff tool constraint in pyproject.toml under dependency-groups.tools from >=0.15.14 to >=0.15.15.

Changes

Ruff Dependency Update

Layer / File(s) Summary
Ruff version constraint update
pyproject.toml
Minimum ruff version bumped from >=0.15.14 to >=0.15.15 in the development tools dependency group.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Possibly related PRs

Poem

🐰 A tiny hop, a single line to mend,
Ruff climbs a notch — a patch-level friend.
pyproject tuned, the linter's set to go,
One version raised, neat and small in tow.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(deps): update all non-major dependencies (patch)' accurately describes the main change: updating patch versions of dependencies in the project.
Description check ✅ Passed The description is directly related to the changeset, providing a detailed table of updated packages (mistral-vibe and ruff) with version changes and comprehensive release notes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/patch-all-minor-patch

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@mesa-dot-dev mesa-dot-dev Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 SettingsRead Docs

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

@mesa-dot-dev

mesa-dot-dev Bot commented Jun 5, 2026

Copy link
Copy Markdown

Mesa Description

TL;DR

Updates the ruff dependency constraint to >=0.15.15 to include the latest bug fixes, performance improvements, and formatting updates.

What changed?

  • pyproject.toml: Bumped the minimum version constraint of ruff from >=0.15.14 to >=0.15.15.

Description generated by Mesa. Update settings

@shunkakinoki
shunkakinoki force-pushed the renovate/patch-all-minor-patch branch from 225b1a7 to 3d1868a Compare June 6, 2026 04:22
@shunkakinoki shunkakinoki changed the title chore(deps): update all non-major dependencies to >=0.15.15 chore(deps): update all non-major dependencies (patch) Jun 6, 2026
@shunkakinoki
shunkakinoki disabled auto-merge June 7, 2026 16:51
@shunkakinoki
shunkakinoki merged commit 1bcbc06 into main Jun 7, 2026
37 of 39 checks passed
@shunkakinoki
shunkakinoki deleted the renovate/patch-all-minor-patch branch June 7, 2026 16:51
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