chore(deps): combined dependabot dep bumps#170
Merged
mtoy-googly-moogly merged 1 commit intomainfrom Apr 19, 2026
Merged
Conversation
…brace-expansion, picomatch Combines the following dependabot PRs into a single lockfile update: - #167 follow-redirects 1.15.9 -> 1.16.0 - #165 axios 1.11.0 -> 1.15.0 - #163 fast-xml-parser, @aws-sdk/client-s3, @aws-sdk/client-sts, @aws-sdk/credential-provider-node - #160 brace-expansion 1.1.12 -> 1.1.13 - #157 picomatch 2.3.1 -> 2.3.2 Does not include #132 (eslint 8->9 + gts 3->7 major bumps), which needs a dedicated review. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced Apr 19, 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
Combines 5 open dependabot PRs into a single lockfile update so CI only runs once. Produced by running
npm updateon the target packages rather than merging the stale dependabot branches (which were based on older main and conflicted heavily).Replaces:
Not included: #132 (eslint 8→9, gts 3→7, @typescript-eslint 5→8). Major-version bumps with known breaking changes (eslint flat config) — needs a dedicated review.
Test plan
npm run buildsucceedsnpm testpasses (only the pre-existing packaged-version e2e mismatch fails, unrelated)🤖 Generated with Claude Code