fastify / fastify-compress

Fastify compression utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

greenkeeper opened this issue Β· comments

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

πŸ“š 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 🌴

After pinning to 2.11.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

  • The devDependency fastify was updated from 2.12.0 to 2.12.1.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v2.12.1

πŸ“š PR:

  • Added fastify-esso plugin (#2084)
  • add comma to queryStringJsonSchema (#2085)
  • Throws error if an invalid status code is sent (#2082)
  • chore: greenkeeper ignore semver (#2095)
  • Fix inaccurate type of setErrorHandler (#2092)
  • Fixed typo res.res to reply.res (#2099)
  • docs: use computed key when assigning property to request (#2100)
  • types: add type of this to the not found handler (#2102)
  • docs: fix header and body generic types (#2103)
  • fix: multiple route same schema (#2108)
  • http2: fix req.hostname not set (#2113)
  • Added fastify-axios plugin (#2118)
  • docs: Clarify reply.redirect status code docs (#2121)
Commits

The new version differs by 14 commits.

  • c4a83ae Bumped v2.12.1
  • 350f00b docs: Clarify reply.redirect status code docs (#2121)
  • a378dd5 Added fastify-axios plugin (#2118)
  • 093947b http2: fix req.hostname not set (#2113)
  • 6f79a90 fix: multiple route same schema (#2108)
  • 98ca7fd docs: fix header and body generic types (#2103)
  • 772cf5e types: add type of this to the not found handler (#2102)
  • b44d859 docs: use computed key when assigning property to request (#2100)
  • da4c89d Fixed typo res.res to reply.res (#2099)
  • 743ad74 Fix inaccurate type of setErrorHandler (#2092)
  • f971751 chore: greenkeeper ignore semver (#2095)
  • 41cd02f Throws error if an invalid status code is sent (#2082)
  • 14b4e02 add comma to queryStringJsonSchema (#2085)
  • 1c52b9f Added fastify-esso plugin (#2084)

See the full diff