Skip to content

Commit

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

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/fastify/fastify/compare/v4.22.2...v4.23.0)

##### What's Changed

- test: reduce output of reqIdGenFactory.test.js by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify#5012
- feat: Add onListen Hook by
[@&#8203;BrendenInhelder](https://togithub.com/BrendenInhelder) in
[fastify/fastify#4899
- docs(readme): avoid line breaks in documentation links by
[@&#8203;antoineneff](https://togithub.com/antoineneff) in
[fastify/fastify#5014
- chore(examples): added curly braces to conditions for consistency by
[@&#8203;turnerran](https://togithub.com/turnerran) in
[fastify/fastify#5015
- feat: access handler name add properties to req route options by
[@&#8203;cesarvspr](https://togithub.com/cesarvspr) in
[fastify/fastify#4470
- chore: Bump the dev-dependencies group with 1 update by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify#5018
- docs: minor improvements by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify#5019
- chore(deps): replace tiny-lru with toad-cache by
[@&#8203;kibertoad](https://togithub.com/kibertoad) in
[fastify/fastify#4668
- docs(ecosystem.md): Fix wrong entry for ecosystem.md by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify#5021
- perf: use `node:` prefix to bypass require.cache call for builtins by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify#5026
- docs(typo): mistype of monkeypatch by
[@&#8203;Menkveld-24](https://togithub.com/Menkveld-24) in
[fastify/fastify#5027
- chore: change website to .dev instead of .io by
[@&#8203;Eomm](https://togithub.com/Eomm) in
[fastify/fastify#5028
- chore: add gurgunday and uzlopak as contributors by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify#5029
- chore: add a citgm command to customize what we run in CITGM by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[fastify/fastify#5030

##### New Contributors

- [@&#8203;BrendenInhelder](https://togithub.com/BrendenInhelder) made
their first contribution in
[fastify/fastify#4899
- [@&#8203;antoineneff](https://togithub.com/antoineneff) made their
first contribution in
[fastify/fastify#5014
- [@&#8203;turnerran](https://togithub.com/turnerran) made their first
contribution in
[fastify/fastify#5015
- [@&#8203;Menkveld-24](https://togithub.com/Menkveld-24) made their
first contribution in
[fastify/fastify#5027

**Full Changelog**:
fastify/fastify@v4.22.2...v4.23.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:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and jtoar committed Sep 13, 2023
1 parent 0790498 commit 9e77653
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 14 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.2",
"fast-glob": "3.3.1",
"fast-json-parse": "1.0.3",
"fastify": "4.22.2",
"fastify": "4.23.0",
"fastify-raw-body": "4.2.2",
"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.2.0",
"ansi-colors": "4.1.3",
"fast-glob": "3.3.1",
"fastify": "4.22.2",
"fastify": "4.23.0",
"fastify-raw-body": "4.2.2",
"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 @@ -35,7 +35,7 @@
"crypto-js": "4.1.1",
"dotenv": "16.3.1",
"fast-json-parse": "1.0.3",
"fastify": "4.22.2",
"fastify": "4.23.0",
"fastify-raw-body": "4.2.2",
"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.22.2",
"fastify": "4.23.0",
"yargs-parser": "21.1.1"
},
"devDependencies": {
Expand Down
27 changes: 17 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7822,7 +7822,7 @@ __metadata:
core-js: 3.32.2
fast-glob: 3.3.1
fast-json-parse: 1.0.3
fastify: 4.22.2
fastify: 4.23.0
fastify-raw-body: 4.2.2
jest: 29.6.4
lodash: 4.17.21
Expand Down Expand Up @@ -8672,7 +8672,7 @@ __metadata:
ansi-colors: 4.1.3
esbuild: 0.18.19
fast-glob: 3.3.1
fastify: 4.22.2
fastify: 4.23.0
fastify-raw-body: 4.2.2
lodash: 4.17.21
qs: 6.11.2
Expand Down Expand Up @@ -9072,7 +9072,7 @@ __metadata:
crypto-js: 4.1.1
dotenv: 16.3.1
fast-json-parse: 1.0.3
fastify: 4.22.2
fastify: 4.23.0
fastify-raw-body: 4.2.2
graphiql: 2.4.7
graphql: 16.8.0
Expand Down Expand Up @@ -9217,7 +9217,7 @@ __metadata:
dotenv-defaults: 5.0.2
esbuild: 0.18.19
fast-glob: 3.3.1
fastify: 4.22.2
fastify: 4.23.0
typescript: 5.2.2
yargs-parser: 21.1.1
bin:
Expand Down Expand Up @@ -19772,9 +19772,9 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:4.22.2":
version: 4.22.2
resolution: "fastify@npm:4.22.2"
"fastify@npm:4.23.0":
version: 4.23.0
resolution: "fastify@npm:4.23.0"
dependencies:
"@fastify/ajv-compiler": ^3.5.0
"@fastify/error": ^3.2.0
Expand All @@ -19791,8 +19791,8 @@ __metadata:
rfdc: ^1.3.0
secure-json-parse: ^2.5.0
semver: ^7.5.0
tiny-lru: ^11.0.1
checksum: b7bbea401f90d3123125bb686dda04f7f78a1c925b05fbc3cbbba4c93ccd21246d9d606d6bea67fa83fe384618155bbfdd6d4ae7b5343124d31021a4e52ea200
toad-cache: ^3.2.0
checksum: dda100e8b39e2b86c69abffcdf2815c26b4299430edd92469cb7b4ec709df1cfd993f2cee2783fba06eb1ab94b9fccdbbe0778b16d60ecea209aa4055ed9a90a
languageName: node
linkType: hard

Expand Down Expand Up @@ -33531,7 +33531,7 @@ __metadata:
languageName: node
linkType: hard

"tiny-lru@npm:^11.0.0, tiny-lru@npm:^11.0.1":
"tiny-lru@npm:^11.0.0":
version: 11.0.1
resolution: "tiny-lru@npm:11.0.1"
checksum: f1b4c61dcf822747daafc2ec9f6de6722b7c8f028532d89a878315d0c82001fd9c9386916b6af96ee754ed327d3136ba7b55d319ffc1b4c108a34fdd923fd13b
Expand Down Expand Up @@ -33674,6 +33674,13 @@ __metadata:
languageName: node
linkType: hard

"toad-cache@npm:^3.2.0":
version: 3.2.0
resolution: "toad-cache@npm:3.2.0"
checksum: 48dc4ff92ea228426f05c3f0b04333253ac9a4b5e6b83c260469d1d0995ee39397af0cd3ca327d53ba52ae23cf10a704b90b8b70707376427765ad01ff065ac2
languageName: node
linkType: hard

"tocbot@npm:^4.20.1":
version: 4.21.0
resolution: "tocbot@npm:4.21.0"
Expand Down

0 comments on commit 9e77653

Please sign in to comment.