Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

[Snyk] Upgrade fastify from 2.11.0 to 2.13.1 #68

Closed

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented May 5, 2020

Snyk has created this PR to upgrade fastify from 2.11.0 to 2.13.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 4 versions ahead of your current version.
  • The recommended version was released 23 days ago, on 2020-04-12.
Release notes
Package name: fastify
  • 2.13.1 - 2020-04-12

    📚 PR:

    • Ignore pino@6.
    • ignore fast-json-stringify in dependabot
    • Fix link to Fastify Create (#2146)
    • test for issue #2148 where typedefs for query params object were wrong (#2149)
    • Replace greenkeeper with dependabot (#2162)
    • add fastify-method-override to ecosystem (#2165)
    • Update Logging.md (#2171)
    • Add to fastify-qrcode into Ecosystem (#2170)
    • docs: errors in async hook (#2176)
    • docs: use direct references in the "Schema Resolver" example (#2155)
    • fix: typo in routes doc (#2182)
    • Add google cloud trace API plugin (#2185)
    • Fixes crash when using a non-standard error code (#2184)
    • Fix package-manager CI (#2189)
    • Fix for Link in docs/Middleware (#2192)
  • 2.13.0 - 2020-03-20

    📚 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)
  • 2.12.1 - 2020-02-28

    📚 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)
  • 2.12.0 - 2020-02-06

    📚 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)
  • 2.11.0 - 2019-12-08

    📚 PR:

    • Test: After can access to decorations registered into plugin (#1891)
    • chore(package): update h2url to version 0.2.0 (#1902)
    • Add type definition for genReqId option (#1899)
    • add missing fluent schema link (#1903)
    • Updates fastify-multer repository (#1904)
    • Add Node v13 to CI (#1912)
    • adds fastify-https-redirect to ecosystem (#1911)
    • Added support for onConstructorPoisoning (#1910)
    • Add log serializer (#1901)
    • Added fastify-qs plugin (#1906)
    • Handle invalid url components (#1888)
    • Update Actions to use latest versions of all OS's (#1907)
    • less coverage messages (#1918)
    • chore(package): update form-data to version 3.0.0 (#1923)
    • Update documentation to fix anchors for Hooks (#1928)
    • Added missing types for Server Options (#1922)
    • Fix/1932 Add version field to the route options (#1933)
    • Update abstract-logging to v2 (#1941)
    • Update Routes.md (#1942)
    • Add fastify-errors-properties plugin to Ecosystem (#1944)
    • Add fastify-auth0-verify to Ecosystem. (#1947)
    • chore(package): update fluent-schema to version 0.8.0 (#1950)
    • Added note about OpenJS Foundation (#1948)
    • Update onRoute documentation for plugin authors. (#1956)
    • docs: fix example onRoute with preSerialization (#1959)
    • feature: Ajv custom options (#1946)
    • fix: add middleware type for multiple paths (#1957)
    • fature: register's opts onRegister hook (#1958)
    • feature: Add support for onSend on routes. (#1961)
    • Typescript types plugin example docs update (#1963)
    • chore(package): update fluent-schema to version 0.9.0 (#1964)
    • minor docs update for https typings (#1945)
from fastify GitHub release notes
Commit messages
Package name: fastify
  • 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)
  • f4099fc Update Logging.md (#2171)
  • 7890948 add fastify-method-override to ecosystem (#2165)
  • 8f61c83 Replace greenkeeper with dependabot (#2162)
  • 15d1721 test for issue #2148 where typedefs for query params object were wrong (#2149)
  • b546ea8 Fix link to Fastify Create (#2146)
  • 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)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@lwojcik lwojcik closed this May 6, 2020
@lwojcik lwojcik reopened this May 6, 2020
@lwojcik lwojcik deleted the snyk-upgrade-cc7024dd7e6f51048229a99d14a047c3 branch May 6, 2020 10:25
@lwojcik lwojcik closed this May 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The HTTPInjectOptions typescript interface does not define the 'cookies' property
2 participants