build(deps): bump @fastify/static from 9.1.3 to 10.1.0#7799
Merged
Conversation
Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 9.1.3 to 10.1.0. - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](fastify/fastify-static@v9.1.3...v10.1.0) --- updated-dependencies: - dependency-name: "@fastify/static" dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7799 +/- ##
=======================================
Coverage ? 75.12%
=======================================
Files ? 430
Lines ? 22863
Branches ? 6063
=======================================
Hits ? 17176
Misses ? 5687
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
n-lark
approved these changes
Jul 16, 2026
n-lark
left a comment
Contributor
There was a problem hiding this comment.
Dependabot triage — major bump, verified ✅
Package: @fastify/static 9.1.3 → 10.1.0 (major; package.json range ^9.1.2 → ^10.1.0)
Standard checks
- Publish window: 10.1.0 published 2026-07-11, ≥12h elapsed ✅
- Advisories: none against
@fastify/static10.1.0 orcontent-disposition2.0.1 ✅ - Integrity: lockfile hash matches the npm registry ✅
Breaking-change impact — none on our code
- v10 breaking changes:
setHeaders(res)→setHeaders(reply);content-disposition1.0.1 → 2.0.1;setHeadersmay override send headers. - Our only registration is
forge/routes/ui/index.jsusing{ index: false, root }. NosetHeaders,sendFile, ordownloadanywhere inforge/. No source changes required.
Lockfile note
@fastify/swagger-uinow nests its own@fastify/static@9.3.0(top-level is 10.1.0). Both resolve cleanly; accounts for the larger-than-usual lockfile diff.
Verification (Node 24, npm ci from this branch's lockfile → @fastify/static@10.1.0 on disk)
- In-process (fastify
inject):- Static serve with our exact
{ index: false, root }→ 200 + correct body ✅ index: falsedoes not auto-serve/(explicit/route + notFoundHandler handle it) ✅- Swagger UI loads via nested
@fastify/static@9.3.0;GET /api/→ 200 text/html;GET /api/static/swagger-ui.css→ 200 text/css ✅
- Static serve with our exact
- Booted app:
- UI loads; JS/CSS assets serve ✅
- Deep-link reload on a client route returns
index.html(notFoundHandler) ✅ GET /api/renders Swagger UI with CSS/JS ✅
Decision: approving for merge once CI is green.
n-lark
enabled auto-merge (squash)
July 16, 2026 19:13
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.
Bumps @fastify/static from 9.1.3 to 10.1.0.
Release notes
Sourced from @fastify/static's releases.
... (truncated)
Commits
36c939dBumped v10.1.07c1121afeat: use@fastify/errorfor errors and add optionsuppressWarning(#599)c57d8bcfix: set Vary: Accept-Encoding for preCompressed responses (#586)babf6dfBumped v10.0.008ed461fix!: allow setHeaders to override send headers (#598)99f0193fix: ignore unsupported deflate for precompressed assets (#596)a6e5f4dchore!: bump content-disposition fom 1.0.1 to 2.0.1 (#597)ad05a27Bumped v9.3.058811dbchore: update fastify-plugin dependency to version 6.0.0 (#594)a343813Bumped v9.2.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)