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

Bump the npm group with 2 updates

Merged
Number: #214
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: August 27, 2025 at 07:39 AM UTC
(17 days ago)
Updated: August 27, 2025 at 07:39 AM UTC
(17 days ago)
Merged: August 27, 2025 at 07:39 AM UTC
(17 days ago)
by github-actions[bot]
Time to Close: less than a minute
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the npm group with 2 updates: @aws-lambda-powertools/logger and @aws-lambda-powertools/commons.

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

Release notes

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

v2.25.2

Summary

In this release, the setDefaultDimensions method in the Metrics utility now emits a warning if an existing default dimension is over-written, making it consistent with addDimension and addDimensions methods:

⭐ Congratulations to @​kawaaaa, and @​shrivarshapoojari for their first PRs merged in the project 🎉

Changes

  • improv(ci): Inherited the secrets for update ssm workflow (#4388) by @​sdangol
  • feat(event-handler): add resolution logic to base router (#4349) by @​svozza
  • improv(ci): Fixed the Make Release workflow permission issue (#4385) by @​sdangol
  • chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (#4374) by @​dreamorosi
  • improv(ci): Moved the secrets expanded in the run block to env variables (#4370) by @​sdangol
  • improv(ci): removed the secret inheritance and replaced with the needed secrets (#4364) by @​sdangol
  • improv(ci): Added comments in workflow files triggering Excessive Secret Exposure Alert (#4367) by @​sdangol
  • improv(ci): Automate the layer version tracking during the Make Release workflow (#4355) by @​sdangol
  • refactor(logger): use vitest env helpers in unit tests (#4360) by @​dwrth
  • chore(parameters): fix SonarQube code quality issues and optimize imports (#4359) by @​shrivarshapoojari
  • refactor(logger): mark private members as readonly and fix code quality issues (#4350) by @​kawaaaas
  • ci: switch e2e env in run-e2e-tests workflow (#4347) by @​dreamorosi
  • improv(metrics): emit warning when default dimensions are overwritten (#4287) by @​uttam282005
  • improv: decorate methods without destructuring args (#4345) by @​dreamorosi
  • feat(event-handler): add function to convert Lambda proxy event to web response object (#4343) by @​svozza
  • fix(event-handler): pass event, context and request objects into handler (#4329) by @​svozza
  • ci: add Kiro & other LLM fodlers to gitignore (#4333) by @​dreamorosi

📜 Documentation updates

🔧 Maintenance

... (truncated)

Changelog

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

2.25.2 (2025-08-26)

Maintenance

  • commons concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (#4374) (519cbfe)
  • parameters fix SonarQube code quality issues and optimize imports (#4359) (59a191d)

Improvements

  • logger use vitest env helpers in unit tests (#4360) (f9ea611)
  • logger mark private members as readonly and fix code quality issues (#4350) (5ac7712)
  • metrics emit warning when default dimensions are overwritten (#4287) (4c1bcc3)

Features

  • event-handler add function to convert Lambda proxy event to web response object (#4343) (6277e0d)
  • event-handler pass event, context and request objects into handler (#4329) (ea0e615)
Commits
  • 90c1ed3 improv(ci): Fixed the Make Release workflow permission issue (#4385)
  • 3d6414d chore(ci): bump version to 2.25.2 (#4383)
  • fd6a7d8 chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (#4380)
  • 9a7f623 chore(deps): bump tsx from 4.20.4 to 4.20.5 (#4379)
  • 4bd9867 chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group...
  • ab78b57 chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#4376)
  • 089fa04 chore(deps-dev): bump @​biomejs/biome from 2.2.0 to 2.2.2 (#4381)
  • 19bf00b chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (#4...
  • 9b829f8 chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (#4372)
  • 7087f62 chore(deps): bump squidfunk/mkdocs-material from 405aeb6 to 1a4e939 in /d...
  • Additional commits viewable in compare view

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

Release notes

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

v2.25.2

Summary

In this release, the setDefaultDimensions method in the Metrics utility now emits a warning if an existing default dimension is over-written, making it consistent with addDimension and addDimensions methods:

⭐ Congratulations to @​kawaaaa, and @​shrivarshapoojari for their first PRs merged in the project 🎉

Changes

  • improv(ci): Inherited the secrets for update ssm workflow (#4388) by @​sdangol
  • feat(event-handler): add resolution logic to base router (#4349) by @​svozza
  • improv(ci): Fixed the Make Release workflow permission issue (#4385) by @​sdangol
  • chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (#4374) by @​dreamorosi
  • improv(ci): Moved the secrets expanded in the run block to env variables (#4370) by @​sdangol
  • improv(ci): removed the secret inheritance and replaced with the needed secrets (#4364) by @​sdangol
  • improv(ci): Added comments in workflow files triggering Excessive Secret Exposure Alert (#4367) by @​sdangol
  • improv(ci): Automate the layer version tracking during the Make Release workflow (#4355) by @​sdangol
  • refactor(logger): use vitest env helpers in unit tests (#4360) by @​dwrth
  • chore(parameters): fix SonarQube code quality issues and optimize imports (#4359) by @​shrivarshapoojari
  • refactor(logger): mark private members as readonly and fix code quality issues (#4350) by @​kawaaaas
  • ci: switch e2e env in run-e2e-tests workflow (#4347) by @​dreamorosi
  • improv(metrics): emit warning when default dimensions are overwritten (#4287) by @​uttam282005
  • improv: decorate methods without destructuring args (#4345) by @​dreamorosi
  • feat(event-handler): add function to convert Lambda proxy event to web response object (#4343) by @​svozza
  • fix(event-handler): pass event, context and request objects into handler (#4329) by @​svozza
  • ci: add Kiro & other LLM fodlers to gitignore (#4333) by @​dreamorosi

📜 Documentation updates

🔧 Maintenance

... (truncated)

Changelog

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

2.25.2 (2025-08-26)

Maintenance

  • commons concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (#4374) (519cbfe)
  • parameters fix SonarQube code quality issues and optimize imports (#4359) (59a191d)

Improvements

  • logger use vitest env helpers in unit tests (#4360) (f9ea611)
  • logger mark private members as readonly and fix code quality issues (#4350) (5ac7712)
  • metrics emit warning when default dimensions are overwritten (#4287) (4c1bcc3)

Features

  • event-handler add function to convert Lambda proxy event to web response object (#4343) (6277e0d)
  • event-handler pass event, context and request objects into handler (#4329) (ea0e615)
Commits
  • 90c1ed3 improv(ci): Fixed the Make Release workflow permission issue (#4385)
  • 3d6414d chore(ci): bump version to 2.25.2 (#4383)
  • fd6a7d8 chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (#4380)
  • 9a7f623 chore(deps): bump tsx from 4.20.4 to 4.20.5 (#4379)
  • 4bd9867 chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group...
  • ab78b57 chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#4376)
  • 089fa04 chore(deps-dev): bump @​biomejs/biome from 2.2.0 to 2.2.2 (#4381)
  • 19bf00b chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (#4...
  • 9b829f8 chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (#4372)
  • 7087f62 chore(deps): bump squidfunk/mkdocs-material from 405aeb6 to 1a4e939 in /d...
  • 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:
1
Files Changed:
2
Additions:
+11
Deletions:
-11
Package Dependencies
Ecosystem:
npm
Version Change:
2.25.1 → 2.25.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.25.1 → 2.25.2
Update Type:
Patch
Technical Details
ID: 5864860
UUID: 2777481570
Node ID: PR_kwDOMiUr3s6ljQFi
Host: GitHub
Repository: poad/github-sbom-viewer
Merge State: Unknown