Skip to content

chore(deps): bump uuid and serverless-step-functions in /aws-ruby-step-functions#6

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/aws-ruby-step-functions/multi-2a02e2c57f
Open

chore(deps): bump uuid and serverless-step-functions in /aws-ruby-step-functions#6
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/aws-ruby-step-functions/multi-2a02e2c57f

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Removes uuid. It's no longer used after updating ancestor dependency serverless-step-functions. These dependencies need to be updated together.

Removes uuid

Updates serverless-step-functions from 3.0.0 to 3.30.0

Release notes

Sourced from serverless-step-functions's releases.

v3.30.0

3.30.0 (2026-05-06)

Features

  • iam: add Athena service integration permissions (#769) (92073df), closes #450
  • stateMachines: add configureTaskTimeouts to mirror Lambda timeouts (#768) (41d1cb5), closes #239

v3.29.2

3.29.2 (2026-05-04)

Code Refactoring

  • apiGateway: replace .then() chain with CompilationPipeline (#765) (24758e3)
  • events: extract shared input validator and IAM role factory (#764) (fbd6cc0)
  • naming: introduce generateLogicalId factory method (#762) (ff6de3a)
  • notifications: split compileNotifications into Strategy pattern (#763) (d241e59)

Continuous Integration

  • configure release-please with manifest and changelog sections (79b935f)

Miscellaneous Chores

  • deps: bump fast-xml-parser and @​aws-sdk/xml-builder (#766) (1be96b1)

v3.29.1

3.29.1 (2026-04-12)

Bug Fixes

  • iam: add kmsKeyArns config option to autogenerated IAM role (#756) (ebb7304)
  • iam: prevent nested Fn::Sub when lambda Resource is a Fn::Sub expression (#302) (#749) (c0f554f)
  • iam: resolve local Lambda Ref to static ARN to prevent MalformedPolicyDocument (#746) (aaf9dec), closes #470
  • notifications: merge SNS/SQS policies for shared topics and queues (#747) (6444f28), closes #275
  • stateMachine: create layer-aware version when useExactVersion is true (#452) (#757) (2ac08cf)

v3.29.0

3.29.0 (2026-04-02)

Features

  • iam: generate correct permissions for EMR service integration (#743) (72860ca), closes #423
  • iam: generate events:PutTargets policy for aws-sdk:eventbridge:putTargets (#739) (dfbf54b), closes #506

... (truncated)

Changelog

Sourced from serverless-step-functions's changelog.

3.30.0 (2026-05-06)

Features

  • iam: add Athena service integration permissions (#769) (92073df), closes #450
  • stateMachines: add configureTaskTimeouts to mirror Lambda timeouts (#768) (41d1cb5), closes #239

3.29.2 (2026-05-04)

Code Refactoring

  • apiGateway: replace .then() chain with CompilationPipeline (#765) (24758e3)
  • events: extract shared input validator and IAM role factory (#764) (fbd6cc0)
  • naming: introduce generateLogicalId factory method (#762) (ff6de3a)
  • notifications: split compileNotifications into Strategy pattern (#763) (d241e59)

Continuous Integration

  • configure release-please with manifest and changelog sections (79b935f)

Miscellaneous Chores

  • deps: bump fast-xml-parser and @​aws-sdk/xml-builder (#766) (1be96b1)

3.29.1 (2026-04-12)

Bug Fixes

  • iam: add kmsKeyArns config option to autogenerated IAM role (#756) (ebb7304)
  • iam: prevent nested Fn::Sub when lambda Resource is a Fn::Sub expression (#302) (#749) (c0f554f)
  • iam: resolve local Lambda Ref to static ARN to prevent MalformedPolicyDocument (#746) (aaf9dec), closes #470
  • notifications: merge SNS/SQS policies for shared topics and queues (#747) (6444f28), closes #275
  • stateMachine: create layer-aware version when useExactVersion is true (#452) (#757) (2ac08cf)

3.29.0 (2026-04-02)

Features

  • iam: generate correct permissions for EMR service integration (#743) (72860ca), closes #423
  • iam: generate events:PutTargets policy for aws-sdk:eventbridge:putTargets (#739) (dfbf54b), closes #506
  • test: add integration test suite with LocalStack (#745) (2c4117c)

Bug Fixes

... (truncated)

Commits
  • 921f6f1 chore(master): release 3.30.0 (#771)
  • 92073df feat(iam): add Athena service integration permissions (#769)
  • 41d1cb5 feat(stateMachines): add configureTaskTimeouts to mirror Lambda timeouts (#768)
  • 74d7d1e chore(master): release 3.29.2 (#767)
  • 79b935f ci: configure release-please with manifest and changelog sections
  • 1be96b1 chore(deps): bump fast-xml-parser and @​aws-sdk/xml-builder (#766)
  • 24758e3 refactor(apiGateway): replace .then() chain with CompilationPipeline (#765)
  • fbd6cc0 refactor(events): extract shared input validator and IAM role factory (#764)
  • d241e59 refactor(notifications): split compileNotifications into Strategy pattern (#763)
  • ff6de3a refactor(naming): introduce generateLogicalId factory method (#762)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for serverless-step-functions since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [serverless-step-functions](https://github.com/serverless-operations/serverless-step-functions). These dependencies need to be updated together.


Removes `uuid`

Updates `serverless-step-functions` from 3.0.0 to 3.30.0
- [Release notes](https://github.com/serverless-operations/serverless-step-functions/releases)
- [Changelog](https://github.com/serverless-operations/serverless-step-functions/blob/master/CHANGELOG.md)
- [Commits](serverless-operations/serverless-step-functions@v3.0.0...v3.30.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version:
  dependency-type: indirect
- dependency-name: serverless-step-functions
  dependency-version: 3.30.0
  dependency-type: direct:development
...

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 May 21, 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.

0 participants