-
Notifications
You must be signed in to change notification settings - Fork 655
Commit 9c9219b
authored
fix(lambda): bump the aws-powertools group in /lambdas with 4 updates (#4212)
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.9.0 to 2.10.0
<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.10.0</h2>
<h2>Summary</h2>
<p>This release improves the <strong>Logger</strong> utility by
extending the formatting of errors to include custom properties.</p>
<p>⭐️ Thanks to <a
href="https://github.com/kevinpeno"><code>@kevinpeno</code></a>, and <a
href="https://github.com/ralbertazzi"><code>@ralbertazzi</code></a> for
their contributions to this release!</p>
<h3>Log error properties</h3>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/core/logger/#logging-errors">Docs</a></p>
</blockquote>
<p>you more context over the nature of errors.</p>
<p>For example, consider these two custom error classes:</p>
<p><img
src="https://github.com/user-attachments/assets/926732ed-db51-42f4-837c-55f8442ced3f"
alt="carbon-21" /></p>
<p>When calling logger.error('An error occurred', new
SuperCustomError('foo', 42)); the log now looks like this:</p>
<p><img
src="https://github.com/user-attachments/assets/830b1ef7-aa7c-488e-8b59-65b4623858d0"
alt="carbon-20" /></p>
<h2>Changes</h2>
<ul>
<li>chore(maintenance): add force-publish to bump all packages (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3238">#3238</a>)
by <a href="https://github.com/am29d"><code>@am29d</code></a></li>
<li>chore(ci): add input type to the publish package workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3236">#3236</a>)
by <a href="https://github.com/am29d"><code>@am29d</code></a></li>
<li>chore(ci): add workflow to publish a single package (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3234">#3234</a>)
by <a href="https://github.com/am29d"><code>@am29d</code></a></li>
<li>chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions
from 3.0.14 to 3.0.15 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3223">#3223</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump github/codeql-action from 3.26.12 to 3.26.13 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3202">#3202</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump actions/upload-artifact from 4.4.2 to 4.4.3 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3187">#3187</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3176">#3176</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump github/codeql-action from 3.26.11 to 3.26.12 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3174">#3174</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3175">#3175</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(layers): remove schema parsing from layer canary (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3171">#3171</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
</ul>
<h2>🌟New features and non-breaking changes</h2>
<ul>
<li>feat: add resetKeys to LoggerInterface type (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3213">#3213</a>)
by <a
href="https://github.com/ralbertazzi"><code>@ralbertazzi</code></a></li>
<li>feat(logger): include enumerable properties in formatted errors (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3195">#3195</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>0d4e687</code> to <code>31eb7f7</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3224">#3224</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></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/3220">#3220</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump <code>@types/node</code> from 22.7.6 to 22.7.7
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3221">#3221</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></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/3218">#3218</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump constructs from 10.3.0 to 10.4.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3205">#3205</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump <code>@types/node</code> from 22.7.5 to 22.7.6
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3216">#3216</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>f9cb76d</code> to <code>0d4e687</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3211">#3211</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump mkdocs-material from 9.5.40 to 9.5.41 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3210">#3210</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></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/3203">#3203</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></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>
<h1><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.9.0...v2.10.0">2.10.0</a>
(2024-10-22)</h1>
<h3>Features</h3>
<ul>
<li><strong>logger:</strong> include enumerable properties in formatted
errors (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3195">#3195</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4b80d9ff77a638d2290411764a1b9dc2dc9d8cbd">4b80d9f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cded5ecb890753b4295df98b397eea3b25241514"><code>cded5ec</code></a>
chore(ci): add input type to the publish package workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3236">#3236</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8a85ca230cc7d3cba0b79fad6a2c67d0d5f04ce4"><code>8a85ca2</code></a>
chore(ci): add workflow to publish a single package (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3234">#3234</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e308143cab0fd526a9e77a3dd845abc2cf0ac3b9"><code>e308143</code></a>
chore(parser): bump parser to 2.10.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3230">#3230</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3f2c3007557525e1663f474a962f4992d33c2bc9"><code>3f2c300</code></a>
chore(ci): bump version to 2.10.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3228">#3228</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a3dd654d8b0e7e054300940586d73b3b23c14b6d"><code>a3dd654</code></a>
chore(deps): bump squidfunk/mkdocs-material from <code>0d4e687</code> to
<code>31eb7f7</code> in /d...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cc98e2e386ad65220d290cc9c23d97da714fd24e"><code>cc98e2e</code></a>
chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions
from 3.0...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a9656f4f9278db02e56d3de55dabae7ba1ab068"><code>9a9656f</code></a>
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/3220">#3220</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a5e8712ce66cbf873a8659840038aaf55624803a"><code>a5e8712</code></a>
chore(deps): bump <code>@types/node</code> from 22.7.6 to 22.7.7 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3221">#3221</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3968f524a06ee3aaad3b3c49e96183a56aabbbb3"><code>3968f52</code></a>
chore(deps): bump vscode/devcontainers/javascript-node from
<code>61c3428</code> to `d49...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b536bdac77de41591c0a123f15577ec96e311ed9"><code>b536bda</code></a>
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/3218">#3218</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.9.0...v2.10.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-lambda-powertools/logger` from 2.9.0 to 2.10.0
<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.10.0</h2>
<h2>Summary</h2>
<p>This release improves the <strong>Logger</strong> utility by
extending the formatting of errors to include custom properties.</p>
<p>⭐️ Thanks to <a
href="https://github.com/kevinpeno"><code>@kevinpeno</code></a>, and <a
href="https://github.com/ralbertazzi"><code>@ralbertazzi</code></a> for
their contributions to this release!</p>
<h3>Log error properties</h3>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/core/logger/#logging-errors">Docs</a></p>
</blockquote>
<p>you more context over the nature of errors.</p>
<p>For example, consider these two custom error classes:</p>
<p><img
src="https://github.com/user-attachments/assets/926732ed-db51-42f4-837c-55f8442ced3f"
alt="carbon-21" /></p>
<p>When calling logger.error('An error occurred', new
SuperCustomError('foo', 42)); the log now looks like this:</p>
<p><img
src="https://github.com/user-attachments/assets/830b1ef7-aa7c-488e-8b59-65b4623858d0"
alt="carbon-20" /></p>
<h2>Changes</h2>
<ul>
<li>chore(maintenance): add force-publish to bump all packages (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3238">#3238</a>)
by <a href="https://github.com/am29d"><code>@am29d</code></a></li>
<li>chore(ci): add input type to the publish package workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3236">#3236</a>)
by <a href="https://github.com/am29d"><code>@am29d</code></a></li>
<li>chore(ci): add workflow to publish a single package (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3234">#3234</a>)
by <a href="https://github.com/am29d"><code>@am29d</code></a></li>
<li>chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions
from 3.0.14 to 3.0.15 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3223">#3223</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump github/codeql-action from 3.26.12 to 3.26.13 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3202">#3202</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump actions/upload-artifact from 4.4.2 to 4.4.3 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3187">#3187</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3176">#3176</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump github/codeql-action from 3.26.11 to 3.26.12 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3174">#3174</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3175">#3175</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(layers): remove schema parsing from layer canary (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3171">#3171</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
</ul>
<h2>🌟New features and non-breaking changes</h2>
<ul>
<li>feat: add resetKeys to LoggerInterface type (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3213">#3213</a>)
by <a
href="https://github.com/ralbertazzi"><code>@ralbertazzi</code></a></li>
<li>feat(logger): include enumerable properties in formatted errors (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3195">#3195</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>0d4e687</code> to <code>31eb7f7</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3224">#3224</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></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/3220">#3220</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump <code>@types/node</code> from 22.7.6 to 22.7.7
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3221">#3221</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></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/3218">#3218</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump constructs from 10.3.0 to 10.4.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3205">#3205</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump <code>@types/node</code> from 22.7.5 to 22.7.6
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3216">#3216</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>f9cb76d</code> to <code>0d4e687</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3211">#3211</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump mkdocs-material from 9.5.40 to 9.5.41 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3210">#3210</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></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/3203">#3203</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></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>
<h1><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.9.0...v2.10.0">2.10.0</a>
(2024-10-22)</h1>
<h3>Features</h3>
<ul>
<li><strong>logger:</strong> include enumerable properties in formatted
errors (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3195">#3195</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4b80d9ff77a638d2290411764a1b9dc2dc9d8cbd">4b80d9f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cded5ecb890753b4295df98b397eea3b25241514"><code>cded5ec</code></a>
chore(ci): add input type to the publish package workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3236">#3236</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8a85ca230cc7d3cba0b79fad6a2c67d0d5f04ce4"><code>8a85ca2</code></a>
chore(ci): add workflow to publish a single package (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3234">#3234</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e308143cab0fd526a9e77a3dd845abc2cf0ac3b9"><code>e308143</code></a>
chore(parser): bump parser to 2.10.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3230">#3230</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3f2c3007557525e1663f474a962f4992d33c2bc9"><code>3f2c300</code></a>
chore(ci): bump version to 2.10.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3228">#3228</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a3dd654d8b0e7e054300940586d73b3b23c14b6d"><code>a3dd654</code></a>
chore(deps): bump squidfunk/mkdocs-material from <code>0d4e687</code> to
<code>31eb7f7</code> in /d...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cc98e2e386ad65220d290cc9c23d97da714fd24e"><code>cc98e2e</code></a>
chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions
from 3.0...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a9656f4f9278db02e56d3de55dabae7ba1ab068"><code>9a9656f</code></a>
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/3220">#3220</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a5e8712ce66cbf873a8659840038aaf55624803a"><code>a5e8712</code></a>
chore(deps): bump <code>@types/node</code> from 22.7.6 to 22.7.7 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3221">#3221</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3968f524a06ee3aaad3b3c49e96183a56aabbbb3"><code>3968f52</code></a>
chore(deps): bump vscode/devcontainers/javascript-node from
<code>61c3428</code> to `d49...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b536bdac77de41591c0a123f15577ec96e311ed9"><code>b536bda</code></a>
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/3218">#3218</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.9.0...v2.10.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-lambda-powertools/metrics` from 2.9.0 to 2.10.0
<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.10.0</h2>
<h2>Summary</h2>
<p>This release improves the <strong>Logger</strong> utility by
extending the formatting of errors to include custom properties.</p>
<p>⭐️ Thanks to <a
href="https://github.com/kevinpeno"><code>@kevinpeno</code></a>, and <a
href="https://github.com/ralbertazzi"><code>@ralbertazzi</code></a> for
their contributions to this release!</p>
<h3>Log error properties</h3>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/core/logger/#logging-errors">Docs</a></p>
</blockquote>
<p>you more context over the nature of errors.</p>
<p>For example, consider these two custom error classes:</p>
<p><img
src="https://github.com/user-attachments/assets/926732ed-db51-42f4-837c-55f8442ced3f"
alt="carbon-21" /></p>
<p>When calling logger.error('An error occurred', new
SuperCustomError('foo', 42)); the log now looks like this:</p>
<p><img
src="https://github.com/user-attachments/assets/830b1ef7-aa7c-488e-8b59-65b4623858d0"
alt="carbon-20" /></p>
<h2>Changes</h2>
<ul>
<li>chore(maintenance): add force-publish to bump all packages (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3238">#3238</a>)
by <a href="https://github.com/am29d"><code>@am29d</code></a></li>
<li>chore(ci): add input type to the publish package workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3236">#3236</a>)
by <a href="https://github.com/am29d"><code>@am29d</code></a></li>
<li>chore(ci): add workflow to publish a single package (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3234">#3234</a>)
by <a href="https://github.com/am29d"><code>@am29d</code></a></li>
<li>chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions
from 3.0.14 to 3.0.15 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3223">#3223</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump github/codeql-action from 3.26.12 to 3.26.13 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3202">#3202</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump actions/upload-artifact from 4.4.2 to 4.4.3 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3187">#3187</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3176">#3176</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump github/codeql-action from 3.26.11 to 3.26.12 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3174">#3174</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3175">#3175</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(layers): remove schema parsing from layer canary (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3171">#3171</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
</ul>
<h2>🌟New features and non-breaking changes</h2>
<ul>
<li>feat: add resetKeys to LoggerInterface type (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3213">#3213</a>)
by <a
href="https://github.com/ralbertazzi"><code>@ralbertazzi</code></a></li>
<li>feat(logger): include enumerable properties in formatted errors (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3195">#3195</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>0d4e687</code> to <code>31eb7f7</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3224">#3224</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></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/3220">#3220</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump <code>@types/node</code> from 22.7.6 to 22.7.7
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3221">#3221</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></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/3218">#3218</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump constructs from 10.3.0 to 10.4.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3205">#3205</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump <code>@types/node</code> from 22.7.5 to 22.7.6
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3216">#3216</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>f9cb76d</code> to <code>0d4e687</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3211">#3211</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump mkdocs-material from 9.5.40 to 9.5.41 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3210">#3210</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></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/3203">#3203</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></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>
<h1><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.9.0...v2.10.0">2.10.0</a>
(2024-10-22)</h1>
<h3>Features</h3>
<ul>
<li><strong>logger:</strong> include enumerable properties in formatted
errors (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3195">#3195</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4b80d9ff77a638d2290411764a1b9dc2dc9d8cbd">4b80d9f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cded5ecb890753b4295df98b397eea3b25241514"><code>cded5ec</code></a>
chore(ci): add input type to the publish package workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3236">#3236</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8a85ca230cc7d3cba0b79fad6a2c67d0d5f04ce4"><code>8a85ca2</code></a>
chore(ci): add workflow to publish a single package (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3234">#3234</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e308143cab0fd526a9e77a3dd845abc2cf0ac3b9"><code>e308143</code></a>
chore(parser): bump parser to 2.10.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3230">#3230</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3f2c3007557525e1663f474a962f4992d33c2bc9"><code>3f2c300</code></a>
chore(ci): bump version to 2.10.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3228">#3228</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a3dd654d8b0e7e054300940586d73b3b23c14b6d"><code>a3dd654</code></a>
chore(deps): bump squidfunk/mkdocs-material from <code>0d4e687</code> to
<code>31eb7f7</code> in /d...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cc98e2e386ad65220d290cc9c23d97da714fd24e"><code>cc98e2e</code></a>
chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions
from 3.0...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a9656f4f9278db02e56d3de55dabae7ba1ab068"><code>9a9656f</code></a>
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/3220">#3220</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a5e8712ce66cbf873a8659840038aaf55624803a"><code>a5e8712</code></a>
chore(deps): bump <code>@types/node</code> from 22.7.6 to 22.7.7 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3221">#3221</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3968f524a06ee3aaad3b3c49e96183a56aabbbb3"><code>3968f52</code></a>
chore(deps): bump vscode/devcontainers/javascript-node from
<code>61c3428</code> to `d49...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b536bdac77de41591c0a123f15577ec96e311ed9"><code>b536bda</code></a>
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/3218">#3218</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.9.0...v2.10.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-lambda-powertools/tracer` from 2.9.0 to 2.10.0
<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.10.0</h2>
<h2>Summary</h2>
<p>This release improves the <strong>Logger</strong> utility by
extending the formatting of errors to include custom properties.</p>
<p>⭐️ Thanks to <a
href="https://github.com/kevinpeno"><code>@kevinpeno</code></a>, and <a
href="https://github.com/ralbertazzi"><code>@ralbertazzi</code></a> for
their contributions to this release!</p>
<h3>Log error properties</h3>
<blockquote>
<p><a
href="https://docs.powertools.aws.dev/lambda/typescript/latest/core/logger/#logging-errors">Docs</a></p>
</blockquote>
<p>you more context over the nature of errors.</p>
<p>For example, consider these two custom error classes:</p>
<p><img
src="https://github.com/user-attachments/assets/926732ed-db51-42f4-837c-55f8442ced3f"
alt="carbon-21" /></p>
<p>When calling logger.error('An error occurred', new
SuperCustomError('foo', 42)); the log now looks like this:</p>
<p><img
src="https://github.com/user-attachments/assets/830b1ef7-aa7c-488e-8b59-65b4623858d0"
alt="carbon-20" /></p>
<h2>Changes</h2>
<ul>
<li>chore(maintenance): add force-publish to bump all packages (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3238">#3238</a>)
by <a href="https://github.com/am29d"><code>@am29d</code></a></li>
<li>chore(ci): add input type to the publish package workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3236">#3236</a>)
by <a href="https://github.com/am29d"><code>@am29d</code></a></li>
<li>chore(ci): add workflow to publish a single package (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3234">#3234</a>)
by <a href="https://github.com/am29d"><code>@am29d</code></a></li>
<li>chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions
from 3.0.14 to 3.0.15 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3223">#3223</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump github/codeql-action from 3.26.12 to 3.26.13 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3202">#3202</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump actions/upload-artifact from 4.4.2 to 4.4.3 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3187">#3187</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3176">#3176</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump github/codeql-action from 3.26.11 to 3.26.12 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3174">#3174</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3175">#3175</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(layers): remove schema parsing from layer canary (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3171">#3171</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
</ul>
<h2>🌟New features and non-breaking changes</h2>
<ul>
<li>feat: add resetKeys to LoggerInterface type (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3213">#3213</a>)
by <a
href="https://github.com/ralbertazzi"><code>@ralbertazzi</code></a></li>
<li>feat(logger): include enumerable properties in formatted errors (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3195">#3195</a>)
by <a
href="https://github.com/dreamorosi"><code>@dreamorosi</code></a></li>
</ul>
<h2>📜 Documentation updates</h2>
<ul>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>0d4e687</code> to <code>31eb7f7</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3224">#3224</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></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/3220">#3220</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump <code>@types/node</code> from 22.7.6 to 22.7.7
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3221">#3221</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></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/3218">#3218</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump constructs from 10.3.0 to 10.4.2 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3205">#3205</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump <code>@types/node</code> from 22.7.5 to 22.7.6
(<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3216">#3216</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump squidfunk/mkdocs-material from
<code>f9cb76d</code> to <code>0d4e687</code> in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3211">#3211</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></a></li>
<li>chore(deps): bump mkdocs-material from 9.5.40 to 9.5.41 in /docs (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3210">#3210</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></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/3203">#3203</a>)
by <a
href="https://github.com/dependabot"><code>@dependabot</code></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>
<h1><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.9.0...v2.10.0">2.10.0</a>
(2024-10-22)</h1>
<h3>Features</h3>
<ul>
<li><strong>logger:</strong> include enumerable properties in formatted
errors (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3195">#3195</a>)
(<a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4b80d9ff77a638d2290411764a1b9dc2dc9d8cbd">4b80d9f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cded5ecb890753b4295df98b397eea3b25241514"><code>cded5ec</code></a>
chore(ci): add input type to the publish package workflow (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3236">#3236</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8a85ca230cc7d3cba0b79fad6a2c67d0d5f04ce4"><code>8a85ca2</code></a>
chore(ci): add workflow to publish a single package (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3234">#3234</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e308143cab0fd526a9e77a3dd845abc2cf0ac3b9"><code>e308143</code></a>
chore(parser): bump parser to 2.10.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3230">#3230</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3f2c3007557525e1663f474a962f4992d33c2bc9"><code>3f2c300</code></a>
chore(ci): bump version to 2.10.0 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3228">#3228</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a3dd654d8b0e7e054300940586d73b3b23c14b6d"><code>a3dd654</code></a>
chore(deps): bump squidfunk/mkdocs-material from <code>0d4e687</code> to
<code>31eb7f7</code> in /d...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cc98e2e386ad65220d290cc9c23d97da714fd24e"><code>cc98e2e</code></a>
chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions
from 3.0...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9a9656f4f9278db02e56d3de55dabae7ba1ab068"><code>9a9656f</code></a>
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/3220">#3220</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a5e8712ce66cbf873a8659840038aaf55624803a"><code>a5e8712</code></a>
chore(deps): bump <code>@types/node</code> from 22.7.6 to 22.7.7 (<a
href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3221">#3221</a>)</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3968f524a06ee3aaad3b3c49e96183a56aabbbb3"><code>3968f52</code></a>
chore(deps): bump vscode/devcontainers/javascript-node from
<code>61c3428</code> to `d49...</li>
<li><a
href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b536bdac77de41591c0a123f15577ec96e311ed9"><code>b536bda</code></a>
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/3218">#3218</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.9.0...v2.10.0">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` 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
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 93cf1d4 commit 9c9219bCopy full SHA for 9c9219b
File tree
3 files changed
+32
-32
lines changedFilter options
- lambdas
- functions/control-plane
- libs/aws-powertools-util
3 files changed
+32
-32
lines changedlambdas/functions/control-plane/package.json
Copy file name to clipboardExpand all lines: lambdas/functions/control-plane/package.json+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
lambdas/libs/aws-powertools-util/package.json
Copy file name to clipboardExpand all lines: lambdas/libs/aws-powertools-util/package.json+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
+28-28
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 |
| - | |
138 |
| - | |
139 |
| - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
| |||
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
198 |
| - | |
| 198 | + | |
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
| |||
328 | 328 |
| |
329 | 329 |
| |
330 | 330 |
| |
331 |
| - | |
332 |
| - | |
333 |
| - | |
334 |
| - | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
335 | 335 |
| |
336 | 336 |
| |
337 | 337 |
| |
338 |
| - | |
339 |
| - | |
340 |
| - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
341 | 341 |
| |
342 |
| - | |
| 342 | + | |
343 | 343 |
| |
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
347 | 347 |
| |
348 | 348 |
| |
349 |
| - | |
| 349 | + | |
350 | 350 |
| |
351 | 351 |
| |
352 | 352 |
| |
353 |
| - | |
354 |
| - | |
355 |
| - | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
356 | 356 |
| |
357 |
| - | |
| 357 | + | |
358 | 358 |
| |
359 | 359 |
| |
360 | 360 |
| |
361 | 361 |
| |
362 | 362 |
| |
363 |
| - | |
| 363 | + | |
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
367 |
| - | |
368 |
| - | |
369 |
| - | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
370 | 370 |
| |
371 |
| - | |
| 371 | + | |
372 | 372 |
| |
373 | 373 |
| |
374 | 374 |
| |
| |||
389 | 389 |
| |
390 | 390 |
| |
391 | 391 |
| |
392 |
| - | |
| 392 | + | |
393 | 393 |
| |
394 | 394 |
| |
395 | 395 |
| |
396 |
| - | |
397 |
| - | |
398 |
| - | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
399 | 399 |
| |
400 |
| - | |
| 400 | + | |
401 | 401 |
| |
402 | 402 |
| |
403 | 403 |
| |
404 | 404 |
| |
405 | 405 |
| |
406 | 406 |
| |
407 |
| - | |
| 407 | + | |
408 | 408 |
| |
409 | 409 |
| |
410 | 410 |
| |
|
0 commit comments