Skip to content

chore(deps): bump @fastify/multipart from 9.4.0 to 10.1.0 - #1264

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/fastify/multipart-10.1.0
Open

chore(deps): bump @fastify/multipart from 9.4.0 to 10.1.0#1264
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/fastify/multipart-10.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps @fastify/multipart from 9.4.0 to 10.1.0.

Release notes

Sourced from @​fastify/multipart's releases.

v10.1.0

What's Changed

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

v10.0.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-multipart@v9.4.0...v10.0.0

Commits
  • 0a8ab66 Bumped v10.1.0
  • a9d53e5 fix: update module version
  • 9b3bf89 fix: do not end parts() iteration while busboy still holds undelivered parts ...
  • 45023e0 chore: bump @​types/node in the dev-dependencies-typescript group (#629)
  • 77b563e docs: fix broken links
  • d7475da chore: bump @​fastify/swagger-ui from 5.2.6 to 6.0.0 (#626)
  • ed56b6f chore: bump fastify-plugin from 5.1.0 to 6.0.0 in the dependencies group (#625)
  • f79f996 chore: update depedabot setting
  • 60e1b5c chore: use lf eol (#619)
  • cddccd4 refactor(types): migrate from tsd to tstyche (#617)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 24, 2026 13:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 24, 2026
@coveralls

coveralls commented Jul 24, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 30253243187

Coverage decreased (-0.005%) to 80.302%

Details

  • Coverage decreased (-0.005%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • 1 coverage regression across 1 file.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

1 previously-covered line in 1 file lost coverage.

File Lines Losing Coverage Coverage
src/http/routes/s3/index.ts 1 86.09%

Coverage Stats

Coverage Status
Relevant Lines: 12820
Covered Lines: 10728
Line Coverage: 83.68%
Relevant Branches: 7532
Covered Branches: 5615
Branch Coverage: 74.55%
Branches in Coverage %: Yes
Coverage Strength: 411.73 hits per line

💛 - Coveralls

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM — routine dependency bump with no source code changes required.

Extended reasoning...

Overview

This PR bumps @fastify/multipart from 9.4.0 to 10.1.0 (a major version jump upstream from 9.x to 10.x), touching only package.json and package-lock.json. No application source files were modified, which indicates the type surface used by this codebase (MultipartFile, MultipartValue, MultipartFields, the fastifyMultipart plugin registration options) remained compatible across the major bump — a real breaking API change would have caused a TypeScript compile failure in one of the several call sites (src/http/routes/s3/index.ts, src/http/routes/object/createObject.ts, updateObject.ts, uploadSignedObject.ts, src/http/plugins/signature-v4.ts, src/http/routes/s3/commands/put-object.ts).

Security risks

None introduced by this change itself. @fastify/multipart is used for parsing file uploads (object create/update, signed uploads, S3 multipart), so it is a security-relevant dependency in general, but the upstream release notes for 10.0.0/10.1.0 show only chores, doc fixes, dependency bumps (fastify-plugin 5→6), and one unrelated feature (saveRequestFiles return values) plus a fix for a part-iteration edge case — nothing indicating a regression in validation, limits enforcement, or size checks.

Level of scrutiny

Low-to-moderate. This is a mechanical dependency bump with a minimal diff confined to lockfile/manifest, consistent with the many other dependabot PRs already merged into this repo. The fact that no source changes were needed to accommodate the major version is a good signal of API compatibility.

Other factors

The bug-hunting system found no issues. There are no prior reviews or comments on this PR to reconcile. Given the change is isolated to dependency metadata and follows an established, frequently-merged pattern in this repo (see recent commit history of similar chore(deps) bumps), this does not require a large-scale design decision or touch CODEOWNER-sensitive logic.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/fastify/multipart-10.1.0 branch 3 times, most recently from 69f9dd2 to 510ac26 Compare July 27, 2026 08:44
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 9.4.0 to 10.1.0.
- [Release notes](https://github.com/fastify/fastify-multipart/releases)
- [Commits](fastify/fastify-multipart@v9.4.0...v10.1.0)

---
updated-dependencies:
- dependency-name: "@fastify/multipart"
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/fastify/multipart-10.1.0 branch from 510ac26 to 28b1bff Compare July 27, 2026 09:16
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.

1 participant