cemremengu / fastify-oracle

Attaches an oracledb connection pool to a Fastify server instance.
Other
14 stars 11 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency fastify was updated from 2.3.0 to 2.4.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 could not complete due to an error ([Details](https://travis-ci.org/cemremengu/fastify-oracle/builds/535669701?utm_source=github_status&utm_medium=notification)).

Release Notes for v2.4.0

Features

  • Use secure-json-parse instead of bourne (#1619)
  • Add option to disable request start and end logging (#1629)

Fixes

  • Add typings for disableRequestLogging option (#1633)
  • Catches onRoute hooks errors (#1651)
  • Emit warning synchronously (#1657)
  • Hooks: throw on incorrect async function (#1608)
  • fix(types): fix register options (#1644)

Documentation

  • add: more example on how use the $ref keyword (#1613)
  • Minor host binding documentation rewrite: (#1616)
  • Add fastify-feature-flags plugin to Ecosystem (#1614)
  • docs: fix a broken anchor tag in Logging page (#1622)
  • improve docs of fastify.close() (#1632)
  • Added fastify-decorators to Ecosystem.md (#1645)
  • offboarding steps (#1646)
  • Add fastify-objectionjs plugin to the Ecosystem (#1638)
  • add example repo link (#1648)
  • Make some spelling and grammar corrections to TS.md (#1640)
  • docs(reply): clarify settings headers (#1642)
  • Docs: add links for Ajv i18n and custom errors (#1588)
  • Updated docs to reflect internal reorg (#1575)

Internals

  • chore(travis) add 12 (#1611)
  • add node v12 to ci (#1610)
  • Updated azure pipelines configuration (#1639)
  • chore(package): update dns-prefetch-control to version 0.2.0 (#1641)
  • add tap into greenkeeper ignore list (#1643)
  • Fix typo in azure-pipelines.yml (#1649)
  • chore(package): update flatstr to version 1.0.12 (#1653)
  • chore(package): update send to version 0.17.0 (#1627)
  • internal: moved route code (#1625)
Commits

The new version differs by 30 commits.

  • a6fa039 Bumped v2.4.0
  • ff5bfdd docs(reply): clarify settings headers (#1642)
  • 9e65ca4 internal: moved route code (#1625)
  • d377ebe Make some spelling and grammar corrections to TS.md (#1640)
  • 1f3c0de Emit warning synchronously (#1657)
  • dd05901 chore(package): update send to version 0.17.0 (#1627)
  • d1dab14 add example repo link (#1648)
  • 481d809 Catches onRoute hooks errors (#1651)
  • 6e4e662 chore(package): update flatstr to version 1.0.12 (#1653)
  • f627bbf fix(types): fix register options (#1644)
  • a210899 offboarding steps (#1646)
  • 0ce4f0d Fix typo in azure-pipelines.yml (#1649)
  • 5a01a55 Added fastify-decorators to Ecosystem.md (#1645)
  • d6b5354 add tap into greenkeeper ignore list (#1643)
  • edff93c Docs: add links for Ajv i18n and custom errors (#1588)

There are 30 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 5 years ago

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.4.1
  • Add .git folder to NPM ignore - #1663
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v2.5.0

Features:

  • Add ability to get response time on reply - #1697
  • Alias schema.query to schema.querystring (#1690) - #1694

Fixes:

  • Added case sensitive option to definition file - #1691
  • fix: use reply instead of original res - #1704
  • Removes double call to afterRouteAdded when ignoreTrailingSlash === true - #1675
  • Fix http2SecureServer test - #1681
  • Adds defaults to TS generics definitions - #1669

Documentation:

  • docs: fix typos for logging - #1701
  • Add RBAC plugin - #1692
  • Update docs to fix req.body inside logger req - #1695
Commits

The new version differs by 12 commits.

  • 901911c Bumped v2.5.0
  • 1ad7566 add ability to get response time on reply (#1697)
  • fda8448 Added case sensitive option to definition file. (#1691)
  • d8730a2 fix: use reply instead of original res (#1704)
  • b53f037 chore: greenkeeper ignore autocannon (#1696)
  • 00d0e23 docs: fix typos (#1701)
  • bdc137e Alias schema.query to schema.querystring (#1690) (#1694)
  • 41a94c3 docs: fix req.body inside logger req (#1695)
  • ecea232 Removes double call to afterRouteAdded when ignoreTrailingSlash === true (#1675)
  • fc52dc3 Add RBAC plugin to Ecosystem (#1692)
  • 7f274d1 Update node types, typescript, and fix broken test (#1681)
  • 1958c74 Adds defaults to TS generics definitions (#1669)

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v2.8.0

πŸ“š PR:

  • docs(Serverless): add missing punctuation marks (#1783)
  • Add toStrinTag to errors (#1785)
  • [ts] Add handler to RouteShorthandOptions (#1788)
  • typo: typescript-server.ts (#1791)
  • Add request property to reply documentation (#1792)
  • Use .isFluentSchema instead of symbol to check for fluent-schema (#1794)
  • fix inverted if in serverless example (#1797)
  • Ensure that header properties are not duplicated in schema (#1806)
  • docs(Hooks): Add each Hook to a title (#1801)
  • Docs(typescript) and other typos (#1811)
  • docs(Hooks): (#1810)
  • Update standard (#1816)
  • add plugin for autogenerate crud route in Ecosystem (#1813)
  • chore(package): update @typescript-eslint/parser to version 2.0.0 (#1799)
  • Improve default 404 route (#1826)
  • Schema build error (#1808)
  • Update Ecosystem.md (#1827)
  • fix: premature close test (#1833)
  • Added Zeit Now docs (#1824)
  • greenkeeper ignore @typescript-eslint/eslint-plugin (#1835)
Commits

The new version differs by 64 commits.

  • 00d72e5 Bumped v2.8.0
  • c56a9c1 greenkeeper ignore @typescript-eslint/eslint-plugin (#1835)
  • db66ea3 Added Zeit Now docs (#1824)
  • 804256e fix: premature close test (#1833)
  • 936b509 Update Ecosystem.md (#1827)
  • 5f3ae97 Schema build error (#1808)
  • 76c8879 Improve default 404 route (#1826)
  • 05c0329 chore(package): update @typescript-eslint/parser to version 2.0.0 (#1799)
  • d48c6a2 add plugin for autogenerate crud route in Ecosystem (#1813)
  • 0d6055d Update standard (#1816)
  • 639298b docs(Hooks): (#1810)
  • 0d2fdd7 Docs(typescript) and other typos (#1811)
  • 1568dff docs(Hooks): Add each Hook to a title (#1801)
  • 9c940b7 Ensure that header properties are not duplicated in schema (#1806)
  • fb68541 fix inverted if in serverless example (#1797)

There are 64 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v2.9.0

πŸ“š PR:

  • Improving Getting Started documentation (#1837)
  • feat - Implement pluginName (#1836)
  • feature: add onResponse hook in route declaration (#1838)
  • Fix eslint "no-misused-promises" error in hooks (#1843)
  • Update Validation-and-Serialization.md (#1846)
  • docs(Reply): fix Errors (#1848)
  • First batch of documentation fixes (#1850)
  • add FastifyReply#removeHeader method to fastify.d.ts (#1849)
  • randomize file name in test (#1856)
  • Move Nathan Woltman to Past Collaborators (#1857)
  • add github workflow for CI and website, (#1853)
  • possible fixes (#1861)
  • fix (#1862)
  • Fix/pkg manager ci (#1863)
  • install yarn and pnpm in the host env (#1865)
  • Rules to contributing to plugins (#1842)
  • Make reply a thenable (#1869)
  • docs(Plugins): removed prefix from list with fastify-plugin (#1819)
  • Add SerayaEryn to team list (#1867)
  • Don't change resolved schema (#1872)
  • Fix Plugin type in fastify.d.ts (#1841)
  • fix(package): update tiny-lru to version 7.0.0 (#1874)
  • feature: schema resolver (#1858)
  • Fix warning for onError hook (#1876)
  • Update Server.md (#1878)
Commits

The new version differs by 90 commits.

  • 89dd749 Bumped v2.9.0.
  • f84971f Update Server.md (#1878)
  • 718002d Fix warning for onError hook (#1876)
  • 4cf5c33 feature: schema resolver (#1858)
  • 27ff97c fix(package): update tiny-lru to version 7.0.0 (#1874)
  • ee060b0 Fix Plugin type in fastify.d.ts (#1841)
  • 5c00909 Don't change resolved schema (#1872)
  • 72451e9 Add SerayaEryn to team list (#1867)
  • c14aa07 docs(Plugins): removed prefix from list with fastify-plugin (#1819)
  • 0e39b83 Make reply a thenable (#1869)
  • 5a61f3e Rules to contributing to plugins (#1842)
  • af42fe7 install yarn and pnpm in the host env (#1865)
  • e2e9236 Fix/pkg manager ci (#1863)
  • 7aafd27 fix (#1862)
  • bd954ad possible fixes (#1861)

There are 90 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v2.14.0

πŸ“š PR:

Commits

The new version differs by 216 commits.

  • 0f53a90 Bumped v2.14.0
  • faab48f http2: fix HEAD requests hanging (#2233) (#2239)
  • c9a101f fix #2214 (#2218)
  • 394d0d4 Support builder-style injection (#2209)
  • 13595c8 Bumped v2.13.1
  • 034e046 Fix for Link in docs/Middleware (#2192)
  • 32508fe Fix package-manager CI (#2189)
  • 8ba959d Fixes crash when using a non-standard error code (#2184)
  • 08e0a04 ignore fast-json-stringify in dependabot
  • cd0e639 Add google cloud trace API plugin (#2185)
  • f7e9652 fix: typo in routes doc (#2182)
  • 055f220 docs: use direct references in the "Schema Resolver" example (#2155)
  • cbf0fe5 docs: errors in async hook (#2176)
  • 012ac3a Ignore pino@6.
  • cf6c975 Add to fastify-qrcode into Ecosystem (#2170)

There are 216 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v2.14.1
  • Tweak haproxy config for issue #2036 (#2270) (#2271)
  • Fix: call preHandler on reply.callNotFound (#2256) (#2264)
  • doc: doc example to use ajv-errors (#2254)
  • Log clientError as trace to avoid dev confusion (#2241) (#2242)
Commits

The new version differs by 221 commits.

  • 6b0ffc6 Bumped v2.14.1
  • bbd8265 Tweak haproxy config for issue #2036 (#2270) (#2271)
  • 34ba544 Fix: call preHandler on reply.callNotFound (#2256) (#2264)
  • f12f487 doc: doc example to use ajv-errors (#2254)
  • 6f108c4 Log clientError as trace to avoid dev confusion (#2241) (#2242)
  • 0f53a90 Bumped v2.14.0
  • faab48f http2: fix HEAD requests hanging (#2233) (#2239)
  • c9a101f fix #2214 (#2218)
  • 394d0d4 Support builder-style injection (#2209)
  • 13595c8 Bumped v2.13.1
  • 034e046 Fix for Link in docs/Middleware (#2192)
  • 32508fe Fix package-manager CI (#2189)
  • 8ba959d Fixes crash when using a non-standard error code (#2184)
  • 08e0a04 ignore fast-json-stringify in dependabot
  • cd0e639 Add google cloud trace API plugin (#2185)

There are 221 commits in total.

See the full diff