question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

The devDependency fastify was updated from 2.11.0 to 2.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).

Release Notes for v2.12.0

<g-emoji class="g-emoji" alias="books" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4da.png">📚</g-emoji> PR:

  • fix: skip serialization for json string (#1937)
  • Added fastify-casl to Community Plugins (#1977)
  • feature: added validation context to validation result (#1915)
  • ESM support (#1984)
  • fix: adjust hooks body null (#1991)
  • Added mcollina's plugin "fastify-secure-session" (#1999)
  • Add fastify-typeorm-plugin to community plugins (#1998)
  • Remove Azure Pipelines (#1985)
  • Update validation docs (#1994)
  • Drop Windows-latest and Node 6 from CI as its failing. (#2002)
  • doc: fix esm-support anchor (#2001)
  • Docs(Fluent-Schema.md): fix fluent schema repo link (#2007)
  • fix - docs - hooks - error handling (#2000)
  • add fastify-explorer to ecosystem (#2003)
  • Add a recommendations doc (#1997)
  • Fix TOC typo in recommendations (#2009)
  • docs(Typescript): typo (#2016)
  • docs: fix onResponse parameter (#2020)
  • Update template bug.md (#2025)
  • fix replace way enum (#2026)
  • docs: update inject features (#2029)
  • Update Copyright Year to 2020 (#2031)
  • add generic to typescript Reply.send payload (#2032)
  • Shorten longest line (docs) (#2035)
  • docs: OpenJS CoC (#2033)
  • Workaround for using one schema for multiple routes (#2044)
  • docs: inject chainable methods (#1917) (#2043)
  • http2: handle graceful close (#2050)
  • chore(package): update fluent-schema to version 0.10.0 (#2057)
  • chore(package): update yup to version 0.28.1 (#2059)
  • Update README.md (#2064)
  • Added fastify-response-validation to ecosystem (#2063)
  • fix: use opts of onRoute hook (#2060)
  • Fixed documentation typo (#2067)
  • Add missing TS definition for ServerOptions.genReqId function arg (#2076)
  • fix: throw hooks promise rejection (#2070) (#2074)
  • Add docs to stop processing hooks with async (#2079)
Commits

The new version differs by 38 commits.

  • 7a37924 Bumped v2.12.0
  • aacefcd Add docs to stop processing hooks with async (#2079)
  • c052c21 fix: throw hooks promise rejection (#2070) (#2074)
  • 6b39870 Add missing TS definition for ServerOptions.genReqId function arg (#2076)
  • 7fa4bdd Fixed documentation typo (#2067)
  • 6b73e0a fix: use opts of onRoute hook (#2060)
  • 7bb9733 Added fastify-response-validation to ecosystem (#2063)
  • 0a1c1f0 Update README.md (#2064)
  • bd9f608 chore(package): update yup to version 0.28.1 (#2059)
  • e19d078 chore(package): update fluent-schema to version 0.10.0 (#2057)
  • d0c976e http2: handle graceful close (#2050)
  • af8a6ac docs: inject chainable methods (#1917) (#2043)
  • 62f21b1 Workaround for using one schema for multiple routes (#2044)
  • 5258f42 docs: OpenJS CoC (#2033)
  • ac46905 Shorten longest line (docs) (#2035)

There are 38 commits in total.

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 🌴

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Ethan-Arrowoodcommented, Feb 7, 2020

Yes I’ll take a look asap

Ethan Arrowood

GitHub https://github.com/Ethan-Arrowood | Twitter https://twitter.com/ArrowoodTech

0reactions
greenkeeper[bot]commented, Mar 20, 2020
  • The devDependency fastify was updated from 2.12.1 to 2.13.0.

Your tests are still failing with this version. Compare changes

Release Notes for v2.13.0

<g-emoji class="g-emoji" alias="books" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4da.png">📚</g-emoji> PR:

  • Update deps
  • update GH checkout action (#2122)
  • fix add schema conflict (#2077)
  • Use light-my-request types instead of duplicating typings. fixes #2098 (#2124)
  • feat(#1930): added option to overrind onBadUrl callback (#2106)
  • quicker quick start (#2125)
  • docs: Clarify thrown values must be Errors (#2126)
  • Update decorators documentation (#2127)
  • fix: throw error if decorator is called after start (#2128)
  • Update ci.yml (#2133)
  • Remove Gitter links (#2132)
  • fix test ready-start order (#2136)
  • chore(package): update @typescript-eslint/parser to version 2.24.0 (#2138)
Commits

The new version differs by 14 commits.

  • 04b696b Bumped v2.13.0
  • a071150 Update deps
  • a6db281 chore(package): update @typescript-eslint/parser to version 2.24.0 (#2138)
  • 627c756 fix test ready-start order (#2136)
  • 3dbeb64 Remove Gitter links (#2132)
  • 9b533f5 Update ci.yml (#2133)
  • 512561f fix: throw error if decorator is called after start (#2128)
  • 2874af5 Update decorators documentation (#2127)
  • ba9086b docs: Clarify thrown values must be Errors (#2126)
  • a8d5448 quicker quick start (#2125)
  • 14059cf feat(#1930): added option to overrind onBadUrl callback (#2106)
  • 911c8c0 Use light-my-request types instead of duplicating typings. fixes #2098 (#2124)
  • 0b50f38 fix add schema conflict (#2077)
  • a272f15 update GH checkout action (#2122)

See the full diff

Read more comments on GitHub >

github_iconTop Results From Across the Web

An in-range update of fastify is breaking the build 🚨 · Issue #201 ...
The devDependency fastify was updated from 2.7.1 to 2.8.0. 🚨 View failing branch. This version is covered by your current version range and...
Read more >
Developers - An in-range update of nunjucks is breaking the build 🚨 -
The devDependency nunjucks was updated from 3.1.7 to 3.2.0 . View failing branch. This version is covered by your current...
Read more >
Server - Fastify
Fast and low overhead web framework, for Node.js.
Read more >
Migration-Guide-V4 - Fastify
This guide is intended to help with migration from Fastify v3 to v4. Before migrating to v4, please ensure that you have fixed...
Read more >
Ecosystem - Fastify
allows you to easily build serverless web applications/services and RESTful APIs using Fastify on top of AWS Lambda and Amazon API Gateway. @fastify/basic-auth ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found