Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 4, 2026

Bumps the aws-sst group with 4 updates: @aws-sdk/client-dynamodb, @types/aws-lambda, electrodb and sst.

Updates @aws-sdk/client-dynamodb from 3.902.0 to 3.962.0

Release notes

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

v3.962.0

3.962.0(2026-01-02)

Chores
New Features
  • client-identitystore: This change introduces "Roles" attribute for User entities supported by AWS Identity Store SDK. (80de895d)
  • client-cleanrooms: Added support for publishing detailed metrics to CloudWatch for operational monitoring of collaborations, including query performance and resource utilization. (762ac213)
  • codegen: include lib package versions in sdkVersions.properties file (#7616) (978a0720)
Tests
  • credential-provider-login: mock Date for determinism (#7613) (287d8e47)

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

v3.961.0

3.961.0(2025-12-30)

New Features
  • clients: update client endpoints as of 2025-12-30 (e653544c)
  • client-connect: Adds support for searching global contacts using the ActiveRegions filter, and pagination support for ListSecurityProfileFlowModules and ListEntitySecurityProfiles. (fc921795)
  • client-kafkaconnect: This change sets the KafkaConnect GovCloud FIPS and FIPS DualStack endpoints to use kafkaconnect instead of kafkaconnect-fips as the service name. This is done to match the Kafka endpoints. (bb5638e8)

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

v3.960.0

3.960.0(2025-12-29)

New Features
  • client-connect: Changes for Contact for Global Search (4a3526b7)
  • client-quicksight: This release adds support for quick users to be able to perform role upgrades on their own. Additionally it allows admins to make this feature admin or auto approval along with new self upgrade capability that can be restricted by Admins. (fb0bfe2b)
Tests

... (truncated)

Changelog

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

3.962.0 (2026-01-02)

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

3.958.0 (2025-12-23)

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

3.957.0 (2025-12-22)

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

3.956.0 (2025-12-19)

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

3.955.0 (2025-12-18)

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

3.954.0 (2025-12-17)

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

3.953.0 (2025-12-16)

... (truncated)

Commits
  • 821ef45 Publish v3.962.0
  • dbc6c8b chore(codegen): sync for waiter codegen fix (#7614)
  • 57ab7df Publish v3.958.0
  • da9c913 chore(build): generate clients without formatting prettier/eslint (#7599)
  • bd65e3e Publish v3.957.0
  • 04bdba3 chore(build): replace lerna partial-tree build with turbo (#7597)
  • 561b890 chore: move e2e tests from cucumber to vitest (#7539)
  • 7804018 Publish v3.956.0
  • a3f0202 chore(codegen): differentiate union and struct schema (#7594)
  • 2c73829 chore(codegen): update for $unknown union member handling (#7591)
  • Additional commits viewable in compare view

Updates @types/aws-lambda from 8.10.155 to 8.10.159

Commits

Updates electrodb from 3.4.6 to 3.5.2

Changelog

Sourced from electrodb's changelog.

[3.4.6]

Fixed

  • [Issue #343]((tywalch/electrodb#343)); Fixed issue where ElectroDB would attempt to double set an attribute's value on upsert if an index key used the attribute's name as it's field name. This would cause the upsert to fail because DyanmoDB prevents duplicate set operations to the same field.

[3.4.7]

Fixed

  • [Issue #530]((tywalch/electrodb#530)); Fixed issue where ElectroDB would attempt to set a table index field's value on upsert if an index key used an attribute's name as it's field name. This would cause the upsert to fail because DyanmoDB prevents set operations on table index fields.

[3.5.0]

Adds

  • Adds option to pass ignoreOwnership during entity creation. We are migrating our codebase to use electrodb. Devs sometimes forget to include this flag and it fails silently because types are not narrowed down from the flags passed inside the .go({...}). It will be convenient if there was an option to pass in ignoreOwnership when creating entities so that errors are minimized. Contribution provided by @​xamogh via [PR #457](tywalch/electrodb#457). Thank you for your contribution!

[3.5.1]

Fixed

[3.5.2]

Fixed

[Issue #516](tywalch/electrodb#516); Fixed the missing ProjectionExpression parameter when performing a batchGet with specific attributes to return. Contribution provided by @​anatolzak via [PR #517](tywalch/electrodb#517). Thank you for your contribution!

Commits

Updates sst from 3.17.0 to 3.17.25

Release notes

Sourced from sst's releases.

v3.17.25

Changelog

  • 7b62ac33b0c4d8f27de71e3415807b740379ebfe Fix (#5667): Do not run the dev command for static sites when passing dev as false. (#5698)
  • 0f0ec1bddacb4734bf2363ad19d86839b293cc37 Fix secret set command for files (#5870)
  • ee4f36097a50ed7b11936dc4a82c630f60dd262f feat: Add watch configuration for dev (#5652)
  • 9e7cb9539ef1ae9fa39ef7d9ac5e65ce3044d6ab fix .env.stage should override .env (#6081)
  • bd441337516563486fa6e8af7b84b49c0ff6640c fix: update vpc examples to actual/correct usage (#5966)

v3.17.24

Changelog

  • f25ab85b154070ebe1999d1929bc3ceabcced353 Fix Redis invalid connection message (#6172)
  • a338483f0350204ad43cf9d45a24421c6a1637bd Fix Remix unused '@​ts-expect-error' directive (#6174)
  • 432418a2bb8d55584aace24982a90782e8b83431 Make target not found error visible (#6208)
  • 13b5cc0ecb3e820d0aec1bbe951930d06c0c0abd fix(cloudflare): fix cloudflare queue binding causing deployment error (#6226) (#6227)
  • 8b60178728606bca229ca272c9354335fbbf87c6 fix(service): correct operator precedence in health check path normalization (#6185)

v3.17.23

Changelog

  • 722e70a7adb88c6af2b2330f9c87225388422ac7 cf: add namespace id to link properties

v3.17.22

Changelog

  • 14f6f95538c0227908a8fcf4eff855a04a3c1c63 cf: add api retry

v3.17.21

Changelog

  • 291039bcd81ca3b13bf1124502b66acef2f459ae Fix sst shell resource linking on Windows (#6135)

v3.17.19

Changelog

v3.17.15

Changelog

  • 9ced491d45eb971842c67e2b87ba43df817bc241 Support shared Router in Auth and OpenControl components (#5791)
  • 9b5483892606601d07b329ee1935dc2514e1a7de leave loadBalancer healthcheck path as undefined when loadBalancer rules are network type (tcp) (#6139)

v3.17.14

Changelog

  • 3f1452954678569d695d07809dec875ff0edf73e Fix(examples): Rename aws-hono-steam (#6121)
  • 6e9eeb01e3bda394323f5691a1a900c2cbabb2d7 force recreate telemetry cert
  • d0c03915ab09f3b914af79f7cfeb0ef891dce488 ignore
  • 52e519eabd2b8becac17b9486f98b5914b78c89c remove alias

v3.17.13

Changelog

  • 11497c360b82b8e7cbe7ebcc56e72a31a1981d02 Cloudflare: fix missing ssr site links

v3.17.12

Changelog

  • 688b32148a707bdead25e62b7f8101cc2c7b2367 CF solid start component (experimental)

... (truncated)

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-sst group with 4 updates: [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb), [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda), [electrodb](https://github.com/tywalch/electrodb) and [sst](https://github.com/sst/sst).


Updates `@aws-sdk/client-dynamodb` from 3.902.0 to 3.962.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.962.0/clients/client-dynamodb)

Updates `@types/aws-lambda` from 8.10.155 to 8.10.159
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/aws-lambda)

Updates `electrodb` from 3.4.6 to 3.5.2
- [Changelog](https://github.com/tywalch/electrodb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tywalch/electrodb/commits)

Updates `sst` from 3.17.0 to 3.17.25
- [Release notes](https://github.com/sst/sst/releases)
- [Commits](anomalyco/sst@v3.17.0...v3.17.25)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.962.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sst
- dependency-name: "@types/aws-lambda"
  dependency-version: 8.10.159
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sst
- dependency-name: electrodb
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sst
- dependency-name: sst
  dependency-version: 3.17.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sst
...

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 Jan 4, 2026
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