chore(deps): bump low-risk patch and minor dependencies - #9702
Closed
StiensWout wants to merge 1 commit into
Closed
Conversation
Contributor
ApprovabilityVerdict: Not approved Macroscope's review found this PR not approvable — This dependency refresh spans multiple production applications and includes a substantial OpenCode SDK jump on the server provider path, alongside Expo/native, web router/UI, Astro, and desktop runtime updates. The route-tree edit is mechanical, but the aggregate runtime surface is broad enough to require human review. You can add or adjust custom eligibility rules. Learn more. |
Refresh the in-range and pinned dependencies that had no breaking changes: React 19.2.8, TanStack router and pacer, base-ui, zustand, jose, Expo SDK 57 point releases, react-navigation, shiki, astro, electron-updater, react-grab, the OpenCode SDK, and @oxlint/plugins to match the oxlint bundled by vite-plus. Align mobile's @types/react range with web so one copy resolves. Keep playwright-core on 1.60.0 because 1.62 changes the core bundle layout the desktop preview runtime extraction reads, and @types/bun on 1.3.14 because 1.4.0 breaks process.on typings in the server. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
StiensWout
force-pushed
the
t3code/bump-safe-deps
branch
from
September 5, 2026 13:08
18893a3 to
0a7be9a
Compare
Member
|
Closing as part of the open-PR backlog sweep (wave 2). Reason: Stale conflicting lockfile bump with no unique product value Reopen if this is still wanted and you’re willing to rebase onto current |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Many pinned and in-range dependencies had drifted several patch or minor releases behind without anything forcing a refresh, so fixes upstream were not reaching the app.
This bumps the set with no breaking changes and one lockfile refresh:
@vercel/config0.7, jose 6.2.10 (catalog). The route tree is regenerated because the newer router plugin sorts imports.@types/reactnow shares web's range so one copy resolves.@oxlint/plugins1.79.0 to match the oxlint that vite-plus 0.3.0 bundles.Deliberately left out: Electron (#8940 covers it), Effect (stays on beta.103), the Clerk family, relay-only packages, anything with a local patch, and all majors. Two candidates were tried and reverted: playwright-core 1.62 changes the core bundle layout that the desktop preview runtime extraction reads, and
@types/bun1.4.0 breaksprocess.ontypings in the server.Verified with typecheck for web, desktop, server, mobile and marketing, lint, and the web, desktop, mobile, shared, and server OpenCode test suites. Frozen install passes.
Made by Claude Fable 5.1 running in T3 Code.
Note
Medium Risk
Broad surface-area version drift with a large @opencode-ai/sdk jump on the server’s agent provider path; no application logic changes, but integration regressions are the main watch item.
Overview
This PR refreshes patch and minor dependency versions across the monorepo so upstream fixes can land without intentional major or high-risk upgrades (Electron, Effect, Clerk, playwright-core, etc. stay put per the PR notes).
Web moves React/React DOM to 19.2.8, bumps TanStack Router and router-plugin, react-pacer, @base-ui/react, zustand, @formkit/auto-animate, @vitejs/plugin-react, @vercel/config, and @pierre/trees;
routeTree.gen.tsis regenerated with reordered imports only (newer plugin sorting—no route behavior change).Mobile takes Expo SDK 57 point releases across many
expo-*packages, plus react-navigation, shiki 4.4.x, react-native-svg, icons, and aligns@types/reactwith web.Desktop bumps electron-updater, react-grab 0.2.x, and acorn. Marketing bumps astro and related check/config tooling. Server bumps
@opencode-ai/sdkto ^1.18.27 (provider/OpenCode integration). Root and oxlint-plugin align@oxlint/pluginsto 1.79 with vite-plus’s bundled oxlint.Reviewed by Cursor Bugbot for commit 18893a3f8e2bd7992098cd12dbef42c6c0230360. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Bump low-risk patch and minor dependencies across apps
oxlint-plugin-t3codepackage manifests to newer patch and minor versions.josecatalog entry and Expo package overrides/exclusions in pnpm-workspace.yaml.@opencode-ai/sdkin apps/server/package.json jumps from 1.3.15 to 1.18.27, which may introduce breaking changes or behavioral differences in server SDK usage.Macroscope summarized 0a7be9a.