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

Upgrade: [dependabot] - bump @aws-lambda-powertools/logger from 2.4.0 to 2.5.0 #1095

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 16, 2024

Bumps @aws-lambda-powertools/logger from 2.4.0 to 2.5.0.

Release notes

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

v2.5.0

Summary

The regression on the Parser utility introduced in the last release is resolved in this release. You can now access again the errors that made the validation fail using the cause property of the ParseError.

We continue improving our test coverage for the utility during the beta period and before the utility is considered generally available.

Changes

🌟New features and non-breaking changes

  • feat(logger): custom function for unserializable values (JSON replacer) (#2739) by @​arnabrahman

📜 Documentation updates

  • chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#2766) by @​dependabot
  • feat(logger): custom function for unserializable values (JSON replacer) (#2739) by @​arnabrahman
  • chore(deps): bump @​types/node from 20.14.9 to 20.14.10 (#2760) by @​dependabot
  • chore(deps): bump @​types/aws-lambda from 8.10.140 to 8.10.141 (#2761) by @​dependabot
  • docs(parser): add section on how to test parser using decorator (#2755) by @​am29d

🐛 Bug and hot fixes

🔧 Maintenance

  • chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#2766) by @​dependabot
  • chore(deps-dev): bump typedoc from 0.26.3 to 0.26.4 in the typedoc group across 1 directory (#2759) by @​dependabot
  • chore(deps): bump @​types/node from 20.14.9 to 20.14.10 (#2760) by @​dependabot
  • chore(deps): bump vscode/devcontainers/javascript-node from cad3951 to cf26683 in /.devcontainer (#2756) by @​dependabot
  • chore(deps): bump @​types/aws-lambda from 8.10.140 to 8.10.141 (#2761) by @​dependabot

This release was made possible by the following contributors:

@​am29d, @​arnabrahman, @​dependabot, @​dependabot[bot], @​github-actions, @​github-actions[bot] and @​tusharf5

Changelog

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

2.5.0 (2024-07-15)

Bug Fixes

  • parser: include error cause in ParseError (#2774) (34d0b55)

Features

  • logger: custom function for unserializable values (JSON replacer) (#2739) (fbc8688)
Commits
  • 3f5a4fa chore(ci): bump version to 2.5.0 (#2775)
  • 34d0b55 fix(parser): include error cause in ParseError (#2774)
  • e648f9b chore(deps): bump actions/dependency-review-action from 4.3.3 to 4.3.4 (#2772)
  • 157a39c chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#2766)
  • fbc8688 feat(logger): custom function for unserializable values (JSON replacer) (#2739)
  • 08ee657 chore(deps-dev): bump typedoc from 0.26.3 to 0.26.4 in the typedoc group acro...
  • 612305c chore(deps): bump @​types/node from 20.14.9 to 20.14.10 (#2760)
  • a5687b1 chore(deps): bump vscode/devcontainers/javascript-node from cad3951 to `cf2...
  • b96b778 chore(deps): bump actions/setup-node from 4.0.2 to 4.0.3 (#2757)
  • 8eb2c5f chore(deps): bump @​types/aws-lambda from 8.10.140 to 8.10.141 (#2761)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 16, 2024
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Bumps [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript) from 2.4.0 to 2.5.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.4.0...v2.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/aws-lambda-powertools/logger-2.5.0 branch from b184c76 to 48fa557 Compare July 16, 2024 04:26
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Copy link

sonarcloud bot commented Jul 16, 2024

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot merged commit 5c77d07 into main Jul 16, 2024
11 checks passed
@eps-autoapprove-dependabot eps-autoapprove-dependabot bot deleted the dependabot/npm_and_yarn/aws-lambda-powertools/logger-2.5.0 branch July 16, 2024 04:35
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.

None yet

0 participants