Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2025

This PR contains the following updates:

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

Release Notes

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

v2.27.0

Compare Source

Bug Fixes
  • batch fixed the build issue with Batch processor due to missing dependencies (#​4498) (ef67b43)
  • event-handler fixed CORS behaviour not aligned with CORS spec (#​4512) (dd368fa)
  • event-handler run global middleware on all requests for REST API (#​4507) (49d5f8a)
Improvements
  • event-handler rename HttpErrorCodes to HttpStatusCodes (#​4543) (e53aa88)
  • event-handler made error handler responses versatile (#​4536) (f08b366)
  • event-handler changed path parameter in middleware and routehandler signature (#​4532) (278fca0)
  • event-handler change the Middleware and RequestContext signatures (#​4530) (a05c074)
Features
  • event-handler implemented route prefixes in HTTP event handler (#​4523) (8913854)
  • event-handler throw error when middleware does not await next() (#​4511) (b0b43e8)
  • event-handler add CORS middleware support (#​4477) (972cd1f)
  • event-handler added compress middleware for the REST API event handler (#​4495) (320e0dc)

v2.26.1

Compare Source

Bug Fixes

v2.26.0

Compare Source

Improvements
  • logger update getCodeLocation regex to improve performance (#​4389) (801333d)
  • batch simplified the parser integration api with batch processor (#​4465) (96977ff)
Bug Fixes
  • parser updated the binaryValue and stringValue in the SqsMsgAttributeSchema to nullable (#​4450) (cefcbdb)
  • event-handler handle nullable fields in APIGatewayProxyEvent (#​4455) (200f47b)
Features
  • parser integrate parser with Batch Processing (#​4408) (0b6bbbb)
  • parser implemented a helper function Base64Encoded to decode base64 encoded payloads (#​4413) (1554360)
  • parser add IPv6 support for sourceIp in API Gateway schemas (#​4398) (2a94c37)
  • event-handler remove undefined from Router's resolve type signature (#​4463) (d36ef55)
  • event-handler implement mechanism to manipulate response in middleware (#​4439) (35a510d)
  • event-handler add route specific middleware registration and execution (#​4437) (e6ea674)
  • event-handler add middleware registration and composition to rest handler (#​4428) (fc87eb3)
  • event-handler add support for error handling in AppSync GraphQL (#​4317) (77a992f)
  • event-handler add resolution logic to base router (#​4349) (f1ecc6d)
Maintenance
  • event-handler rename variables to reflect that options object is now a RequestContext (#​4460) (5b4ee1a)
  • event-handler expose rest handler functionality (#​4458) (23eddfd)
  • event-handler split Router tests into multiple files (#​4449) (91a1ec4)
  • event-handler rename BaseRouter class to Router (#​4448) (b043c28)

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 Sep 19, 2025
@renovate renovate bot enabled auto-merge (squash) September 19, 2025 16:27
Copy link
Contributor Author

renovate bot commented Sep 19, 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: @aws-sdk/[email protected]
npm error node_modules/@aws-sdk/client-dynamodb
npm error   dev @aws-sdk/client-dynamodb@"3.896.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @aws-sdk/client-dynamodb@"^3.902.0" from @hello.nrfcloud.com/[email protected]
npm error node_modules/@hello.nrfcloud.com/nrfcloud-api-helpers
npm error   @hello.nrfcloud.com/nrfcloud-api-helpers@"6.0.367" 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-10-09T12_40_18_394Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-10-09T12_40_18_394Z-debug-0.log

@renovate renovate bot force-pushed the renovate/aws-lambda-powertools-typescript-monorepo branch 15 times, most recently from cc77817 to a9e5608 Compare September 26, 2025 20:14
@renovate renovate bot force-pushed the renovate/aws-lambda-powertools-typescript-monorepo branch 4 times, most recently from b6c167c to b606b2f Compare September 28, 2025 07:46
@renovate renovate bot changed the title fix(deps): update dependency @aws-lambda-powertools/metrics to v2.26.1 fix(deps): update dependency @aws-lambda-powertools/metrics to v2.27.0 Sep 28, 2025
@renovate renovate bot force-pushed the renovate/aws-lambda-powertools-typescript-monorepo branch 6 times, most recently from ba62208 to 5646c3c Compare October 2, 2025 04:52
@renovate renovate bot force-pushed the renovate/aws-lambda-powertools-typescript-monorepo branch 23 times, most recently from 4c2bd23 to 5012a40 Compare October 9, 2025 10:07
@renovate renovate bot force-pushed the renovate/aws-lambda-powertools-typescript-monorepo branch from 5012a40 to f24a097 Compare October 9, 2025 12:40
@renovate renovate bot merged commit 1f99984 into saga Oct 9, 2025
8 of 10 checks passed
@renovate renovate bot deleted the renovate/aws-lambda-powertools-typescript-monorepo branch October 9, 2025 12:40
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