Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

[Snyk] Upgrade fastify from 2.12.1 to 2.13.0#5

Merged
mikaelvesavuori merged 1 commit intomasterfrom
snyk-upgrade-55335eab268c2c2b5f35f1345ed790ab
May 10, 2020
Merged

[Snyk] Upgrade fastify from 2.12.1 to 2.13.0#5
mikaelvesavuori merged 1 commit intomasterfrom
snyk-upgrade-55335eab268c2c2b5f35f1345ed790ab

Conversation

@snyk-bot
Copy link
Copy Markdown
Contributor

Snyk has created this PR to upgrade fastify from 2.12.1 to 2.13.0.

ℹ️ 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 1 version ahead of your current version.
  • The recommended version was released a month ago, on 2020-03-20.
Release notes
Package name: fastify
  • 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)
from fastify GitHub release notes
Commit messages
Package name: fastify
  • 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)

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

@mikaelvesavuori mikaelvesavuori merged commit aadfce7 into master May 10, 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