Skip to content

chore(idempotency): bump @aws/durable-execution-sdk-js to ^1.1.4#5283

Open
svozza wants to merge 1 commit into
mainfrom
chore/bump-durable-execution-sdk-1.1.4
Open

chore(idempotency): bump @aws/durable-execution-sdk-js to ^1.1.4#5283
svozza wants to merge 1 commit into
mainfrom
chore/bump-durable-execution-sdk-1.1.4

Conversation

@svozza
Copy link
Copy Markdown
Contributor

@svozza svozza commented May 21, 2026

Summary

@aws/durable-execution-sdk-js@1.1.3 was incompatible with our Lambda bundling for the idempotency e2e durable-function tests (init-time TypeError: fileURLToPath(undefined); reported in #5280, with an interim pin proposed and closed in #5281). Upstream has now published @aws/durable-execution-sdk-js@1.1.4 (npm latest) containing the fix from aws/aws-durable-execution-sdk-js#546, so this PR bumps the dev dependency from ^1.1.3 to ^1.1.4 directly, no exact-version pin needed.

Changes

  • packages/idempotency/package.json: @aws/durable-execution-sdk-js from ^1.1.3 to ^1.1.4.
  • package-lock.json: refreshed via npm install; @aws/durable-execution-sdk-js resolves to 1.1.4 for the idempotency workspace and dedupes with the middy transitive dependency.

Test plan

  • npm run test:unit from packages/idempotency — all 123 unit tests pass locally on 1.1.4.
  • The idempotency e2e durable-function suite will be exercised via the project's GitHub Actions e2e workflow on this PR.

Issue number: closes #5282


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

Upstream released 1.1.4 with the bundling fix from
aws/aws-durable-execution-sdk-js#546, so we can move the
idempotency dev dependency from ^1.1.3 to ^1.1.4 directly
without the interim 1.1.2 pin.

Refs #5282
@sonarqubecloud
Copy link
Copy Markdown

@powertools-for-aws-oss-automation
Copy link
Copy Markdown

Not all issues are linked correctly.

Please link each issue to the PR either manually or using a closing keyword in the format fixes #<issue-number> format.

If mentioning more than one issue, separate them with commas: i.e. fixes #<issue-number-1>, closes #<issue-number-2>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS PR between 0-9 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Maintenance: Bump @aws/durable-execution-sdk-js to ^1.1.4

1 participant