Conversation
Bumps the aws-sdk group in /packages/opentelemetry-node with 4 updates: [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb), [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3), [@aws-sdk/client-sns](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sns) and [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs). Updates `@aws-sdk/client-dynamodb` from 3.990.0 to 3.1011.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-dynamodb/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1011.0/clients/client-dynamodb) Updates `@aws-sdk/client-s3` from 3.990.0 to 3.1011.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1011.0/clients/client-s3) Updates `@aws-sdk/client-sns` from 3.990.0 to 3.1011.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sns/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1011.0/clients/client-sns) Updates `@aws-sdk/client-sqs` from 3.990.0 to 3.1011.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1011.0/clients/client-sqs) --- updated-dependencies: - dependency-name: "@aws-sdk/client-dynamodb" dependency-version: 3.1011.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: aws-sdk - dependency-name: "@aws-sdk/client-s3" dependency-version: 3.1011.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: aws-sdk - dependency-name: "@aws-sdk/client-sns" dependency-version: 3.1011.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: aws-sdk - dependency-name: "@aws-sdk/client-sqs" dependency-version: 3.1011.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: aws-sdk ... Signed-off-by: dependabot[bot] <support@github.com>
trentm
reviewed
Apr 1, 2026
Comment on lines
373
to
375
| "engines": { | ||
| "node": ">=20.0.0" | ||
| } |
Member
There was a problem hiding this comment.
This should have resulted in an update of the version range in instr-aws-sdk.test.js a few versions back when this was bumped to v20.
% rg engines -A1 node_modules/@aws-sdk/client-*/package.json
node_modules/@aws-sdk/client-sqs/package.json
74: "engines": {
75- "node": ">=20.0.0"
node_modules/@aws-sdk/client-s3/package.json
95: "engines": {
96- "node": ">=20.0.0"
node_modules/@aws-sdk/client-sns/package.json
72: "engines": {
73- "node": ">=20.0.0"
node_modules/@aws-sdk/client-dynamodb/package.json
75: "engines": {
76- "node": ">=20.0.0"
Member
|
This means that for our testing which uses an |
…cause smithy client now uses import('http') and (b) ignore possible net or dns spans
trentm
approved these changes
Apr 1, 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.
Bumps the aws-sdk group in /packages/opentelemetry-node with 4 updates: @aws-sdk/client-dynamodb, @aws-sdk/client-s3, @aws-sdk/client-sns and @aws-sdk/client-sqs.
Updates
@aws-sdk/client-dynamodbfrom 3.990.0 to 3.1011.0Release notes
Sourced from
@aws-sdk/client-dynamodb's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/client-dynamodb's changelog.... (truncated)
Commits
e171694Publish v3.1011.02aa1e6cPublish v3.1010.07888030Publish v3.1009.07bf8888chore(codegen): sync for retry strategy lifecycle fix (#7842)21ffcafdocs(clients): generate readme block about protocols (#7839)543c385Publish v3.1008.07718940Publish v3.1007.0fa4dc50Publish v3.1006.00e58193test(snapshot-testing): error response snapshots (#7836)e692718Publish v3.1005.0Updates
@aws-sdk/client-s3from 3.990.0 to 3.1011.0Release notes
Sourced from
@aws-sdk/client-s3's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/client-s3's changelog.... (truncated)
Commits
e171694Publish v3.1011.02aa1e6cPublish v3.1010.07888030Publish v3.1009.07bf8888chore(codegen): sync for retry strategy lifecycle fix (#7842)21ffcafdocs(clients): generate readme block about protocols (#7839)543c385Publish v3.1008.01791028feat(client-s3): Adds support for account regional namespaces for general pur...7718940Publish v3.1007.0fa4dc50Publish v3.1006.00e58193test(snapshot-testing): error response snapshots (#7836)Updates
@aws-sdk/client-snsfrom 3.990.0 to 3.1011.0Release notes
Sourced from
@aws-sdk/client-sns's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/client-sns's changelog.... (truncated)
Commits
e171694Publish v3.1011.02aa1e6cPublish v3.1010.07888030Publish v3.1009.07bf8888chore(codegen): sync for retry strategy lifecycle fix (#7842)21ffcafdocs(clients): generate readme block about protocols (#7839)543c385Publish v3.1008.07718940Publish v3.1007.0fa4dc50Publish v3.1006.0e692718Publish v3.1005.02b96330test(snapshot-testing): implement response snapshots (#7803)Updates
@aws-sdk/client-sqsfrom 3.990.0 to 3.1011.0Release notes
Sourced from
@aws-sdk/client-sqs's releases.... (truncated)
Changelog
Sourced from
@aws-sdk/client-sqs's changelog.... (truncated)
Commits
e171694Publish v3.1011.02aa1e6cPublish v3.1010.07888030Publish v3.1009.090772afdocs(client-sqs): document that SQS supports AWS Query protocol, non-default ...7bf8888chore(codegen): sync for retry strategy lifecycle fix (#7842)21ffcafdocs(clients): generate readme block about protocols (#7839)543c385Publish v3.1008.07718940Publish v3.1007.0fa4dc50Publish v3.1006.00e58193test(snapshot-testing): error response snapshots (#7836)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions