Skip to content

Commit

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

---

### Release Notes

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

###
[`v4.27.0`](https://togithub.com/fastify/fastify/compare/v4.26.2...fe25981df1cd9d4fa686ae8227e4c1b3ce804cfd)

[Compare
Source](https://togithub.com/fastify/fastify/compare/v4.26.2...v4.27.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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 16, 2024
1 parent 841ce09 commit cada95d
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/adapters/fastify/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"fastify": "4.26.2",
"fastify": "4.27.0",
"tsx": "4.10.3",
"typescript": "5.4.5",
"vitest": "1.6.0"
Expand Down
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 @@
"dotenv-defaults": "5.0.2",
"fast-glob": "3.3.2",
"fast-json-parse": "1.0.3",
"fastify": "4.26.2",
"fastify": "4.27.0",
"fastify-raw-body": "4.3.0",
"lodash": "4.17.21",
"pretty-bytes": "5.6.0",
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 @@
"@redwoodjs/project-config": "workspace:*",
"chalk": "4.1.2",
"dotenv-defaults": "5.0.2",
"fastify": "4.26.2",
"fastify": "4.27.0",
"fs-extra": "11.2.0",
"yargs": "17.7.2"
},
Expand Down
64 changes: 55 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7522,7 +7522,7 @@ __metadata:
dotenv-defaults: "npm:5.0.2"
fast-glob: "npm:3.3.2"
fast-json-parse: "npm:1.0.3"
fastify: "npm:4.26.2"
fastify: "npm:4.27.0"
fastify-raw-body: "npm:4.3.0"
lodash: "npm:4.17.21"
pino-abstract-transport: "npm:1.2.0"
Expand Down Expand Up @@ -8423,7 +8423,7 @@ __metadata:
"@redwoodjs/framework-tools": "workspace:*"
"@redwoodjs/project-config": "workspace:*"
fast-glob: "npm:3.3.2"
fastify: "npm:4.26.2"
fastify: "npm:4.27.0"
tsx: "npm:4.10.3"
typescript: "npm:5.4.5"
vitest: "npm:1.6.0"
Expand Down Expand Up @@ -8962,7 +8962,7 @@ __metadata:
"@redwoodjs/project-config": "workspace:*"
chalk: "npm:4.1.2"
dotenv-defaults: "npm:5.0.2"
fastify: "npm:4.26.2"
fastify: "npm:4.27.0"
fs-extra: "npm:11.2.0"
tsx: "npm:4.10.3"
typescript: "npm:5.4.5"
Expand Down Expand Up @@ -18053,9 +18053,9 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:4.26.2":
version: 4.26.2
resolution: "fastify@npm:4.26.2"
"fastify@npm:4.27.0":
version: 4.27.0
resolution: "fastify@npm:4.27.0"
dependencies:
"@fastify/ajv-compiler": "npm:^3.5.0"
"@fastify/error": "npm:^3.4.0"
Expand All @@ -18066,14 +18066,14 @@ __metadata:
fast-json-stringify: "npm:^5.8.0"
find-my-way: "npm:^8.0.0"
light-my-request: "npm:^5.11.0"
pino: "npm:^8.17.0"
pino: "npm:^9.0.0"
process-warning: "npm:^3.0.0"
proxy-addr: "npm:^2.0.7"
rfdc: "npm:^1.3.0"
secure-json-parse: "npm:^2.7.0"
semver: "npm:^7.5.4"
toad-cache: "npm:^3.3.0"
checksum: 10c0/6b05f2dbe7032909f5916e481645af9ab534e6cbd8d97ba4dfbc383c0bca565f90fccc528c5b6b61f225044c39ea79255fc824f0bb4702354e0991bbdbc57894
checksum: 10c0/879e9d3f6b9521bea29255c79ca1ddf3dd4c017937a25e7348d7686625c7dd56f21af18e6db2ecdd41d07e5c73a779ab0bb1f5d6b081909bf3e8caadaf669160
languageName: node
linkType: hard

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

"pino@npm:8.21.0, pino@npm:^8.17.0":
"pino-std-serializers@npm:^7.0.0":
version: 7.0.0
resolution: "pino-std-serializers@npm:7.0.0"
checksum: 10c0/73e694d542e8de94445a03a98396cf383306de41fd75ecc07085d57ed7a57896198508a0dec6eefad8d701044af21eb27253ccc352586a03cf0d4a0bd25b4133
languageName: node
linkType: hard

"pino@npm:8.21.0":
version: 8.21.0
resolution: "pino@npm:8.21.0"
dependencies:
Expand All @@ -25915,6 +25922,27 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:^9.0.0":
version: 9.1.0
resolution: "pino@npm:9.1.0"
dependencies:
atomic-sleep: "npm:^1.0.0"
fast-redact: "npm:^3.1.1"
on-exit-leak-free: "npm:^2.1.0"
pino-abstract-transport: "npm:^1.2.0"
pino-std-serializers: "npm:^7.0.0"
process-warning: "npm:^3.0.0"
quick-format-unescaped: "npm:^4.0.3"
real-require: "npm:^0.2.0"
safe-stable-stringify: "npm:^2.3.1"
sonic-boom: "npm:^4.0.1"
thread-stream: "npm:^3.0.0"
bin:
pino: bin.js
checksum: 10c0/d060530ae2e4e8f21d04bb0f44f009f94d207d7f4337f508f618416514214ddaf1b29f8c5c265153a19ce3b6480b451461f40020f916ace9d53a5aa07624b79c
languageName: node
linkType: hard

"pirates@npm:^4.0.4, pirates@npm:^4.0.6":
version: 4.0.6
resolution: "pirates@npm:4.0.6"
Expand Down Expand Up @@ -28885,6 +28913,15 @@ __metadata:
languageName: node
linkType: hard

"sonic-boom@npm:^4.0.1":
version: 4.0.1
resolution: "sonic-boom@npm:4.0.1"
dependencies:
atomic-sleep: "npm:^1.0.0"
checksum: 10c0/7b467f2bc8af7ff60bf210382f21c59728cc4b769af9b62c31dd88723f5cc472752d2320736cc366acc7c765ddd5bec3072c033b0faf249923f576a7453ba9d3
languageName: node
linkType: hard

"sonic-forest@npm:^1.0.0":
version: 1.0.3
resolution: "sonic-forest@npm:1.0.3"
Expand Down Expand Up @@ -29935,6 +29972,15 @@ __metadata:
languageName: node
linkType: hard

"thread-stream@npm:^3.0.0":
version: 3.0.0
resolution: "thread-stream@npm:3.0.0"
dependencies:
real-require: "npm:^0.2.0"
checksum: 10c0/1f4da5a8c93b170cdc7c1ad774af49bb2af43f73cfd9a7f8fb02b766255b483eb6d0b734502c880397baa95c0ce3490088b9a487cff32d4e481aab6fe76560f5
languageName: node
linkType: hard

"throttleit@npm:^1.0.0":
version: 1.0.0
resolution: "throttleit@npm:1.0.0"
Expand Down

0 comments on commit cada95d

Please sign in to comment.