Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2025

This PR contains the following updates:

Package Change Age Confidence
@aws-lambda-powertools/metrics (source) 2.21.0 -> 2.25.1 age confidence

Release Notes

aws-powertools/powertools-lambda-typescript (@​aws-lambda-powertools/metrics)

v2.25.1

Compare Source

Improvements
  • logger resolve issue when no logger region is set (#​4319) (b74b3b4)
  • idempotency Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (#​4327) (17845d0)
Bug Fixes
Features
  • event-handler add decorator functionality for error handlers (#​4323) (562747a)
  • event-handler add error handling functionality to BaseRouter (#​4316) (5aff398)

v2.25.0

Compare Source

Improvements
Features
  • parser make parse function available standalone (#​4300) (4998d6b)
  • event-handler add event handler registry (#​4307) (aaac429)
  • event-handler add error classes for http errors (#​4299) (c1c3dd5)
  • event-handler implement route matching & resolution system for rest handler (#​4297) (b8ca368)
  • event-handler add support for AppSync GraphQL batch resolvers (#​4218) (12ac2e4)
Bug Fixes

v2.24.1

Compare Source

Bug Fixes
  • metrics revert changes when raise warning with overridden default dimensions (#​4226) (c9d6aa0)
  • metrics emit warning when default dimensions are overwritten (#​4222) (a933a6a)
  • parser set zod peer range to 4.x (#​4196) (7a65fcf)
Improvements
  • metrics replace EnvironmentVariablesService with cached #envConfig (#​4188) (919063b)
  • metrics add runtime validations when adding dimensions (#​4181) (4226058)
  • parameters replace EnvironmentVariablesService class with helper functions in Parameters (#​4168) (ce4e618)
  • event-handler replace EnvironmentVariablesService class with helper functions in Event Handler (#​4225) (d17818e)
Features

v2.24.0

Compare Source

Improvements
  • metrics optimize addDimensions method to avoid O(n²) complexity (#​4156) (3982b4a)
  • tracer replace class-based env access with functional helpers (#​4146) (51d9b98)
Bug Fixes
Maintenance
Features
  • parser support Standard Schema and upgrade to Zod v4 (#​4164) (67549f6)

v2.23.0

Compare Source

Bug Fixes
Features
  • event-handler: add single resolver functionality for AppSync GraphQL API (#​3999) (b91383f)
  • event-handler: expose event & context as object (#​4113) (7e74c9e)
  • event-handler: support onQuery and onMutation handlers (#​4111) (263db2d)

v2.22.0

Compare Source

Bug Fixes
  • event-handler: fix decorated scope in appsync events (#​3974) (e539719)
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies help wanted Extra attention is needed labels Jun 30, 2025
@renovate renovate bot enabled auto-merge (squash) June 30, 2025 19:58
Copy link
Contributor Author

renovate bot commented Jun 30, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @hello.nrfcloud.com/[email protected]
npm error Found: @middy/[email protected]
npm error node_modules/@middy/core
npm error   @middy/core@"6.3.2" from the root project
npm error   peerOptional @middy/core@"4.x || 5.x || 6.x" from @aws-lambda-powertools/[email protected]
npm error   node_modules/@aws-lambda-powertools/metrics
npm error     @aws-lambda-powertools/metrics@"2.25.1" from the root project
npm error     peer @aws-lambda-powertools/metrics@"^2.25.1" from @hello.nrfcloud.com/[email protected]
npm error     node_modules/@hello.nrfcloud.com/lambda-helpers
npm error       @hello.nrfcloud.com/lambda-helpers@"3.5.13" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @middy/core@"^6.4.3" from @hello.nrfcloud.com/[email protected]
npm error node_modules/@hello.nrfcloud.com/lambda-helpers
npm error   @hello.nrfcloud.com/lambda-helpers@"3.5.13" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-08-25T04_46_32_463Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-08-25T04_46_32_463Z-debug-0.log

@renovate renovate bot force-pushed the renovate/aws-lambda-powertools-typescript-monorepo branch 4 times, most recently from 42b2497 to ee65f19 Compare July 1, 2025 14:49
@renovate renovate bot force-pushed the renovate/aws-lambda-powertools-typescript-monorepo branch from ee65f19 to 66d01f1 Compare July 12, 2025 16:05
@renovate renovate bot changed the title fix(deps): update dependency @aws-lambda-powertools/metrics to v2.22.0 fix(deps): update dependency @aws-lambda-powertools/metrics to v2.23.0 Jul 12, 2025
@renovate renovate bot force-pushed the renovate/aws-lambda-powertools-typescript-monorepo branch 6 times, most recently from f03e386 to eeb8dd7 Compare July 13, 2025 13:16
@renovate renovate bot force-pushed the renovate/aws-lambda-powertools-typescript-monorepo branch from eeb8dd7 to f973c2b Compare July 27, 2025 04:15
@renovate renovate bot changed the title fix(deps): update dependency @aws-lambda-powertools/metrics to v2.23.0 fix(deps): update dependency @aws-lambda-powertools/metrics to v2.24.0 Jul 27, 2025
@renovate renovate bot force-pushed the renovate/aws-lambda-powertools-typescript-monorepo branch 8 times, most recently from 30efb05 to 312eb90 Compare July 28, 2025 18:17
@renovate renovate bot force-pushed the renovate/aws-lambda-powertools-typescript-monorepo branch from 312eb90 to cb3025b Compare August 7, 2025 00:11
@renovate renovate bot changed the title fix(deps): update dependency @aws-lambda-powertools/metrics to v2.24.0 fix(deps): update dependency @aws-lambda-powertools/metrics to v2.24.1 Aug 7, 2025
@renovate renovate bot force-pushed the renovate/aws-lambda-powertools-typescript-monorepo branch from cb3025b to 5542615 Compare August 7, 2025 00:52
@renovate renovate bot force-pushed the renovate/aws-lambda-powertools-typescript-monorepo branch 4 times, most recently from 8657bf4 to bb0b1fe Compare August 15, 2025 19:35
@renovate renovate bot changed the title fix(deps): update dependency @aws-lambda-powertools/metrics to v2.24.1 fix(deps): update dependency @aws-lambda-powertools/metrics to v2.25.1 Aug 15, 2025
@renovate renovate bot force-pushed the renovate/aws-lambda-powertools-typescript-monorepo branch 9 times, most recently from 0173bde to efdc772 Compare August 17, 2025 06:29
@renovate renovate bot force-pushed the renovate/aws-lambda-powertools-typescript-monorepo branch 12 times, most recently from 9c8d0a9 to b160a43 Compare August 25, 2025 00:53
@renovate renovate bot force-pushed the renovate/aws-lambda-powertools-typescript-monorepo branch from b160a43 to 92f9293 Compare August 25, 2025 04:46
@renovate renovate bot merged commit d73b9ac into saga Aug 25, 2025
6 of 8 checks passed
@renovate renovate bot deleted the renovate/aws-lambda-powertools-typescript-monorepo branch August 25, 2025 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants