An in-range update of fastify is breaking the build π¨
greenkeeper opened this issue Β· 3 comments
The devDependency fastify was updated from 1.13.3
to 1.13.4
.
π¨ 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).
Release Notes for v1.13.4
Enhancements
- move ECONNRESET log from error to debug - #1363
Fixes
- Fix setting multiple cookies as multiple 'Set-Cookie' headers. - #1360
- fix: #1353 ignore evaluation of $schema field in json-schema - #1354
Documentation
- Update copyright year to 2019 - #1364
Commits
The new version differs by 6 commits.
c22a88b
Merge branch '1.x' of https://github.com/fastify/fastify into 1.x
808939c
Bumped v1.13.4
a8c4d37
move ECONNRESET log from error to debug (#1363)
7d6d7e6
Update copyright year to 2019 (#1364)
d7238f3
Fix setting multiple cookies as multiple 'Set-Cookie' headers. (fix #1358) (#1360)
0ee57e7
fix: #1353 ignore evaluation of $schema field in json-schema (#1354)
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot π΄
- The
devDependency
fastify was updated from1.13.4
to1.14.0
.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 7 commits.
772bfbe
Bumped v1.14.0
c854949
update find-my-way to version 1.18.0; (#1422)
66d3943
Cherry-pick fix: removed v2 check
a749889
Protect against prototype poisoning (#1427)
f0dacb9
fix: json schema $ref with $id set in definitions (#1425)
577a96e
Ts routeschema missing type + testing #1378 (#1393)
31184e7
Updated reply.redirect declaration (#1389)
See the full diff
- The
devDependency
fastify was updated from1.14.0
to1.14.1
.
Your tests are still failing with this version. Compare changes
Release Notes for v1.14.1
Fixes
- Allow override of the default content-type parser inside a plugin - #1434