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

chore(deps): bump @aws-lambda-powertools/logger from 2.9.0 to 2.10.0 #22

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @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

Dependabot compatibility score

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 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)

Bumps [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript) 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/logger"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 2024
@sturman sturman merged commit 624d44a into main Oct 28, 2024
1 check passed
@sturman sturman deleted the dependabot/npm_and_yarn/aws-lambda-powertools/logger-2.10.0 branch October 28, 2024 09:46
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant