fastify-reply-from
fastify-reply-from copied to clipboard
build(deps-dev): Bump @fastify/multipart from 7.7.3 to 8.2.0
Bumps @fastify/multipart from 7.7.3 to 8.2.0.
Release notes
Sourced from @fastify/multipart
's releases.
v8.2.0
What's Changed
- docs(readme): replace
fastify.io
links withfastify.dev
by@Fdawgs
in fastify/fastify-multipart#503- use
@fastify/busboy
v2.1.0 by@gurgunday
in fastify/fastify-multipart#506- chore(.gitignore): add .tap/ dir by
@Fdawgs
in fastify/fastify-multipart#508- chore(deps-dev): bump
@fastify/swagger-ui
from 2.1.0 to 3.0.0 by@dependabot
in fastify/fastify-multipart#510- chore(deps-dev): bump
@typescript-eslint/parser
from 6.21.0 to 7.0.2 by@dependabot
in fastify/fastify-multipart#512- backport: fix: make sure the handler resolves in all cases by
@gurgunday
in fastify/fastify-multipart#515Full Changelog: https://github.com/fastify/fastify-multipart/compare/v8.1.0...v8.2.0
v8.1.0
What's Changed
- move unused packages to devDependencies by
@gurgunday
in fastify/fastify-multipart#483- fix eslint by
@gurgunday
in fastify/fastify-multipart#485- use
in
to check for prototype violation by@gurgunday
in fastify/fastify-multipart#484- chore: add
.gitattributes
file by@Fdawgs
in fastify/fastify-multipart#487- perf: do not mutate req.raw by
@gurgunday
in fastify/fastify-multipart#488- chore(deps-dev): bump climem from 1.0.3 to 2.0.0 by
@dependabot
in fastify/fastify-multipart#490- docs: update for attachFieldsToBody: keyValues by
@dancastillo
in fastify/fastify-multipart#492- add
parts
type and enable coverage checking by@gurgunday
in fastify/fastify-multipart#491- chore(package): explicitly declare js module type by
@Fdawgs
in fastify/fastify-multipart#493- chore(deps-dev): bump
@fastify/swagger-ui
from 1.10.2 to 2.0.1 by@dependabot
in fastify/fastify-multipart#499- chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 by
@dependabot
in fastify/fastify-multipart#500- chore(deps-dev): bump readable-stream from 3.6.2 to 4.5.1 by
@dependabot
in fastify/fastify-multipart#501- Partly closes #496: add missing type by
@hash0000
in fastify/fastify-multipart#502New Contributors
@dancastillo
made their first contribution in fastify/fastify-multipart#492@hash0000
made their first contribution in fastify/fastify-multipart#502Full Changelog: https://github.com/fastify/fastify-multipart/compare/v8.0.0...v8.1.0
v8.0.0
What's Changed
- move linting to CI by
@gurgunday
in fastify/fastify-multipart#466- chore(deps-dev): bump
@typescript-eslint/eslint-plugin
from 5.62.0 to 6.2.1 by@dependabot
in fastify/fastify-multipart#471- chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 by
@dependabot
in fastify/fastify-multipart#475- perf: use
node:
prefix to bypass require.cache call for builtins by@Fdawgs
in fastify/fastify-multipart#477- Remove the deprecated addToBody option and return files as buffers when attachFieldsToBody is set to keyValues by
@gurgunday
in fastify/fastify-multipart#481Full Changelog: https://github.com/fastify/fastify-multipart/compare/v7.7.3...v8.0.0
Commits
af99f11
Bumped v8.2.00cab306
backport: fix: make sure the handler resolves in all cases (#515)4bacfd7
chore(deps-dev): bump@typescript-eslint/parser
from 6.21.0 to 7.0.2 (#512)c5c145e
chore(deps-dev): bump@fastify/swagger-ui
from 2.1.0 to 3.0.0 (#510)e2aaf59
chore(.gitignore): add .tap/ dir (#508)8e4b5e5
use@fastify/busboy
v2.1.0 (#506)2b4809e
docs(readme): replacefastify.io
links withfastify.dev
(#503)be610c5
Bumped v8.1.0a1e4c82
Bumped v8.0.02430619
Partly closes #496: add missing type (#502)- 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)