Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @fastify/busboy from 1.2.1 to 2.0.0 #486

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps @fastify/busboy from 1.2.1 to 2.0.0.

Release notes

Sourced from @​fastify/busboy's releases.

2.0.0

Commits
  • 5f71e5f Prepare to release 2.0.0
  • 47291c4 perf: use node: prefix to bypass require.cache call for builtins (#125)
  • 06bad11 build(deps-dev): bump tsd from 0.28.1 to 0.29.0 (#124)
  • 0ff7d3d throw when there's no boundary (#122)
  • 1cdb224 remove text-decoding (#120)
  • 9261ecb fix: busboy is not a constructor (#119)
  • dccf575 build(deps-dev): bump eslint-plugin-n from 15.7.0 to 16.0.0 (#118)
  • 08ae1f4 build(deps-dev): bump @​types/node from 18.16.5 to 20.1.0 (#117)
  • 57b354d ci: only trigger on pushes to main branches (#116)
  • 9e24edc build(deps-dev): bump typescript from 4.9.5 to 5.0.2 (#114)
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 2, 2023
@kibertoad
Copy link
Member

@Uzlopak Would you consider that to be a semver major for fastify-multipart?

@Uzlopak
Copy link
Contributor

Uzlopak commented Oct 2, 2023

Well the tests break. Worse they break with status 500.

So somehow it must be decided if we handle them gracefully and keep the old behavior (semver-minor) or we repackage the error to status 400 (semver-major).

I personally never used this package, so i dont know what the better UX is.

From a technical point of view I think returning 400 is more appropriate.

@Uzlopak
Copy link
Contributor

Uzlopak commented Oct 2, 2023

@gurgunday
@KhafraDev
@LinusU

Any opinion or insights you can share?

@gurgunday
Copy link
Member

It’s unfortunate that we couldn’t align the releases (I didn’t know when we’d bump busboy as the undici PR could require more breaking changes)

I’m fine with both options - two major releases with this little between them won’t look great but this change should’ve been part of v8.0 anyway

@Uzlopak
Copy link
Contributor

Uzlopak commented Oct 2, 2023

We can postpone the upgrade till our changes in busboy landed.
In the meanwhile we still should collect UX feedback, looking at you @LinusU . :))

@gurgunday
Copy link
Member

We can postpone the upgrade till our changes in busboy landed.

Just to add, let’s use this opportunity to also align 100% with the RFC, the way it currently handles some malformed parts should be a higher level functionality

Bumps [@fastify/busboy](https://github.com/fastify/busboy) from 1.2.1 to 2.0.0.
- [Release notes](https://github.com/fastify/busboy/releases)
- [Changelog](https://github.com/fastify/busboy/blob/master/CHANGELOG.md)
- [Commits](fastify/busboy@v1.2.1...2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fastify/busboy-2.0.0 branch from a372113 to 62ba364 Compare October 27, 2023 14:00
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 13, 2023

Superseded by #494.

@dependabot dependabot bot closed this Nov 13, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fastify/busboy-2.0.0 branch November 13, 2023 08:33
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.

3 participants