roadrunner-server / roadrunner-plugins

📦 Home for the roadrunner plugins
MIT License
25 stars 9 forks source link

Bump github.com/gofiber/fiber/v2 from 2.23.0 to 2.24.0 #189

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/gofiber/fiber/v2 from 2.23.0 to 2.24.0.

Release notes

Sourced from github.com/gofiber/fiber/v2's releases.

v2.24.0

🚀 New

🧹 Updates

  • Improve printRoutesMessage (#1681)
  • Rename handlerCount to handlersCount (#1674)
  • Add no-color compatibility (#1646)

🐛 Fixes

  • Fix using IP ranges in config.TrustedProxies (#1607) (#1614)
  • Middleware/csrf: unmatched token returns nil error (#1667)
  • goccy/go-json for go1.18-beta1. (#1673)
  • Error handler of app not saved when mounted in group (#1649)

📚 Documentation

  • Indentions for READMEs (#1680)
  • Improve Chinese translation (#1679)
  • Update README_ko.md (#1653, #1656)
  • Change some Chinese translation (#1648)

Thank you @​efectn, @​hi019, @​ichxxx, @​sangjinsu, @​sixcolors and @​vecpeng for making this update possible.

Commits


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 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #189 (2900953) into master (7833c41) will decrease coverage by 0.07%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #189      +/-   ##
==========================================
- Coverage   67.54%   67.46%   -0.08%     
==========================================
  Files         133      133              
  Lines       10414    10414              
==========================================
- Hits         7034     7026       -8     
- Misses       2642     2648       +6     
- Partials      738      740       +2     
Impacted Files Coverage Δ
reload/watcher.go 76.92% <0.00%> (-2.89%) :arrow_down:
amqp/amqpjobs/item.go 73.28% <0.00%> (-1.37%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7833c41...2900953. Read the comment docs.