[pull] main from fastify:main#2
Open
pull[bot] wants to merge 1317 commits intohttps-quantumblockchainai-atlassian-net:mainfrom
Open
[pull] main from fastify:main#2pull[bot] wants to merge 1317 commits intohttps-quantumblockchainai-atlassian-net:mainfrom
pull[bot] wants to merge 1317 commits intohttps-quantumblockchainai-atlassian-net:mainfrom
Conversation
|
|
No applications have been configured for previews targeting branch: main. To do so go to restack console and configure your applications for previews. |
* 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>
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )