build(deps): consolidate dependabot bumps (prost, syn, nxlv/python, postcss-merge-rules, react-native-webgpu) - #15161
Merged
Merged
Conversation
…ive-webgpu Consolidates dependabot PRs #14719, #14720, #14722, #14723, #14725. - prost/prost-build 0.13 -> 0.14 in uniti; aligns with every other crate in the workspace, which was already on 0.14. Regenerates the checked-in proto modules (additive Eq/Hash derives only). - syn 3.0.2 -> 3.0.3 (Cargo.lock). - @nxlv/python 22.2.1 -> 22.2.2. - postcss-merge-rules ^7.0.8 -> ^8.0.1. - react-native-webgpu 0.5.15 -> 0.6.3, bumped in both the root manifest and apps/kbve/kbve-react-native so the app does not resolve a second copy. Peer ranges are unchanged and Canvas/useCanvasRef/useDevice still export from the package root. Not included: expo-dev-client 57 (#14728) requires Expo SDK 57 while the workspace is on Expo 56, and pnpm/action-setup v6 (#10241) which is stale and only covers part of the workflows still on v5/v4.
This was referenced Aug 2, 2026
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.
Rolls up the dependabot PRs that are safe to take, with the extra fixes each one was missing.
Included
prost0.13.5 → 0.14.4 (uniti)prost-buildto 0.14 — the PR only touchedprost, which would have left 0.13 codegen feeding a 0.14 runtime.unitiwas the last crate on 0.13; every other crate in the workspace was already on 0.14. Checked-in proto modules regenerated (additiveEq/Hashderives only).cargo check -p uniti --all-featurespasses.syn3.0.2 → 3.0.3@nxlv/python22.2.1 → 22.2.2postcss-merge-rules^7.0.8 → ^8.0.1react-native-webgpu0.5.15 → 0.6.3apps/kbve/kbve-react-native/package.json, which the PR missed — otherwise the app resolves a second copy. Peer ranges identical between the two versions (react-native >=0.81.0,react-native-worklets >=0.7.2,react-native-reanimated >=4.2.1), all satisfied.Canvas/useCanvasRef/useDevice(the only APIsTypeGpuHost.tsxuses) still export from the package root.prost0.13.5 remains inCargo.lock— the externalagonescrate pins tonic 0.12 / prost 0.13. That dual version predates this change.Not included
expo-dev-client56.0.20 → 57.0.9 — the workspace is onexpo ^56.0.11. A dev-client major ahead of the SDK is a mismatch; it needs a full SDK 57 upgrade, not a single-package bump.pnpm/action-setupv5 → v6 — stale. It covers 20 workflows, but more have been added since andci-unity.ymlis still on v4, so merging it leaves a v4/v5/v6 split. Worth doing as its own sweep across all workflows.Once this lands, #14719, #14720, #14722, #14723 and #14725 can be closed.