Skip to content

Upgrade: [dependabot] - bump @middy/input-output-logger from 7.1.2 to 7.1.3#2825

Merged
wildjames merged 2 commits intomainfrom
dependabot/npm_and_yarn/middy/input-output-logger-7.1.3
Mar 11, 2026
Merged

Upgrade: [dependabot] - bump @middy/input-output-logger from 7.1.2 to 7.1.3#2825
wildjames merged 2 commits intomainfrom
dependabot/npm_and_yarn/middy/input-output-logger-7.1.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 6, 2026

Bumps @middy/input-output-logger from 7.1.2 to 7.1.3.

Release notes

Sourced from @​middy/input-output-logger's releases.

7.1.3

What's Changed

  • validator: Fix type definition regression (#1580)
  • http-multipart-body-parser, http-urlencode-body-parser, http-urlencode-path-parser, http-security-headers: Fix HTTP status code handling in type definitions and runtime
  • Performance improvements across core and multiple middleware packages (core, event-normalizer, http-content-encoding, http-cors, http-error-handler, http-header-normalizer, http-security-headers, input-output-logger, secrets-manager, ssm, util, and others)
  • Add missing type definitions for http-content-negotiation, service-discovery, sts, secrets-manager, ws-router
  • Improve type definitions across core, cloudformation-router, http-router, http-event-normalizer, s3-object-response, sqs-partial-batch-failure, warmup, error-logger, and others
  • Simplify s3-object-response type definitions
  • Add comprehensive type tests across all packages

Full Changelog: middyjs/middy@7.1.2...7.1.3

Commits

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 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 Mar 6, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 6, 2026

This PR is raised by Dependabot to update a dependency.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/middy/input-output-logger-7.1.3 branch 3 times, most recently from 79ad025 to 48bfe79 Compare March 6, 2026 19:24
Bumps [@middy/input-output-logger](https://github.com/middyjs/middy/tree/HEAD/packages/input-output-logger) from 7.1.2 to 7.1.3.
- [Release notes](https://github.com/middyjs/middy/releases)
- [Changelog](https://github.com/middyjs/middy/blob/main/docs/RELEASE.md)
- [Commits](https://github.com/middyjs/middy/commits/7.1.3/packages/input-output-logger)

---
updated-dependencies:
- dependency-name: "@middy/input-output-logger"
  dependency-version: 7.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/middy/input-output-logger-7.1.3 branch from 48bfe79 to 46af30f Compare March 10, 2026 08:44
@wildjames wildjames enabled auto-merge (squash) March 11, 2026 11:00
@tstephen-nhs tstephen-nhs force-pushed the dependabot/npm_and_yarn/middy/input-output-logger-7.1.3 branch from f8c2845 to 586514e Compare March 11, 2026 11:07
@sonarqubecloud
Copy link
Copy Markdown

@wildjames wildjames merged commit e80a803 into main Mar 11, 2026
22 of 23 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/middy/input-output-logger-7.1.3 branch March 11, 2026 11:27
tstephen-nhs added a commit that referenced this pull request Mar 18, 2026
… 7.1.3 (#2825)

Bumps
[@middy/input-output-logger](https://github.com/middyjs/middy/tree/HEAD/packages/input-output-logger)
from 7.1.2 to 7.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/middyjs/middy/releases"><code>@​middy/input-output-logger</code>'s
releases</a>.</em></p>
<blockquote>
<h2>7.1.3</h2>
<h2>What's Changed</h2>
<ul>
<li>validator: Fix type definition regression (<a
href="https://github.com/middyjs/middy/tree/HEAD/packages/input-output-logger/issues/1580">#1580</a>)</li>
<li>http-multipart-body-parser, http-urlencode-body-parser,
http-urlencode-path-parser,
http-security-headers: Fix HTTP status code handling in type definitions
and runtime</li>
<li>Performance improvements across core and multiple middleware
packages (core, event-normalizer,
http-content-encoding, http-cors, http-error-handler,
http-header-normalizer, http-security-headers,
input-output-logger, secrets-manager, ssm, util, and others)</li>
<li>Add missing type definitions for http-content-negotiation,
service-discovery, sts, secrets-manager,
ws-router</li>
<li>Improve type definitions across core, cloudformation-router,
http-router, http-event-normalizer,
s3-object-response, sqs-partial-batch-failure, warmup, error-logger, and
others</li>
<li>Simplify s3-object-response type definitions</li>
<li>Add comprehensive type tests across all packages</li>
</ul>
<ul>
<li>chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/middyjs/middy/pull/1574">middyjs/middy#1574</a></li>
<li>chore(deps): bump aquasecurity/trivy-action from 0.34.0 to 0.34.1 by
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/middyjs/middy/pull/1575">middyjs/middy#1575</a></li>
<li>chore(deps): bump actions/attest-build-provenance from 3.2.0 to
4.1.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/middyjs/middy/pull/1573">middyjs/middy#1573</a></li>
<li>chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 by
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/middyjs/middy/pull/1576">middyjs/middy#1576</a></li>
<li>chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/middyjs/middy/pull/1577">middyjs/middy#1577</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/middyjs/middy/compare/7.1.2...7.1.3">https://github.com/middyjs/middy/compare/7.1.2...7.1.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/middyjs/middy/commit/bc2e9ee880812a7207c80f78a750bcabd3a2d997"><code>bc2e9ee</code></a>
chore: version bump</li>
<li><a
href="https://github.com/middyjs/middy/commit/9d97cc28157812c69fc02753d2f2823fdbf9e32a"><code>9d97cc2</code></a>
fix: small perf improvements</li>
<li><a
href="https://github.com/middyjs/middy/commit/fa5d737d2c4f5d6966e017ab0dbdb57634e82774"><code>fa5d737</code></a>
fix: small perf improvement</li>
<li><a
href="https://github.com/middyjs/middy/commit/ce763cde3ffea42e30a9db9158b7cff2e1fc533b"><code>ce763cd</code></a>
chore: pref improvements</li>
<li><a
href="https://github.com/middyjs/middy/commit/e424b5dd1d0c244ef24877c91b5741de97b8e182"><code>e424b5d</code></a>
docs: typo</li>
<li><a
href="https://github.com/middyjs/middy/commit/221c03baf795f9b0f0830febb657cddef84a3861"><code>221c03b</code></a>
fix: small perf boost</li>
<li><a
href="https://github.com/middyjs/middy/commit/a5270087ed747c4f2c38e462668cde16a04110df"><code>a527008</code></a>
chore: remove gitHead</li>
<li><a
href="https://github.com/middyjs/middy/commit/336dbaad7b5dded316ee4f533f5826913aac76f7"><code>336dbaa</code></a>
test: add in more type tests</li>
<li><a
href="https://github.com/middyjs/middy/commit/f7da36a5842c207ef58bbc06a0e4d1e96e77402f"><code>f7da36a</code></a>
chore: clean up tests naming</li>
<li><a
href="https://github.com/middyjs/middy/commit/6c01568dc98d84d359b716fbea23806d010f2ad8"><code>6c01568</code></a>
chore: clean up test naming</li>
<li>Additional commits viewable in <a
href="https://github.com/middyjs/middy/commits/7.1.3/packages/input-output-logger">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@middy/input-output-logger&package-manager=npm_and_yarn&previous-version=7.1.2&new-version=7.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tstephen-nhs <231503406+tstephen-nhs@users.noreply.github.com>
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.

2 participants