Skip to content

[pull] main from fastify:main#2

Open
pull[bot] wants to merge 1317 commits intohttps-quantumblockchainai-atlassian-net:mainfrom
fastify:main
Open

[pull] main from fastify:main#2
pull[bot] wants to merge 1317 commits intohttps-quantumblockchainai-atlassian-net:mainfrom
fastify:main

Conversation

@pull
Copy link

@pull pull bot commented Jul 13, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@changeset-bot
Copy link

changeset-bot bot commented Nov 5, 2022

⚠️ No Changeset found

Latest commit: 128ca6e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@restack-app
Copy link

restack-app bot commented Oct 4, 2024

No applications have been configured for previews targeting branch: main. To do so go to restack console and configure your applications for previews.

ilteoood and others added 14 commits June 9, 2025 01:43
* chore: removed simple-get from proto-poisoning test

* fix: after
* chore: Added Node.js v24

Signed-off-by: Matteo Collina <hello@matteocollina.com>

* disable reporter to see what is timing out

Signed-off-by: Matteo Collina <hello@matteocollina.com>

* ci: add node 24 to test matrices

* make the linter happy

Signed-off-by: Matteo Collina <hello@matteocollina.com>

* fix http/2 closing tests

Signed-off-by: Matteo Collina <hello@matteocollina.com>

* fixup

Signed-off-by: Matteo Collina <hello@matteocollina.com>

---------

Signed-off-by: Matteo Collina <hello@matteocollina.com>
Co-authored-by: Frazer Smith <frazer.dev@icloud.com>
Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Co-authored-by: Manuel Spigolon <manuel.spigolon@nearform.com>
Co-authored-by: Jean <110341611+jean-michelet@users.noreply.github.com>
Co-authored-by: Jean <110341611+jean-michelet@users.noreply.github.com>
mcollina and others added 30 commits February 26, 2026 08:43
See fastify/point-of-view#497, easier to maintain if they all use the same style.

Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
* docs(reference/hooks): fix note stlye

Missed in #6521 

Signed-off-by: Frazer Smith <frazer.dev@icloud.com>

* Update docs/Reference/Hooks.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>

---------

Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](lycheeverse/lychee-action@a8c4c7c...8646ba3)

---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.8.2 to 4.8.3.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@3c4e3dc...05fe457)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-version: 4.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.20.0 to 0.21.0.
- [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
- [Commits](DavidAnson/markdownlint-cli2@v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: markdownlint-cli2
  dependency-version: 0.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: remove broken links and add ecosystem link validator

- Remove 24 plugins with inaccessible GitHub repositories
- Update 5 URLs that were redirecting to new locations
- Add validation script (scripts/validate-ecosystem-links.js)
- Add weekly GitHub Action to detect broken links

Removed plugins (404/abandoned):
- @fastify-userland/request-id, typeorm-query-runner, workflows
- fastify-http-client, fastify-knexjs, fastify-knexjs-mock
- fastify-mongo-memory, fastify-objectionjs, fastify-slonik
- fastify-autocrud, fastify-file-upload, fastify-firebase
- fastify-firebase-auth, fastify-nats, fastify-orientdb
- fastify-socket.io, fastify-sse-v2, fastify-tokenize
- fastify-twitch-ebs-tools, fastify-vite, typeorm-fastify-plugin

Updated redirects:
- zeit/next.js -> vercel/next.js
- clerkinc/javascript -> clerk/javascript
- nucleode/arecibo -> ducktors/arecibo
- squaremo/amqp.node -> amqp-node/amqplib
- Dev-Manny/fastify-appwrite -> maniecodes/fastify-appwrite

* Update validate-ecosystem-links.js

Co-authored-by: Frazer Smith <frazer.dev@icloud.com>
Signed-off-by: Matteo Collina <matteo.collina@gmail.com>

* Update validate-ecosystem-links.js

Co-authored-by: Frazer Smith <frazer.dev@icloud.com>
Signed-off-by: Matteo Collina <matteo.collina@gmail.com>

* test: add tests for validate-ecosystem-links script

- Refactor script to use fetch instead of https module for testability
- Export functions for testing while maintaining CLI functionality
- Add comprehensive tests using undici MockAgent for HTTP mocking
- Test extractGitHubLinks with various markdown patterns
- Test checkGitHubRepo for 200, 404, and error scenarios

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* test(scripts): cover ecosystem link validator and exclude CLI entrypoint from c8

* chore(ci): resolve review feedback for ecosystem link validator

* ci(links-check): scope external checks to changed markdown

---------

Signed-off-by: Matteo Collina <matteo.collina@gmail.com>
Co-authored-by: Jean <110341611+jean-michelet@users.noreply.github.com>
Co-authored-by: Frazer Smith <frazer.dev@icloud.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Co-authored-by: Frazer Smith <frazer.dev@icloud.com>
* docs: add fastify-svelte-view to Ecosystem list

* Fix markdown lint complain

* fix linter complain

---------

Co-authored-by: Jean <110341611+jean-michelet@users.noreply.github.com>
Co-authored-by: Frazer Smith <frazer.dev@icloud.com>
…in registration to showcase that it's added as a child (#6566)
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.