Skip to content

Commit

Permalink
fix(deps): update dependency fastify to v4.19.0 (#8802)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fastify](https://www.fastify.io/)
([source](https://togithub.com/fastify/fastify)) | [`4.18.0` ->
`4.19.0`](https://renovatebot.com/diffs/npm/fastify/4.18.0/4.19.0) |
[![age](https://badges.renovateapi.com/packages/npm/fastify/4.19.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/fastify/4.19.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/fastify/4.19.0/compatibility-slim/4.18.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/fastify/4.19.0/confidence-slim/4.18.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>fastify/fastify (fastify)</summary>

###
[`v4.19.0`](https://togithub.com/fastify/fastify/releases/tag/v4.19.0)

[Compare
Source](https://togithub.com/fastify/fastify/compare/v4.18.0...v4.19.0)

##### What's Changed

- fix: added a check to prevent creation of secondary server when
external server is supplied by
[@&#8203;aarontravass](https://togithub.com/aarontravass) in
[fastify/fastify#4741
- feat: added originalUrl in request object
[#&#8203;4704](https://togithub.com/fastify/fastify/issues/4704) by
[@&#8203;aarontravass](https://togithub.com/aarontravass) in
[fastify/fastify#4758
- build(deps-dev): Bump markdownlint-cli2 from 0.7.1 to 0.8.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify#4819
- Add Platformatic to deploy strategies by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[fastify/fastify#4822
- Fixed an error that occurred when sending an empty body as a buffer by
[@&#8203;strelov1](https://togithub.com/strelov1) in
[fastify/fastify#4797
- docs(ecosystem): add fastify-better-sqlite3 by
[@&#8203;punkish](https://togithub.com/punkish) in
[fastify/fastify#4812
- fix: correct type definition for genReqId argument by
[@&#8203;sergburn](https://togithub.com/sergburn) in
[fastify/fastify#4784
- fix typo by [@&#8203;is2ei](https://togithub.com/is2ei) in
[fastify/fastify#4828
- fix: handle undefined req.routeConfig in frameworkErrors by
[@&#8203;giuliowaitforitdavide](https://togithub.com/giuliowaitforitdavide)
in
[fastify/fastify#4826
- build(deps-dev): Bump
[@&#8203;sinonjs/fake-timers](https://togithub.com/sinonjs/fake-timers)
from 10.2.0 to 11.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify#4818
- docs(Routes.md): added short description for constraints option by
[@&#8203;giuliowaitforitdavide](https://togithub.com/giuliowaitforitdavide)
in
[fastify/fastify#4838
- \[fix] Tests are failing in Windows due to command line env syntax by
[@&#8203;giuliowaitforitdavide](https://togithub.com/giuliowaitforitdavide)
in
[fastify/fastify#4845
- fix([#&#8203;4774](https://togithub.com/fastify/fastify/issues/4774)):
close bindings through the hook system by
[@&#8203;metcoder95](https://togithub.com/metcoder95) in
[fastify/fastify#4776
- Fix/add missing types fastifycontextconfig by
[@&#8203;dancastillo](https://togithub.com/dancastillo) in
[fastify/fastify#4850
- Added "Principles" to explain the key technical principles behind
Fastify by [@&#8203;mcollina](https://togithub.com/mcollina) in
[fastify/fastify#4852
- pluginName will be exposed in FastifyInstance by
[@&#8203;md-adil](https://togithub.com/md-adil) in
[fastify/fastify#4848
- fix: pass Fastify request to frameworkErrors and omit logging if
disabled by [@&#8203;sergburn](https://togithub.com/sergburn) in
[fastify/fastify#4825
- docs: Add documentation for zod type provider by
[@&#8203;kibertoad](https://togithub.com/kibertoad) in
[fastify/fastify#4456
- docs(ecosystem): add fastify cacheman by
[@&#8203;aalfiann](https://togithub.com/aalfiann) in
[fastify/fastify#4851
- build(deps-dev): Bump eslint-plugin-n from 15.7.0 to 16.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify#4857
- fix: return 431 status code on HTTP header overflow error by
[@&#8203;nflaig](https://togithub.com/nflaig) in
[fastify/fastify#4856
- ci: trigger the new website build by
[@&#8203;Eomm](https://togithub.com/Eomm) in
[fastify/fastify#4839
- Do not leak memory if .listen()\` is not called by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[fastify/fastify#4860
- Extend `decorate()` etc to enforce defined values by
[@&#8203;voxpelli](https://togithub.com/voxpelli) in
[fastify/fastify#4858
- minor jsdoc fixes by [@&#8203;Uzlopak](https://togithub.com/Uzlopak)
in
[fastify/fastify#4855
- feat: Type narrow on status().send() chains with Reply generics by
[@&#8203;aadito123](https://togithub.com/aadito123) in
[fastify/fastify#4823

##### New Contributors

- [@&#8203;aarontravass](https://togithub.com/aarontravass) made their
first contribution in
[fastify/fastify#4741
- [@&#8203;strelov1](https://togithub.com/strelov1) made their first
contribution in
[fastify/fastify#4797
- [@&#8203;punkish](https://togithub.com/punkish) made their first
contribution in
[fastify/fastify#4812
- [@&#8203;md-adil](https://togithub.com/md-adil) made their first
contribution in
[fastify/fastify#4848
- [@&#8203;aalfiann](https://togithub.com/aalfiann) made their first
contribution in
[fastify/fastify#4851
- [@&#8203;nflaig](https://togithub.com/nflaig) made their first
contribution in
[fastify/fastify#4856
- [@&#8203;aadito123](https://togithub.com/aadito123) made their first
contribution in
[fastify/fastify#4823

**Full Changelog**:
fastify/fastify@v4.18.0...v4.19.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM1LjE0NC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and jtoar committed Jul 4, 2023
1 parent 6289a95 commit d811a60
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"core-js": "3.31.0",
"fast-glob": "3.2.12",
"fast-json-parse": "1.0.3",
"fastify": "4.18.0",
"fastify": "4.19.0",
"fastify-raw-body": "4.2.0",
"lodash": "4.17.21",
"pretty-bytes": "5.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@redwoodjs/project-config": "5.0.0",
"ansi-colors": "4.1.3",
"fast-glob": "3.2.12",
"fastify": "4.18.0",
"fastify": "4.19.0",
"fastify-raw-body": "4.2.0",
"lodash": "4.17.21",
"qs": "6.11.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"crypto-js": "4.1.1",
"dotenv": "16.3.1",
"fast-json-parse": "1.0.3",
"fastify": "4.18.0",
"fastify": "4.19.0",
"fastify-raw-body": "4.2.0",
"graphql": "16.7.1",
"graphql-scalars": "1.22.2",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6834,7 +6834,7 @@ __metadata:
core-js: 3.31.0
fast-glob: 3.2.12
fast-json-parse: 1.0.3
fastify: 4.18.0
fastify: 4.19.0
fastify-raw-body: 4.2.0
jest: 29.5.0
lodash: 4.17.21
Expand Down Expand Up @@ -7638,7 +7638,7 @@ __metadata:
ansi-colors: 4.1.3
esbuild: 0.18.10
fast-glob: 3.2.12
fastify: 4.18.0
fastify: 4.19.0
fastify-raw-body: 4.2.0
lodash: 4.17.21
qs: 6.11.2
Expand Down Expand Up @@ -7920,7 +7920,7 @@ __metadata:
crypto-js: 4.1.1
dotenv: 16.3.1
fast-json-parse: 1.0.3
fastify: 4.18.0
fastify: 4.19.0
fastify-raw-body: 4.2.0
graphql: 16.7.1
graphql-scalars: 1.22.2
Expand Down Expand Up @@ -17472,9 +17472,9 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:4.18.0":
version: 4.18.0
resolution: "fastify@npm:4.18.0"
"fastify@npm:4.19.0":
version: 4.19.0
resolution: "fastify@npm:4.19.0"
dependencies:
"@fastify/ajv-compiler": ^3.5.0
"@fastify/error": ^3.2.0
Expand All @@ -17492,7 +17492,7 @@ __metadata:
secure-json-parse: ^2.5.0
semver: ^7.5.0
tiny-lru: ^11.0.1
checksum: 9a8b7e17fc337a5ddd0145e47b054d20ba7f1b7f62f21e5a015047ad770fe0149b8fbb0b9b5582eda045facef74a6120a6e8aa431ad06b5c9d73cecef8289aeb
checksum: e2ad8656b05f1312a0159bc49ce52709573470fd26ccfd5f71646cb6d46afa26e0b724de3f5f0f39fab9f0de0733a3718a83675eee266b5e752bbf5975f2f1bf
languageName: node
linkType: hard

Expand Down

0 comments on commit d811a60

Please sign in to comment.