Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump find-my-way to v9 #5652

Merged
merged 2 commits into from
Sep 2, 2024
Merged

chore: bump find-my-way to v9 #5652

merged 2 commits into from
Sep 2, 2024

Conversation

mcollina
Copy link
Member

@mcollina mcollina commented Sep 2, 2024

Checklist

Signed-off-by: Matteo Collina <hello@matteocollina.com>
@mcollina mcollina changed the title Bump find-my-way to v9 chore: bump find-my-way to v9 Sep 2, 2024
Copy link
Contributor

@Uzlopak Uzlopak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mcollina mcollina merged commit 4def191 into main Sep 2, 2024
28 checks passed
@mcollina mcollina deleted the update-fmw branch September 2, 2024 11:18
github-merge-queue bot pushed a commit to rustymotors/server that referenced this pull request Sep 17, 2024
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fastify](https://fastify.dev/)
([source](https://redirect.github.com/fastify/fastify)) | [`^4.28.1` ->
`^5.0.0`](https://renovatebot.com/diffs/npm/fastify/4.28.1/5.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/fastify/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fastify/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fastify/4.28.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fastify/4.28.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

###
[`v5.0.0`](https://redirect.github.com/fastify/fastify/releases/tag/v5.0.0)

[Compare
Source](https://redirect.github.com/fastify/fastify/compare/v4.28.1...v5.0.0)

#### What's Changed

- add missing route shorthands by
[@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in
[fastify/fastify#4409
- lib: drop setDefaultRoute and getDefaultRoute methods by
[@&#8203;RafaelGSS](https://redirect.github.com/RafaelGSS) in
[fastify/fastify#4485
- Sync next-branch by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[fastify/fastify#4815
- Next: Disallow `decorate('name', null)` in the types by
[@&#8203;voxpelli](https://redirect.github.com/voxpelli) in
[fastify/fastify#4878
- feat!: Add req.hostname and req.port by
[@&#8203;aarontravass](https://redirect.github.com/aarontravass) in
[fastify/fastify#4766
- Change request id header default value to false by
[@&#8203;philippviereck](https://redirect.github.com/philippviereck) in
[fastify/fastify#4194
- Remove deprecated variadic listen by
[@&#8203;jsumners](https://redirect.github.com/jsumners) in
[fastify/fastify#4900
- Sync next-branch by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[fastify/fastify#4894
- fix: requestIdHeader docs by
[@&#8203;philippviereck](https://redirect.github.com/philippviereck) in
[fastify/fastify#4916
- Sync next-branch by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[fastify/fastify#4930
- Sync next-branch by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[fastify/fastify#4941
- types: Remove variadic listen types by
[@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in
[fastify/fastify#4966
- fix: remove http version check by
[@&#8203;beyazit](https://redirect.github.com/beyazit) in
[fastify/fastify#4962
- feat: new logger api by
[@&#8203;aarontravass](https://redirect.github.com/aarontravass) in
[fastify/fastify#5020
- fix(plugins): mixing async and callback style now returns an error by
[@&#8203;giuliowaitforitdavide](https://redirect.github.com/giuliowaitforitdavide)
in
[fastify/fastify#5141
- feat: align fastify.hasRoute to fmw.hasRoute by
[@&#8203;dancastillo](https://redirect.github.com/dancastillo) in
[fastify/fastify#5102
- feat: set useSemicolonDefault default option to false by
[@&#8203;dancastillo](https://redirect.github.com/dancastillo) in
[fastify/fastify#5320
- feat: make contentTypeParser's existingParser check more strict by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5329
- feat: loosen content-type checking by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#4450
- feat: rework contentTypeParser methods by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5372
- perf: limit search space for contentType by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5400
- perf: update method matching by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5419
- chore: updated dependencies to latest versions by
[@&#8203;puskin94](https://redirect.github.com/puskin94) in
[fastify/fastify#5422
- chore: merge next into main for v5 release by
[@&#8203;jsumners](https://redirect.github.com/jsumners) in
[fastify/fastify#5446
- docs(ref/typescript): support Docusaurus v3 by
[@&#8203;james-kaguru](https://redirect.github.com/james-kaguru) in
[fastify/fastify#5450
- chore: remove unused dependency and fix ci by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5454
- feat: (types) add shorthand types for MKCALENDAR and REPORT by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5455
- fix: ci labeler by [@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5463
- docs(guides/database): correct typo by
[@&#8203;monish001](https://redirect.github.com/monish001) in
[fastify/fastify#5461
- test: add tests for error handling by
[@&#8203;domdomegg](https://redirect.github.com/domdomegg) in
[fastify/fastify#5451
- docs(reference/routes): fix example on constraints by
[@&#8203;Cadienvan](https://redirect.github.com/Cadienvan) in
[fastify/fastify#5468
- perf: Optimize resolving X-Forwarded-For addresses by
[@&#8203;dmkng](https://redirect.github.com/dmkng) in
[fastify/fastify#5458
- fix: `config` type in RouteShorthandOptions by
[@&#8203;BrianValente](https://redirect.github.com/BrianValente) in
[fastify/fastify#5355
- feat: request and reply decorators can not be a reference type by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5462
- docs: update indentation on type providers section by
[@&#8203;Tony133](https://redirect.github.com/Tony133) in
[fastify/fastify#5474
- feat: log all available addresses if listening host is 0.0.0.0 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5476
- chore: remove node 18 from CI by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5481
- feat: writeEarlyHints by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5480
- docs: update indentation and code snippet in the routes section by
[@&#8203;Tony133](https://redirect.github.com/Tony133) in
[fastify/fastify#5482
- refactor: change `reply.redirect()` signature by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5483
- docs: update indentation and code snippet in the type providers
section by [@&#8203;Tony133](https://redirect.github.com/Tony133) in
[fastify/fastify#5485
- feat: emit diagnostics_channel events upon routing request by
[@&#8203;tlhunter](https://redirect.github.com/tlhunter) in
[fastify/fastify#5252
- chore: Bump pnpm/action-setup from 3 to 4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5492
- chore: remove unnecessary eslint override by
[@&#8203;Cangit](https://redirect.github.com/Cangit) in
[fastify/fastify#5493
- docs(ecosystem): Add fastify-kysely plugin by
[@&#8203;alenap93](https://redirect.github.com/alenap93) in
[fastify/fastify#5475
- chore: update tap@19 by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5471
- chore: Remove `reply.getReponseTime()` in
[fastify/fastify#5490
- chore: remove unused test by
[@&#8203;Cangit](https://redirect.github.com/Cangit) in
[fastify/fastify#5496
- chore: readyListener can be async on server.ready() by
[@&#8203;remidewitte](https://redirect.github.com/remidewitte) in
[fastify/fastify#5501
- chore: test deprecation cleanup by
[@&#8203;Cangit](https://redirect.github.com/Cangit) in
[fastify/fastify#5510
- chore: Migrate to neostandard by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5509
- fix: hasRoute method comparison with case insensitive by
[@&#8203;SMNBLMRR](https://redirect.github.com/SMNBLMRR) in
[fastify/fastify#5508
- feat(types): Introduce SafePromiseLike by
[@&#8203;rozzilla](https://redirect.github.com/rozzilla) in
[fastify/fastify#5506
- fix: Type inferrence with auxilliary hook handlers by
[@&#8203;aadito123](https://redirect.github.com/aadito123) in
[fastify/fastify#5517
- docs: addContentTypeParser with fastify.register by
[@&#8203;moradebianchetti81](https://redirect.github.com/moradebianchetti81)
in
[fastify/fastify#5499
- docs: remove navigation for empty content by
[@&#8203;liuhanqu](https://redirect.github.com/liuhanqu) in
[fastify/fastify#5521
- fix: server.listen listener is not cleanup properly by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5522
- feat: type definitions and documentation for separated type provider.
by [@&#8203;Bram-dc](https://redirect.github.com/Bram-dc) in
[fastify/fastify#5427
- chore: support pre and alpha tags by
[@&#8203;jsumners](https://redirect.github.com/jsumners) in
[fastify/fastify#5528
- chore: Bump the dependencies-major group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5530
- chore: Bump neostandard from 0.7.2 to 0.8.0 in the dev-dependencies
group by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5531
- fix(v5): update .npmignore by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5537
- test: fix test finished earlier than expected by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5540
- chore: rm < node19 support from secondaryServer.close() by
[@&#8203;Cangit](https://redirect.github.com/Cangit) in
[fastify/fastify#5542
- chore(sponsor): add valtown by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5543
- chore: Bump the dev-dependencies group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5546
- docs: use `http2` directive in nginx config by
[@&#8203;LiviaMedeiros](https://redirect.github.com/LiviaMedeiros) in
[fastify/fastify#5548
- chore: Bump neostandard from 0.10.0 to 0.11.0 in the dev-dependencies
group by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5554
- chore: fix lint by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5558
- ci: remove automerge from ci alternative runtimes by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5557
- feat: support different body schema per content type by
[@&#8203;nflaig](https://redirect.github.com/nflaig) in
[fastify/fastify#5545
- chore: remove dc-polyfill by
[@&#8203;Cangit](https://redirect.github.com/Cangit) in
[fastify/fastify#5560
- fix: res serializer not given reply
([#&#8203;5556](https://redirect.github.com/fastify/fastify/issues/5556))
by [@&#8203;mch-dsk](https://redirect.github.com/mch-dsk) in
[fastify/fastify#5561
- chore: Bump process-warning from 3.0.0 to 4.0.0 in the
dependencies-major group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5568
- chore: Bump the dev-dependencies group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5569
- chore: allow ! in PR title by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5571
- docs: add
[@&#8203;pybot/fastify-autoload](https://redirect.github.com/pybot/fastify-autoload)
to comm plugins by
[@&#8203;kunal097](https://redirect.github.com/kunal097) in
[fastify/fastify#5579
- feat: customize http methods by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5567
- refactor(typescript): re-order FastifyReply generic parameters by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5570
- docs: Adding `crudify-mongo` plugin to community list by
[@&#8203;aaroncadillac](https://redirect.github.com/aaroncadillac) in
[fastify/fastify#5581
- docs(reference/typescript): remove type provider from typebox example
by [@&#8203;jscheffner](https://redirect.github.com/jscheffner) in
[fastify/fastify#5576
- refactor!: remove json shorthand by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5586
- chore: remove deprecation 005 by
[@&#8203;jsumners](https://redirect.github.com/jsumners) in
[fastify/fastify#5589
- fix: nullish host by
[@&#8203;sourcecodeit](https://redirect.github.com/sourcecodeit) in
[fastify/fastify#5590
- chore(sponsor): add handsontable by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5592
- fix: removed warning listener from tests by
[@&#8203;sourcecodeit](https://redirect.github.com/sourcecodeit) in
[fastify/fastify#5598
- fix: test suite import.js emitting errors by
[@&#8203;dancastillo](https://redirect.github.com/dancastillo) in
[fastify/fastify#5599
- chore: Bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
20.14.13 to 22.0.0 in the dev-dependencies group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5600
- docs(reply): standardize import style in examples by
[@&#8203;Tony133](https://redirect.github.com/Tony133) in
[fastify/fastify#5580
- docs(typescript): update example fastify version by
[@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in
[fastify/fastify#5602
- refactor: remove FSTDEP007 by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5604
- refactor: remove `FSTDEP008` and `FSTDEP009` by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5609
- refactor: remove `FSTDEP010` by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5611
- refactor: remove `FSTDEP021` by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5613
- refactor: use `Object.hasOwn` by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5614
- refactor: remove `FSTDEP012`, `FSTDEP015`, `FSTDEP016`, `FSTDEP017`,
`FSTDEP018`, `FSTDEP019` by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5616
- refactor: remove `FSTDEP013` by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5618
- fix: throwing "FST_ERR_DUPLICATED_ROUTE" error instead of raw error by
[@&#8203;Rantoledo](https://redirect.github.com/Rantoledo) in
[fastify/fastify#5621
- chore: Bump
[@&#8203;sinclair/typebox](https://redirect.github.com/sinclair/typebox)
from 0.32.35 to 0.33.4 in the dev-dependencies group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5625
- fix: reorder handling of `Response` replies by
[@&#8203;barbieri](https://redirect.github.com/barbieri) in
[fastify/fastify#5612
- ci(.github): use latest node lts version by
[@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in
[fastify/fastify#5577
- docs: add default value for maxParamLength by
[@&#8203;busybox11](https://redirect.github.com/busybox11) in
[fastify/fastify#5630
- chore: simplify `neostandard` setup by
[@&#8203;voxpelli](https://redirect.github.com/voxpelli) in
[fastify/fastify#5635
- chore: fix sponsor link by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5640
- docs: move RafaelGSS to past collaborators by
[@&#8203;RafaelGSS](https://redirect.github.com/RafaelGSS) in
[fastify/fastify#5645
- docs(type-providers): fix typos by
[@&#8203;mikesamm](https://redirect.github.com/mikesamm) in
[fastify/fastify#5651
- feat: add fastify v4 codemods by
[@&#8203;arshcodemod](https://redirect.github.com/arshcodemod) in
[fastify/fastify#5642
- chore: bump find-my-way to v9 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5652
- chore: bump ajv-compiler to v4.0.0 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5653
- chore: Bumped light-my-request to v6.0.0 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5655
- chore: Bumped avvio to v9.0.0 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5656
- chore: bump fast-json-stringify-compiler to v5.0.0 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5660
- docs: add dancastillo to Fastify Plugins team by
[@&#8203;dancastillo](https://redirect.github.com/dancastillo) in
[fastify/fastify#5668
- docs: join plugin team by
[@&#8203;jean-michelet](https://redirect.github.com/jean-michelet) in
[fastify/fastify#5677
- chore: list the next deprecation code by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5673
- types: remove nonexistant done parameter from onRegister by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5678
- docs: add v5 guide by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5674
- feat: bind `this` to instance in onclose by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5670
- docs: update v4 codemods by
[@&#8203;mohab-sameh](https://redirect.github.com/mohab-sameh) in
[fastify/fastify#5666
- docs: Add required .js extension to relative ESM imports by
[@&#8203;masto](https://redirect.github.com/masto) in
[fastify/fastify#5685

#### New Contributors

- [@&#8203;beyazit](https://redirect.github.com/beyazit) made their
first contribution in
[fastify/fastify#4962
- [@&#8203;puskin94](https://redirect.github.com/puskin94) made their
first contribution in
[fastify/fastify#5422
- [@&#8203;james-kaguru](https://redirect.github.com/james-kaguru) made
their first contribution in
[fastify/fastify#5450
- [@&#8203;monish001](https://redirect.github.com/monish001) made their
first contribution in
[fastify/fastify#5461
- [@&#8203;dmkng](https://redirect.github.com/dmkng) made their first
contribution in
[fastify/fastify#5458
- [@&#8203;BrianValente](https://redirect.github.com/BrianValente) made
their first contribution in
[fastify/fastify#5355
- [@&#8203;Cangit](https://redirect.github.com/Cangit) made their first
contribution in
[fastify/fastify#5493
- [@&#8203;alenap93](https://redirect.github.com/alenap93) made their
first contribution in
[fastify/fastify#5475
-
[@&#8203;moradebianchetti81](https://redirect.github.com/moradebianchetti81)
made their first contribution in
[fastify/fastify#5499
- [@&#8203;Bram-dc](https://redirect.github.com/Bram-dc) made their
first contribution in
[fastify/fastify#5427
- [@&#8203;LiviaMedeiros](https://redirect.github.com/LiviaMedeiros)
made their first contribution in
[fastify/fastify#5548
- [@&#8203;mch-dsk](https://redirect.github.com/mch-dsk) made their
first contribution in
[fastify/fastify#5561
- [@&#8203;kunal097](https://redirect.github.com/kunal097) made their
first contribution in
[fastify/fastify#5579
- [@&#8203;aaroncadillac](https://redirect.github.com/aaroncadillac)
made their first contribution in
[fastify/fastify#5581
- [@&#8203;jscheffner](https://redirect.github.com/jscheffner) made
their first contribution in
[fastify/fastify#5576
- [@&#8203;sourcecodeit](https://redirect.github.com/sourcecodeit) made
their first contribution in
[fastify/fastify#5590
- [@&#8203;Rantoledo](https://redirect.github.com/Rantoledo) made their
first contribution in
[fastify/fastify#5621
- [@&#8203;barbieri](https://redirect.github.com/barbieri) made their
first contribution in
[fastify/fastify#5612
- [@&#8203;busybox11](https://redirect.github.com/busybox11) made their
first contribution in
[fastify/fastify#5630
- [@&#8203;mikesamm](https://redirect.github.com/mikesamm) made their
first contribution in
[fastify/fastify#5651
- [@&#8203;arshcodemod](https://redirect.github.com/arshcodemod) made
their first contribution in
[fastify/fastify#5642
- [@&#8203;jean-michelet](https://redirect.github.com/jean-michelet)
made their first contribution in
[fastify/fastify#5677
- [@&#8203;mohab-sameh](https://redirect.github.com/mohab-sameh) made
their first contribution in
[fastify/fastify#5666
- [@&#8203;masto](https://redirect.github.com/masto) made their first
contribution in
[fastify/fastify#5685

**Full Changelog**:
fastify/fastify@v4.27.0...v5.0.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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/rustymotors/server).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6W119-->
renovate bot added a commit to tomacheese/telcheck that referenced this pull request Sep 17, 2024
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fastify](https://fastify.dev/)
([source](https://redirect.github.com/fastify/fastify)) | [`4.28.1` ->
`5.0.0`](https://renovatebot.com/diffs/npm/fastify/4.28.1/5.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/fastify/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fastify/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fastify/4.28.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fastify/4.28.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v5.0.0`](https://redirect.github.com/fastify/fastify/releases/tag/v5.0.0)

[Compare
Source](https://redirect.github.com/fastify/fastify/compare/v4.28.1...v5.0.0)

#### What's Changed

- add missing route shorthands by
[@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in
[fastify/fastify#4409
- lib: drop setDefaultRoute and getDefaultRoute methods by
[@&#8203;RafaelGSS](https://redirect.github.com/RafaelGSS) in
[fastify/fastify#4485
- Sync next-branch by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[fastify/fastify#4815
- Next: Disallow `decorate('name', null)` in the types by
[@&#8203;voxpelli](https://redirect.github.com/voxpelli) in
[fastify/fastify#4878
- feat!: Add req.hostname and req.port by
[@&#8203;aarontravass](https://redirect.github.com/aarontravass) in
[fastify/fastify#4766
- Change request id header default value to false by
[@&#8203;philippviereck](https://redirect.github.com/philippviereck) in
[fastify/fastify#4194
- Remove deprecated variadic listen by
[@&#8203;jsumners](https://redirect.github.com/jsumners) in
[fastify/fastify#4900
- Sync next-branch by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[fastify/fastify#4894
- fix: requestIdHeader docs by
[@&#8203;philippviereck](https://redirect.github.com/philippviereck) in
[fastify/fastify#4916
- Sync next-branch by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[fastify/fastify#4930
- Sync next-branch by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[fastify/fastify#4941
- types: Remove variadic listen types by
[@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in
[fastify/fastify#4966
- fix: remove http version check by
[@&#8203;beyazit](https://redirect.github.com/beyazit) in
[fastify/fastify#4962
- feat: new logger api by
[@&#8203;aarontravass](https://redirect.github.com/aarontravass) in
[fastify/fastify#5020
- fix(plugins): mixing async and callback style now returns an error by
[@&#8203;giuliowaitforitdavide](https://redirect.github.com/giuliowaitforitdavide)
in
[fastify/fastify#5141
- feat: align fastify.hasRoute to fmw.hasRoute by
[@&#8203;dancastillo](https://redirect.github.com/dancastillo) in
[fastify/fastify#5102
- feat: set useSemicolonDefault default option to false by
[@&#8203;dancastillo](https://redirect.github.com/dancastillo) in
[fastify/fastify#5320
- feat: make contentTypeParser's existingParser check more strict by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5329
- feat: loosen content-type checking by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#4450
- feat: rework contentTypeParser methods by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5372
- perf: limit search space for contentType by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5400
- perf: update method matching by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5419
- chore: updated dependencies to latest versions by
[@&#8203;puskin94](https://redirect.github.com/puskin94) in
[fastify/fastify#5422
- chore: merge next into main for v5 release by
[@&#8203;jsumners](https://redirect.github.com/jsumners) in
[fastify/fastify#5446
- docs(ref/typescript): support Docusaurus v3 by
[@&#8203;james-kaguru](https://redirect.github.com/james-kaguru) in
[fastify/fastify#5450
- chore: remove unused dependency and fix ci by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5454
- feat: (types) add shorthand types for MKCALENDAR and REPORT by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5455
- fix: ci labeler by [@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5463
- docs(guides/database): correct typo by
[@&#8203;monish001](https://redirect.github.com/monish001) in
[fastify/fastify#5461
- test: add tests for error handling by
[@&#8203;domdomegg](https://redirect.github.com/domdomegg) in
[fastify/fastify#5451
- docs(reference/routes): fix example on constraints by
[@&#8203;Cadienvan](https://redirect.github.com/Cadienvan) in
[fastify/fastify#5468
- perf: Optimize resolving X-Forwarded-For addresses by
[@&#8203;dmkng](https://redirect.github.com/dmkng) in
[fastify/fastify#5458
- fix: `config` type in RouteShorthandOptions by
[@&#8203;BrianValente](https://redirect.github.com/BrianValente) in
[fastify/fastify#5355
- feat: request and reply decorators can not be a reference type by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5462
- docs: update indentation on type providers section by
[@&#8203;Tony133](https://redirect.github.com/Tony133) in
[fastify/fastify#5474
- feat: log all available addresses if listening host is 0.0.0.0 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5476
- chore: remove node 18 from CI by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5481
- feat: writeEarlyHints by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5480
- docs: update indentation and code snippet in the routes section by
[@&#8203;Tony133](https://redirect.github.com/Tony133) in
[fastify/fastify#5482
- refactor: change `reply.redirect()` signature by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5483
- docs: update indentation and code snippet in the type providers
section by [@&#8203;Tony133](https://redirect.github.com/Tony133) in
[fastify/fastify#5485
- feat: emit diagnostics_channel events upon routing request by
[@&#8203;tlhunter](https://redirect.github.com/tlhunter) in
[fastify/fastify#5252
- chore: Bump pnpm/action-setup from 3 to 4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5492
- chore: remove unnecessary eslint override by
[@&#8203;Cangit](https://redirect.github.com/Cangit) in
[fastify/fastify#5493
- docs(ecosystem): Add fastify-kysely plugin by
[@&#8203;alenap93](https://redirect.github.com/alenap93) in
[fastify/fastify#5475
- chore: update tap@19 by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5471
- chore: Remove `reply.getReponseTime()` in
[fastify/fastify#5490
- chore: remove unused test by
[@&#8203;Cangit](https://redirect.github.com/Cangit) in
[fastify/fastify#5496
- chore: readyListener can be async on server.ready() by
[@&#8203;remidewitte](https://redirect.github.com/remidewitte) in
[fastify/fastify#5501
- chore: test deprecation cleanup by
[@&#8203;Cangit](https://redirect.github.com/Cangit) in
[fastify/fastify#5510
- chore: Migrate to neostandard by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5509
- fix: hasRoute method comparison with case insensitive by
[@&#8203;SMNBLMRR](https://redirect.github.com/SMNBLMRR) in
[fastify/fastify#5508
- feat(types): Introduce SafePromiseLike by
[@&#8203;rozzilla](https://redirect.github.com/rozzilla) in
[fastify/fastify#5506
- fix: Type inferrence with auxilliary hook handlers by
[@&#8203;aadito123](https://redirect.github.com/aadito123) in
[fastify/fastify#5517
- docs: addContentTypeParser with fastify.register by
[@&#8203;moradebianchetti81](https://redirect.github.com/moradebianchetti81)
in
[fastify/fastify#5499
- docs: remove navigation for empty content by
[@&#8203;liuhanqu](https://redirect.github.com/liuhanqu) in
[fastify/fastify#5521
- fix: server.listen listener is not cleanup properly by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5522
- feat: type definitions and documentation for separated type provider.
by [@&#8203;Bram-dc](https://redirect.github.com/Bram-dc) in
[fastify/fastify#5427
- chore: support pre and alpha tags by
[@&#8203;jsumners](https://redirect.github.com/jsumners) in
[fastify/fastify#5528
- chore: Bump the dependencies-major group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5530
- chore: Bump neostandard from 0.7.2 to 0.8.0 in the dev-dependencies
group by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5531
- fix(v5): update .npmignore by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5537
- test: fix test finished earlier than expected by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5540
- chore: rm < node19 support from secondaryServer.close() by
[@&#8203;Cangit](https://redirect.github.com/Cangit) in
[fastify/fastify#5542
- chore(sponsor): add valtown by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5543
- chore: Bump the dev-dependencies group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5546
- docs: use `http2` directive in nginx config by
[@&#8203;LiviaMedeiros](https://redirect.github.com/LiviaMedeiros) in
[fastify/fastify#5548
- chore: Bump neostandard from 0.10.0 to 0.11.0 in the dev-dependencies
group by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5554
- chore: fix lint by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5558
- ci: remove automerge from ci alternative runtimes by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5557
- feat: support different body schema per content type by
[@&#8203;nflaig](https://redirect.github.com/nflaig) in
[fastify/fastify#5545
- chore: remove dc-polyfill by
[@&#8203;Cangit](https://redirect.github.com/Cangit) in
[fastify/fastify#5560
- fix: res serializer not given reply
([#&#8203;5556](https://redirect.github.com/fastify/fastify/issues/5556))
by [@&#8203;mch-dsk](https://redirect.github.com/mch-dsk) in
[fastify/fastify#5561
- chore: Bump process-warning from 3.0.0 to 4.0.0 in the
dependencies-major group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5568
- chore: Bump the dev-dependencies group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5569
- chore: allow ! in PR title by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5571
- docs: add
[@&#8203;pybot/fastify-autoload](https://redirect.github.com/pybot/fastify-autoload)
to comm plugins by
[@&#8203;kunal097](https://redirect.github.com/kunal097) in
[fastify/fastify#5579
- feat: customize http methods by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5567
- refactor(typescript): re-order FastifyReply generic parameters by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5570
- docs: Adding `crudify-mongo` plugin to community list by
[@&#8203;aaroncadillac](https://redirect.github.com/aaroncadillac) in
[fastify/fastify#5581
- docs(reference/typescript): remove type provider from typebox example
by [@&#8203;jscheffner](https://redirect.github.com/jscheffner) in
[fastify/fastify#5576
- refactor!: remove json shorthand by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5586
- chore: remove deprecation 005 by
[@&#8203;jsumners](https://redirect.github.com/jsumners) in
[fastify/fastify#5589
- fix: nullish host by
[@&#8203;sourcecodeit](https://redirect.github.com/sourcecodeit) in
[fastify/fastify#5590
- chore(sponsor): add handsontable by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5592
- fix: removed warning listener from tests by
[@&#8203;sourcecodeit](https://redirect.github.com/sourcecodeit) in
[fastify/fastify#5598
- fix: test suite import.js emitting errors by
[@&#8203;dancastillo](https://redirect.github.com/dancastillo) in
[fastify/fastify#5599
- chore: Bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
20.14.13 to 22.0.0 in the dev-dependencies group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5600
- docs(reply): standardize import style in examples by
[@&#8203;Tony133](https://redirect.github.com/Tony133) in
[fastify/fastify#5580
- docs(typescript): update example fastify version by
[@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in
[fastify/fastify#5602
- refactor: remove FSTDEP007 by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5604
- refactor: remove `FSTDEP008` and `FSTDEP009` by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5609
- refactor: remove `FSTDEP010` by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5611
- refactor: remove `FSTDEP021` by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5613
- refactor: use `Object.hasOwn` by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5614
- refactor: remove `FSTDEP012`, `FSTDEP015`, `FSTDEP016`, `FSTDEP017`,
`FSTDEP018`, `FSTDEP019` by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5616
- refactor: remove `FSTDEP013` by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5618
- fix: throwing "FST_ERR_DUPLICATED_ROUTE" error instead of raw error by
[@&#8203;Rantoledo](https://redirect.github.com/Rantoledo) in
[fastify/fastify#5621
- chore: Bump
[@&#8203;sinclair/typebox](https://redirect.github.com/sinclair/typebox)
from 0.32.35 to 0.33.4 in the dev-dependencies group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5625
- fix: reorder handling of `Response` replies by
[@&#8203;barbieri](https://redirect.github.com/barbieri) in
[fastify/fastify#5612
- ci(.github): use latest node lts version by
[@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in
[fastify/fastify#5577
- docs: add default value for maxParamLength by
[@&#8203;busybox11](https://redirect.github.com/busybox11) in
[fastify/fastify#5630
- chore: simplify `neostandard` setup by
[@&#8203;voxpelli](https://redirect.github.com/voxpelli) in
[fastify/fastify#5635
- chore: fix sponsor link by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5640
- docs: move RafaelGSS to past collaborators by
[@&#8203;RafaelGSS](https://redirect.github.com/RafaelGSS) in
[fastify/fastify#5645
- docs(type-providers): fix typos by
[@&#8203;mikesamm](https://redirect.github.com/mikesamm) in
[fastify/fastify#5651
- feat: add fastify v4 codemods by
[@&#8203;arshcodemod](https://redirect.github.com/arshcodemod) in
[fastify/fastify#5642
- chore: bump find-my-way to v9 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5652
- chore: bump ajv-compiler to v4.0.0 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5653
- chore: Bumped light-my-request to v6.0.0 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5655
- chore: Bumped avvio to v9.0.0 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5656
- chore: bump fast-json-stringify-compiler to v5.0.0 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5660
- docs: add dancastillo to Fastify Plugins team by
[@&#8203;dancastillo](https://redirect.github.com/dancastillo) in
[fastify/fastify#5668
- docs: join plugin team by
[@&#8203;jean-michelet](https://redirect.github.com/jean-michelet) in
[fastify/fastify#5677
- chore: list the next deprecation code by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5673
- types: remove nonexistant done parameter from onRegister by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5678
- docs: add v5 guide by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5674
- feat: bind `this` to instance in onclose by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5670
- docs: update v4 codemods by
[@&#8203;mohab-sameh](https://redirect.github.com/mohab-sameh) in
[fastify/fastify#5666
- docs: Add required .js extension to relative ESM imports by
[@&#8203;masto](https://redirect.github.com/masto) in
[fastify/fastify#5685

#### New Contributors

- [@&#8203;beyazit](https://redirect.github.com/beyazit) made their
first contribution in
[fastify/fastify#4962
- [@&#8203;puskin94](https://redirect.github.com/puskin94) made their
first contribution in
[fastify/fastify#5422
- [@&#8203;james-kaguru](https://redirect.github.com/james-kaguru) made
their first contribution in
[fastify/fastify#5450
- [@&#8203;monish001](https://redirect.github.com/monish001) made their
first contribution in
[fastify/fastify#5461
- [@&#8203;dmkng](https://redirect.github.com/dmkng) made their first
contribution in
[fastify/fastify#5458
- [@&#8203;BrianValente](https://redirect.github.com/BrianValente) made
their first contribution in
[fastify/fastify#5355
- [@&#8203;Cangit](https://redirect.github.com/Cangit) made their first
contribution in
[fastify/fastify#5493
- [@&#8203;alenap93](https://redirect.github.com/alenap93) made their
first contribution in
[fastify/fastify#5475
-
[@&#8203;moradebianchetti81](https://redirect.github.com/moradebianchetti81)
made their first contribution in
[fastify/fastify#5499
- [@&#8203;Bram-dc](https://redirect.github.com/Bram-dc) made their
first contribution in
[fastify/fastify#5427
- [@&#8203;LiviaMedeiros](https://redirect.github.com/LiviaMedeiros)
made their first contribution in
[fastify/fastify#5548
- [@&#8203;mch-dsk](https://redirect.github.com/mch-dsk) made their
first contribution in
[fastify/fastify#5561
- [@&#8203;kunal097](https://redirect.github.com/kunal097) made their
first contribution in
[fastify/fastify#5579
- [@&#8203;aaroncadillac](https://redirect.github.com/aaroncadillac)
made their first contribution in
[fastify/fastify#5581
- [@&#8203;jscheffner](https://redirect.github.com/jscheffner) made
their first contribution in
[fastify/fastify#5576
- [@&#8203;sourcecodeit](https://redirect.github.com/sourcecodeit) made
their first contribution in
[fastify/fastify#5590
- [@&#8203;Rantoledo](https://redirect.github.com/Rantoledo) made their
first contribution in
[fastify/fastify#5621
- [@&#8203;barbieri](https://redirect.github.com/barbieri) made their
first contribution in
[fastify/fastify#5612
- [@&#8203;busybox11](https://redirect.github.com/busybox11) made their
first contribution in
[fastify/fastify#5630
- [@&#8203;mikesamm](https://redirect.github.com/mikesamm) made their
first contribution in
[fastify/fastify#5651
- [@&#8203;arshcodemod](https://redirect.github.com/arshcodemod) made
their first contribution in
[fastify/fastify#5642
- [@&#8203;jean-michelet](https://redirect.github.com/jean-michelet)
made their first contribution in
[fastify/fastify#5677
- [@&#8203;mohab-sameh](https://redirect.github.com/mohab-sameh) made
their first contribution in
[fastify/fastify#5666
- [@&#8203;masto](https://redirect.github.com/masto) made their first
contribution in
[fastify/fastify#5685

**Full Changelog**:
fastify/fastify@v4.27.0...v5.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/tomacheese/telcheck).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
antoinezanardi pushed a commit to antoinezanardi/werewolves-assistant-api-next that referenced this pull request Sep 18, 2024
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fastify](https://fastify.dev/)
([source](https://redirect.github.com/fastify/fastify)) | [`^4.28.1` ->
`^5.0.0`](https://renovatebot.com/diffs/npm/fastify/4.28.1/5.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/fastify/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fastify/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fastify/4.28.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fastify/4.28.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v5.0.0`](https://redirect.github.com/fastify/fastify/releases/tag/v5.0.0)

[Compare
Source](https://redirect.github.com/fastify/fastify/compare/v4.28.1...v5.0.0)

#### What's Changed

- add missing route shorthands by
[@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in
[fastify/fastify#4409
- lib: drop setDefaultRoute and getDefaultRoute methods by
[@&#8203;RafaelGSS](https://redirect.github.com/RafaelGSS) in
[fastify/fastify#4485
- Sync next-branch by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[fastify/fastify#4815
- Next: Disallow `decorate('name', null)` in the types by
[@&#8203;voxpelli](https://redirect.github.com/voxpelli) in
[fastify/fastify#4878
- feat!: Add req.hostname and req.port by
[@&#8203;aarontravass](https://redirect.github.com/aarontravass) in
[fastify/fastify#4766
- Change request id header default value to false by
[@&#8203;philippviereck](https://redirect.github.com/philippviereck) in
[fastify/fastify#4194
- Remove deprecated variadic listen by
[@&#8203;jsumners](https://redirect.github.com/jsumners) in
[fastify/fastify#4900
- Sync next-branch by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[fastify/fastify#4894
- fix: requestIdHeader docs by
[@&#8203;philippviereck](https://redirect.github.com/philippviereck) in
[fastify/fastify#4916
- Sync next-branch by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[fastify/fastify#4930
- Sync next-branch by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[fastify/fastify#4941
- types: Remove variadic listen types by
[@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in
[fastify/fastify#4966
- fix: remove http version check by
[@&#8203;beyazit](https://redirect.github.com/beyazit) in
[fastify/fastify#4962
- feat: new logger api by
[@&#8203;aarontravass](https://redirect.github.com/aarontravass) in
[fastify/fastify#5020
- fix(plugins): mixing async and callback style now returns an error by
[@&#8203;giuliowaitforitdavide](https://redirect.github.com/giuliowaitforitdavide)
in
[fastify/fastify#5141
- feat: align fastify.hasRoute to fmw.hasRoute by
[@&#8203;dancastillo](https://redirect.github.com/dancastillo) in
[fastify/fastify#5102
- feat: set useSemicolonDefault default option to false by
[@&#8203;dancastillo](https://redirect.github.com/dancastillo) in
[fastify/fastify#5320
- feat: make contentTypeParser's existingParser check more strict by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5329
- feat: loosen content-type checking by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#4450
- feat: rework contentTypeParser methods by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5372
- perf: limit search space for contentType by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5400
- perf: update method matching by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5419
- chore: updated dependencies to latest versions by
[@&#8203;puskin94](https://redirect.github.com/puskin94) in
[fastify/fastify#5422
- chore: merge next into main for v5 release by
[@&#8203;jsumners](https://redirect.github.com/jsumners) in
[fastify/fastify#5446
- docs(ref/typescript): support Docusaurus v3 by
[@&#8203;james-kaguru](https://redirect.github.com/james-kaguru) in
[fastify/fastify#5450
- chore: remove unused dependency and fix ci by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5454
- feat: (types) add shorthand types for MKCALENDAR and REPORT by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5455
- fix: ci labeler by [@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5463
- docs(guides/database): correct typo by
[@&#8203;monish001](https://redirect.github.com/monish001) in
[fastify/fastify#5461
- test: add tests for error handling by
[@&#8203;domdomegg](https://redirect.github.com/domdomegg) in
[fastify/fastify#5451
- docs(reference/routes): fix example on constraints by
[@&#8203;Cadienvan](https://redirect.github.com/Cadienvan) in
[fastify/fastify#5468
- perf: Optimize resolving X-Forwarded-For addresses by
[@&#8203;dmkng](https://redirect.github.com/dmkng) in
[fastify/fastify#5458
- fix: `config` type in RouteShorthandOptions by
[@&#8203;BrianValente](https://redirect.github.com/BrianValente) in
[fastify/fastify#5355
- feat: request and reply decorators can not be a reference type by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5462
- docs: update indentation on type providers section by
[@&#8203;Tony133](https://redirect.github.com/Tony133) in
[fastify/fastify#5474
- feat: log all available addresses if listening host is 0.0.0.0 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5476
- chore: remove node 18 from CI by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5481
- feat: writeEarlyHints by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5480
- docs: update indentation and code snippet in the routes section by
[@&#8203;Tony133](https://redirect.github.com/Tony133) in
[fastify/fastify#5482
- refactor: change `reply.redirect()` signature by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5483
- docs: update indentation and code snippet in the type providers
section by [@&#8203;Tony133](https://redirect.github.com/Tony133) in
[fastify/fastify#5485
- feat: emit diagnostics_channel events upon routing request by
[@&#8203;tlhunter](https://redirect.github.com/tlhunter) in
[fastify/fastify#5252
- chore: Bump pnpm/action-setup from 3 to 4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5492
- chore: remove unnecessary eslint override by
[@&#8203;Cangit](https://redirect.github.com/Cangit) in
[fastify/fastify#5493
- docs(ecosystem): Add fastify-kysely plugin by
[@&#8203;alenap93](https://redirect.github.com/alenap93) in
[fastify/fastify#5475
- chore: update tap@19 by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5471
- chore: Remove `reply.getReponseTime()` in
[fastify/fastify#5490
- chore: remove unused test by
[@&#8203;Cangit](https://redirect.github.com/Cangit) in
[fastify/fastify#5496
- chore: readyListener can be async on server.ready() by
[@&#8203;remidewitte](https://redirect.github.com/remidewitte) in
[fastify/fastify#5501
- chore: test deprecation cleanup by
[@&#8203;Cangit](https://redirect.github.com/Cangit) in
[fastify/fastify#5510
- chore: Migrate to neostandard by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5509
- fix: hasRoute method comparison with case insensitive by
[@&#8203;SMNBLMRR](https://redirect.github.com/SMNBLMRR) in
[fastify/fastify#5508
- feat(types): Introduce SafePromiseLike by
[@&#8203;rozzilla](https://redirect.github.com/rozzilla) in
[fastify/fastify#5506
- fix: Type inferrence with auxilliary hook handlers by
[@&#8203;aadito123](https://redirect.github.com/aadito123) in
[fastify/fastify#5517
- docs: addContentTypeParser with fastify.register by
[@&#8203;moradebianchetti81](https://redirect.github.com/moradebianchetti81)
in
[fastify/fastify#5499
- docs: remove navigation for empty content by
[@&#8203;liuhanqu](https://redirect.github.com/liuhanqu) in
[fastify/fastify#5521
- fix: server.listen listener is not cleanup properly by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5522
- feat: type definitions and documentation for separated type provider.
by [@&#8203;Bram-dc](https://redirect.github.com/Bram-dc) in
[fastify/fastify#5427
- chore: support pre and alpha tags by
[@&#8203;jsumners](https://redirect.github.com/jsumners) in
[fastify/fastify#5528
- chore: Bump the dependencies-major group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5530
- chore: Bump neostandard from 0.7.2 to 0.8.0 in the dev-dependencies
group by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5531
- fix(v5): update .npmignore by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5537
- test: fix test finished earlier than expected by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5540
- chore: rm < node19 support from secondaryServer.close() by
[@&#8203;Cangit](https://redirect.github.com/Cangit) in
[fastify/fastify#5542
- chore(sponsor): add valtown by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5543
- chore: Bump the dev-dependencies group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5546
- docs: use `http2` directive in nginx config by
[@&#8203;LiviaMedeiros](https://redirect.github.com/LiviaMedeiros) in
[fastify/fastify#5548
- chore: Bump neostandard from 0.10.0 to 0.11.0 in the dev-dependencies
group by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5554
- chore: fix lint by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5558
- ci: remove automerge from ci alternative runtimes by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5557
- feat: support different body schema per content type by
[@&#8203;nflaig](https://redirect.github.com/nflaig) in
[fastify/fastify#5545
- chore: remove dc-polyfill by
[@&#8203;Cangit](https://redirect.github.com/Cangit) in
[fastify/fastify#5560
- fix: res serializer not given reply
([#&#8203;5556](https://redirect.github.com/fastify/fastify/issues/5556))
by [@&#8203;mch-dsk](https://redirect.github.com/mch-dsk) in
[fastify/fastify#5561
- chore: Bump process-warning from 3.0.0 to 4.0.0 in the
dependencies-major group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5568
- chore: Bump the dev-dependencies group with 2 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5569
- chore: allow ! in PR title by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5571
- docs: add
[@&#8203;pybot/fastify-autoload](https://redirect.github.com/pybot/fastify-autoload)
to comm plugins by
[@&#8203;kunal097](https://redirect.github.com/kunal097) in
[fastify/fastify#5579
- feat: customize http methods by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5567
- refactor(typescript): re-order FastifyReply generic parameters by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5570
- docs: Adding `crudify-mongo` plugin to community list by
[@&#8203;aaroncadillac](https://redirect.github.com/aaroncadillac) in
[fastify/fastify#5581
- docs(reference/typescript): remove type provider from typebox example
by [@&#8203;jscheffner](https://redirect.github.com/jscheffner) in
[fastify/fastify#5576
- refactor!: remove json shorthand by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5586
- chore: remove deprecation 005 by
[@&#8203;jsumners](https://redirect.github.com/jsumners) in
[fastify/fastify#5589
- fix: nullish host by
[@&#8203;sourcecodeit](https://redirect.github.com/sourcecodeit) in
[fastify/fastify#5590
- chore(sponsor): add handsontable by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5592
- fix: removed warning listener from tests by
[@&#8203;sourcecodeit](https://redirect.github.com/sourcecodeit) in
[fastify/fastify#5598
- fix: test suite import.js emitting errors by
[@&#8203;dancastillo](https://redirect.github.com/dancastillo) in
[fastify/fastify#5599
- chore: Bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
20.14.13 to 22.0.0 in the dev-dependencies group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5600
- docs(reply): standardize import style in examples by
[@&#8203;Tony133](https://redirect.github.com/Tony133) in
[fastify/fastify#5580
- docs(typescript): update example fastify version by
[@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in
[fastify/fastify#5602
- refactor: remove FSTDEP007 by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5604
- refactor: remove `FSTDEP008` and `FSTDEP009` by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5609
- refactor: remove `FSTDEP010` by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5611
- refactor: remove `FSTDEP021` by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5613
- refactor: use `Object.hasOwn` by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5614
- refactor: remove `FSTDEP012`, `FSTDEP015`, `FSTDEP016`, `FSTDEP017`,
`FSTDEP018`, `FSTDEP019` by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5616
- refactor: remove `FSTDEP013` by
[@&#8203;climba03003](https://redirect.github.com/climba03003) in
[fastify/fastify#5618
- fix: throwing "FST_ERR_DUPLICATED_ROUTE" error instead of raw error by
[@&#8203;Rantoledo](https://redirect.github.com/Rantoledo) in
[fastify/fastify#5621
- chore: Bump
[@&#8203;sinclair/typebox](https://redirect.github.com/sinclair/typebox)
from 0.32.35 to 0.33.4 in the dev-dependencies group by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify#5625
- fix: reorder handling of `Response` replies by
[@&#8203;barbieri](https://redirect.github.com/barbieri) in
[fastify/fastify#5612
- ci(.github): use latest node lts version by
[@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in
[fastify/fastify#5577
- docs: add default value for maxParamLength by
[@&#8203;busybox11](https://redirect.github.com/busybox11) in
[fastify/fastify#5630
- chore: simplify `neostandard` setup by
[@&#8203;voxpelli](https://redirect.github.com/voxpelli) in
[fastify/fastify#5635
- chore: fix sponsor link by
[@&#8203;Eomm](https://redirect.github.com/Eomm) in
[fastify/fastify#5640
- docs: move RafaelGSS to past collaborators by
[@&#8203;RafaelGSS](https://redirect.github.com/RafaelGSS) in
[fastify/fastify#5645
- docs(type-providers): fix typos by
[@&#8203;mikesamm](https://redirect.github.com/mikesamm) in
[fastify/fastify#5651
- feat: add fastify v4 codemods by
[@&#8203;arshcodemod](https://redirect.github.com/arshcodemod) in
[fastify/fastify#5642
- chore: bump find-my-way to v9 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5652
- chore: bump ajv-compiler to v4.0.0 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5653
- chore: Bumped light-my-request to v6.0.0 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5655
- chore: Bumped avvio to v9.0.0 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5656
- chore: bump fast-json-stringify-compiler to v5.0.0 by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5660
- docs: add dancastillo to Fastify Plugins team by
[@&#8203;dancastillo](https://redirect.github.com/dancastillo) in
[fastify/fastify#5668
- docs: join plugin team by
[@&#8203;jean-michelet](https://redirect.github.com/jean-michelet) in
[fastify/fastify#5677
- chore: list the next deprecation code by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5673
- types: remove nonexistant done parameter from onRegister by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5678
- docs: add v5 guide by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[fastify/fastify#5674
- feat: bind `this` to instance in onclose by
[@&#8203;gurgunday](https://redirect.github.com/gurgunday) in
[fastify/fastify#5670
- docs: update v4 codemods by
[@&#8203;mohab-sameh](https://redirect.github.com/mohab-sameh) in
[fastify/fastify#5666
- docs: Add required .js extension to relative ESM imports by
[@&#8203;masto](https://redirect.github.com/masto) in
[fastify/fastify#5685

#### New Contributors

- [@&#8203;beyazit](https://redirect.github.com/beyazit) made their
first contribution in
[fastify/fastify#4962
- [@&#8203;puskin94](https://redirect.github.com/puskin94) made their
first contribution in
[fastify/fastify#5422
- [@&#8203;james-kaguru](https://redirect.github.com/james-kaguru) made
their first contribution in
[fastify/fastify#5450
- [@&#8203;monish001](https://redirect.github.com/monish001) made their
first contribution in
[fastify/fastify#5461
- [@&#8203;dmkng](https://redirect.github.com/dmkng) made their first
contribution in
[fastify/fastify#5458
- [@&#8203;BrianValente](https://redirect.github.com/BrianValente) made
their first contribution in
[fastify/fastify#5355
- [@&#8203;Cangit](https://redirect.github.com/Cangit) made their first
contribution in
[fastify/fastify#5493
- [@&#8203;alenap93](https://redirect.github.com/alenap93) made their
first contribution in
[fastify/fastify#5475
-
[@&#8203;moradebianchetti81](https://redirect.github.com/moradebianchetti81)
made their first contribution in
[fastify/fastify#5499
- [@&#8203;Bram-dc](https://redirect.github.com/Bram-dc) made their
first contribution in
[fastify/fastify#5427
- [@&#8203;LiviaMedeiros](https://redirect.github.com/LiviaMedeiros)
made their first contribution in
[fastify/fastify#5548
- [@&#8203;mch-dsk](https://redirect.github.com/mch-dsk) made their
first contribution in
[fastify/fastify#5561
- [@&#8203;kunal097](https://redirect.github.com/kunal097) made their
first contribution in
[fastify/fastify#5579
- [@&#8203;aaroncadillac](https://redirect.github.com/aaroncadillac)
made their first contribution in
[fastify/fastify#5581
- [@&#8203;jscheffner](https://redirect.github.com/jscheffner) made
their first contribution in
[fastify/fastify#5576
- [@&#8203;sourcecodeit](https://redirect.github.com/sourcecodeit) made
their first contribution in
[fastify/fastify#5590
- [@&#8203;Rantoledo](https://redirect.github.com/Rantoledo) made their
first contribution in
[fastify/fastify#5621
- [@&#8203;barbieri](https://redirect.github.com/barbieri) made their
first contribution in
[fastify/fastify#5612
- [@&#8203;busybox11](https://redirect.github.com/busybox11) made their
first contribution in
[fastify/fastify#5630
- [@&#8203;mikesamm](https://redirect.github.com/mikesamm) made their
first contribution in
[fastify/fastify#5651
- [@&#8203;arshcodemod](https://redirect.github.com/arshcodemod) made
their first contribution in
[fastify/fastify#5642
- [@&#8203;jean-michelet](https://redirect.github.com/jean-michelet)
made their first contribution in
[fastify/fastify#5677
- [@&#8203;mohab-sameh](https://redirect.github.com/mohab-sameh) made
their first contribution in
[fastify/fastify#5666
- [@&#8203;masto](https://redirect.github.com/masto) made their first
contribution in
[fastify/fastify#5685

**Full Changelog**:
fastify/fastify@v4.27.0...v5.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/antoinezanardi/werewolves-assistant-api-next).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants