Skip to content

build(deps): bump @fastify/multipart from 9.4.0 to 10.1.0 - #135

Merged
ribato22 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/fastify/multipart-10.1.0
Jul 27, 2026
Merged

build(deps): bump @fastify/multipart from 9.4.0 to 10.1.0#135
ribato22 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/fastify/multipart-10.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 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 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)

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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 27, 2026
@dependabot
dependabot Bot requested a review from ribato22 as a code owner July 27, 2026 08:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 27, 2026
@ribato22
ribato22 merged commit 7d23152 into main Jul 27, 2026
8 checks passed
@ribato22
ribato22 deleted the dependabot/npm_and_yarn/fastify/multipart-10.1.0 branch July 27, 2026 08:46
ribato22 added a commit that referenced this pull request Jul 27, 2026
…ed majors (#140)

Closes out the second Dependabot triage wave.

## 1. Align `vitest` across the workspace
`packages/sdk` pinned `vitest ^1.2.2` while `apps/api` and `apps/worker`
were on `^2.0.0`. **That split is itself a PR generator** — it's why
Dependabot kept proposing a separate sdk-only bump (#134, `1.6.1 →
4.1.10`) that could never merge cleanly and would have left the
workspace split three ways.

Aligning sdk to `^2.0.0` means one vitest major governs everything (and
matches the `^2` pin on `@vitest/coverage-v8`). Drops **249 lines** of
duplicate vitest-1 tree from the lockfile; sdk tests stay green (17/17).

## 2. Three more `ignore` rules for migration-gated majors
| dep | why it can't be a drop-in bump |
|-----|-------------------------------|
| `next` | Next 15+ **requires React 19**, which is already ignored for
the same reason — the admin crosses both majors together or not at all
(#138 closed) |
| `vitest` | must move in lockstep with `@vitest/coverage-v8` **and**
every workspace package → one deliberate PR, never per-package (#134
closed) |
| `n8n-workflow` | 2.x is a new n8n node-API major; the published
`n8n-nodes-multiwa` must be reconciled against it and re-published (#137
closed) |

## Verification
- All 5 workspace packages build ✓ · `api`/`worker`/`admin` typecheck ✓
- **api 324/324** · **worker 34/34** · **sdk 17/17** ✓
- Lockfile still **air-gap safe** (0 `ssh://` refs)
- `dependabot.yml` parses; 13 migration-gated majors now ignored

## This wave's triage
**Merged (4):** #135 `@fastify/multipart` 10 · #136 `@types/nodemailer`
8 (aligned all 3 packages) · **#139 `@fastify/static` 10.1.2 — SECURITY
FIX** · this PR
**Closed with reasons (3):** #134 vitest (workspace split) · #137
n8n-workflow 2.x · #138 next 14→16

> ⚠️ **#139 was a real vulnerability:** `@fastify/static@8.3.0` was
affected by
[GHSA-8pvw-jcv7-9cmj](GHSA-8pvw-jcv7-9cmj)
— *Authorization Bypass via Non-Canonical URL Paths* (MODERATE, affects
`<= 10.1.1`). First patched version is exactly `10.1.2`, so the major
bump was the only remedy. Now on `10.1.2`.
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