Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(lambda): bump the aws-powertools group in /lambdas with 4 updates #4212

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

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/parameters from 2.9.0 to 2.10.0

Release notes

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

v2.10.0

Summary

This release improves the Logger utility by extending the formatting of errors to include custom properties.

⭐️ Thanks to @​kevinpeno, and @​ralbertazzi for their contributions to this release!

Log error properties

Docs

you more context over the nature of errors.

For example, consider these two custom error classes:

carbon-21

When calling logger.error('An error occurred', new SuperCustomError('foo', 42)); the log now looks like this:

carbon-20

Changes

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

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

2.10.0 (2024-10-22)

Features

  • logger: include enumerable properties in formatted errors (#3195) (4b80d9f)
Commits
  • cded5ec chore(ci): add input type to the publish package workflow (#3236)
  • 8a85ca2 chore(ci): add workflow to publish a single package (#3234)
  • e308143 chore(parser): bump parser to 2.10.0 (#3230)
  • 3f2c300 chore(ci): bump version to 2.10.0 (#3228)
  • a3dd654 chore(deps): bump squidfunk/mkdocs-material from 0d4e687 to 31eb7f7 in /d...
  • cc98e2e chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0...
  • 9a9656f chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3220)
  • a5e8712 chore(deps): bump @​types/node from 22.7.6 to 22.7.7 (#3221)
  • 3968f52 chore(deps): bump vscode/devcontainers/javascript-node from 61c3428 to `d49...
  • b536bda chore(deps): bump the aws-sdk-v3 group across 1 directory with 5 updates (#3218)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/logger from 2.9.0 to 2.10.0

Release notes

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

v2.10.0

Summary

This release improves the Logger utility by extending the formatting of errors to include custom properties.

⭐️ Thanks to @​kevinpeno, and @​ralbertazzi for their contributions to this release!

Log error properties

Docs

you more context over the nature of errors.

For example, consider these two custom error classes:

carbon-21

When calling logger.error('An error occurred', new SuperCustomError('foo', 42)); the log now looks like this:

carbon-20

Changes

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

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

2.10.0 (2024-10-22)

Features

  • logger: include enumerable properties in formatted errors (#3195) (4b80d9f)
Commits
  • cded5ec chore(ci): add input type to the publish package workflow (#3236)
  • 8a85ca2 chore(ci): add workflow to publish a single package (#3234)
  • e308143 chore(parser): bump parser to 2.10.0 (#3230)
  • 3f2c300 chore(ci): bump version to 2.10.0 (#3228)
  • a3dd654 chore(deps): bump squidfunk/mkdocs-material from 0d4e687 to 31eb7f7 in /d...
  • cc98e2e chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0...
  • 9a9656f chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3220)
  • a5e8712 chore(deps): bump @​types/node from 22.7.6 to 22.7.7 (#3221)
  • 3968f52 chore(deps): bump vscode/devcontainers/javascript-node from 61c3428 to `d49...
  • b536bda chore(deps): bump the aws-sdk-v3 group across 1 directory with 5 updates (#3218)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/metrics from 2.9.0 to 2.10.0

Release notes

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

v2.10.0

Summary

This release improves the Logger utility by extending the formatting of errors to include custom properties.

⭐️ Thanks to @​kevinpeno, and @​ralbertazzi for their contributions to this release!

Log error properties

Docs

you more context over the nature of errors.

For example, consider these two custom error classes:

carbon-21

When calling logger.error('An error occurred', new SuperCustomError('foo', 42)); the log now looks like this:

carbon-20

Changes

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

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

2.10.0 (2024-10-22)

Features

  • logger: include enumerable properties in formatted errors (#3195) (4b80d9f)
Commits
  • cded5ec chore(ci): add input type to the publish package workflow (#3236)
  • 8a85ca2 chore(ci): add workflow to publish a single package (#3234)
  • e308143 chore(parser): bump parser to 2.10.0 (#3230)
  • 3f2c300 chore(ci): bump version to 2.10.0 (#3228)
  • a3dd654 chore(deps): bump squidfunk/mkdocs-material from 0d4e687 to 31eb7f7 in /d...
  • cc98e2e chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0...
  • 9a9656f chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3220)
  • a5e8712 chore(deps): bump @​types/node from 22.7.6 to 22.7.7 (#3221)
  • 3968f52 chore(deps): bump vscode/devcontainers/javascript-node from 61c3428 to `d49...
  • b536bda chore(deps): bump the aws-sdk-v3 group across 1 directory with 5 updates (#3218)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/tracer from 2.9.0 to 2.10.0

Release notes

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

v2.10.0

Summary

This release improves the Logger utility by extending the formatting of errors to include custom properties.

⭐️ Thanks to @​kevinpeno, and @​ralbertazzi for their contributions to this release!

Log error properties

Docs

you more context over the nature of errors.

For example, consider these two custom error classes:

carbon-21

When calling logger.error('An error occurred', new SuperCustomError('foo', 42)); the log now looks like this:

carbon-20

Changes

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

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

2.10.0 (2024-10-22)

Features

  • logger: include enumerable properties in formatted errors (#3195) (4b80d9f)
Commits
  • cded5ec chore(ci): add input type to the publish package workflow (#3236)
  • 8a85ca2 chore(ci): add workflow to publish a single package (#3234)
  • e308143 chore(parser): bump parser to 2.10.0 (#3230)
  • 3f2c300 chore(ci): bump version to 2.10.0 (#3228)
  • a3dd654 chore(deps): bump squidfunk/mkdocs-material from 0d4e687 to 31eb7f7 in /d...
  • cc98e2e chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0...
  • 9a9656f chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#3220)
  • a5e8712 chore(deps): bump @​types/node from 22.7.6 to 22.7.7 (#3221)
  • 3968f52 chore(deps): bump vscode/devcontainers/javascript-node from 61c3428 to `d49...
  • b536bda chore(deps): bump the aws-sdk-v3 group across 1 directory with 5 updates (#3218)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 28, 2024
@npalm
Copy link
Collaborator

npalm commented Oct 29, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@npalm
Copy link
Collaborator

npalm commented Oct 29, 2024

@dependabot recreate

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
- [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.9.0...v2.10.0)

Updates `@aws-lambda-powertools/logger` from 2.9.0 to 2.10.0
- [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.9.0...v2.10.0)

Updates `@aws-lambda-powertools/metrics` from 2.9.0 to 2.10.0
- [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.9.0...v2.10.0)

Updates `@aws-lambda-powertools/tracer` from 2.9.0 to 2.10.0
- [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.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: "@aws-lambda-powertools/parameters"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/logger"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/metrics"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-powertools
- dependency-name: "@aws-lambda-powertools/tracer"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-powertools
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lambdas/aws-powertools-8b405a72aa branch from eefd9f9 to bf015df Compare October 29, 2024 11:37
@npalm npalm merged commit 9c9219b into main Oct 29, 2024
7 checks passed
@npalm npalm deleted the dependabot/npm_and_yarn/lambdas/aws-powertools-8b405a72aa branch October 29, 2024 11:46
npalm pushed a commit that referenced this pull request Oct 30, 2024
🤖 I have created a release *beep* *boop*
---


##
[5.18.1](philips-labs/terraform-aws-github-runner@v5.18.0...v5.18.1)
(2024-10-29)


### Bug Fixes

* **lambda:** bump the aws group in /lambdas with 7 updates
([#4211](https://github.com/philips-labs/terraform-aws-github-runner/issues/4211))
([d18dcaa](philips-labs/terraform-aws-github-runner@d18dcaa))
* **lambda:** bump the aws-powertools group in /lambdas with 4 updates
([#4212](https://github.com/philips-labs/terraform-aws-github-runner/issues/4212))
([9c9219b](philips-labs/terraform-aws-github-runner@9c9219b))
* **webhook:** grant KMS permission to decrypt wehn using EventBridge
([#4220](https://github.com/philips-labs/terraform-aws-github-runner/issues/4220))
([380bcaf](philips-labs/terraform-aws-github-runner@380bcaf))
* **webhook:** result message webhook
([#4221](https://github.com/philips-labs/terraform-aws-github-runner/issues/4221))
([8099c17](philips-labs/terraform-aws-github-runner@8099c17))

---
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: forest-releaser[bot] <80285352+forest-releaser[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant