Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2025

Bumps the aws-sdk group with 2 updates: @aws-sdk/client-s3 and @aws-sdk/signature-v4-crt.

Updates @aws-sdk/client-s3 from 3.956.0 to 3.957.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.957.0

3.957.0(2025-12-22)

Chores
  • move crc64NvmeCrtContainer to '@​aws-sdk/crc64-nvme' (#7600) (69196b71)
  • move e2e tests from cucumber to vitest (#7539) (561b8900)
  • build: replace lerna partial-tree build with turbo (#7597) (04bdba3e)
Documentation Changes
  • client-pcs: Change API Reference Documentation for default Mode in Accounting and SlurmRest (966f60ac)
New Features
  • client-config-service: Added supported resourceTypes for Config from July to November 2025 (2c7dab27)
  • client-ec2: Adds support for linkedGroupId on the CreatePlacementGroup and DescribePlacementGroups APIs. The linkedGroupId parameter is reserved for future use. (a492f734)
  • client-guardduty: Make accountIds a required field in GetRemainingFreeTrialDays API to reflect service behavior. (53e59c65)
  • middleware-flexible-checksums: use CRC64NVME JS implementation if CRT is not available (#7595) (4c6ad409)
Bug Fixes
  • middleware-flexible-checksums: advise user on InvalidChunkSizeError (#7598) (6fa3b4cc)

For list of updated packages, view updated-packages.md in assets-3.957.0.zip

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.957.0 (2025-12-22)

Note: Version bump only for package @​aws-sdk/client-s3

Commits

Updates @aws-sdk/signature-v4-crt from 3.956.0 to 3.957.0

Release notes

Sourced from @​aws-sdk/signature-v4-crt's releases.

v3.957.0

3.957.0(2025-12-22)

Chores
  • move crc64NvmeCrtContainer to '@​aws-sdk/crc64-nvme' (#7600) (69196b71)
  • move e2e tests from cucumber to vitest (#7539) (561b8900)
  • build: replace lerna partial-tree build with turbo (#7597) (04bdba3e)
Documentation Changes
  • client-pcs: Change API Reference Documentation for default Mode in Accounting and SlurmRest (966f60ac)
New Features
  • client-config-service: Added supported resourceTypes for Config from July to November 2025 (2c7dab27)
  • client-ec2: Adds support for linkedGroupId on the CreatePlacementGroup and DescribePlacementGroups APIs. The linkedGroupId parameter is reserved for future use. (a492f734)
  • client-guardduty: Make accountIds a required field in GetRemainingFreeTrialDays API to reflect service behavior. (53e59c65)
  • middleware-flexible-checksums: use CRC64NVME JS implementation if CRT is not available (#7595) (4c6ad409)
Bug Fixes
  • middleware-flexible-checksums: advise user on InvalidChunkSizeError (#7598) (6fa3b4cc)

For list of updated packages, view updated-packages.md in assets-3.957.0.zip

Changelog

Sourced from @​aws-sdk/signature-v4-crt's changelog.

3.957.0 (2025-12-22)

Note: Version bump only for package @​aws-sdk/signature-v4-crt

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the aws-sdk group with 2 updates: [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) and [@aws-sdk/signature-v4-crt](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/signature-v4-crt).


Updates `@aws-sdk/client-s3` from 3.956.0 to 3.957.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.957.0/clients/client-s3)

Updates `@aws-sdk/signature-v4-crt` from 3.956.0 to 3.957.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/signature-v4-crt/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.957.0/packages/signature-v4-crt)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.957.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: "@aws-sdk/signature-v4-crt"
  dependency-version: 3.957.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 26, 2025 23:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants