Skip to content

chore(deps): bump @aws-sdk/client-s3 from 3.1010.0 to 3.1089.0 in /backend#2334

Open
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/backend/staging/aws-sdk/client-s3-3.1080.0
Open

chore(deps): bump @aws-sdk/client-s3 from 3.1010.0 to 3.1089.0 in /backend#2334
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/backend/staging/aws-sdk/client-s3-3.1080.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps @aws-sdk/client-s3 from 3.1010.0 to 3.1089.0.

Release notes

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

v3.1089.0

3.1089.0(2026-07-16)

Chores
Documentation Changes
  • client-s3: Documentation update for removing the 30 day minimum restriction for transition to Standard-IA or OneZone-IA storage classes (91723d24)
  • client-redshift: Amazon Redshift - Added support for rg.large and rg.12xlarge node types in CreateCluster, ModifyCluster, and ResizeCluster API operations. (50989cf0)
New Features
  • clients: update client endpoints as of 2026-07-16 (c9150fe6)
  • client-chime-sdk-voice: Marked CreateProxySession, DeleteProxySession, GetProxySession, ListProxySessions, UpdateProxySession, PutVoiceConnectorProxy, DeleteVoiceConnectorProxy, and GetVoiceConnectorProxy as deprecated. (d706c456)
  • client-emr: Amazon EMR updates the Session object returned by GetSession API (863234ad)
  • client-omics: Adds support for returning the task UUID (universally unique identifier) in GetRunTask and ListRunTasks responses (bafd66dd)
  • client-sagemaker: Release support for g7 instance type for SageMaker inference endpoints. (668f46cb)
  • client-sustainability: Adds support for retrieving estimated water allocation data. (432031b6)
Bug Fixes
  • package.json: run make lint format without file args (#8201) (33ac9c0b)
Tests
  • extend TypeScript compatibility check to 3.4-4.4 (#8197) (59f7fc67)

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

v3.1088.0

3.1088.0(2026-07-15)

Chores
  • util-endpoints: update aws partitions.json (aae92a20)
  • endpoints: update endpoints model (cad792d7)
  • models: update API models (417f625f)
  • codegen:
  • migrate eslint/prettier to oxlint/oxfmt (#8192) (7d144094)
  • scripts: reorganize static analysis validations (#8191) (4871e098)
Documentation Changes

... (truncated)

Changelog

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

3.1089.0 (2026-07-16)

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

3.1088.0 (2026-07-15)

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

3.1087.0 (2026-07-14)

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

3.1086.0 (2026-07-13)

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

3.1085.0 (2026-07-10)

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

3.1084.0 (2026-07-09)

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

3.1083.0 (2026-07-08)

... (truncated)

Commits
  • 60e8b54 Publish v3.1089.0
  • 91723d2 docs(client-s3): Documentation update for removing the 30 day minimum restric...
  • 73de389 Publish v3.1088.0
  • d43e5bf chore(codegen): sync to use typesVersions entries for submodules (#8195)
  • 7d14409 chore: migrate eslint/prettier to oxlint/oxfmt (#8192)
  • ec24bb4 Publish v3.1087.0
  • a20c28d chore(codegen): sync for codegen and include OAuthIAM operation for signin li...
  • 64c3e50 Publish v3.1086.0
  • 8d0b498 Publish v3.1085.0
  • c34ce8a Publish v3.1084.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 6, 2026
@greptile-apps

greptile-apps Bot commented Jul 6, 2026

Copy link
Copy Markdown

Greptile Summary

This PR updates the backend S3 SDK dependency.

  • Bumps @aws-sdk/client-s3 in backend/package.json.
  • Moves the pinned version from 3.1010.0 to 3.1089.0.

Confidence Score: 4/5

This should be fixed before merging.

  • The manifest and pnpm lockfile are out of sync.
  • Frozen pnpm installs and Docker fetch steps can fail before the backend builds.

backend/package.json and pnpm-lock.yaml

Important Files Changed

Filename Overview
backend/package.json Bumps the backend S3 SDK dependency version.
Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.

---

### Issue 1 of 1
backend/package.json:24
**Update lockfile too**

This dependency is pinned to `3.1089.0`, but the checked-in pnpm lockfile still resolves the backend importer to `3.1010.0` and has no `3.1089.0` entry. Workflows that run `pnpm install --frozen-lockfile`, and Docker builds that run `pnpm fetch`, can fail before the backend builds. Please regenerate and commit the pnpm lockfile with this bump.

Reviews (2): Last reviewed commit: "chore(deps): bump @aws-sdk/client-s3 in ..." | Re-trigger Greptile

Comment thread backend/package.json Outdated
},
"dependencies": {
"@aws-sdk/client-s3": "3.1076.0",
"@aws-sdk/client-s3": "3.1080.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Lockfile Version Mismatch

This manifest now asks for @aws-sdk/client-s3@3.1080.0, but the checked-in pnpm lockfile still resolves the backend importer to 3.1076.0. Frozen-lockfile installs used by CI or deployment will reject the mismatch before the backend can build, so the lockfile needs to be regenerated with this bump.

Prompt To Fix With AI
This is a comment left during a code review.
Path: backend/package.json
Line: 24

Comment:
**Lockfile Version Mismatch**

This manifest now asks for `@aws-sdk/client-s3@3.1080.0`, but the checked-in pnpm lockfile still resolves the backend importer to `3.1076.0`. Frozen-lockfile installs used by CI or deployment will reject the mismatch before the backend can build, so the lockfile needs to be regenerated with this bump.

How can I resolve this? If you propose a fix, please make it concise.

Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) from 3.1010.0 to 3.1089.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.1089.0/clients/client-s3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump @aws-sdk/client-s3 from 3.1076.0 to 3.1080.0 in /backend chore(deps): bump @aws-sdk/client-s3 from 3.1010.0 to 3.1089.0 in /backend Jul 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/backend/staging/aws-sdk/client-s3-3.1080.0 branch from d884a23 to dc00f72 Compare July 17, 2026 09:21
Comment thread backend/package.json
},
"dependencies": {
"@aws-sdk/client-s3": "3.1010.0",
"@aws-sdk/client-s3": "3.1089.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Update lockfile too

This dependency is pinned to 3.1089.0, but the checked-in pnpm lockfile still resolves the backend importer to 3.1010.0 and has no 3.1089.0 entry. Workflows that run pnpm install --frozen-lockfile, and Docker builds that run pnpm fetch, can fail before the backend builds. Please regenerate and commit the pnpm lockfile with this bump.

Prompt To Fix With AI
This is a comment left during a code review.
Path: backend/package.json
Line: 24

Comment:
**Update lockfile too**

This dependency is pinned to `3.1089.0`, but the checked-in pnpm lockfile still resolves the backend importer to `3.1010.0` and has no `3.1089.0` entry. Workflows that run `pnpm install --frozen-lockfile`, and Docker builds that run `pnpm fetch`, can fail before the backend builds. Please regenerate and commit the pnpm lockfile with this bump.

How can I resolve this? If you propose a fix, please make it concise.

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