Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the aws-sdk group with 2 updates #3402

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2024

Bumps the aws-sdk group with 2 updates: @aws-sdk/client-s3 and @aws-sdk/lib-storage.

Updates @aws-sdk/client-s3 from 3.665.0 to 3.666.0

Release notes

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

v3.666.0

3.666.0(2024-10-07)

Chores
  • middleware-user-agent: add feature detection for account-id, s3-express, lib-dynamodb (#6541) (dfda1291)
  • clients: codegen sync for unset union payloads, header list parsing (#6543) (544120e1)
Documentation Changes
  • client-marketplace-reporting: Documentation-only update for AWS Marketplace Reporting API. (d7a31d87)
New Features
  • clients: update client endpoints as of 2024-10-07 (5b48a232)
  • client-qconnect: This release adds support for the following capabilities: Configuration of the Gen AI system via AIAgent and AIPrompts. Integration support for Bedrock Knowledge Base. (ecad084b)
  • client-deadline: Add support for using the template from a previous job during job creation and listing parameter definitions for a job. (9c4d17d0)
  • client-redshift: Add validation pattern to S3KeyPrefix on the EnableLogging API (990f0258)

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

Changelog

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

3.666.0 (2024-10-07)

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

Commits
  • 7a98e5f Publish v3.666.0
  • 544120e chore(clients): codegen sync for unset union payloads, header list parsing (#...
  • See full diff in compare view

Updates @aws-sdk/lib-storage from 3.665.0 to 3.666.0

Release notes

Sourced from @​aws-sdk/lib-storage's releases.

v3.666.0

3.666.0(2024-10-07)

Chores
  • middleware-user-agent: add feature detection for account-id, s3-express, lib-dynamodb (#6541) (dfda1291)
  • clients: codegen sync for unset union payloads, header list parsing (#6543) (544120e1)
Documentation Changes
  • client-marketplace-reporting: Documentation-only update for AWS Marketplace Reporting API. (d7a31d87)
New Features
  • clients: update client endpoints as of 2024-10-07 (5b48a232)
  • client-qconnect: This release adds support for the following capabilities: Configuration of the Gen AI system via AIAgent and AIPrompts. Integration support for Bedrock Knowledge Base. (ecad084b)
  • client-deadline: Add support for using the template from a previous job during job creation and listing parameter definitions for a job. (9c4d17d0)
  • client-redshift: Add validation pattern to S3KeyPrefix on the EnableLogging API (990f0258)

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

Changelog

Sourced from @​aws-sdk/lib-storage's changelog.

3.666.0 (2024-10-07)

Note: Version bump only for package @​aws-sdk/lib-storage

Commits
  • 7a98e5f Publish v3.666.0
  • 544120e chore(clients): codegen sync for unset union payloads, header list parsing (#...
  • See full diff in compare view

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/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage).


Updates `@aws-sdk/client-s3` from 3.665.0 to 3.666.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.666.0/clients/client-s3)

Updates `@aws-sdk/lib-storage` from 3.665.0 to 3.666.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.666.0/lib/lib-storage)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: "@aws-sdk/lib-storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 8, 2024
@dirkdev98 dirkdev98 merged commit 388bdd0 into main Oct 8, 2024
14 checks passed
@dirkdev98 dirkdev98 deleted the dependabot/npm_and_yarn/aws-sdk-b98d6354db branch October 8, 2024 05:58
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.

1 participant