Conversation
Bumps the aws-powertools group in /lambdas with 4 updates: [@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/metrics](https://github.com/aws-powertools/powertools-lambda-typescript) and [@aws-lambda-powertools/tracer](https://github.com/aws-powertools/powertools-lambda-typescript). Updates `@aws-lambda-powertools/parameters` from 2.25.1 to 2.25.2 - [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-typescript@v2.25.1...v2.25.2) Updates `@aws-lambda-powertools/logger` from 2.25.1 to 2.25.2 - [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-typescript@v2.25.1...v2.25.2) Updates `@aws-lambda-powertools/metrics` from 2.25.1 to 2.25.2 - [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-typescript@v2.25.1...v2.25.2) Updates `@aws-lambda-powertools/tracer` from 2.25.1 to 2.25.2 - [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-typescript@v2.25.1...v2.25.2) --- updated-dependencies: - dependency-name: "@aws-lambda-powertools/parameters" dependency-version: 2.25.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-powertools - dependency-name: "@aws-lambda-powertools/logger" dependency-version: 2.25.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-powertools - dependency-name: "@aws-lambda-powertools/metrics" dependency-version: 2.25.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-powertools - dependency-name: "@aws-lambda-powertools/tracer" dependency-version: 2.25.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-powertools ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
npalm
approved these changes
Sep 3, 2025
npalm
pushed a commit
that referenced
this pull request
Sep 4, 2025
🤖 I have created a release *beep* *boop* --- ## [6.7.6](v6.7.5...v6.7.6) (2025-09-04) ### Bug Fixes * **lambda:** bump @octokit/auth-app from 8.0.2 to 8.1.0 in /lambdas in the octokit group ([#4740](#4740)) ([6f2e4b1](6f2e4b1)) * **lambda:** bump cron-parser from 5.3.0 to 5.3.1 in /lambdas ([#4744](#4744)) ([6ea4bca](6ea4bca)) * **lambda:** bump the aws group in /lambdas with 6 updates ([#4739](#4739)) ([7639ceb](7639ceb)) * **lambda:** bump the aws-powertools group in /lambdas with 4 updates ([#4743](#4743)) ([4997f31](4997f31)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: runners-releaser[bot] <194412594+runners-releaser[bot]@users.noreply.github.com>
LudovicTOURMAN
pushed a commit
to doctolib-lab/terraform-aws-github-runner
that referenced
this pull request
Apr 7, 2026
…github-aws-runners#4743) Bumps the aws-powertools group in /lambdas with 4 updates: [@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/metrics](https://github.com/aws-powertools/powertools-lambda-typescript) and [@aws-lambda-powertools/tracer](https://github.com/aws-powertools/powertools-lambda-typescript). Updates `@aws-lambda-powertools/parameters` from 2.25.1 to 2.25.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@aws-lambda-powertools/parameters</code>'s releases</a>.</em></p> <blockquote> <h2>v2.25.2</h2> <h2>Summary</h2> <p>In this release, the <code>setDefaultDimensions</code> method in the <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4134">Metrics</a> utility now emits a warning if an existing default dimension is over-written, making it consistent with <code>addDimension</code> and <code>addDimensions</code> methods:</p> <p>⭐ Congratulations to <a href="https://github.com/kawaaaa"><code>@kawaaaa</code></a>, and <a href="https://github.com/shrivarshapoojari"><code>@shrivarshapoojari</code></a> for their first PRs merged in the project 🎉</p> <h2>Changes</h2> <ul> <li>improv(ci): Inherited the secrets for update ssm workflow (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4388">#4388</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>feat(event-handler): add resolution logic to base router (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4349">#4349</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> <li>improv(ci): Fixed the Make Release workflow permission issue (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>improv(ci): Moved the secrets expanded in the run block to env variables (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4370">#4370</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>improv(ci): removed the secret inheritance and replaced with the needed secrets (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4364">#4364</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>improv(ci): Added comments in workflow files triggering Excessive Secret Exposure Alert (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4367">#4367</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>improv(ci): Automate the layer version tracking during the Make Release workflow (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4355">#4355</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>refactor(logger): use vitest env helpers in unit tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>) by <a href="https://github.com/dwrth"><code>@dwrth</code></a></li> <li>chore(parameters): fix SonarQube code quality issues and optimize imports (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>) by <a href="https://github.com/shrivarshapoojari"><code>@shrivarshapoojari</code></a></li> <li>refactor(logger): mark private members as readonly and fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>) by <a href="https://github.com/kawaaaas"><code>@kawaaaas</code></a></li> <li>ci: switch e2e env in run-e2e-tests workflow (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4347">#4347</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>improv(metrics): emit warning when default dimensions are overwritten (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>) by <a href="https://github.com/uttam282005"><code>@uttam282005</code></a></li> <li>improv: decorate methods without destructuring args (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4345">#4345</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>feat(event-handler): add function to convert Lambda proxy event to web response object (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> <li>fix(event-handler): pass event, context and request objects into handler (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> <li>ci: add Kiro & other LLM fodlers to gitignore (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4333">#4333</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump squidfunk/mkdocs-material from <code>405aeb6</code> to <code>1a4e939</code> in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4371">#4371</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>improv(ci): Automate the SSM Parameter Update step of the release workflow (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4356">#4356</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>chore(deps): bump mkdocs-material from 9.6.16 to 9.6.17 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4358">#4358</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump squidfunk/mkdocs-material from <code>bb7b015</code> to <code>405aeb6</code> in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4354">#4354</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 5 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4352">#4352</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4351">#4351</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@types/node</code> from 24.2.1 to 24.3.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4344">#4344</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(ci): update layer ARN on documentation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4337">#4337</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group across 1 directory (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4377">#4377</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps-dev): bump <code>@biomejs/biome</code> from 2.2.0 to 2.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@aws-lambda-powertools/parameters</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">2.25.2</a> (2025-08-26)</h2> <h3>Maintenance</h3> <ul> <li><strong>commons</strong> concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/519cbfe99db110eceadb8d7814f0693dc751c6db">519cbfe</a>)</li> <li><strong>parameters</strong> fix SonarQube code quality issues and optimize imports (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/59a191d976148a2e36a5ad2b0352e82216eaf043">59a191d</a>)</li> </ul> <h3>Improvements</h3> <ul> <li><strong>logger</strong> use vitest env helpers in unit tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f9ea6113cfb854d7b9136d5e44969467c8609efd">f9ea611</a>)</li> <li><strong>logger</strong> mark private members as readonly and fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ac77129f4ae8f5790b95f540abeeb2d91df7a9d">5ac7712</a>)</li> <li><strong>metrics</strong> emit warning when default dimensions are overwritten (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4c1bcc3a521b9d4c65d9e00f1b4563336df15742">4c1bcc3</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>event-handler</strong> add function to convert Lambda proxy event to web response object (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6277e0d0f4dbc2f9dfa0011dd16e52bb96ce3f59">6277e0d</a>)</li> <li><strong>event-handler</strong> pass event, context and request objects into handler (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ea0e61583cc2c06672dfb136c436c5a31764a0e6">ea0e615</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/90c1ed37ebaa8189773c0d662250f1b74bf1bdb0"><code>90c1ed3</code></a> improv(ci): Fixed the Make Release workflow permission issue (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d6414d513be311abb028b008e56fe0d641047ea"><code>3d6414d</code></a> chore(ci): bump version to 2.25.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4383">#4383</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fd6a7d8241bcd84ef1a114c3aecc8f9471e5d326"><code>fd6a7d8</code></a> chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a7f6231c24c4dc42cbd493ca78b1d6878b67220"><code>9a7f623</code></a> chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4bd98679f762722dc430a7be24886df89ea8467d"><code>4bd9867</code></a> chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ab78b57e2cef6ca5337e8f1f33e28d7bed7fbd20"><code>ab78b57</code></a> chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/089fa042d32d623a148456779c5f808488f735a1"><code>089fa04</code></a> chore(deps-dev): bump <code>@biomejs/biome</code> from 2.2.0 to 2.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/19bf00b1f7d576e2d8400183cd1e8ebbcc4d3c90"><code>19bf00b</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4">#4</a>...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9b829f8b5f49c8d62eeb4cd1cdd8102d4ca5cb4d"><code>9b829f8</code></a> chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7087f62b4deac2328af3a841e09df8b1fe58ad2d"><code>7087f62</code></a> chore(deps): bump squidfunk/mkdocs-material from <code>405aeb6</code> to <code>1a4e939</code> in /d...</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/logger` from 2.25.1 to 2.25.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@aws-lambda-powertools/logger</code>'s releases</a>.</em></p> <blockquote> <h2>v2.25.2</h2> <h2>Summary</h2> <p>In this release, the <code>setDefaultDimensions</code> method in the <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4134">Metrics</a> utility now emits a warning if an existing default dimension is over-written, making it consistent with <code>addDimension</code> and <code>addDimensions</code> methods:</p> <p>⭐ Congratulations to <a href="https://github.com/kawaaaa"><code>@kawaaaa</code></a>, and <a href="https://github.com/shrivarshapoojari"><code>@shrivarshapoojari</code></a> for their first PRs merged in the project 🎉</p> <h2>Changes</h2> <ul> <li>improv(ci): Inherited the secrets for update ssm workflow (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4388">#4388</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>feat(event-handler): add resolution logic to base router (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4349">#4349</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> <li>improv(ci): Fixed the Make Release workflow permission issue (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>improv(ci): Moved the secrets expanded in the run block to env variables (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4370">#4370</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>improv(ci): removed the secret inheritance and replaced with the needed secrets (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4364">#4364</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>improv(ci): Added comments in workflow files triggering Excessive Secret Exposure Alert (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4367">#4367</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>improv(ci): Automate the layer version tracking during the Make Release workflow (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4355">#4355</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>refactor(logger): use vitest env helpers in unit tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>) by <a href="https://github.com/dwrth"><code>@dwrth</code></a></li> <li>chore(parameters): fix SonarQube code quality issues and optimize imports (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>) by <a href="https://github.com/shrivarshapoojari"><code>@shrivarshapoojari</code></a></li> <li>refactor(logger): mark private members as readonly and fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>) by <a href="https://github.com/kawaaaas"><code>@kawaaaas</code></a></li> <li>ci: switch e2e env in run-e2e-tests workflow (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4347">#4347</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>improv(metrics): emit warning when default dimensions are overwritten (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>) by <a href="https://github.com/uttam282005"><code>@uttam282005</code></a></li> <li>improv: decorate methods without destructuring args (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4345">#4345</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>feat(event-handler): add function to convert Lambda proxy event to web response object (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> <li>fix(event-handler): pass event, context and request objects into handler (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> <li>ci: add Kiro & other LLM fodlers to gitignore (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4333">#4333</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump squidfunk/mkdocs-material from <code>405aeb6</code> to <code>1a4e939</code> in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4371">#4371</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>improv(ci): Automate the SSM Parameter Update step of the release workflow (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4356">#4356</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>chore(deps): bump mkdocs-material from 9.6.16 to 9.6.17 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4358">#4358</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump squidfunk/mkdocs-material from <code>bb7b015</code> to <code>405aeb6</code> in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4354">#4354</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 5 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4352">#4352</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4351">#4351</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@types/node</code> from 24.2.1 to 24.3.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4344">#4344</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(ci): update layer ARN on documentation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4337">#4337</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group across 1 directory (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4377">#4377</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps-dev): bump <code>@biomejs/biome</code> from 2.2.0 to 2.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@aws-lambda-powertools/logger</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">2.25.2</a> (2025-08-26)</h2> <h3>Maintenance</h3> <ul> <li><strong>commons</strong> concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/519cbfe99db110eceadb8d7814f0693dc751c6db">519cbfe</a>)</li> <li><strong>parameters</strong> fix SonarQube code quality issues and optimize imports (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/59a191d976148a2e36a5ad2b0352e82216eaf043">59a191d</a>)</li> </ul> <h3>Improvements</h3> <ul> <li><strong>logger</strong> use vitest env helpers in unit tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f9ea6113cfb854d7b9136d5e44969467c8609efd">f9ea611</a>)</li> <li><strong>logger</strong> mark private members as readonly and fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ac77129f4ae8f5790b95f540abeeb2d91df7a9d">5ac7712</a>)</li> <li><strong>metrics</strong> emit warning when default dimensions are overwritten (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4c1bcc3a521b9d4c65d9e00f1b4563336df15742">4c1bcc3</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>event-handler</strong> add function to convert Lambda proxy event to web response object (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6277e0d0f4dbc2f9dfa0011dd16e52bb96ce3f59">6277e0d</a>)</li> <li><strong>event-handler</strong> pass event, context and request objects into handler (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ea0e61583cc2c06672dfb136c436c5a31764a0e6">ea0e615</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/90c1ed37ebaa8189773c0d662250f1b74bf1bdb0"><code>90c1ed3</code></a> improv(ci): Fixed the Make Release workflow permission issue (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d6414d513be311abb028b008e56fe0d641047ea"><code>3d6414d</code></a> chore(ci): bump version to 2.25.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4383">#4383</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fd6a7d8241bcd84ef1a114c3aecc8f9471e5d326"><code>fd6a7d8</code></a> chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a7f6231c24c4dc42cbd493ca78b1d6878b67220"><code>9a7f623</code></a> chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4bd98679f762722dc430a7be24886df89ea8467d"><code>4bd9867</code></a> chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ab78b57e2cef6ca5337e8f1f33e28d7bed7fbd20"><code>ab78b57</code></a> chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/089fa042d32d623a148456779c5f808488f735a1"><code>089fa04</code></a> chore(deps-dev): bump <code>@biomejs/biome</code> from 2.2.0 to 2.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/19bf00b1f7d576e2d8400183cd1e8ebbcc4d3c90"><code>19bf00b</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4">#4</a>...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9b829f8b5f49c8d62eeb4cd1cdd8102d4ca5cb4d"><code>9b829f8</code></a> chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7087f62b4deac2328af3a841e09df8b1fe58ad2d"><code>7087f62</code></a> chore(deps): bump squidfunk/mkdocs-material from <code>405aeb6</code> to <code>1a4e939</code> in /d...</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/metrics` from 2.25.1 to 2.25.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@aws-lambda-powertools/metrics</code>'s releases</a>.</em></p> <blockquote> <h2>v2.25.2</h2> <h2>Summary</h2> <p>In this release, the <code>setDefaultDimensions</code> method in the <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4134">Metrics</a> utility now emits a warning if an existing default dimension is over-written, making it consistent with <code>addDimension</code> and <code>addDimensions</code> methods:</p> <p>⭐ Congratulations to <a href="https://github.com/kawaaaa"><code>@kawaaaa</code></a>, and <a href="https://github.com/shrivarshapoojari"><code>@shrivarshapoojari</code></a> for their first PRs merged in the project 🎉</p> <h2>Changes</h2> <ul> <li>improv(ci): Inherited the secrets for update ssm workflow (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4388">#4388</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>feat(event-handler): add resolution logic to base router (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4349">#4349</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> <li>improv(ci): Fixed the Make Release workflow permission issue (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>improv(ci): Moved the secrets expanded in the run block to env variables (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4370">#4370</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>improv(ci): removed the secret inheritance and replaced with the needed secrets (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4364">#4364</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>improv(ci): Added comments in workflow files triggering Excessive Secret Exposure Alert (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4367">#4367</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>improv(ci): Automate the layer version tracking during the Make Release workflow (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4355">#4355</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>refactor(logger): use vitest env helpers in unit tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>) by <a href="https://github.com/dwrth"><code>@dwrth</code></a></li> <li>chore(parameters): fix SonarQube code quality issues and optimize imports (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>) by <a href="https://github.com/shrivarshapoojari"><code>@shrivarshapoojari</code></a></li> <li>refactor(logger): mark private members as readonly and fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>) by <a href="https://github.com/kawaaaas"><code>@kawaaaas</code></a></li> <li>ci: switch e2e env in run-e2e-tests workflow (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4347">#4347</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>improv(metrics): emit warning when default dimensions are overwritten (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>) by <a href="https://github.com/uttam282005"><code>@uttam282005</code></a></li> <li>improv: decorate methods without destructuring args (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4345">#4345</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>feat(event-handler): add function to convert Lambda proxy event to web response object (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> <li>fix(event-handler): pass event, context and request objects into handler (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> <li>ci: add Kiro & other LLM fodlers to gitignore (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4333">#4333</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump squidfunk/mkdocs-material from <code>405aeb6</code> to <code>1a4e939</code> in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4371">#4371</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>improv(ci): Automate the SSM Parameter Update step of the release workflow (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4356">#4356</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>chore(deps): bump mkdocs-material from 9.6.16 to 9.6.17 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4358">#4358</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump squidfunk/mkdocs-material from <code>bb7b015</code> to <code>405aeb6</code> in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4354">#4354</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 5 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4352">#4352</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4351">#4351</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@types/node</code> from 24.2.1 to 24.3.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4344">#4344</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(ci): update layer ARN on documentation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4337">#4337</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group across 1 directory (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4377">#4377</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps-dev): bump <code>@biomejs/biome</code> from 2.2.0 to 2.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@aws-lambda-powertools/metrics</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">2.25.2</a> (2025-08-26)</h2> <h3>Maintenance</h3> <ul> <li><strong>commons</strong> concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/519cbfe99db110eceadb8d7814f0693dc751c6db">519cbfe</a>)</li> <li><strong>parameters</strong> fix SonarQube code quality issues and optimize imports (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/59a191d976148a2e36a5ad2b0352e82216eaf043">59a191d</a>)</li> </ul> <h3>Improvements</h3> <ul> <li><strong>logger</strong> use vitest env helpers in unit tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f9ea6113cfb854d7b9136d5e44969467c8609efd">f9ea611</a>)</li> <li><strong>logger</strong> mark private members as readonly and fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ac77129f4ae8f5790b95f540abeeb2d91df7a9d">5ac7712</a>)</li> <li><strong>metrics</strong> emit warning when default dimensions are overwritten (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4c1bcc3a521b9d4c65d9e00f1b4563336df15742">4c1bcc3</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>event-handler</strong> add function to convert Lambda proxy event to web response object (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6277e0d0f4dbc2f9dfa0011dd16e52bb96ce3f59">6277e0d</a>)</li> <li><strong>event-handler</strong> pass event, context and request objects into handler (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ea0e61583cc2c06672dfb136c436c5a31764a0e6">ea0e615</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/90c1ed37ebaa8189773c0d662250f1b74bf1bdb0"><code>90c1ed3</code></a> improv(ci): Fixed the Make Release workflow permission issue (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d6414d513be311abb028b008e56fe0d641047ea"><code>3d6414d</code></a> chore(ci): bump version to 2.25.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4383">#4383</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fd6a7d8241bcd84ef1a114c3aecc8f9471e5d326"><code>fd6a7d8</code></a> chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a7f6231c24c4dc42cbd493ca78b1d6878b67220"><code>9a7f623</code></a> chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4bd98679f762722dc430a7be24886df89ea8467d"><code>4bd9867</code></a> chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ab78b57e2cef6ca5337e8f1f33e28d7bed7fbd20"><code>ab78b57</code></a> chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/089fa042d32d623a148456779c5f808488f735a1"><code>089fa04</code></a> chore(deps-dev): bump <code>@biomejs/biome</code> from 2.2.0 to 2.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/19bf00b1f7d576e2d8400183cd1e8ebbcc4d3c90"><code>19bf00b</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4">#4</a>...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9b829f8b5f49c8d62eeb4cd1cdd8102d4ca5cb4d"><code>9b829f8</code></a> chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7087f62b4deac2328af3a841e09df8b1fe58ad2d"><code>7087f62</code></a> chore(deps): bump squidfunk/mkdocs-material from <code>405aeb6</code> to <code>1a4e939</code> in /d...</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/tracer` from 2.25.1 to 2.25.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@aws-lambda-powertools/tracer</code>'s releases</a>.</em></p> <blockquote> <h2>v2.25.2</h2> <h2>Summary</h2> <p>In this release, the <code>setDefaultDimensions</code> method in the <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4134">Metrics</a> utility now emits a warning if an existing default dimension is over-written, making it consistent with <code>addDimension</code> and <code>addDimensions</code> methods:</p> <p>⭐ Congratulations to <a href="https://github.com/kawaaaa"><code>@kawaaaa</code></a>, and <a href="https://github.com/shrivarshapoojari"><code>@shrivarshapoojari</code></a> for their first PRs merged in the project 🎉</p> <h2>Changes</h2> <ul> <li>improv(ci): Inherited the secrets for update ssm workflow (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4388">#4388</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>feat(event-handler): add resolution logic to base router (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4349">#4349</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> <li>improv(ci): Fixed the Make Release workflow permission issue (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>chore(commons): concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>improv(ci): Moved the secrets expanded in the run block to env variables (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4370">#4370</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>improv(ci): removed the secret inheritance and replaced with the needed secrets (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4364">#4364</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>improv(ci): Added comments in workflow files triggering Excessive Secret Exposure Alert (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4367">#4367</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>improv(ci): Automate the layer version tracking during the Make Release workflow (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4355">#4355</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>refactor(logger): use vitest env helpers in unit tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>) by <a href="https://github.com/dwrth"><code>@dwrth</code></a></li> <li>chore(parameters): fix SonarQube code quality issues and optimize imports (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>) by <a href="https://github.com/shrivarshapoojari"><code>@shrivarshapoojari</code></a></li> <li>refactor(logger): mark private members as readonly and fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>) by <a href="https://github.com/kawaaaas"><code>@kawaaaas</code></a></li> <li>ci: switch e2e env in run-e2e-tests workflow (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4347">#4347</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>improv(metrics): emit warning when default dimensions are overwritten (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>) by <a href="https://github.com/uttam282005"><code>@uttam282005</code></a></li> <li>improv: decorate methods without destructuring args (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4345">#4345</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> <li>feat(event-handler): add function to convert Lambda proxy event to web response object (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> <li>fix(event-handler): pass event, context and request objects into handler (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> <li>ci: add Kiro & other LLM fodlers to gitignore (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4333">#4333</a>) by <a href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump squidfunk/mkdocs-material from <code>405aeb6</code> to <code>1a4e939</code> in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4371">#4371</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>improv(ci): Automate the SSM Parameter Update step of the release workflow (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4356">#4356</a>) by <a href="https://github.com/sdangol"><code>@sdangol</code></a></li> <li>chore(deps): bump mkdocs-material from 9.6.16 to 9.6.17 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4358">#4358</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump squidfunk/mkdocs-material from <code>bb7b015</code> to <code>405aeb6</code> in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4354">#4354</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 5 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4352">#4352</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4351">#4351</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@types/node</code> from 24.2.1 to 24.3.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4344">#4344</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(ci): update layer ARN on documentation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4337">#4337</a>) by <a href="https://github.com/svozza"><code>@svozza</code></a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group across 1 directory (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4377">#4377</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps-dev): bump <code>@biomejs/biome</code> from 2.2.0 to 2.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4378">#4378</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@aws-lambda-powertools/tracer</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">2.25.2</a> (2025-08-26)</h2> <h3>Maintenance</h3> <ul> <li><strong>commons</strong> concatenate PT UA to AWS_SDK_UA_APP_ID when one is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4374">#4374</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/519cbfe99db110eceadb8d7814f0693dc751c6db">519cbfe</a>)</li> <li><strong>parameters</strong> fix SonarQube code quality issues and optimize imports (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4359">#4359</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/59a191d976148a2e36a5ad2b0352e82216eaf043">59a191d</a>)</li> </ul> <h3>Improvements</h3> <ul> <li><strong>logger</strong> use vitest env helpers in unit tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4360">#4360</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f9ea6113cfb854d7b9136d5e44969467c8609efd">f9ea611</a>)</li> <li><strong>logger</strong> mark private members as readonly and fix code quality issues (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4350">#4350</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5ac77129f4ae8f5790b95f540abeeb2d91df7a9d">5ac7712</a>)</li> <li><strong>metrics</strong> emit warning when default dimensions are overwritten (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4287">#4287</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4c1bcc3a521b9d4c65d9e00f1b4563336df15742">4c1bcc3</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>event-handler</strong> add function to convert Lambda proxy event to web response object (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4343">#4343</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6277e0d0f4dbc2f9dfa0011dd16e52bb96ce3f59">6277e0d</a>)</li> <li><strong>event-handler</strong> pass event, context and request objects into handler (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4329">#4329</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ea0e61583cc2c06672dfb136c436c5a31764a0e6">ea0e615</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/90c1ed37ebaa8189773c0d662250f1b74bf1bdb0"><code>90c1ed3</code></a> improv(ci): Fixed the Make Release workflow permission issue (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4385">#4385</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3d6414d513be311abb028b008e56fe0d641047ea"><code>3d6414d</code></a> chore(ci): bump version to 2.25.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4383">#4383</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fd6a7d8241bcd84ef1a114c3aecc8f9471e5d326"><code>fd6a7d8</code></a> chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4380">#4380</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a7f6231c24c4dc42cbd493ca78b1d6878b67220"><code>9a7f623</code></a> chore(deps): bump tsx from 4.20.4 to 4.20.5 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4379">#4379</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4bd98679f762722dc430a7be24886df89ea8467d"><code>4bd9867</code></a> chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ab78b57e2cef6ca5337e8f1f33e28d7bed7fbd20"><code>ab78b57</code></a> chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4376">#4376</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/089fa042d32d623a148456779c5f808488f735a1"><code>089fa04</code></a> chore(deps-dev): bump <code>@biomejs/biome</code> from 2.2.0 to 2.2.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4381">#4381</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/19bf00b1f7d576e2d8400183cd1e8ebbcc4d3c90"><code>19bf00b</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4">#4</a>...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9b829f8b5f49c8d62eeb4cd1cdd8102d4ca5cb4d"><code>9b829f8</code></a> chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4372">#4372</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7087f62b4deac2328af3a841e09df8b1fe58ad2d"><code>7087f62</code></a> chore(deps): bump squidfunk/mkdocs-material from <code>405aeb6</code> to <code>1a4e939</code> in /d...</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.1...v2.25.2">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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`…
LudovicTOURMAN
pushed a commit
to doctolib-lab/terraform-aws-github-runner
that referenced
this pull request
Apr 7, 2026
🤖 I have created a release *beep* *boop* --- ## [6.7.6](github-aws-runners/terraform-aws-github-runner@v6.7.5...v6.7.6) (2025-09-04) ### Bug Fixes * **lambda:** bump @octokit/auth-app from 8.0.2 to 8.1.0 in /lambdas in the octokit group ([github-aws-runners#4740](github-aws-runners#4740)) ([6f2e4b1](github-aws-runners@6f2e4b1)) * **lambda:** bump cron-parser from 5.3.0 to 5.3.1 in /lambdas ([github-aws-runners#4744](github-aws-runners#4744)) ([6ea4bca](github-aws-runners@6ea4bca)) * **lambda:** bump the aws group in /lambdas with 6 updates ([github-aws-runners#4739](github-aws-runners#4739)) ([7639ceb](github-aws-runners@7639ceb)) * **lambda:** bump the aws-powertools group in /lambdas with 4 updates ([github-aws-runners#4743](github-aws-runners#4743)) ([4997f31](github-aws-runners@4997f31)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: runners-releaser[bot] <194412594+runners-releaser[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the aws-powertools group in /lambdas with 4 updates: @aws-lambda-powertools/parameters, @aws-lambda-powertools/logger, @aws-lambda-powertools/metrics and @aws-lambda-powertools/tracer.
Updates
@aws-lambda-powertools/parametersfrom 2.25.1 to 2.25.2Release notes
Sourced from
@aws-lambda-powertools/parameters's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/parameters's changelog.Commits
90c1ed3improv(ci): Fixed the Make Release workflow permission issue (#4385)3d6414dchore(ci): bump version to 2.25.2 (#4383)fd6a7d8chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (#4380)9a7f623chore(deps): bump tsx from 4.20.4 to 4.20.5 (#4379)4bd9867chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group...ab78b57chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#4376)089fa04chore(deps-dev): bump@biomejs/biomefrom 2.2.0 to 2.2.2 (#4381)19bf00bchore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (#4...9b829f8chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (#4372)7087f62chore(deps): bump squidfunk/mkdocs-material from405aeb6to1a4e939in /d...Updates
@aws-lambda-powertools/loggerfrom 2.25.1 to 2.25.2Release notes
Sourced from
@aws-lambda-powertools/logger's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/logger's changelog.Commits
90c1ed3improv(ci): Fixed the Make Release workflow permission issue (#4385)3d6414dchore(ci): bump version to 2.25.2 (#4383)fd6a7d8chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (#4380)9a7f623chore(deps): bump tsx from 4.20.4 to 4.20.5 (#4379)4bd9867chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group...ab78b57chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#4376)089fa04chore(deps-dev): bump@biomejs/biomefrom 2.2.0 to 2.2.2 (#4381)19bf00bchore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (#4...9b829f8chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (#4372)7087f62chore(deps): bump squidfunk/mkdocs-material from405aeb6to1a4e939in /d...Updates
@aws-lambda-powertools/metricsfrom 2.25.1 to 2.25.2Release notes
Sourced from
@aws-lambda-powertools/metrics's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/metrics's changelog.Commits
90c1ed3improv(ci): Fixed the Make Release workflow permission issue (#4385)3d6414dchore(ci): bump version to 2.25.2 (#4383)fd6a7d8chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (#4380)9a7f623chore(deps): bump tsx from 4.20.4 to 4.20.5 (#4379)4bd9867chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group...ab78b57chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#4376)089fa04chore(deps-dev): bump@biomejs/biomefrom 2.2.0 to 2.2.2 (#4381)19bf00bchore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (#4...9b829f8chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (#4372)7087f62chore(deps): bump squidfunk/mkdocs-material from405aeb6to1a4e939in /d...Updates
@aws-lambda-powertools/tracerfrom 2.25.1 to 2.25.2Release notes
Sourced from
@aws-lambda-powertools/tracer's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/tracer's changelog.Commits
90c1ed3improv(ci): Fixed the Make Release workflow permission issue (#4385)3d6414dchore(ci): bump version to 2.25.2 (#4383)fd6a7d8chore(deps-dev): bump zod from 4.0.17 to 4.1.1 (#4380)9a7f623chore(deps): bump tsx from 4.20.4 to 4.20.5 (#4379)4bd9867chore(deps-dev): bump typedoc from 0.28.10 to 0.28.11 in the typescript group...ab78b57chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#4376)089fa04chore(deps-dev): bump@biomejs/biomefrom 2.2.0 to 2.2.2 (#4381)19bf00bchore(deps): bump the aws-sdk-v3 group across 1 directory with 52 updates (#4...9b829f8chore(deps): bump mkdocs-material from 9.6.17 to 9.6.18 in /docs (#4372)7087f62chore(deps): bump squidfunk/mkdocs-material from405aeb6to1a4e939in /d...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manuallyDescription has been truncated