Skip to content

[pull] main from fastify:main#2

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

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

Conversation

@pull
Copy link
Copy Markdown

@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
Copy Markdown

changeset-bot Bot commented Nov 5, 2022

⚠️ No Changeset found

Latest commit: 10c69d1

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

Comment thread test/serial/logger.1.test.js Fixed
@restack-app
Copy link
Copy Markdown

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.

marcalexiei and others added 14 commits June 15, 2025 08:58
Co-authored-by: Jean <110341611+jean-michelet@users.noreply.github.com>
* ci: pin third-party actions to commit-hash

* ci(ci): pin actions/dependency-review-action to commit hash

not immutable yet
* chore: removed simple-get from secure with fallback test

* fix: after

---------

Co-authored-by: Manuel Spigolon <manuel.spigolon@nearform.com>
Co-authored-by: Carlos Fuentes <me@metcoder.dev>
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
* chore: doGet

* chore: remove simple-get

* chore: reply

* chore: fastifyServer
* feat(types): add missing error types

* add tests to ensure that the errors are typed in errors.d.ts

* fix node 20

---------

Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
Co-authored-by: Jean <110341611+jean-michelet@users.noreply.github.com>
* docs: update setErrorHandler

* docs: re-add trailing spaces

Signed-off-by: AlvesJorge <60895482+AlvesJorge@users.noreply.github.com>

* docs: fix line too long

Signed-off-by: AlvesJorge <60895482+AlvesJorge@users.noreply.github.com>

---------

Signed-off-by: AlvesJorge <60895482+AlvesJorge@users.noreply.github.com>
* docs: fix onError hook execution order documentation

- Update docs to reflect that onError hook runs BEFORE error handlers
- Fix Reply Lifecycle diagram to show correct execution order
- Update TypeScript documentation and type definitions
- Resolves discrepancy between docs and actual implementation

Fixes: #6135
Related: #6146

* docs: simplify onError hook documentation text

Address review feedback from jean-michelet:
- Remove redundant explanations about hook purpose
- Simplify execution order descriptions
- Make documentation more concise while preserving key information
mcollina and others added 30 commits March 28, 2026 23:40
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.2.0 to 5.0.0.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@41ff726...fc06bc1)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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.21.0 to 0.22.0.
- [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
- [Commits](DavidAnson/markdownlint-cli2@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: markdownlint-cli2
  dependency-version: 0.22.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>
Bumps [borp](https://github.com/mcollina/borp) from 0.21.0 to 1.0.0.
- [Release notes](https://github.com/mcollina/borp/releases)
- [Commits](https://github.com/mcollina/borp/commits/v1.0.0)

---
updated-dependencies:
- dependency-name: borp
  dependency-version: 1.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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.3 to 4.9.0.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@05fe457...2031cfc)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-version: 4.9.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>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat: add request.mediaType

* test: fix schema validation when no content-type

* feat: use conditional assignment

Signed-off-by: KaKa <23028015+climba03003@users.noreply.github.com>

---------

Signed-off-by: KaKa <23028015+climba03003@users.noreply.github.com>
Signed-off-by: Manuel Spigolon <behemoth89@gmail.com>
When opts.method is an array, find-my-way throws an error with only
the first method that fails. The duplicate route check needed to
iterate over all methods to match the error message.

Co-authored-by: mcollina <mcollina@users.noreply.github.com>
The isCustomSerializerCompiler flag was incorrectly checking
opts.compilersFactory.buildValidator instead of
opts.compilersFactory.buildSerializer, causing the flag to
mirror isCustomValidatorCompiler rather than reflecting
whether a custom serializer compiler was actually provided.

Fixes: #6652
* fix: validate invalid route logLevel at registration

* docs: link new route log level error to PR

* docs: fix broken MDN Vary header link

The MDN URL for the Vary header was reorganized from
/docs/Web/HTTP/Headers/Vary to /docs/Web/HTTP/Reference/Headers/Vary,
causing a 301 redirect that fails the linkChecker CI job.

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

* fix: allow null route logLevel as omitted option

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* docs: update contribution rules

* fix: update link

* fix: update link

* docs: update CONTRIBUTING.md

Co-authored-by: James Sumners <321201+jsumners@users.noreply.github.com>
Signed-off-by: Antonio Tripodi <Tony133@users.noreply.github.com>

* chore: update CONTRIBUTING.md

Co-authored-by: James Sumners <321201+jsumners@users.noreply.github.com>
Signed-off-by: Antonio Tripodi <Tony133@users.noreply.github.com>

---------

Signed-off-by: Antonio Tripodi <Tony133@users.noreply.github.com>
Co-authored-by: James Sumners <321201+jsumners@users.noreply.github.com>
* ci(ci): use shared quality workflow

* Update ci.yml

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

---------

Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
…#6665)

* fix(types): allow request.getValidationFunction() to return undefined

Assisted-by: OpenAI:gpt-5.4
Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com>

* fix: lint

---------

Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com>
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5.0.0 to 6.0.4.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@fc06bc1...26f6d4f)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-version: 6.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v8...v9)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [JustinBeckwith/linkinator-action](https://github.com/justinbeckwith/linkinator-action) from 2.4.0 to 2.4.2.
- [Release notes](https://github.com/justinbeckwith/linkinator-action/releases)
- [Changelog](https://github.com/JustinBeckwith/linkinator-action/blob/main/CHANGELOG.md)
- [Commits](JustinBeckwith/linkinator-action@f62ba0c...7b6b0bc)

---
updated-dependencies:
- dependency-name: JustinBeckwith/linkinator-action
  dependency-version: 2.4.2
  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>
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.