chore(deps): update all non-major dependencies (patch)#2000
chore(deps): update all non-major dependencies (patch)#2000shunkakinoki wants to merge 1 commit into
Conversation
|
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Warning Review limit reached
Next review available in: 58 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
✨ 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 various package dependencies across package.json, bun.lock, and pyproject.toml. Notable updates include bumps for @anthropic-ai/claude-code, @github/copilot, @openai/codex, ruff, and fastapi. There are no review comments, so I have no 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.
81017b9 to
d4824e6
Compare
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Signed-off-by:
d4824e6 to
525a05d
Compare
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Mesa DescriptionTL;DRUpdated non-major dependencies ( What changed?
Description generated by Mesa. Update settings |
| "@openai/codex-linux-x64": "npm:@openai/codex@0.142.5-linux-x64", | ||
| "@openai/codex-win32-arm64": "npm:@openai/codex@0.142.5-win32-arm64", | ||
| "@openai/codex-win32-x64": "npm:@openai/codex@0.142.5-win32-x64" | ||
| "@openai/codex-darwin-arm64": "npm:@openai/codex@0.142.5", |
There was a problem hiding this comment.
Functional: platform aliases no longer select per-platform tarballs
On main these six entries alias to the real per-platform tarballs:
"@openai/codex-darwin-arm64": "npm:@openai/codex@0.142.5-darwin-arm64",
"@openai/codex-darwin-x64": "npm:@openai/codex@0.142.5-darwin-x64",
... (etc. per platform)Those registry entries carry "os"/"cpu" gates, so bun installs only the one matching the host and skips the other five. After this force-push all six aliases point at the same platform-agnostic JS meta package @openai/codex@0.142.5, which is already the top-level @openai/codex: ^0.142.5 dep at line 31 of this file.
Consequences:
- The six aliases are redundant with the top-level dep — they no longer eagerly hoist a per-platform native tarball, they just install the same meta wrapper six extra times.
bun.lockpicked up a 36-entry cross-product (@openai/codex-<parent>/@openai/codex-<platform>at lines 3827–3885), because each of the six "alias" package entries recursively resolves the same six real platform tarballs as nested overrides.- Installs still succeed on every platform (the real tarballs are pulled in transitively via the meta package's own
optionalDependencies), so this is not a broken-install issue, but it wastes install work and lockfile space with no benefit.
Renovate has a known rough edge normalizing npm:@pkg@<semver>-<suffix> alias specifiers — it likely stripped the -<platform> suffix during its version-normalization pass. Two clean fixes:
Option A (keep the aliases, keep them working):
"@openai/codex-darwin-arm64": "npm:@openai/codex@0.142.5-darwin-arm64",
... etc.And in renovate.json, add a packageRules entry that either pins the six @openai/codex-* packages or disables Renovate for them so it can't rewrite the aliases again.
Option B (drop them entirely):
Just remove all six @openai/codex-<platform> entries. The top-level @openai/codex: ^0.142.5 dep already declares all six as its own optionalDependencies (see bun.lock line 925), so the resulting install shape is identical to Option A with far less lockfile churn.
This PR contains the following updates:
0.142.5-darwin-arm64→0.142.50.142.5-darwin-x64→0.142.50.142.5-linux-arm64→0.142.50.142.5-linux-x64→0.142.50.142.5-win32-arm64→0.142.50.142.5-win32-x64→0.142.5>=0.138.0→>=0.138.2>=2.18.0→>=2.18.32.18.4v46.1.16→v46.1.17v46.1.18>=0.15.18→>=0.15.20Release Notes
fastapi/fastapi (fastapi)
v0.138.2Compare Source
Refactors
app.frontend()return 404 for methods other thanGETorHEADwith no static file matches. PR #15863 by @tiangolo.Internal
v0.138.1Compare Source
Refactors
Internal
mistralai/mistral-vibe (mistral-vibe)
v2.18.3Compare Source
Added
j/knavigation in selectable lists across the TUI (questions, theme picker, rewind, voice, MCP panels)ask_confirmation_on_exitconfig option to prompt before quitting.vibe/config.tomlnow persists config option changesChanged
ask_user_questionnow supports more than 4 options and questionsFixed
v2.18.1Compare Source
Added
/mcp addslash command for adding OAuth MCP serversChanged
Fixed
renovatebot/github-action (renovatebot/github-action)
v46.1.17Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
astral-sh/ruff (ruff)
v0.15.20Compare Source
Released on 2026-06-25.
Preview features
noqashebang handling inruff:ignorecomments (#26286)ruff] Removepytest-fixture-autouse(RUF076) (#26240, #26371)Documentation
ruff_python_parserREADME for crates.io (#26315)perflint] Clarify thatPERF402applies to any iterable (#26242)Contributors
v0.15.19Compare Source
Released on 2026-06-23.
Preview features
Bug fixes
Rule changes
pylint] Update fix suggestions for__floor__,__trunc__,__length_hint__, and__matmul__variants (PLC2801) (#26239)Performance
Documentation
flake8-pyi] Note thatPYI051is an opinionated stylistic rule (#26179)pyupgrade] ClarifyUP029as a Python 2 compatibility rule (#26243)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.