chore: update dependencies (minor+patch) 2026-07-06#1035
Open
svidgen wants to merge 1 commit into
Open
Conversation
Updates include: - @aws-sdk/* packages: 3.996.0 → 3.1080.0 - graphql: 15.5.0 → 15.10.2 - semver: 7.3.5 → 7.8.5 - core-js: 3.6.4 → 3.49.0 - ajv: 8.12.0 → 8.20.0 - eslint plugins: various minor bumps - @commitlint/*: 17.0.x → 17.8.1 - @microsoft/api-extractor: 7.33.5 → 7.58.9 - ws: 8.14.2 → 8.21.0 - tar: 7.5.8 → 7.5.19 - Various @types/* patch updates Skipped: - uuid: kept at 9.x (v14 is ESM-only, breaks Jest) - @babel/generator, @babel/types: kept at 7.0.0-beta.4 (pinned) - java-ast: kept at 0.3.x (0.4 is breaking for 0.x) - TypeScript: kept at 4.7.4 (4.9.5 causes type errors) - @graphql-codegen/*, @graphql-tools/*: kept at current ranges (newer versions have incompatible transitive type deps) Added resolutions: - @graphql-tools/apollo-engine-loader pinned to 8.0.0 - @graphql-tools/apollo-engine-loader/@graphql-tools/utils pinned to 10.0.11 (newer versions use AsyncDisposable which requires TS 5.2+) Supersedes dependabot PR #1032 (which included uuid v14 bump).
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
Minor and patch dependency updates across the monorepo.
Key updates
@types/*patch updatesIntentionally skipped
Resolutions added
@graphql-tools/apollo-engine-loaderpinned to 8.0.0@graphql-tools/apollo-engine-loader/@graphql-tools/utilspinned to 10.0.11AsyncDisposablewhich requires TS 5.2+Relationship to #1032
Supersedes dependabot PR #1032 (Jun 8 batch) which included the problematic uuid v14 bump.
Testing
yarn build✅yarn test✅ (all 5 packages pass)