An open index of dependabot pull requests across open source projects.

Bump the npm group across 3 directories with 5 updates

Open
Number: #3629
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: September 12, 2025 at 12:36 AM UTC
(2 days ago)
Updated: September 12, 2025 at 12:36 AM UTC
(2 days ago)
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the npm group with 1 update in the /example/app directory: @tybys/wasm-util.
Bumps the npm group with 3 updates in the /example/cdk directory: @tybys/wasm-util, aws-cdk and @aws-cdk/cloud-assembly-schema.
Bumps the npm group with 3 updates in the /package directory: aws-cdk, @aws-cdk/cloud-assembly-schema and @aws-lambda-powertools/logger.

Updates @tybys/wasm-util from 0.10.0 to 0.10.1

Commits

Updates @tybys/wasm-util from 0.10.0 to 0.10.1

Commits

Updates aws-cdk from 2.1029.0 to 2.1029.1

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1029.1

2.1029.1 (2025-09-11)

Bug Fixes

  • cdk flags outputs empty table when recommended flags are already set (#836) (4d555c9), closes #834
  • cli: text not readable in light terminals (#838) (c48ec3e), closes #751
Commits
  • becbd49 chore(deps): upgrade dependencies (#841)
  • b4e7590 chore(deps): upgrade dependencies (#839)
  • c48ec3e fix(cli): text not readable in light terminals (#838)
  • 0e1dec4 chore(deps): upgrade dependencies (#837)
  • e68193e chore: improve stability of tests by copying SSM Parameter Value (#830)
  • 4d555c9 fix: cdk flags outputs empty table when recommended flags are already set (#836)
  • ccef4c6 chore: explain how the CLI compares resources for refactoring (#835)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for aws-cdk since your current version.


Updates @aws-cdk/cloud-assembly-schema from 48.8.0 to 48.9.0

Release notes

Sourced from @​aws-cdk/cloud-assembly-schema's releases.

@​aws-cdk/cloud-assembly-schema@​v48.9.0

48.9.0 (2025-09-11)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​aws-cdk/cloud-assembly-schema since your current version.


Updates aws-cdk from 2.1029.0 to 2.1029.1

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1029.1

2.1029.1 (2025-09-11)

Bug Fixes

  • cdk flags outputs empty table when recommended flags are already set (#836) (4d555c9), closes #834
  • cli: text not readable in light terminals (#838) (c48ec3e), closes #751
Commits
  • becbd49 chore(deps): upgrade dependencies (#841)
  • b4e7590 chore(deps): upgrade dependencies (#839)
  • c48ec3e fix(cli): text not readable in light terminals (#838)
  • 0e1dec4 chore(deps): upgrade dependencies (#837)
  • e68193e chore: improve stability of tests by copying SSM Parameter Value (#830)
  • 4d555c9 fix: cdk flags outputs empty table when recommended flags are already set (#836)
  • ccef4c6 chore: explain how the CLI compares resources for refactoring (#835)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for aws-cdk since your current version.


Updates @aws-cdk/cloud-assembly-schema from 48.8.0 to 48.9.0

Release notes

Sourced from @​aws-cdk/cloud-assembly-schema's releases.

@​aws-cdk/cloud-assembly-schema@​v48.9.0

48.9.0 (2025-09-11)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​aws-cdk/cloud-assembly-schema since your current version.


Updates @aws-lambda-powertools/logger from 2.25.2 to 2.26.0

Changelog

Sourced from @​aws-lambda-powertools/logger's changelog.

2.26.0 (2025-09-11)

Improvements

  • logger update getCodeLocation regex to improve performance (#4389) (801333d)
  • batch simplified the parser integration api with batch processor (#4465) (96977ff)

Bug Fixes

  • parser updated the binaryValue and stringValue in the SqsMsgAttributeSchema to nullable (#4450) (cefcbdb)
  • event-handler handle nullable fields in APIGatewayProxyEvent (#4455) (200f47b)

Features

  • parser integrate parser with Batch Processing (#4408) (0b6bbbb)
  • parser implemented a helper function Base64Encoded to decode base64 encoded payloads (#4413) (1554360)
  • parser add IPv6 support for sourceIp in API Gateway schemas (#4398) (2a94c37)
  • event-handler remove undefined from Router's resolve type signature (#4463) (d36ef55)
  • event-handler implement mechanism to manipulate response in middleware (#4439) (35a510d)
  • event-handler add route specific middleware registration and execution (#4437) (e6ea674)
  • event-handler add middleware registration and composition to rest handler (#4428) (fc87eb3)
  • event-handler add support for error handling in AppSync GraphQL (#4317) (77a992f)
  • event-handler add resolution logic to base router (#4349) (f1ecc6d)

Maintenance

  • event-handler rename variables to reflect that options object is now a RequestContext (#4460) (5b4ee1a)
  • event-handler expose rest handler functionality (#4458) (23eddfd)
  • event-handler split Router tests into multiple files (#4449) (91a1ec4)
  • event-handler rename BaseRouter class to Router (#4448) (b043c28)
Commits
  • ddb52e3 chore(ci): bump version to 2.26.0 (#4469)
  • d0bbfe0 chore(deps): bump github/codeql-action from 3.30.2 to 3.30.3 (#4467)
  • 41292d5 chore(deps-dev): bump zod from 4.1.5 to 4.1.7 (#4468)
  • 96977ff refactor(batch): simplified the parser integration api with batch processor (...
  • b050235 docs(event-handler): add documentation for RESt API (#4464)
  • 131d64b chore(deps-dev): bump @​biomejs/biome from 2.2.3 to 2.2.4 (#4461)
  • d36ef55 feat(event-handler): remove undefined from Router's resolve type signature (#...
  • 5b4ee1a chore(event-handler): rename variables to reflect that options object is now ...
  • 23eddfd chore(event-handler): expose rest handler functionality (#4458)
  • 200f47b fix(event-handler): handle nullable fields in APIGatewayProxyEvent (#4455)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/commons from 2.25.2 to 2.26.0

Changelog

Sourced from @​aws-lambda-powertools/commons's changelog.

2.26.0 (2025-09-11)

Improvements

  • logger update getCodeLocation regex to improve performance (#4389) (801333d)
  • batch simplified the parser integration api with batch processor (#4465) (96977ff)

Bug Fixes

  • parser updated the binaryValue and stringValue in the SqsMsgAttributeSchema to nullable (#4450) (cefcbdb)
  • event-handler handle nullable fields in APIGatewayProxyEvent (#4455) (200f47b)

Features

  • parser integrate parser with Batch Processing (#4408) (0b6bbbb)
  • parser implemented a helper function Base64Encoded to decode base64 encoded payloads (#4413) (1554360)
  • parser add IPv6 support for sourceIp in API Gateway schemas (#4398) (2a94c37)
  • event-handler remove undefined from Router's resolve type signature (#4463) (d36ef55)
  • event-handler implement mechanism to manipulate response in middleware (#4439) (35a510d)
  • event-handler add route specific middleware registration and execution (#4437) (e6ea674)
  • event-handler add middleware registration and composition to rest handler (#4428) (fc87eb3)
  • event-handler add support for error handling in AppSync GraphQL (#4317) (77a992f)
  • event-handler add resolution logic to base router (#4349) (f1ecc6d)

Maintenance

  • event-handler rename variables to reflect that options object is now a RequestContext (#4460) (5b4ee1a)
  • event-handler expose rest handler functionality (#4458) (23eddfd)
  • event-handler split Router tests into multiple files (#4449) (91a1ec4)
  • event-handler rename BaseRouter class to Router (#4448) (b043c28)
Commits
  • ddb52e3 chore(ci): bump version to 2.26.0 (#4469)
  • d0bbfe0 chore(deps): bump github/codeql-action from 3.30.2 to 3.30.3 (#4467)
  • 41292d5 chore(deps-dev): bump zod from 4.1.5 to 4.1.7 (#4468)
  • 96977ff refactor(batch): simplified the parser integration api with batch processor (...
  • b050235 docs(event-handler): add documentation for RESt API (#4464)
  • 131d64b chore(deps-dev): bump @​biomejs/biome from 2.2.3 to 2.2.4 (#4461)
  • d36ef55 feat(event-handler): remove undefined from Router's resolve type signature (#...
  • 5b4ee1a chore(event-handler): rename variables to reflect that options object is now ...
  • 23eddfd chore(event-handler): expose rest handler functionality (#4458)
  • 200f47b fix(event-handler): handle nullable fields in APIGatewayProxyEvent (#4455)
  • Additional commits viewable in compare view

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
Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Package:
aws-cdk
Ecosystem:
npm
Version Change:
2.1029.0 → 2.1029.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
48.8.0 → 48.9.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.25.2 → 2.26.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.25.2 → 2.26.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.10.0 → 0.10.1
Update Type:
Patch
Technical Details
ID: 7578405
UUID: 2820877128
Node ID: PR_kwDOH6QSIM6oIytI
Host: GitHub
Repository: poad/github-cognito-oidc-proxy