Skip to content

build(deps): bump the fastify group across 1 directory with 2 updates#431

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/fastify-4d5290aecd
Open

build(deps): bump the fastify group across 1 directory with 2 updates#431
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/fastify-4d5290aecd

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the fastify group with 2 updates in the / directory: @fastify/static and fastify.

Updates @fastify/static from 8.1.1 to 10.1.2

Release notes

Sourced from @​fastify/static's releases.

v10.1.2

⚠️ Security Release

What's Changed

Full Changelog: fastify/fastify-static@v10.1.1...v10.1.2

v10.1.1

⚠️ Security Release

What's Changed

Full Changelog: fastify/fastify-static@v10.1.0...v10.1.1

v10.1.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-static@v10.0.0...v10.1.0

v10.0.0

Breaking Changes

  • setHeaders now using FastifyReply instead of Response.

You should refactor your code to use the reply helpers. For example,

// Before
const fastify = require('fastify')({logger: true})
const path = require('node:path')
fastify.register(require('@​fastify/static'), {
root: path.join(__dirname, 'public'),
prefix: '/public/', // optional: default '/',
setHeaders(res) {
res.setHeader('X-Test', 'Foo')
}
})
</tr></table>

... (truncated)

Commits

Updates fastify from 5.3.2 to 5.10.0

Release notes

Sourced from fastify's releases.

v5.10.0

What's Changed

New Contributors

Full Changelog: fastify/fastify@v5.9.0...v5.10.0

v5.9.0

What's Changed

... (truncated)

Commits
  • 94bcbcc Bumped v5.10.0
  • c47975e docs: Update import for page consistency (#6771)
  • 82952b8 docs: Logging.md with per-route log level info (#6627)
  • 6ac2e95 fix: derive request.port from request.host (#6680)
  • 5f4871f perf: reduce per-request overhead in the request lifecycle (#6831)
  • ec4bc66 chore: Bump fast-json-stringify to v7 (#6800)
  • d0b649d docs: fix incorrect hook count in Hooks.md (eight -> ten) (#6825)
  • 826c807 docs: fix incorrect defaults and code examples in Server.md (#6805)
  • 6f63ce9 fix: use ContentType to detect json and charset in reply.send (#6830)
  • 75d74e1 feat: introduce log controller layer (#6580)
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Apr 3, 2026
@flex-development
flex-development Bot enabled auto-merge (squash) April 3, 2026 20:44
@dependabot
dependabot Bot force-pushed the dependabot/bun/fastify-4d5290aecd branch 3 times, most recently from ecd267e to 049a711 Compare April 16, 2026 23:14
@dependabot dependabot Bot changed the title build(deps): bump the fastify group with 2 updates build(deps): bump the fastify group across 1 directory with 2 updates May 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/bun/fastify-4d5290aecd branch 2 times, most recently from 4ba2374 to 2a2864d Compare May 5, 2026 00:35
@dependabot
dependabot Bot force-pushed the dependabot/bun/fastify-4d5290aecd branch from 2a2864d to e702532 Compare May 13, 2026 20:45
@dependabot
dependabot Bot force-pushed the dependabot/bun/fastify-4d5290aecd branch 3 times, most recently from 0b89e30 to 4dadf20 Compare May 26, 2026 02:19
@dependabot
dependabot Bot force-pushed the dependabot/bun/fastify-4d5290aecd branch from 4dadf20 to 6cfec23 Compare June 3, 2026 07:44
@dependabot
dependabot Bot force-pushed the dependabot/bun/fastify-4d5290aecd branch 3 times, most recently from 3b45574 to 8ea3a2a Compare June 23, 2026 20:57
@dependabot
dependabot Bot force-pushed the dependabot/bun/fastify-4d5290aecd branch 4 times, most recently from 7e9a57b to c671fb9 Compare July 3, 2026 20:43
@dependabot
dependabot Bot force-pushed the dependabot/bun/fastify-4d5290aecd branch from c671fb9 to 8966cda Compare July 6, 2026 20:44
@dependabot
dependabot Bot force-pushed the dependabot/bun/fastify-4d5290aecd branch from 8966cda to e30e805 Compare July 21, 2026 20:43
Bumps the fastify group with 2 updates in the / directory: [@fastify/static](https://github.com/fastify/fastify-static) and [fastify](https://github.com/fastify/fastify).


Updates `@fastify/static` from 8.1.1 to 10.1.2
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](fastify/fastify-static@v8.1.1...v10.1.2)

Updates `fastify` from 5.3.2 to 5.10.0
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.3.2...v5.10.0)

---
updated-dependencies:
- dependency-name: "@fastify/static"
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: fastify
- dependency-name: fastify
  dependency-version: 5.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bun/fastify-4d5290aecd branch from e30e805 to 2de9f64 Compare July 24, 2026 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope:dependencies dependency updates type:build changes to the build system or external dependencies

Projects

Status: 🆕 New

Development

Successfully merging this pull request may close these issues.

0 participants