Skip to content

Commit

Permalink
fix(deps): update dependency fastify to v4.22.0 (#9093)
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.21.0` ->
`4.22.0`](https://renovatebot.com/diffs/npm/fastify/4.21.0/4.22.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/fastify/4.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fastify/4.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fastify/4.21.0/4.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fastify/4.21.0/4.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/fastify/fastify/compare/v4.21.0...v4.22.0)

##### What's Changed

- make FastifySchemaValidationError.params wider by
[@&#8203;cm-ayf](https://togithub.com/cm-ayf) in
[fastify/fastify#4476
- docs(ecosystem): add fastify-hashids by
[@&#8203;andersonjoseph](https://togithub.com/andersonjoseph) in
[fastify/fastify#4934
- fix: hasPlugin does not track parent plugins by
[@&#8203;Eomm](https://togithub.com/Eomm) in
[fastify/fastify#4929
- docs: early hints plugin is fastify plugin by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify#4947
- chore: add pull request title check by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify#4951
- chore: Bump
[@&#8203;sinclair/typebox](https://togithub.com/sinclair/typebox) from
0.29.6 to 0.30.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify#4952
- ci: improve pr title check by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify#4953
- ci: fix warnings in benchmark workflows by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify#4954
- docs: fix removeAdditional comment by
[@&#8203;G0maa](https://togithub.com/G0maa) in
[fastify/fastify#4948
- fix: Try to fix parser benchmark workflow by
[@&#8203;kibertoad](https://togithub.com/kibertoad) in
[fastify/fastify#4956
- fix: infer correct hook handler by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify#4945
- fix: do not double send the response if the request is destroyed but
not aborted by [@&#8203;mcollina](https://togithub.com/mcollina) in
[fastify/fastify#4963
- chore: Bump
[@&#8203;sinclair/typebox](https://togithub.com/sinclair/typebox) from
0.30.4 to 0.31.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify#4973
- fix: bodyLimit must be applied on fully decoded body by
[@&#8203;sergburn](https://togithub.com/sergburn) in
[fastify/fastify#4969
- chore: updates
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
and
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
by [@&#8203;climba03003](https://togithub.com/climba03003) in
[fastify/fastify#4977
- chore: use group dependencies in dependabot by
[@&#8203;climba03003](https://togithub.com/climba03003) in
[fastify/fastify#4979
- chore: fix ci bench by [@&#8203;Eomm](https://togithub.com/Eomm) in
[fastify/fastify#4983
- fix: require.cache is undefined breaks SEA by
[@&#8203;climba03003](https://togithub.com/climba03003) in
[fastify/fastify#4982
- ci: remove sync next wf by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify#4985
- docs: remove mixing ES6 and commomjs in the example by
[@&#8203;thenicolau](https://togithub.com/thenicolau) in
[fastify/fastify#4990
- fix: errorHandler callback should utilize TypeProvider by
[@&#8203;muan](https://togithub.com/muan) in
[fastify/fastify#4989
- types: add onRoute to ApplicationHookLookup by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify#4968
- chore: make tests pass on ipv4 only machine by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[fastify/fastify#4997
- fix: Set `FastifyRequest.id` type as a string by
[@&#8203;samchungy](https://togithub.com/samchungy) in
[fastify/fastify#4992

##### New Contributors

- [@&#8203;G0maa](https://togithub.com/G0maa) made their first
contribution in
[fastify/fastify#4948
- [@&#8203;thenicolau](https://togithub.com/thenicolau) made their first
contribution in
[fastify/fastify#4990
- [@&#8203;muan](https://togithub.com/muan) made their first
contribution in
[fastify/fastify#4989
- [@&#8203;samchungy](https://togithub.com/samchungy) made their first
contribution in
[fastify/fastify#4992

**Full Changelog**:
fastify/fastify@v4.21.0...v4.22.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:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 30, 2023
1 parent f3ce9b1 commit bf999c6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"core-js": "3.32.0",
"fast-glob": "3.3.1",
"fast-json-parse": "1.0.3",
"fastify": "4.21.0",
"fastify": "4.22.0",
"fastify-raw-body": "4.2.1",
"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": "6.0.7",
"ansi-colors": "4.1.3",
"fast-glob": "3.3.1",
"fastify": "4.21.0",
"fastify": "4.22.0",
"fastify-raw-body": "4.2.1",
"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 @@ -36,7 +36,7 @@
"crypto-js": "4.1.1",
"dotenv": "16.3.1",
"fast-json-parse": "1.0.3",
"fastify": "4.21.0",
"fastify": "4.22.0",
"fastify-raw-body": "4.2.1",
"graphql": "16.8.0",
"graphql-scalars": "1.22.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"chalk": "4.1.2",
"dotenv-defaults": "5.0.2",
"fast-glob": "3.3.1",
"fastify": "4.21.0",
"fastify": "4.22.0",
"yargs-parser": "21.1.1"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7299,7 +7299,7 @@ __metadata:
core-js: 3.32.0
fast-glob: 3.3.1
fast-json-parse: 1.0.3
fastify: 4.21.0
fastify: 4.22.0
fastify-raw-body: 4.2.1
jest: 29.6.2
lodash: 4.17.21
Expand Down Expand Up @@ -8151,7 +8151,7 @@ __metadata:
ansi-colors: 4.1.3
esbuild: 0.18.19
fast-glob: 3.3.1
fastify: 4.21.0
fastify: 4.22.0
fastify-raw-body: 4.2.1
lodash: 4.17.21
qs: 6.11.2
Expand Down Expand Up @@ -8454,7 +8454,7 @@ __metadata:
crypto-js: 4.1.1
dotenv: 16.3.1
fast-json-parse: 1.0.3
fastify: 4.21.0
fastify: 4.22.0
fastify-raw-body: 4.2.1
graphql: 16.8.0
graphql-scalars: 1.22.2
Expand Down Expand Up @@ -8594,7 +8594,7 @@ __metadata:
dotenv-defaults: 5.0.2
esbuild: 0.18.19
fast-glob: 3.3.1
fastify: 4.21.0
fastify: 4.22.0
typescript: 5.1.6
yargs-parser: 21.1.1
bin:
Expand Down Expand Up @@ -18301,9 +18301,9 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:4.21.0":
version: 4.21.0
resolution: "fastify@npm:4.21.0"
"fastify@npm:4.22.0":
version: 4.22.0
resolution: "fastify@npm:4.22.0"
dependencies:
"@fastify/ajv-compiler": ^3.5.0
"@fastify/error": ^3.2.0
Expand All @@ -18321,7 +18321,7 @@ __metadata:
secure-json-parse: ^2.5.0
semver: ^7.5.0
tiny-lru: ^11.0.1
checksum: 9981df1f76af95f2980e4c45325841bc72acf7a3d37fd304167d9c5fb60eb5d9fe047b5518bef4f679fad5858b6c95de82ab4ae9815b858bc4586d66d0aa59ae
checksum: 3b387bdab4c393ad260f6545afd0ed50b4000e5e157ef605a554cbf4fd441b674f3b7aac6a25b7f6cf5e1758a5c262997ff6602bf0025dc4af84274a96961381
languageName: node
linkType: hard

Expand Down

0 comments on commit bf999c6

Please sign in to comment.