Skip to content

Commit 3a6b768

Browse files
Upgrade: [dependabot] - bump @aws-lambda-powertools/logger from 2.19.0 to 2.19.1 (#340)
Bumps [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript) from 2.19.0 to 2.19.1. <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.19.1</h2> <h2>Summary</h2> <p>In this release we’ve enhanced Logger to format error stack traces for easier reading in non-production environments.</p> <p>We also fixed a bug in the Event Handler <code>AppSyncEventResolver</code> that caused subscription events to be rejected incorrectly. The fix requires no changes on your part besides updating to the latest version.</p> <p>⭐ A big thank you to <a href="https://oursprivacy.com/">Ours Privacy</a> for becoming a public customer reference, and <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a> for their contributions!</p> <h2>Changes</h2> <h3>Pretty print stack trace in dev mode</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/environment-variables/#dev-mode">Docs</a></p> </blockquote> <p>You can now pretty print error stack traces when dev mode is enabled via the <code>POWERTOOLS_DEV</code> environment variable. This makes it easier to troubleshoot issues during development.</p> <p><img src="https://github.com/user-attachments/assets/9a2e07c8-2663-4996-a29d-1a7e0f766a9d" alt="carbon-4" /></p> <h2>🌟 Minor Changes</h2> <ul> <li>improv(logger): Format the stack trace as an array of strings in dev mode (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3852">#3852</a>) by <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore: update script to increment govcloud layer in docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3889">#3889</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>chore(deps): bump aws-cdk-lib from 2.193.0 to 2.194.0 in the aws-cdk group across 1 directory (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3887">#3887</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(docs): fix youtube iframes (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3882">#3882</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>chore(docs): add powertools community mcp (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3876">#3876</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></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/3874">#3874</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 9 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3873">#3873</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tsx from 4.19.3 to 4.19.4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3870">#3870</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 9 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3867">#3867</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@​types/node</code> from 22.15.2 to 22.15.3 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3868">#3868</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore: add customer reference (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3869">#3869</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>chore: update snippets &amp; event-handler docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3864">#3864</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>chore(deps): bump esbuild from 0.25.2 to 0.25.3 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3850">#3850</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 9 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3861">#3861</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/3849">#3849</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump <code>@​types/node</code> from 22.14.1 to 22.15.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3862">#3862</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <h2>🐛 Bug and hot fixes</h2> <ul> <li>fix(event-handler): ignore return type from onSubscribe handler (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3888">#3888</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>chore: update script to increment govcloud layer in docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3889">#3889</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>chore(deps): bump aws-cdk-lib from 2.193.0 to 2.194.0 in the aws-cdk group across 1 directory (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3887">#3887</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump github/codeql-action from 3.28.16 to 3.28.17 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3886">#3886</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.19.0...v2.19.1">2.19.1</a> (2025-05-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>event-handler:</strong> ignore return type from onSubscribe handler (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3888">#3888</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/02b3cda9fd10c4e757dee321749d484c9ac542ee">02b3cda</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/2f5704c1ce15d2d8c045cb6a4e300c6d0ff05fd2"><code>2f5704c</code></a> chore(ci): bump version to 2.19.1 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3895">#3895</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9f8e224b81a4e729813f15338529ab2b62b589f1"><code>9f8e224</code></a> chore: update script to increment govcloud layer in docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3889">#3889</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/02b3cda9fd10c4e757dee321749d484c9ac542ee"><code>02b3cda</code></a> fix(event-handler): ignore return type from onSubscribe handler (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3888">#3888</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c0a356d92c2bad0925f9fdf260ca4d1fea2930d6"><code>c0a356d</code></a> chore(deps): bump aws-cdk-lib from 2.193.0 to 2.194.0 in the aws-cdk group ac...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8c28c6b71b70c1ebcad51ef760cd9dbbaff9cfa0"><code>8c28c6b</code></a> chore(deps): bump github/codeql-action from 3.28.16 to 3.28.17 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3886">#3886</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/165f851c4921b8c63d47a108fc8974cef35e1aab"><code>165f851</code></a> chore(docs): fix youtube iframes (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3882">#3882</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a57634c5d8ecac0f171377f8f626666e6a4de2cd"><code>a57634c</code></a> chore: pin version of commons dependency (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3880">#3880</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/2a9ab40af7515b0eeb6462d62245175dd07a5fd2"><code>2a9ab40</code></a> chore: remove typedoc zod plugin (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3878">#3878</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/307aa944e22f098cf25ee6e6536b423adf9ee367"><code>307aa94</code></a> chore(docs): add powertools community mcp (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3876">#3876</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/635aba76bc97ad7e3dd79bf96fd17eb390a6cd2d"><code>635aba7</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/3874">#3874</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.19.0...v2.19.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@aws-lambda-powertools/logger&package-manager=npm_and_yarn&previous-version=2.19.0&new-version=2.19.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54c5757 commit 3a6b768

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"typescript": "^5.8.3"
3636
},
3737
"dependencies": {
38-
"@aws-lambda-powertools/logger": "^2.19.0",
38+
"@aws-lambda-powertools/logger": "^2.19.1",
3939
"@middy/core": "^6.2.2",
4040
"conventional-changelog-eslint": "^6.0.0"
4141
},

0 commit comments

Comments
 (0)