Skip to content

chore(deps): bump fastify from 5.11.2 to 5.12.0 in /backend - #214

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/backend/fastify-5.12.0
Open

chore(deps): bump fastify from 5.11.2 to 5.12.0 in /backend#214
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/backend/fastify-5.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps fastify from 5.11.2 to 5.12.0.

Release notes

Sourced from fastify's releases.

v5.12.0

What's Changed

Full Changelog: fastify/fastify@v5.11.3...v5.12.0

v5.11.3

What's Changed

New Contributors

Full Changelog: fastify/fastify@v5.11.2...v5.11.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)

Summary by cubic

Upgrades fastify in backend from 5.11.2 to 5.12.0 to pick up fixes and clearer content-type handling. Old behavior exposed raw response headers and could return a value for invalid media types; new behavior removes raw response headers, returns undefined for invalid media types, and adds reply.mediaType.

  • Verify no code reads raw response headers via reply (e.g., reply.raw); remove any such usage.
  • Audit logic that assumes Content-Type parsing always returns a value; handle undefined safely.
  • Consider adopting reply.mediaType where we parse Content-Type.
  • Note: transitive process-warning updated to 5.1.0; watch for changes in warning output.

Written for commit 6886086. Summary will update on new commits.

Review in cubic

Bumps [fastify](https://github.com/fastify/fastify) from 5.11.2 to 5.12.0.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.11.2...v5.12.0)

---
updated-dependencies:
- dependency-name: fastify
  dependency-version: 5.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 17, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants