Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 20, 2026

Removes @fastify/middie. It's no longer used after updating ancestor dependency @nestjs/platform-fastify. These dependencies need to be updated together.

Removes @fastify/middie

Updates @nestjs/platform-fastify from 10.4.6 to 11.1.12

Release notes

Sourced from @​nestjs/platform-fastify's releases.

v11.1.12 (2026-01-15)

Bug fixes

Dependencies

Committers: 3

v11.1.11 (2025-12-29)

Bug fixes

  • platform-fastify
  • core
    • #16133 fix(core): add missing catch handler for forward-ref provider resolution (@​coti-z)

Dependencies

Committers: 3

v11.1.10 (2025-12-22)

Bug fixes

  • core
    • #16098 fix(core): instantiate nested transient providers in static context (@​mag123c)
    • #16005 fix(core): resolve all providers when using resolve() with each option (@​malkovitc)
  • microservices
  • common

... (truncated)

Commits
  • 96932ad chore(release): publish v11.1.12 release
  • 73f71c4 fix(deps): update dependency find-my-way to v9.4.0
  • 585f55f chore: revert lerna version
  • fef323b chore(release): publish v11.1.11 release
  • d1e55d0 style: disable linter for fastify middie external
  • c4cedda fix(platform-fastify): middie bypassing through decoded chars
  • 9b09e38 fix(deps): update dependency @​fastify/static to v9
  • de5e026 chore(@​nestjs) publish v11.1.10 release
  • d3b95ab fix(deps): update dependency @​fastify/cors to v11.2.0
  • 0c93692 chore: update prettier
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Summary by cubic

Upgrade Nest Fastify adapter to 11.1.12 and remove @fastify/middie, which is no longer needed. This aligns the server with Fastify v5 and removes an extra middleware layer.

  • Dependencies

    • Updated @nestjs/platform-fastify: 10.4.6 → 11.1.12
    • Removed @fastify/middie (dropped upstream)
    • Brings in Fastify 5, find-my-way 9, and related plugin updates
  • Migration

    • Requires Node 20+
    • Ensure @nestjs/common and @nestjs/core are ^11
    • If used, bump @fastify/static to ^8/^9 and @fastify/view to ^10/^11

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

Removes [@fastify/middie](https://github.com/fastify/middie). It's no longer used after updating ancestor dependency [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify). These dependencies need to be updated together.


Removes `@fastify/middie`

Updates `@nestjs/platform-fastify` from 10.4.6 to 11.1.12
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.12/packages/platform-fastify)

---
updated-dependencies:
- dependency-name: "@fastify/middie"
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@nestjs/platform-fastify"
  dependency-version: 11.1.12
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 20, 2026
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

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.

0 participants