fastify / fastify-reply-from

fastify plugin to forward the current http request to another server
MIT License
151 stars 76 forks source link

An in-range update of fastify is breaking the build 🚨 #30

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

The devDependency fastify was updated from 1.11.2 to 1.12.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

fastify is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/fastify/fastify-reply-from/builds/432574264?utm_source=github_status&utm_medium=notification)).

Release Notes for v1.12.0

Enhancements

  • Fix missing object wrapper for errors in pino log - #1180
  • Complete support for Joi. Added test - #1178 #1179

Fixes

  • fix the logic of convert chunk segement into string - #1172

Typescript

  • Add overloads for { parseAs: "string" } or { parseAs: "buffer" } - #1162
  • added generic Query, Params, Headers, and Body types - #1160

Internals

  • Update genReqId test name - #1167

Documentation

  • Keep consistent es6 usage in readme example - #1181
  • added fastify-jwt-webapp - #1141
  • Update Ecosystem.md - #1170
  • Add @cemremengu to contributors - #1176
  • Correct typo in docs/Plugins-Guide.md - #1173
  • Add fastify-webpack-hmr community plugin to ECOSYSTEM.md - #1152
  • Updated README and tap runner - #1171
  • Error Handling Documentation - #1130
  • Update ContentTypeParser.md - #1157
  • Add fastify-vue-plugin to Ecosystem.md - #1151
  • Add fastify-loader to Ecosystem.md - #1154
  • Add badge of vulnerabilities from snyk.io - #1149
Commits

The new version differs by 20 commits.

  • dfec122 Bumped v1.12.0
  • 889f16d Fix missing object wrapper for errors in pino log (#1180)
  • f33b0b2 Keep consistent es6 usage in readme example (#1181)
  • 01687a8 added fastify-jwt-webapp (#1141)
  • cf7e76c Complete support for Joi. Added test (#1179)
  • 0afa858 Fix support for latest Joi (#1178)
  • c21932c Update Ecosystem.md (#1170)
  • 12b62d9 Add @cemremengu to contributors (#1176)
  • 5441280 fix the logic of convert chunk segement into string (#1172)
  • 64869a5 Correct typo in docs/Plugins-Guide.md (#1173)
  • 80f74c8 Updated README and tap runner (#1171)
  • 1b16a4c chore(package): update autocannon to version 3.0.0 (#1165)
  • 4b5f818 Error Handling Documentation (#1130)
  • 15fbe24 added generic Query, Params, Headers, and Body types (#1160)
  • c21bb9f Add overloads for { parseAs: "string" } or { parseAs: "buffer" } (#1162)

There are 20 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 1.11.2 your tests are passing again. Downgrade this dependency πŸ“Œ.

mcollina commented 6 years ago

flaky CI