build(deps): consolidate safe dependency bumps#1610
Merged
Conversation
Batch several low-risk Dependabot updates into one branch/CI run instead of merging each PR individually (branch protection makes serial cleanup slow). Go: - golang.org/x/crypto 0.48.0 -> 0.52.0 (#1609) - golang.org/x/image 0.38.0 -> 0.41.0 (#1608) - golang.org/x/net 0.50.0 -> 0.55.0 (#1599) JS: - autoprefixer (dev) 10.5.0 -> 10.5.2 (#1593) - webpack 5.107.2 -> 5.108.3 (from #1594 group; other members skipped as incompatible under current pins) Lockfile regenerated from main so firm ts-node + pinned nested typescript survive (dependabot's own lockfiles prune these and fail CI). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Consolidates several low-risk Dependabot updates into one branch/CI run instead of merging each PR individually (branch protection requires up-to-date branches, so serial cleanup is slow).
Included
Go
golang.org/x/crypto0.48.0 → 0.52.0 — supersedes build(deps): bump golang.org/x/crypto from 0.48.0 to 0.52.0 #1609golang.org/x/image0.38.0 → 0.41.0 — supersedes build(deps): bump golang.org/x/image from 0.38.0 to 0.41.0 #1608golang.org/x/net0.50.0 → 0.55.0 — supersedes build(deps): bump golang.org/x/net from 0.50.0 to 0.55.0 #1599JS
autoprefixer(dev) 10.5.0 → 10.5.2 — supersedes build(deps-dev): bump autoprefixer from 10.5.0 to 10.5.2 in the patch-updates group #1593webpack5.107.2 → 5.108.3 — cherry-picked from build(deps): bump the minor-updates group with 4 updates #1594's groupThe lockfile was regenerated from
main(npm install --package-lock-only) so the firmts-nodeand pinned nestedtypescriptsurvive — dependabot's own lockfiles prune these optional peers and fail CI.Deliberately excluded
tiptap-markdown0.9 (needs Tiptap v3),@lingui/macro5.9.5 (breaks build under pinnedtypescript@4.6.4),@playwright/test1.61 (times out Cucumber e2e)purgecss-webpack-plugin4→8 (major)aws-sdk-goEOL,v8gonative bindings)Local validation
go build ./...,go vet ./app/...✅make lint-ui,make build-ui(webpack 5.108.3),make test-ui(127 tests) ✅make test-server✅ — all packages pass exceptapp/pkg/weblocally (dev-server port collision only; clean in CI)🤖 Generated with Claude Code