chore(deps): batch dependabot patches (#879, #899, #900, #901)#904
Merged
Conversation
Semgrep Security ScanNo security issues found. |
|
Preview environment destroyed 🧹 Stack |
PR Metrics
Updated Tue, 26 May 2026 21:33:23 GMT · run #1617 |
cjroth
approved these changes
May 26, 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.
Summary
Lands four safe patch-level dependabot PRs in a single batch — same shape as #893. Lockfiles regenerated locally with bun (dependabot doesn't support bun).
Commit
60058a7c— chore(deps): batch dependabot patches (chore(deps): bump @pulumi/docker-build from 0.0.16 to 0.0.17 in /deploy/pulumi in the minor-and-patch group across 1 directory #879, chore(deps-dev): bump @react-email/ui from 6.1.4 to 6.1.5 in /backend in the minor-and-patch group across 1 directory #899, chore(deps): bump serde_json from 1.0.149 to 1.0.150 in /src-tauri in the minor-and-patch group across 1 directory #900, chore(deps): bump the actions group across 1 directory with 4 updates #901)Landed PRs
npm — deploy/pulumi
@pulumi/docker-build^0.0.16→^0.0.17— patch bump in the pulumi docker-build providernpm — backend
@react-email/ui6.1.4→6.1.5— patch bump in the dev-only react-email UI kit. No transitive churn (sameesbuild@0.28.0+next@16.2.6deps)Cargo — src-tauri
serde_json1.0.149→1.0.150— patch bump inCargo.toml,Cargo.lockrefreshedGitHub Actions
github/codeql-action/upload-sarifv4.35.3 → v4.35.5 (.github/workflows/security.yml)actions/create-github-app-tokenv3.1.1 → v3.2.0 (.github/workflows/version-bump.yml)ruby/setup-rubySHA bump, still taggedv1(.github/workflows/ios-release.yml)taiki-e/install-actionSHA bump, still taggedv2(.github/workflows/version-bump.yml)Verification
cargo checkinsrc-tauri/— compiles cleanly withserde_json@1.0.150(full tauri tree, 25.95s)bun run type-checkinbackend/— cleanbun run lintinbackend/— 0 errors (81 pre-existing warnings, unchanged)bun.lockdiffs reviewed — minimal: just the version + integrity hash bumps, no transitive churnSide notes
While running
bun installinbackend/, two small lockfile drifts surfaced and were captured (nopackage.jsonedits made):@opentelemetry/exporter-trace-otlp-proto@0.218.0— added to the lockfile (already inpackage.json, just missing from the lockfile)@types/bun/bun-typesresolved minor patch within their existing^rangesNot in this PR
exa-js1.10.3→2.12.1(backend): major SDK rewrite, not attempted. Separate PR.vite7.3.3→8.0.13: already in flight as PR chore(deps): bump vite to 8 (#881) #898.Test plan
security.ymlwith the new codeql v4.35.5 SARIF uploader andversion-bump.ymlwith the new app-token v3.2.0)ruby/setup-rubystill resolvesruby-version: '3.0'correctlyNote
Low Risk
Patch-only version and CI action SHA updates with no product code changes; release/version-bump workflows use updated tokens but remain the same steps.
Overview
This PR batches four patch-level dependency updates (Dependabot-style) with matching lockfile refreshes—no application logic changes.
GitHub Actions pins move forward in
security.yml(upload-sarifto CodeQL v4.35.5),version-bump.yml(create-github-app-tokenv3.2.0,taiki-e/install-actionSHA), andios-release.yml(ruby/setup-rubySHA, still v1).npm:
backendbumps dev-only@react-email/ui6.1.4→6.1.5;deploy/pulumibumps@pulumi/docker-build^0.0.16→^0.0.17withbun.lockupdates.Rust:
src-tauribumps directserde_json1.0.149→1.0.150inCargo.tomlandCargo.lock.Reviewed by Cursor Bugbot for commit 60058a7. Bugbot is set up for automated code reviews on this repo. Configure here.