Skip to content

Commit

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

---

### Release Notes

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

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

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

#### What's Changed

- chore: Bump the dev-dependencies group with 1 update by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify#5002
- docs(ecosystem): add fastify-rabbitmq to ecosystem.md by
[@&#8203;Bugs5382](https://togithub.com/Bugs5382) in
[fastify/fastify#5000
- docs(ecosystem): add `@fastify/throttle` to core list by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify#5004
- fix: typos by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify#5006
- docs: typo on catch statement inside Postgrator migration example by
[@&#8203;alessandrob88](https://togithub.com/alessandrob88) in
[fastify/fastify#5007
- fix: post async regression with empty body by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[fastify/fastify#5008

#### New Contributors

- [@&#8203;Bugs5382](https://togithub.com/Bugs5382) made their first
contribution in
[fastify/fastify#5000
- [@&#8203;alessandrob88](https://togithub.com/alessandrob88) made their
first contribution in
[fastify/fastify#5007

**Full Changelog**:
fastify/fastify@v4.22.0...v4.22.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/tomacheese/telcheck).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 31, 2023
1 parent c85c9f7 commit 0961fba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-n": "16.0.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "48.0.1",
"fastify": "4.22.0",
"fastify": "4.22.1",
"prettier": "3.0.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1484,10 +1484,10 @@ fastify-plugin@^4.0.0:
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.5.0.tgz#8b853923a0bba6ab6921bb8f35b81224e6988d91"
integrity sha512-79ak0JxddO0utAXAQ5ccKhvs6vX2MGyHHMMsmZkBANrq3hXc1CHzvNPHOcvTsVMEPl5I+NT+RO4YKMGehOfSIg==

fastify@4.22.0:
version "4.22.0"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.22.0.tgz#aa0ce366eec2d77256807872b6499f021a676bb0"
integrity sha512-HLoBmetdQ6zaJohKW6jzUww8NnwHzkbIbUEyAzM+Nnf7cZVSXRuUV+6b2/xLmu6GGkruIFJ/bIQoKWYRx4wnAQ==
fastify@4.22.1:
version "4.22.1"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.22.1.tgz#52b31bb2d5bd4c6562675b827cebc6c8738155ec"
integrity sha512-Jz4NFqARAjCuxteYio+jQmZ3W+MHJQWJK0rEE66qY818q9GFCFUOZRHm0hwF1VcX/CnmdxcAycjNUHSG54Gn7g==
dependencies:
"@fastify/ajv-compiler" "^3.5.0"
"@fastify/error" "^3.2.0"
Expand Down

0 comments on commit 0961fba

Please sign in to comment.