Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2025

Bumps @aws/lambda-invoke-store from 0.2.1 to 0.2.2.

Release notes

Sourced from @​aws/lambda-invoke-store's releases.

v0.2.2

Patch Changes

  • Fix context cleared prematurely in InvokeStoreSingle with async functions. Removed try-finally block that was clearing context before async operations completed. (9bed56d892dbe8473a9b8b7f3c4aa5f4e6612057)
Changelog

Sourced from @​aws/lambda-invoke-store's changelog.

0.2.2

Patch Changes

  • Fix context cleared prematurely in InvokeStoreSingle with async functions. Removed try-finally block that was clearing context before async operations completed. (9bed56d892dbe8473a9b8b7f3c4aa5f4e6612057)
Commits
  • 9f17789 Merge pull request #24 from awslabs/changeset-release/main
  • 3c3b22c Version Packages
  • b101e20 Merge pull request #23 from trivenay/main
  • 5aee9a2 test: update tests to reflect context persistence behavior
  • 9bed56d chore: add changeset for async context fix
  • 15beadd bug: fix context cleared prematurely in InvokeStoreSingle with async functions
  • See full diff in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies Changes that touch dependencies, e.g. Dependabot, etc. javascript Pull requests that update Javascript code labels Dec 4, 2025
@pull-request-size pull-request-size bot added the size/S PR between 10-29 LOC label Dec 4, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/aws/lambda-invoke-store-0.2.2 branch from 0d3e2a3 to d6e9727 Compare December 4, 2025 13:38
Bumps [@aws/lambda-invoke-store](https://github.com/awslabs/aws-lambda-invoke-store) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/awslabs/aws-lambda-invoke-store/releases)
- [Changelog](https://github.com/awslabs/aws-lambda-invoke-store/blob/main/CHANGELOG.md)
- [Commits](awslabs/aws-lambda-invoke-store@v0.2.1...v0.2.2)

---
updated-dependencies:
- dependency-name: "@aws/lambda-invoke-store"
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/aws/lambda-invoke-store-0.2.2 branch from d6e9727 to b139e02 Compare December 4, 2025 13:40
@pull-request-size pull-request-size bot added size/M PR between 30-99 LOC and removed size/S PR between 10-29 LOC labels Dec 4, 2025
@boring-cyborg boring-cyborg bot added the tests PRs that add or change tests label Dec 4, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 4, 2025

@sdangol sdangol merged commit 47c6545 into main Dec 5, 2025
55 checks passed
@sdangol sdangol deleted the dependabot/npm_and_yarn/main/aws/lambda-invoke-store-0.2.2 branch December 5, 2025 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Changes that touch dependencies, e.g. Dependabot, etc. javascript Pull requests that update Javascript code size/M PR between 30-99 LOC tests PRs that add or change tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants