Skip to content

Commit

Permalink
fix(deps): update dependency fastify to v4.19.2 (#8820)
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.19.0` ->
`4.19.2`](https://renovatebot.com/diffs/npm/fastify/4.19.0/4.19.2) |
[![age](https://badges.renovateapi.com/packages/npm/fastify/4.19.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/fastify/4.19.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/fastify/4.19.2/compatibility-slim/4.19.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/fastify/4.19.2/confidence-slim/4.19.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/fastify/fastify/compare/v4.19.1...v4.19.2)

#### What's Changed

- fix(typescript): route config should not pass url and method by
[@&#8203;climba03003](https://togithub.com/climba03003) in
[fastify/fastify#4872
- Overload `DecorationMethod` to fix
[#&#8203;4870](https://togithub.com/fastify/fastify/issues/4870) by
[@&#8203;voxpelli](https://togithub.com/voxpelli) in
[fastify/fastify#4874
- fix: Type inference breaking when Reply generic is not passed by
[@&#8203;aadito123](https://togithub.com/aadito123) in
[fastify/fastify#4875
- fix: regression with close and serverFactory by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[fastify/fastify#4876

**Full Changelog**:
fastify/fastify@v4.19.1...v4.19.2

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

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

#### What's Changed

- docs(typescript): fix typo by
[@&#8203;jon-codes](https://togithub.com/jon-codes) in
[fastify/fastify#4861
- docs(testing): add plugin testing guide by
[@&#8203;Ekott2006](https://togithub.com/Ekott2006) in
[fastify/fastify#4849
- docs: fix platformatic-cloud anchor id by
[@&#8203;sher](https://togithub.com/sher) in
[fastify/fastify#4863
- fix: Type narrow fix issue from PR
[#&#8203;4823](https://togithub.com/fastify/fastify/issues/4823) by
[@&#8203;aadito123](https://togithub.com/aadito123) in
[fastify/fastify#4869

#### New Contributors

- [@&#8203;jon-codes](https://togithub.com/jon-codes) made their first
contribution in
[fastify/fastify#4861
- [@&#8203;sher](https://togithub.com/sher) made their first
contribution in
[fastify/fastify#4863

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

</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] committed Jul 4, 2023
1 parent 54194d6 commit 84639d2
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.19.0",
"fastify": "4.19.2",
"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.19.0",
"fastify": "4.19.2",
"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.19.0",
"fastify": "4.19.2",
"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 @@ -6911,7 +6911,7 @@ __metadata:
core-js: 3.31.0
fast-glob: 3.2.12
fast-json-parse: 1.0.3
fastify: 4.19.0
fastify: 4.19.2
fastify-raw-body: 4.2.0
jest: 29.5.0
lodash: 4.17.21
Expand Down Expand Up @@ -7718,7 +7718,7 @@ __metadata:
ansi-colors: 4.1.3
esbuild: 0.18.11
fast-glob: 3.2.12
fastify: 4.19.0
fastify: 4.19.2
fastify-raw-body: 4.2.0
lodash: 4.17.21
qs: 6.11.2
Expand Down Expand Up @@ -8003,7 +8003,7 @@ __metadata:
crypto-js: 4.1.1
dotenv: 16.3.1
fast-json-parse: 1.0.3
fastify: 4.19.0
fastify: 4.19.2
fastify-raw-body: 4.2.0
graphql: 16.7.1
graphql-scalars: 1.22.2
Expand Down Expand Up @@ -17604,9 +17604,9 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down

0 comments on commit 84639d2

Please sign in to comment.