fix(deps): update middy-js monorepo to v7.6.0#24
Merged
Conversation
Lenakh97
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.5.0→7.6.07.5.0→7.6.0Release Notes
middyjs/middy (@middy/core)
v7.6.0Compare Source
What's Changed
New Middleware:
appconfig-extensionby @willfarrell in #1270New Middleware:
ssm-extensionby @willfarrell in #1270New Middleware:
secrets-manager-extensionby @willfarrell in #1270New Middleware:
event-batch-parserby @willfarrell in #1627New Middleware:
event-batch-responseby @willfarrell in #1627New Middleware:
event-batch-handlerby @willfarrell in #1627New Middleware:
glue-schema-registryby @willfarrell in #1627New Middleware:
http-x402by @willfarrell in #1633New Middleware:
http-jwtby @willfarrellNew Middleware:
http-pasetoby @willfarrellNew Middleware:
kmsby @willfarrellUpdate
dsqlto followrdspattern,dsql-signer` required.cloudformation-router — Narrowed Route.requestType from string to the union "Create" | "Update" | "Delete", matching the actual CloudFormation event types. Added type tests verifying the three valid values are accepted and invalid strings (including wrong casing like "create") are rejected.
cloudwatch-metrics — Added maxProperties: 30 to the dimension set JSON schema validation, enforcing CloudWatch's limit of 30 dimensions per metric.
event-normalizer — Added a new maxDecompressedBytes option (default 10 MiB) to guard against decompression bombs when parsing CloudWatch Logs events. The gunzipSync call for aws:cloudwatch events now passes maxOutputLength, and payloads exceeding the cap throw ERR_BUFFER_TOO_LARGE. Includes a test that confirms a 1 MiB gzipped payload fails against a 1 KiB cap.
error-logger — Exported the Options type and added type tests verifying that the logger callback receives a middy.Request and that the logger property is optional.
Full Changelog: middyjs/middy@7.5.0...7.6.0
Configuration
📅 Schedule: (UTC)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.