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/middie from 8.3.1 to 9.0.1 #14006

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2024

Bumps @fastify/middie from 8.3.1 to 9.0.1.

Release notes

Sourced from @​fastify/middie's releases.

v9.0.1

Security

  • path-to-regexp is updated to 8.1.0 to prevent ReDOS attack, it is recommended to use the latest version of this package.

What's Changed

Full Changelog: fastify/middie@v9.0.0...v9.0.1

v9.0.0

What's Changed

New Contributors

Full Changelog: fastify/middie@v8.3.1...v9.0.0

v8.3.3

Security

  • path-to-regexp is updated to 6.3.0 to prevent ReDOS attack, it is recommended to use the latest version of this package.

What's Changed

Full Changelog: fastify/middie@v8.3.2...v8.3.3

v8.3.2

Deprecated

This version includes too much breaking change due to security patch. Please upgrade to version 8.3.3 which includes the security patch with minimal breakages.

Security

  • path-to-regexp is updated to 8.1.0 to prevent ReDOS attack, it is recommended to use the latest version of this package.

You may see some unexpected breaking due the security patch. Here is the workaround,

  1. when you are using wildcard *, you must to provides a param name.
// before
fastify.use('*.css')
// after
fastify.use('*filename{.css}')

... (truncated)

Commits
  • 790bd3e Bumped v9.0.1
  • a6edd6b chore: bump path-to-regexp to 8.1.0 (#212)
  • d733838 Bumped v9.0.0
  • c457710 Bumped v9.0.0-pre.fv5.2
  • 7358d11 chore: update min fastify version (#209)
  • 5a44fc7 build(deps): bump fastify/workflows from 4.2.1 to 5.0.0 (#210)
  • 8234195 build(deps-dev): bump @​types/node from 20.14.13 to 22.0.0 (#208)
  • a78ddad build(deps): bump fastify/workflows from 4.1.0 to 4.2.1 (#206)
  • b242981 build(deps): bump @​fastify/error from 3.4.1 to 4.0.0 (#205)
  • bdb574d v9.0.0-pre.fv5.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by climba03003, a new releaser for @​fastify/middie since your current version.


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)

Bumps [@fastify/middie](https://github.com/fastify/middie) from 8.3.1 to 9.0.1.
- [Release notes](https://github.com/fastify/middie/releases)
- [Commits](fastify/middie@v8.3.1...v9.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 19, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 0e80152b-07dd-4713-bfb7-9161af628a99

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.213%

Totals Coverage Status
Change from base Build fc524155-63ef-431f-a630-c205bb2c5325: 0.0%
Covered Lines: 6750
Relevant Lines: 7320

💛 - Coveralls

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2024

Superseded by #14020.

@dependabot dependabot bot closed this Sep 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fastify/middie-9.0.1 branch September 23, 2024 00:28
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