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 actions/labeler from 4 to 5 #5248

Merged
merged 1 commit into from
Jan 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps actions/labeler from 4 to 5.

Release notes

Sourced from actions/labeler's releases.

v5.0.0

What's Changed

This release contains the following breaking changes:

  1. The ability to apply labels based on the names of base and/or head branches was added (#186 and #54). The match object for changed files was expanded with new combinations in order to make it more intuitive and flexible (#423 and #101). As a result, the configuration file structure was significantly redesigned and is not compatible with the structure of the previous version. Please read the action documentation to find out how to adapt your configuration files for use with the new action version.

  2. The bug related to the sync-labels input was fixed (#112). Now the input value is read correctly.

  3. By default, dot input is set to true. Now, paths starting with a dot (e.g. .github) are matched by default.

  4. Version 5 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.

For more information, please read the action documentation.

New Contributors

Full Changelog: actions/labeler@v4...v5.0.0

v5.0.0-beta.1

What's Changed

In scope of this beta release, the structure of the configuration file (.github/labeler.yml) was changed from

LabelName:
- any:
  - changed-files: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']
- all:
  - changed-files: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']

to

LabelName:
- any:
  - changed-files: 
    - AnyGlobToAnyFile: ['list', 'of', 'globs']
    - AnyGlobToAllFiles: ['list', 'of', 'globs']
    - AllGlobsToAnyFile: ['list', 'of', 'globs']
    - AllGlobsToAllFiles: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']
- all:
  - changed-files:
    - AnyGlobToAnyFile: ['list', 'of', 'globs']
    - AnyGlobToAllFiles: ['list', 'of', 'globs']
    - AllGlobsToAnyFile: ['list', 'of', 'globs']
</tr></table> 

... (truncated)

Commits
  • 8558fd7 Merge pull request #709 from actions/v5.0.0-beta
  • 000ca75 Merge pull request #700 from MaksimZhukov/apply-suggestions-and-update-docume...
  • cb66c2f Update dist
  • 9181355 Apply suggestions for the beta vesrion and update the documentation
  • efe4c1c Merge pull request #699 from MaksimZhukov/update-node-runtime-and-dependencies
  • c0957ad Run Prettier
  • 8dc8d18 Update Node.js version in reusable workflows
  • d0d0bbe Update documentation
  • 1375c42 5.0.0
  • ab7411e Change version of Node.js runtime to node20
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@v4...v5)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 1, 2024
@github-actions github-actions bot added the github actions Github actions related label Jan 1, 2024
@github-actions github-actions bot merged commit dd4cfed into main Jan 1, 2024
43 of 45 checks passed
@github-actions github-actions bot deleted the dependabot/github_actions/actions/labeler-5 branch January 1, 2024 14:18
renovate bot referenced this pull request in tomacheese/telcheck Feb 1, 2024
[![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.25.2` ->
`4.26.0`](https://renovatebot.com/diffs/npm/fastify/4.25.2/4.26.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/fastify/4.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fastify/4.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fastify/4.25.2/4.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fastify/4.25.2/4.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/fastify/fastify/compare/v4.25.2...v4.26.0)

#### What's Changed

- docs(ecosystem): add missing plugins to core list by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/fastify/pull/5234](https://togithub.com/fastify/fastify/pull/5234)
- ci: CITGM github workflow by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[https://github.com/fastify/fastify/pull/5233](https://togithub.com/fastify/fastify/pull/5233)
- chore: bump find-may-way to v8.0.0 by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[https://github.com/fastify/fastify/pull/5236](https://togithub.com/fastify/fastify/pull/5236)
- fix: setValidatorCompiler with addSchema by
[@&#8203;derammo](https://togithub.com/derammo) in
[https://github.com/fastify/fastify/pull/5188](https://togithub.com/fastify/fastify/pull/5188)
- feat(routes): expose findRoute and param validator by
[@&#8203;sf3ris](https://togithub.com/sf3ris) in
[https://github.com/fastify/fastify/pull/5230](https://togithub.com/fastify/fastify/pull/5230)
- feat: add use semicolon delimter config, default = true by
[@&#8203;dancastillo](https://togithub.com/dancastillo) in
[https://github.com/fastify/fastify/pull/5239](https://togithub.com/fastify/fastify/pull/5239)
- chore: add autocannon and concurrently as dev dependencies by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[https://github.com/fastify/fastify/pull/5240](https://togithub.com/fastify/fastify/pull/5240)
- fix: return the correct serializer function when no content-type is
defined by [@&#8203;DouglasdeMoura](https://togithub.com/DouglasdeMoura)
in
[https://github.com/fastify/fastify/pull/5229](https://togithub.com/fastify/fastify/pull/5229)
- Sync next by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[https://github.com/fastify/fastify/pull/5238](https://togithub.com/fastify/fastify/pull/5238)
- docs: add open-collective by [@&#8203;Eomm](https://togithub.com/Eomm)
in
[https://github.com/fastify/fastify/pull/5216](https://togithub.com/fastify/fastify/pull/5216)
- chore: Bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/fastify/fastify/pull/5249](https://togithub.com/fastify/fastify/pull/5249)
- chore: Bump actions/labeler from 4 to 5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/fastify/fastify/pull/5248](https://togithub.com/fastify/fastify/pull/5248)
- docs(ecosystem): update fastify-rabbitmq // add fastify-hl7 to
ecosystem.md by [@&#8203;Bugs5382](https://togithub.com/Bugs5382) in
[https://github.com/fastify/fastify/pull/5245](https://togithub.com/fastify/fastify/pull/5245)
- chore: update actions/labeler@5 by
[@&#8203;climba03003](https://togithub.com/climba03003) in
[https://github.com/fastify/fastify/pull/5254](https://togithub.com/fastify/fastify/pull/5254)
- fix: restrict findRoute exposed property by
[@&#8203;climba03003](https://togithub.com/climba03003) in
[https://github.com/fastify/fastify/pull/5253](https://togithub.com/fastify/fastify/pull/5253)
- fix(test): flaky on-listen hook test by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[https://github.com/fastify/fastify/pull/5256](https://togithub.com/fastify/fastify/pull/5256)
- fix: remove unused promise warning in setNotFoundHandler with
preHandler by [@&#8203;mcollina](https://togithub.com/mcollina) in
[https://github.com/fastify/fastify/pull/5258](https://togithub.com/fastify/fastify/pull/5258)
- fix: Always call resource.emitDestroy() by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[https://github.com/fastify/fastify/pull/5228](https://togithub.com/fastify/fastify/pull/5228)
- docs: Add missing punctuation in Ecosystem by
[@&#8203;matthyk](https://togithub.com/matthyk) in
[https://github.com/fastify/fastify/pull/5261](https://togithub.com/fastify/fastify/pull/5261)
- docs: remove word repetition on Decorators docs by
[@&#8203;rlawisch](https://togithub.com/rlawisch) in
[https://github.com/fastify/fastify/pull/5260](https://togithub.com/fastify/fastify/pull/5260)
- chore(types): Remove unused type imports by
[@&#8203;codershiba](https://togithub.com/codershiba) in
[https://github.com/fastify/fastify/pull/5264](https://togithub.com/fastify/fastify/pull/5264)
- chore(license): Update licensing year by
[@&#8203;codershiba](https://togithub.com/codershiba) in
[https://github.com/fastify/fastify/pull/5266](https://togithub.com/fastify/fastify/pull/5266)
- chore(docs): Add clarification about `fastify.setErrorHandler()` by
[@&#8203;codershiba](https://togithub.com/codershiba) in
[https://github.com/fastify/fastify/pull/5265](https://togithub.com/fastify/fastify/pull/5265)
- refactor: deprecate `Reply#getResponseTime()` in favour of
`Reply#elapsedTime` by
[@&#8203;codershiba](https://togithub.com/codershiba) in
[https://github.com/fastify/fastify/pull/5263](https://togithub.com/fastify/fastify/pull/5263)
- chore: remove `www.` from `fastify.dev` urls by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/fastify/pull/5270](https://togithub.com/fastify/fastify/pull/5270)
- feat: expose method for setGenReqId on FastifyInstance by
[@&#8203;dancastillo](https://togithub.com/dancastillo) in
[https://github.com/fastify/fastify/pull/5259](https://togithub.com/fastify/fastify/pull/5259)
- fix: ensure `onListen` hooks are called when they should be by
[@&#8203;bienzaaron](https://togithub.com/bienzaaron) in
[https://github.com/fastify/fastify/pull/5273](https://togithub.com/fastify/fastify/pull/5273)
- docs: re-word clarification about `setErrorHandler()` by
[@&#8203;codershiba](https://togithub.com/codershiba) in
[https://github.com/fastify/fastify/pull/5269](https://togithub.com/fastify/fastify/pull/5269)
- docs(ecosystem): remove unsupported package by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/fastify/pull/5278](https://togithub.com/fastify/fastify/pull/5278)
- docs: Fix Pino docs link by
[@&#8203;BoscoDomingo](https://togithub.com/BoscoDomingo) in
[https://github.com/fastify/fastify/pull/5284](https://togithub.com/fastify/fastify/pull/5284)
- chore: add github sponsor by [@&#8203;Eomm](https://togithub.com/Eomm)
in
[https://github.com/fastify/fastify/pull/5293](https://togithub.com/fastify/fastify/pull/5293)
- docs(ecosystem): adds fastify-sqlite-typed to the community plugins
list by [@&#8203;yoav0gal](https://togithub.com/yoav0gal) in
[https://github.com/fastify/fastify/pull/5288](https://togithub.com/fastify/fastify/pull/5288)
- docs: add ESM usage example in Getting Started by
[@&#8203;atilagulers](https://togithub.com/atilagulers) in
[https://github.com/fastify/fastify/pull/5294](https://togithub.com/fastify/fastify/pull/5294)
- docs: repoint readers to shared `.github` files by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/fastify/pull/5268](https://togithub.com/fastify/fastify/pull/5268)
- feat: Web Stream API by
[@&#8203;climba03003](https://togithub.com/climba03003) in
[https://github.com/fastify/fastify/pull/5286](https://togithub.com/fastify/fastify/pull/5286)
- chore: sync generated code by
[@&#8203;Eomm](https://togithub.com/Eomm) in
[https://github.com/fastify/fastify/pull/5295](https://togithub.com/fastify/fastify/pull/5295)

#### New Contributors

- [@&#8203;derammo](https://togithub.com/derammo) made their first
contribution in
[https://github.com/fastify/fastify/pull/5188](https://togithub.com/fastify/fastify/pull/5188)
- [@&#8203;DouglasdeMoura](https://togithub.com/DouglasdeMoura) made
their first contribution in
[https://github.com/fastify/fastify/pull/5229](https://togithub.com/fastify/fastify/pull/5229)
- [@&#8203;rlawisch](https://togithub.com/rlawisch) made their first
contribution in
[https://github.com/fastify/fastify/pull/5260](https://togithub.com/fastify/fastify/pull/5260)
- [@&#8203;codershiba](https://togithub.com/codershiba) made their first
contribution in
[https://github.com/fastify/fastify/pull/5264](https://togithub.com/fastify/fastify/pull/5264)
- [@&#8203;BoscoDomingo](https://togithub.com/BoscoDomingo) made their
first contribution in
[https://github.com/fastify/fastify/pull/5284](https://togithub.com/fastify/fastify/pull/5284)
- [@&#8203;yoav0gal](https://togithub.com/yoav0gal) made their first
contribution in
[https://github.com/fastify/fastify/pull/5288](https://togithub.com/fastify/fastify/pull/5288)
- [@&#8203;atilagulers](https://togithub.com/atilagulers) made their
first contribution in
[https://github.com/fastify/fastify/pull/5294](https://togithub.com/fastify/fastify/pull/5294)

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in redwoodjs/redwood Mar 7, 2024
[![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.25.2` ->
`4.26.2`](https://renovatebot.com/diffs/npm/fastify/4.25.2/4.26.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/fastify/4.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fastify/4.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fastify/4.25.2/4.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fastify/4.25.2/4.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/fastify/fastify/compare/v4.26.1...v4.26.2)

#### What's Changed

- fix: typo in module exports by
[@&#8203;lirantal](https://togithub.com/lirantal) in
[https://github.com/fastify/fastify/pull/5316](https://togithub.com/fastify/fastify/pull/5316)
- docs(ts): Fix links by
[@&#8203;rozzilla](https://togithub.com/rozzilla) in
[https://github.com/fastify/fastify/pull/5308](https://togithub.com/fastify/fastify/pull/5308)
- fix: cb is not a function at fallbackErrorHandler by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[https://github.com/fastify/fastify/pull/5317](https://togithub.com/fastify/fastify/pull/5317)
- feat: add a Firebase Functions step by step guide by
[@&#8203;lirantal](https://togithub.com/lirantal) in
[https://github.com/fastify/fastify/pull/5318](https://togithub.com/fastify/fastify/pull/5318)
- types: fix test failure by
[@&#8203;gurgunday](https://togithub.com/gurgunday) in
[https://github.com/fastify/fastify/pull/5330](https://togithub.com/fastify/fastify/pull/5330)
- perf: use FifoMap to check contentType by
[@&#8203;gurgunday](https://togithub.com/gurgunday) in
[https://github.com/fastify/fastify/pull/5331](https://togithub.com/fastify/fastify/pull/5331)
- docs(ecosystem): adds fastify-override to plugins list by
[@&#8203;matthyk](https://togithub.com/matthyk) in
[https://github.com/fastify/fastify/pull/5336](https://togithub.com/fastify/fastify/pull/5336)
- types: Export preClose hook types by
[@&#8203;matthyk](https://togithub.com/matthyk) in
[https://github.com/fastify/fastify/pull/5335](https://togithub.com/fastify/fastify/pull/5335)
- fix: database migration doc missing db connection code by
[@&#8203;nuhman](https://togithub.com/nuhman) in
[https://github.com/fastify/fastify/pull/5339](https://togithub.com/fastify/fastify/pull/5339)
- chore: Bump pnpm/action-setup from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/fastify/fastify/pull/5341](https://togithub.com/fastify/fastify/pull/5341)
- chore: Bump xt0rted/markdownlint-problem-matcher from 2.0.0 to 3.0.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/fastify/fastify/pull/5342](https://togithub.com/fastify/fastify/pull/5342)

#### New Contributors

- [@&#8203;nuhman](https://togithub.com/nuhman) made their first
contribution in
[https://github.com/fastify/fastify/pull/5339](https://togithub.com/fastify/fastify/pull/5339)

**Full Changelog**:
fastify/fastify@v4.26.1...v4.26.2

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

[Compare
Source](https://togithub.com/fastify/fastify/compare/v4.26.0...v4.26.1)

#### What's Changed

- docs(ecosystem): adds fastify-hana to the community plugins list by
[@&#8203;yoav0gal](https://togithub.com/yoav0gal) in
[https://github.com/fastify/fastify/pull/5289](https://togithub.com/fastify/fastify/pull/5289)
- docs: fix misattributed property parent in deprecation warning:
request.elapsedTime by
[@&#8203;mscottnelson](https://togithub.com/mscottnelson) in
[https://github.com/fastify/fastify/pull/5299](https://togithub.com/fastify/fastify/pull/5299)
- chore: Bump lycheeverse/lychee-action from 1.8.0 to 1.9.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/fastify/fastify/pull/5300](https://togithub.com/fastify/fastify/pull/5300)
- chore: Bump actions/dependency-review-action from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/fastify/fastify/pull/5301](https://togithub.com/fastify/fastify/pull/5301)
- chore(.gitignore): add .tap/ dir by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/fastify/pull/5303](https://togithub.com/fastify/fastify/pull/5303)
- fix: amend error codes for latest avvio v8.3.0 by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[https://github.com/fastify/fastify/pull/5309](https://togithub.com/fastify/fastify/pull/5309)
- fix(types): Request route options url add undefined by
[@&#8203;rozzilla](https://togithub.com/rozzilla) in
[https://github.com/fastify/fastify/pull/5307](https://togithub.com/fastify/fastify/pull/5307)
- chore: add docs for tracing warnings by
[@&#8203;jsumners](https://togithub.com/jsumners) in
[https://github.com/fastify/fastify/pull/5310](https://togithub.com/fastify/fastify/pull/5310)

#### New Contributors

- [@&#8203;mscottnelson](https://togithub.com/mscottnelson) made their
first contribution in
[https://github.com/fastify/fastify/pull/5299](https://togithub.com/fastify/fastify/pull/5299)

**Full Changelog**:
fastify/fastify@v4.26.0...v4.26.1

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

[Compare
Source](https://togithub.com/fastify/fastify/compare/v4.25.2...v4.26.0)

#### What's Changed

- docs(ecosystem): add missing plugins to core list by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/fastify/pull/5234](https://togithub.com/fastify/fastify/pull/5234)
- ci: CITGM github workflow by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[https://github.com/fastify/fastify/pull/5233](https://togithub.com/fastify/fastify/pull/5233)
- chore: bump find-may-way to v8.0.0 by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[https://github.com/fastify/fastify/pull/5236](https://togithub.com/fastify/fastify/pull/5236)
- fix: setValidatorCompiler with addSchema by
[@&#8203;derammo](https://togithub.com/derammo) in
[https://github.com/fastify/fastify/pull/5188](https://togithub.com/fastify/fastify/pull/5188)
- feat(routes): expose findRoute and param validator by
[@&#8203;sf3ris](https://togithub.com/sf3ris) in
[https://github.com/fastify/fastify/pull/5230](https://togithub.com/fastify/fastify/pull/5230)
- feat: add use semicolon delimter config, default = true by
[@&#8203;dancastillo](https://togithub.com/dancastillo) in
[https://github.com/fastify/fastify/pull/5239](https://togithub.com/fastify/fastify/pull/5239)
- chore: add autocannon and concurrently as dev dependencies by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[https://github.com/fastify/fastify/pull/5240](https://togithub.com/fastify/fastify/pull/5240)
- fix: return the correct serializer function when no content-type is
defined by [@&#8203;DouglasdeMoura](https://togithub.com/DouglasdeMoura)
in
[https://github.com/fastify/fastify/pull/5229](https://togithub.com/fastify/fastify/pull/5229)
- Sync next by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[https://github.com/fastify/fastify/pull/5238](https://togithub.com/fastify/fastify/pull/5238)
- docs: add open-collective by [@&#8203;Eomm](https://togithub.com/Eomm)
in
[https://github.com/fastify/fastify/pull/5216](https://togithub.com/fastify/fastify/pull/5216)
- chore: Bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/fastify/fastify/pull/5249](https://togithub.com/fastify/fastify/pull/5249)
- chore: Bump actions/labeler from 4 to 5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/fastify/fastify/pull/5248](https://togithub.com/fastify/fastify/pull/5248)
- docs(ecosystem): update fastify-rabbitmq // add fastify-hl7 to
ecosystem.md by [@&#8203;Bugs5382](https://togithub.com/Bugs5382) in
[https://github.com/fastify/fastify/pull/5245](https://togithub.com/fastify/fastify/pull/5245)
- chore: update actions/labeler@5 by
[@&#8203;climba03003](https://togithub.com/climba03003) in
[https://github.com/fastify/fastify/pull/5254](https://togithub.com/fastify/fastify/pull/5254)
- fix: restrict findRoute exposed property by
[@&#8203;climba03003](https://togithub.com/climba03003) in
[https://github.com/fastify/fastify/pull/5253](https://togithub.com/fastify/fastify/pull/5253)
- fix(test): flaky on-listen hook test by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[https://github.com/fastify/fastify/pull/5256](https://togithub.com/fastify/fastify/pull/5256)
- fix: remove unused promise warning in setNotFoundHandler with
preHandler by [@&#8203;mcollina](https://togithub.com/mcollina) in
[https://github.com/fastify/fastify/pull/5258](https://togithub.com/fastify/fastify/pull/5258)
- fix: Always call resource.emitDestroy() by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[https://github.com/fastify/fastify/pull/5228](https://togithub.com/fastify/fastify/pull/5228)
- docs: Add missing punctuation in Ecosystem by
[@&#8203;matthyk](https://togithub.com/matthyk) in
[https://github.com/fastify/fastify/pull/5261](https://togithub.com/fastify/fastify/pull/5261)
- docs: remove word repetition on Decorators docs by
[@&#8203;rlawisch](https://togithub.com/rlawisch) in
[https://github.com/fastify/fastify/pull/5260](https://togithub.com/fastify/fastify/pull/5260)
- chore(types): Remove unused type imports by
[@&#8203;codershiba](https://togithub.com/codershiba) in
[https://github.com/fastify/fastify/pull/5264](https://togithub.com/fastify/fastify/pull/5264)
- chore(license): Update licensing year by
[@&#8203;codershiba](https://togithub.com/codershiba) in
[https://github.com/fastify/fastify/pull/5266](https://togithub.com/fastify/fastify/pull/5266)
- chore(docs): Add clarification about `fastify.setErrorHandler()` by
[@&#8203;codershiba](https://togithub.com/codershiba) in
[https://github.com/fastify/fastify/pull/5265](https://togithub.com/fastify/fastify/pull/5265)
- refactor: deprecate `Reply#getResponseTime()` in favour of
`Reply#elapsedTime` by
[@&#8203;codershiba](https://togithub.com/codershiba) in
[https://github.com/fastify/fastify/pull/5263](https://togithub.com/fastify/fastify/pull/5263)
- chore: remove `www.` from `fastify.dev` urls by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/fastify/pull/5270](https://togithub.com/fastify/fastify/pull/5270)
- feat: expose method for setGenReqId on FastifyInstance by
[@&#8203;dancastillo](https://togithub.com/dancastillo) in
[https://github.com/fastify/fastify/pull/5259](https://togithub.com/fastify/fastify/pull/5259)
- fix: ensure `onListen` hooks are called when they should be by
[@&#8203;bienzaaron](https://togithub.com/bienzaaron) in
[https://github.com/fastify/fastify/pull/5273](https://togithub.com/fastify/fastify/pull/5273)
- docs: re-word clarification about `setErrorHandler()` by
[@&#8203;codershiba](https://togithub.com/codershiba) in
[https://github.com/fastify/fastify/pull/5269](https://togithub.com/fastify/fastify/pull/5269)
- docs(ecosystem): remove unsupported package by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/fastify/pull/5278](https://togithub.com/fastify/fastify/pull/5278)
- docs: Fix Pino docs link by
[@&#8203;BoscoDomingo](https://togithub.com/BoscoDomingo) in
[https://github.com/fastify/fastify/pull/5284](https://togithub.com/fastify/fastify/pull/5284)
- chore: add github sponsor by [@&#8203;Eomm](https://togithub.com/Eomm)
in
[https://github.com/fastify/fastify/pull/5293](https://togithub.com/fastify/fastify/pull/5293)
- docs(ecosystem): adds fastify-sqlite-typed to the community plugins
list by [@&#8203;yoav0gal](https://togithub.com/yoav0gal) in
[https://github.com/fastify/fastify/pull/5288](https://togithub.com/fastify/fastify/pull/5288)
- docs: add ESM usage example in Getting Started by
[@&#8203;atilagulers](https://togithub.com/atilagulers) in
[https://github.com/fastify/fastify/pull/5294](https://togithub.com/fastify/fastify/pull/5294)
- docs: repoint readers to shared `.github` files by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/fastify/pull/5268](https://togithub.com/fastify/fastify/pull/5268)
- feat: Web Stream API by
[@&#8203;climba03003](https://togithub.com/climba03003) in
[https://github.com/fastify/fastify/pull/5286](https://togithub.com/fastify/fastify/pull/5286)
- chore: sync generated code by
[@&#8203;Eomm](https://togithub.com/Eomm) in
[https://github.com/fastify/fastify/pull/5295](https://togithub.com/fastify/fastify/pull/5295)

#### New Contributors

- [@&#8203;derammo](https://togithub.com/derammo) made their first
contribution in
[https://github.com/fastify/fastify/pull/5188](https://togithub.com/fastify/fastify/pull/5188)
- [@&#8203;DouglasdeMoura](https://togithub.com/DouglasdeMoura) made
their first contribution in
[https://github.com/fastify/fastify/pull/5229](https://togithub.com/fastify/fastify/pull/5229)
- [@&#8203;rlawisch](https://togithub.com/rlawisch) made their first
contribution in
[https://github.com/fastify/fastify/pull/5260](https://togithub.com/fastify/fastify/pull/5260)
- [@&#8203;codershiba](https://togithub.com/codershiba) made their first
contribution in
[https://github.com/fastify/fastify/pull/5264](https://togithub.com/fastify/fastify/pull/5264)
- [@&#8203;BoscoDomingo](https://togithub.com/BoscoDomingo) made their
first contribution in
[https://github.com/fastify/fastify/pull/5284](https://togithub.com/fastify/fastify/pull/5284)
- [@&#8203;yoav0gal](https://togithub.com/yoav0gal) made their first
contribution in
[https://github.com/fastify/fastify/pull/5288](https://togithub.com/fastify/fastify/pull/5288)
- [@&#8203;atilagulers](https://togithub.com/atilagulers) made their
first contribution in
[https://github.com/fastify/fastify/pull/5294](https://togithub.com/fastify/fastify/pull/5294)

**Full Changelog**:
fastify/fastify@v4.25.2...v4.26.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
jtoar referenced this pull request in redwoodjs/redwood Mar 7, 2024
[![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.25.2` ->
`4.26.2`](https://renovatebot.com/diffs/npm/fastify/4.25.2/4.26.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/fastify/4.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fastify/4.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fastify/4.25.2/4.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fastify/4.25.2/4.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

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

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

[Compare
Source](https://togithub.com/fastify/fastify/compare/v4.26.1...v4.26.2)

- fix: typo in module exports by
[@&#8203;lirantal](https://togithub.com/lirantal) in
[https://github.com/fastify/fastify/pull/5316](https://togithub.com/fastify/fastify/pull/5316)
- docs(ts): Fix links by
[@&#8203;rozzilla](https://togithub.com/rozzilla) in
[https://github.com/fastify/fastify/pull/5308](https://togithub.com/fastify/fastify/pull/5308)
- fix: cb is not a function at fallbackErrorHandler by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[https://github.com/fastify/fastify/pull/5317](https://togithub.com/fastify/fastify/pull/5317)
- feat: add a Firebase Functions step by step guide by
[@&#8203;lirantal](https://togithub.com/lirantal) in
[https://github.com/fastify/fastify/pull/5318](https://togithub.com/fastify/fastify/pull/5318)
- types: fix test failure by
[@&#8203;gurgunday](https://togithub.com/gurgunday) in
[https://github.com/fastify/fastify/pull/5330](https://togithub.com/fastify/fastify/pull/5330)
- perf: use FifoMap to check contentType by
[@&#8203;gurgunday](https://togithub.com/gurgunday) in
[https://github.com/fastify/fastify/pull/5331](https://togithub.com/fastify/fastify/pull/5331)
- docs(ecosystem): adds fastify-override to plugins list by
[@&#8203;matthyk](https://togithub.com/matthyk) in
[https://github.com/fastify/fastify/pull/5336](https://togithub.com/fastify/fastify/pull/5336)
- types: Export preClose hook types by
[@&#8203;matthyk](https://togithub.com/matthyk) in
[https://github.com/fastify/fastify/pull/5335](https://togithub.com/fastify/fastify/pull/5335)
- fix: database migration doc missing db connection code by
[@&#8203;nuhman](https://togithub.com/nuhman) in
[https://github.com/fastify/fastify/pull/5339](https://togithub.com/fastify/fastify/pull/5339)
- chore: Bump pnpm/action-setup from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/fastify/fastify/pull/5341](https://togithub.com/fastify/fastify/pull/5341)
- chore: Bump xt0rted/markdownlint-problem-matcher from 2.0.0 to 3.0.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/fastify/fastify/pull/5342](https://togithub.com/fastify/fastify/pull/5342)

- [@&#8203;nuhman](https://togithub.com/nuhman) made their first
contribution in
[https://github.com/fastify/fastify/pull/5339](https://togithub.com/fastify/fastify/pull/5339)

**Full Changelog**:
fastify/fastify@v4.26.1...v4.26.2

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

[Compare
Source](https://togithub.com/fastify/fastify/compare/v4.26.0...v4.26.1)

- docs(ecosystem): adds fastify-hana to the community plugins list by
[@&#8203;yoav0gal](https://togithub.com/yoav0gal) in
[https://github.com/fastify/fastify/pull/5289](https://togithub.com/fastify/fastify/pull/5289)
- docs: fix misattributed property parent in deprecation warning:
request.elapsedTime by
[@&#8203;mscottnelson](https://togithub.com/mscottnelson) in
[https://github.com/fastify/fastify/pull/5299](https://togithub.com/fastify/fastify/pull/5299)
- chore: Bump lycheeverse/lychee-action from 1.8.0 to 1.9.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/fastify/fastify/pull/5300](https://togithub.com/fastify/fastify/pull/5300)
- chore: Bump actions/dependency-review-action from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/fastify/fastify/pull/5301](https://togithub.com/fastify/fastify/pull/5301)
- chore(.gitignore): add .tap/ dir by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/fastify/pull/5303](https://togithub.com/fastify/fastify/pull/5303)
- fix: amend error codes for latest avvio v8.3.0 by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[https://github.com/fastify/fastify/pull/5309](https://togithub.com/fastify/fastify/pull/5309)
- fix(types): Request route options url add undefined by
[@&#8203;rozzilla](https://togithub.com/rozzilla) in
[https://github.com/fastify/fastify/pull/5307](https://togithub.com/fastify/fastify/pull/5307)
- chore: add docs for tracing warnings by
[@&#8203;jsumners](https://togithub.com/jsumners) in
[https://github.com/fastify/fastify/pull/5310](https://togithub.com/fastify/fastify/pull/5310)

- [@&#8203;mscottnelson](https://togithub.com/mscottnelson) made their
first contribution in
[https://github.com/fastify/fastify/pull/5299](https://togithub.com/fastify/fastify/pull/5299)

**Full Changelog**:
fastify/fastify@v4.26.0...v4.26.1

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

[Compare
Source](https://togithub.com/fastify/fastify/compare/v4.25.2...v4.26.0)

- docs(ecosystem): add missing plugins to core list by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/fastify/pull/5234](https://togithub.com/fastify/fastify/pull/5234)
- ci: CITGM github workflow by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[https://github.com/fastify/fastify/pull/5233](https://togithub.com/fastify/fastify/pull/5233)
- chore: bump find-may-way to v8.0.0 by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[https://github.com/fastify/fastify/pull/5236](https://togithub.com/fastify/fastify/pull/5236)
- fix: setValidatorCompiler with addSchema by
[@&#8203;derammo](https://togithub.com/derammo) in
[https://github.com/fastify/fastify/pull/5188](https://togithub.com/fastify/fastify/pull/5188)
- feat(routes): expose findRoute and param validator by
[@&#8203;sf3ris](https://togithub.com/sf3ris) in
[https://github.com/fastify/fastify/pull/5230](https://togithub.com/fastify/fastify/pull/5230)
- feat: add use semicolon delimter config, default = true by
[@&#8203;dancastillo](https://togithub.com/dancastillo) in
[https://github.com/fastify/fastify/pull/5239](https://togithub.com/fastify/fastify/pull/5239)
- chore: add autocannon and concurrently as dev dependencies by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[https://github.com/fastify/fastify/pull/5240](https://togithub.com/fastify/fastify/pull/5240)
- fix: return the correct serializer function when no content-type is
defined by [@&#8203;DouglasdeMoura](https://togithub.com/DouglasdeMoura)
in
[https://github.com/fastify/fastify/pull/5229](https://togithub.com/fastify/fastify/pull/5229)
- Sync next by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[https://github.com/fastify/fastify/pull/5238](https://togithub.com/fastify/fastify/pull/5238)
- docs: add open-collective by [@&#8203;Eomm](https://togithub.com/Eomm)
in
[https://github.com/fastify/fastify/pull/5216](https://togithub.com/fastify/fastify/pull/5216)
- chore: Bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/fastify/fastify/pull/5249](https://togithub.com/fastify/fastify/pull/5249)
- chore: Bump actions/labeler from 4 to 5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/fastify/fastify/pull/5248](https://togithub.com/fastify/fastify/pull/5248)
- docs(ecosystem): update fastify-rabbitmq // add fastify-hl7 to
ecosystem.md by [@&#8203;Bugs5382](https://togithub.com/Bugs5382) in
[https://github.com/fastify/fastify/pull/5245](https://togithub.com/fastify/fastify/pull/5245)
- chore: update actions/labeler@5 by
[@&#8203;climba03003](https://togithub.com/climba03003) in
[https://github.com/fastify/fastify/pull/5254](https://togithub.com/fastify/fastify/pull/5254)
- fix: restrict findRoute exposed property by
[@&#8203;climba03003](https://togithub.com/climba03003) in
[https://github.com/fastify/fastify/pull/5253](https://togithub.com/fastify/fastify/pull/5253)
- fix(test): flaky on-listen hook test by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[https://github.com/fastify/fastify/pull/5256](https://togithub.com/fastify/fastify/pull/5256)
- fix: remove unused promise warning in setNotFoundHandler with
preHandler by [@&#8203;mcollina](https://togithub.com/mcollina) in
[https://github.com/fastify/fastify/pull/5258](https://togithub.com/fastify/fastify/pull/5258)
- fix: Always call resource.emitDestroy() by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[https://github.com/fastify/fastify/pull/5228](https://togithub.com/fastify/fastify/pull/5228)
- docs: Add missing punctuation in Ecosystem by
[@&#8203;matthyk](https://togithub.com/matthyk) in
[https://github.com/fastify/fastify/pull/5261](https://togithub.com/fastify/fastify/pull/5261)
- docs: remove word repetition on Decorators docs by
[@&#8203;rlawisch](https://togithub.com/rlawisch) in
[https://github.com/fastify/fastify/pull/5260](https://togithub.com/fastify/fastify/pull/5260)
- chore(types): Remove unused type imports by
[@&#8203;codershiba](https://togithub.com/codershiba) in
[https://github.com/fastify/fastify/pull/5264](https://togithub.com/fastify/fastify/pull/5264)
- chore(license): Update licensing year by
[@&#8203;codershiba](https://togithub.com/codershiba) in
[https://github.com/fastify/fastify/pull/5266](https://togithub.com/fastify/fastify/pull/5266)
- chore(docs): Add clarification about `fastify.setErrorHandler()` by
[@&#8203;codershiba](https://togithub.com/codershiba) in
[https://github.com/fastify/fastify/pull/5265](https://togithub.com/fastify/fastify/pull/5265)
- refactor: deprecate `Reply#getResponseTime()` in favour of
`Reply#elapsedTime` by
[@&#8203;codershiba](https://togithub.com/codershiba) in
[https://github.com/fastify/fastify/pull/5263](https://togithub.com/fastify/fastify/pull/5263)
- chore: remove `www.` from `fastify.dev` urls by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/fastify/pull/5270](https://togithub.com/fastify/fastify/pull/5270)
- feat: expose method for setGenReqId on FastifyInstance by
[@&#8203;dancastillo](https://togithub.com/dancastillo) in
[https://github.com/fastify/fastify/pull/5259](https://togithub.com/fastify/fastify/pull/5259)
- fix: ensure `onListen` hooks are called when they should be by
[@&#8203;bienzaaron](https://togithub.com/bienzaaron) in
[https://github.com/fastify/fastify/pull/5273](https://togithub.com/fastify/fastify/pull/5273)
- docs: re-word clarification about `setErrorHandler()` by
[@&#8203;codershiba](https://togithub.com/codershiba) in
[https://github.com/fastify/fastify/pull/5269](https://togithub.com/fastify/fastify/pull/5269)
- docs(ecosystem): remove unsupported package by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/fastify/pull/5278](https://togithub.com/fastify/fastify/pull/5278)
- docs: Fix Pino docs link by
[@&#8203;BoscoDomingo](https://togithub.com/BoscoDomingo) in
[https://github.com/fastify/fastify/pull/5284](https://togithub.com/fastify/fastify/pull/5284)
- chore: add github sponsor by [@&#8203;Eomm](https://togithub.com/Eomm)
in
[https://github.com/fastify/fastify/pull/5293](https://togithub.com/fastify/fastify/pull/5293)
- docs(ecosystem): adds fastify-sqlite-typed to the community plugins
list by [@&#8203;yoav0gal](https://togithub.com/yoav0gal) in
[https://github.com/fastify/fastify/pull/5288](https://togithub.com/fastify/fastify/pull/5288)
- docs: add ESM usage example in Getting Started by
[@&#8203;atilagulers](https://togithub.com/atilagulers) in
[https://github.com/fastify/fastify/pull/5294](https://togithub.com/fastify/fastify/pull/5294)
- docs: repoint readers to shared `.github` files by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/fastify/pull/5268](https://togithub.com/fastify/fastify/pull/5268)
- feat: Web Stream API by
[@&#8203;climba03003](https://togithub.com/climba03003) in
[https://github.com/fastify/fastify/pull/5286](https://togithub.com/fastify/fastify/pull/5286)
- chore: sync generated code by
[@&#8203;Eomm](https://togithub.com/Eomm) in
[https://github.com/fastify/fastify/pull/5295](https://togithub.com/fastify/fastify/pull/5295)

- [@&#8203;derammo](https://togithub.com/derammo) made their first
contribution in
[https://github.com/fastify/fastify/pull/5188](https://togithub.com/fastify/fastify/pull/5188)
- [@&#8203;DouglasdeMoura](https://togithub.com/DouglasdeMoura) made
their first contribution in
[https://github.com/fastify/fastify/pull/5229](https://togithub.com/fastify/fastify/pull/5229)
- [@&#8203;rlawisch](https://togithub.com/rlawisch) made their first
contribution in
[https://github.com/fastify/fastify/pull/5260](https://togithub.com/fastify/fastify/pull/5260)
- [@&#8203;codershiba](https://togithub.com/codershiba) made their first
contribution in
[https://github.com/fastify/fastify/pull/5264](https://togithub.com/fastify/fastify/pull/5264)
- [@&#8203;BoscoDomingo](https://togithub.com/BoscoDomingo) made their
first contribution in
[https://github.com/fastify/fastify/pull/5284](https://togithub.com/fastify/fastify/pull/5284)
- [@&#8203;yoav0gal](https://togithub.com/yoav0gal) made their first
contribution in
[https://github.com/fastify/fastify/pull/5288](https://togithub.com/fastify/fastify/pull/5288)
- [@&#8203;atilagulers](https://togithub.com/atilagulers) made their
first contribution in
[https://github.com/fastify/fastify/pull/5294](https://togithub.com/fastify/fastify/pull/5294)

**Full Changelog**:
fastify/fastify@v4.25.2...v4.26.0

</details>

---

📅 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link

github-actions bot commented Jan 1, 2025

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file github actions Github actions related github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants