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

ci: CITGM github workflow #5233

Merged
merged 9 commits into from Dec 26, 2023
Merged

ci: CITGM github workflow #5233

merged 9 commits into from Dec 26, 2023

Conversation

Uzlopak
Copy link
Contributor

@Uzlopak Uzlopak commented Dec 25, 2023

I created a CITGM github workflow as a PoC. This one is to run the core plugins.

You could trigger the workflow by assigning the "citgm-core-plugins" label to a PR.

We could add community-plugins and maybe projects like platformatic in other github workflows.

We could also trigger it via workflow dispatch, if we want.

See following action run result:
https://github.com/Uzlopak/fastify/actions/runs/7323976506

This workflow could mean, that we should change our release process. Curerntly @mcollina is updating the version in package.json and directly committing it. With citgm workflows in place, it would make sense to create a PR for updating the version in the package.json, then trigger citgm workflows. If its green, we merge the PR etc..

Currently some of the cases with databases fail. We could check if we add a npm script to those to spawn a database docker container?! fixed

Some cases fail already, lol. My CITGM successfully detected incompatibilities... e.g. @fastify/throttle seems to be broken because we added detection of mixed callback and async await usage. fixed

Currently only node lts and ubuntu-latest is used. We should obviously discuss about using more node versions and add windows and macos. But as long the ubuntu and node lts tests are not green, and we did not agree on using this github workflow I would add them gradually after agreeing on using this approach.

Looking forward for your feedback ;).

Checklist

@github-actions github-actions bot added the github actions Github actions related label Dec 25, 2023
@Uzlopak Uzlopak requested a review from a team December 25, 2023 20:02
@Uzlopak Uzlopak changed the title CITGM github workflow ci: CITGM github workflow Dec 25, 2023
@Uzlopak
Copy link
Contributor Author

Uzlopak commented Dec 26, 2023

@galvez
fastify-vite has no tests :/

@galvez
Copy link
Member

galvez commented Dec 26, 2023

It does, it's just not integrated yet — let me try and move that task up in my queue...

@Uzlopak
Copy link
Contributor Author

Uzlopak commented Dec 26, 2023

I invested alot of time, but I could not find a proper solution for fastify-funky. So I propose a workaround.

@galvez I just commented out fastify-vite till it can run tests via npm t

If we merge the the remaining 3 PRs mentioned above, the citgm workflow would be green for ubuntu and node 20.
We could then use node 21 and node 18 and see if we detect more issues.

@Uzlopak Uzlopak force-pushed the citgm branch 13 times, most recently from 258101e to 785a594 Compare December 26, 2023 06:20
Copy link
Member

@Eomm Eomm left a comment

Choose a reason for hiding this comment

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

@Uzlopak
Copy link
Contributor Author

Uzlopak commented Dec 26, 2023

@Eomm

The workflow seems to be very specific for this repository. tbh I dont see why we should move them into another repository.

E.g. if we modify ecosystem.md, we should add the plugin into this workflow in this repo and not somewhere else.

@Uzlopak
Copy link
Contributor Author

Uzlopak commented Dec 26, 2023

I think it is ready for first critical review.

Maybe citgm-package.yml should be smarter and use a strategy matrix and accept comma separated inputs for os, node version and package. Then we could maybe avoid the 256 strategy limit.

But looking forward to your feedback.

runs-on: ${{inputs.os}}
permissions:
contents: read
services:
Copy link
Member

Choose a reason for hiding this comment

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

I feel maintaining this at fastify repo level and plugin level can be a pain. Can't we standardize to use a docker-compose.yml file in repositories which need it? Like having a command stat docker-compose.yml && docker-compose up -d --wait (for example)

Copy link
Member

Choose a reason for hiding this comment

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

+1 on @zekth but I'm also over the fence about having docker-compose.yml as we move the maintenance to each library to match the CITGM flow of fastify.

If the plan is to just support core plugins for now, shall we consider maybe having a custom action in another repo to offload that maintenance somewhere?

In that way, we can also (maybe) empower the community to add their plugins to be tested (e.g. platformatic, opentelemetry/fastify just to name a few)

working-directory: dependency
run: |
npm link fastify
- name: Postgres Setup
Copy link
Member

Choose a reason for hiding this comment

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

I think this should be handled at downstream repo. Maybe having a docker container in the repo executing the commands. Tho this might even be just a pre-test setup in fastify-postgres

.github/workflows/citgm-package.yml Show resolved Hide resolved
# - '@fastify/vite'
- '@fastify/websocket'
- '@fastify/zipkin'
node-version: ['20']
Copy link
Member

Choose a reason for hiding this comment

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

i get your concerns about hitting the max strategies, however i don't think we should test X number of node versions / os. This should be handled at lib level and not in the fastify one IMO.

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

I think we should land this first for all modules that require no databases, etc, and then figure out a solution for those.

@Uzlopak
Copy link
Contributor Author

Uzlopak commented Dec 26, 2023

Is this to your likings?

Copy link
Member

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

#### New Contributors

- [@&#8203;derammo](https://togithub.com/derammo) made their first
contribution in
[fastify/fastify#5188
- [@&#8203;DouglasdeMoura](https://togithub.com/DouglasdeMoura) made
their first contribution in
[fastify/fastify#5229
- [@&#8203;rlawisch](https://togithub.com/rlawisch) made their first
contribution in
[fastify/fastify#5260
- [@&#8203;codershiba](https://togithub.com/codershiba) made their first
contribution in
[fastify/fastify#5264
- [@&#8203;BoscoDomingo](https://togithub.com/BoscoDomingo) made their
first contribution in
[fastify/fastify#5284
- [@&#8203;yoav0gal](https://togithub.com/yoav0gal) made their first
contribution in
[fastify/fastify#5288
- [@&#8203;atilagulers](https://togithub.com/atilagulers) made their
first contribution in
[fastify/fastify#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 added a commit to redwoodjs/redwood that referenced this pull request 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
[fastify/fastify#5316
- docs(ts): Fix links by
[@&#8203;rozzilla](https://togithub.com/rozzilla) in
[fastify/fastify#5308
- fix: cb is not a function at fallbackErrorHandler by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify#5317
- feat: add a Firebase Functions step by step guide by
[@&#8203;lirantal](https://togithub.com/lirantal) in
[fastify/fastify#5318
- types: fix test failure by
[@&#8203;gurgunday](https://togithub.com/gurgunday) in
[fastify/fastify#5330
- perf: use FifoMap to check contentType by
[@&#8203;gurgunday](https://togithub.com/gurgunday) in
[fastify/fastify#5331
- docs(ecosystem): adds fastify-override to plugins list by
[@&#8203;matthyk](https://togithub.com/matthyk) in
[fastify/fastify#5336
- types: Export preClose hook types by
[@&#8203;matthyk](https://togithub.com/matthyk) in
[fastify/fastify#5335
- fix: database migration doc missing db connection code by
[@&#8203;nuhman](https://togithub.com/nuhman) in
[fastify/fastify#5339
- chore: Bump pnpm/action-setup from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify#5341
- chore: Bump xt0rted/markdownlint-problem-matcher from 2.0.0 to 3.0.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify#5342

#### New Contributors

- [@&#8203;nuhman](https://togithub.com/nuhman) made their first
contribution in
[fastify/fastify#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
[fastify/fastify#5289
- docs: fix misattributed property parent in deprecation warning:
request.elapsedTime by
[@&#8203;mscottnelson](https://togithub.com/mscottnelson) in
[fastify/fastify#5299
- chore: Bump lycheeverse/lychee-action from 1.8.0 to 1.9.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify#5300
- chore: Bump actions/dependency-review-action from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify#5301
- chore(.gitignore): add .tap/ dir by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify#5303
- fix: amend error codes for latest avvio v8.3.0 by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[fastify/fastify#5309
- fix(types): Request route options url add undefined by
[@&#8203;rozzilla](https://togithub.com/rozzilla) in
[fastify/fastify#5307
- chore: add docs for tracing warnings by
[@&#8203;jsumners](https://togithub.com/jsumners) in
[fastify/fastify#5310

#### New Contributors

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

#### New Contributors

- [@&#8203;derammo](https://togithub.com/derammo) made their first
contribution in
[fastify/fastify#5188
- [@&#8203;DouglasdeMoura](https://togithub.com/DouglasdeMoura) made
their first contribution in
[fastify/fastify#5229
- [@&#8203;rlawisch](https://togithub.com/rlawisch) made their first
contribution in
[fastify/fastify#5260
- [@&#8203;codershiba](https://togithub.com/codershiba) made their first
contribution in
[fastify/fastify#5264
- [@&#8203;BoscoDomingo](https://togithub.com/BoscoDomingo) made their
first contribution in
[fastify/fastify#5284
- [@&#8203;yoav0gal](https://togithub.com/yoav0gal) made their first
contribution in
[fastify/fastify#5288
- [@&#8203;atilagulers](https://togithub.com/atilagulers) made their
first contribution in
[fastify/fastify#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 pushed a commit to redwoodjs/redwood that referenced this pull request 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
[fastify/fastify#5316
- docs(ts): Fix links by
[@&#8203;rozzilla](https://togithub.com/rozzilla) in
[fastify/fastify#5308
- fix: cb is not a function at fallbackErrorHandler by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify#5317
- feat: add a Firebase Functions step by step guide by
[@&#8203;lirantal](https://togithub.com/lirantal) in
[fastify/fastify#5318
- types: fix test failure by
[@&#8203;gurgunday](https://togithub.com/gurgunday) in
[fastify/fastify#5330
- perf: use FifoMap to check contentType by
[@&#8203;gurgunday](https://togithub.com/gurgunday) in
[fastify/fastify#5331
- docs(ecosystem): adds fastify-override to plugins list by
[@&#8203;matthyk](https://togithub.com/matthyk) in
[fastify/fastify#5336
- types: Export preClose hook types by
[@&#8203;matthyk](https://togithub.com/matthyk) in
[fastify/fastify#5335
- fix: database migration doc missing db connection code by
[@&#8203;nuhman](https://togithub.com/nuhman) in
[fastify/fastify#5339
- chore: Bump pnpm/action-setup from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify#5341
- chore: Bump xt0rted/markdownlint-problem-matcher from 2.0.0 to 3.0.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify#5342

- [@&#8203;nuhman](https://togithub.com/nuhman) made their first
contribution in
[fastify/fastify#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
[fastify/fastify#5289
- docs: fix misattributed property parent in deprecation warning:
request.elapsedTime by
[@&#8203;mscottnelson](https://togithub.com/mscottnelson) in
[fastify/fastify#5299
- chore: Bump lycheeverse/lychee-action from 1.8.0 to 1.9.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify#5300
- chore: Bump actions/dependency-review-action from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify#5301
- chore(.gitignore): add .tap/ dir by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify#5303
- fix: amend error codes for latest avvio v8.3.0 by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[fastify/fastify#5309
- fix(types): Request route options url add undefined by
[@&#8203;rozzilla](https://togithub.com/rozzilla) in
[fastify/fastify#5307
- chore: add docs for tracing warnings by
[@&#8203;jsumners](https://togithub.com/jsumners) in
[fastify/fastify#5310

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

- [@&#8203;derammo](https://togithub.com/derammo) made their first
contribution in
[fastify/fastify#5188
- [@&#8203;DouglasdeMoura](https://togithub.com/DouglasdeMoura) made
their first contribution in
[fastify/fastify#5229
- [@&#8203;rlawisch](https://togithub.com/rlawisch) made their first
contribution in
[fastify/fastify#5260
- [@&#8203;codershiba](https://togithub.com/codershiba) made their first
contribution in
[fastify/fastify#5264
- [@&#8203;BoscoDomingo](https://togithub.com/BoscoDomingo) made their
first contribution in
[fastify/fastify#5284
- [@&#8203;yoav0gal](https://togithub.com/yoav0gal) made their first
contribution in
[fastify/fastify#5288
- [@&#8203;atilagulers](https://togithub.com/atilagulers) made their
first contribution in
[fastify/fastify#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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github actions Github actions related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants