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

feat: return reply in httpErrors #116

Merged
merged 2 commits into from
Jun 21, 2022
Merged

feat: return reply in httpErrors #116

merged 2 commits into from
Jun 21, 2022

Conversation

AveryBibeau
Copy link
Contributor

@AveryBibeau AveryBibeau commented Jun 20, 2022

Fixes fastify/fastify#3994, per fastify/fastify#4037

Checklist

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.

Good work! Some edits on the docs are needed

README.md Outdated Show resolved Hide resolved
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 f1d834f into fastify:master Jun 21, 2022
bodinsamuel pushed a commit to specfy/specfy that referenced this pull request Jul 17, 2023
[![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/sensible](https://togithub.com/fastify/fastify-sensible) |
[`5.0.0` ->
`5.2.0`](https://renovatebot.com/diffs/npm/@fastify%2fsensible/5.0.0/5.2.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fsensible/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fsensible/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fsensible/5.0.0/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fsensible/5.0.0/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>fastify/fastify-sensible (@&#8203;fastify/sensible)</summary>

###
[`v5.2.0`](https://togithub.com/fastify/fastify-sensible/releases/tag/v5.2.0)

[Compare
Source](https://togithub.com/fastify/fastify-sensible/compare/v5.1.1...v5.2.0)

#### What's Changed

- build(deps-dev): bump tsd from 0.22.0 to 0.23.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-sensible#122
- build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-sensible#123
- build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-sensible#125
- restructure and nodenext by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify-sensible#124

**Full Changelog**:
fastify/fastify-sensible@v5.1.1...v5.2.0

###
[`v5.1.1`](https://togithub.com/fastify/fastify-sensible/releases/tag/v5.1.1)

[Compare
Source](https://togithub.com/fastify/fastify-sensible/compare/v5.1.0...v5.1.1)

#### What's Changed

- build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-sensible#117
- ignore package-lock generation by .npmrc by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify-sensible#118
- build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-sensible#119
- ci: enable license checking by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-sensible#120
- docs(readme): replace use of deprecated variadic `listen()` by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-sensible#121

#### New Contributors

- [@&#8203;Uzlopak](https://togithub.com/Uzlopak) made their first
contribution in
[fastify/fastify-sensible#118

**Full Changelog**:
fastify/fastify-sensible@v5.1.0...v5.1.1

###
[`v5.1.0`](https://togithub.com/fastify/fastify-sensible/releases/tag/v5.1.0)

[Compare
Source](https://togithub.com/fastify/fastify-sensible/compare/v5.0.0...v5.1.0)

#### What's Changed

- chore: `preventCache` HTTP/1.0 compatibility by
[@&#8203;hsynlms](https://togithub.com/hsynlms) in
[fastify/fastify-sensible#110
- docs(readme): remove snyk badge by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-sensible#111
- chore(.gitignore): use updated skeleton template by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-sensible#112
- chore(package): remove `engines` field by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-sensible#113
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 17.0.45 to
18.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-sensible#114
- build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-sensible#115
- feat: return reply in httpErrors by
[@&#8203;AveryBibeau](https://togithub.com/AveryBibeau) in
[fastify/fastify-sensible#116

#### New Contributors

- [@&#8203;hsynlms](https://togithub.com/hsynlms) made their first
contribution in
[fastify/fastify-sensible#110
- [@&#8203;AveryBibeau](https://togithub.com/AveryBibeau) made their
first contribution in
[fastify/fastify-sensible#116

**Full Changelog**:
fastify/fastify-sensible@v5.0.0...v5.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 4pm on friday,before 9am on
monday,every weekend" in timezone Europe/Paris, 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/specfy/specfy).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
bodinsamuel pushed a commit to specfy/specfy that referenced this pull request Aug 8, 2023
[![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/sensible](https://togithub.com/fastify/fastify-sensible) |
[`5.0.0` ->
`5.2.0`](https://renovatebot.com/diffs/npm/@fastify%2fsensible/5.0.0/5.2.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fsensible/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fsensible/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fsensible/5.0.0/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fsensible/5.0.0/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>fastify/fastify-sensible (@&#8203;fastify/sensible)</summary>

###
[`v5.2.0`](https://togithub.com/fastify/fastify-sensible/releases/tag/v5.2.0)

[Compare
Source](https://togithub.com/fastify/fastify-sensible/compare/v5.1.1...v5.2.0)

#### What's Changed

- build(deps-dev): bump tsd from 0.22.0 to 0.23.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-sensible#122
- build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-sensible#123
- build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-sensible#125
- restructure and nodenext by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify-sensible#124

**Full Changelog**:
fastify/fastify-sensible@v5.1.1...v5.2.0

###
[`v5.1.1`](https://togithub.com/fastify/fastify-sensible/releases/tag/v5.1.1)

[Compare
Source](https://togithub.com/fastify/fastify-sensible/compare/v5.1.0...v5.1.1)

#### What's Changed

- build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-sensible#117
- ignore package-lock generation by .npmrc by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[fastify/fastify-sensible#118
- build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-sensible#119
- ci: enable license checking by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-sensible#120
- docs(readme): replace use of deprecated variadic `listen()` by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-sensible#121

#### New Contributors

- [@&#8203;Uzlopak](https://togithub.com/Uzlopak) made their first
contribution in
[fastify/fastify-sensible#118

**Full Changelog**:
fastify/fastify-sensible@v5.1.0...v5.1.1

###
[`v5.1.0`](https://togithub.com/fastify/fastify-sensible/releases/tag/v5.1.0)

[Compare
Source](https://togithub.com/fastify/fastify-sensible/compare/v5.0.0...v5.1.0)

#### What's Changed

- chore: `preventCache` HTTP/1.0 compatibility by
[@&#8203;hsynlms](https://togithub.com/hsynlms) in
[fastify/fastify-sensible#110
- docs(readme): remove snyk badge by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-sensible#111
- chore(.gitignore): use updated skeleton template by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-sensible#112
- chore(package): remove `engines` field by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-sensible#113
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 17.0.45 to
18.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-sensible#114
- build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-sensible#115
- feat: return reply in httpErrors by
[@&#8203;AveryBibeau](https://togithub.com/AveryBibeau) in
[fastify/fastify-sensible#116

#### New Contributors

- [@&#8203;hsynlms](https://togithub.com/hsynlms) made their first
contribution in
[fastify/fastify-sensible#110
- [@&#8203;AveryBibeau](https://togithub.com/AveryBibeau) made their
first contribution in
[fastify/fastify-sensible#116

**Full Changelog**:
fastify/fastify-sensible@v5.0.0...v5.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 4pm on friday,before 9am on
monday,every weekend" in timezone Europe/Paris, Automerge - At any time
(no schedule defined).

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

♻ **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/specfy/specfy).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6ImNob3JlL3Jlbm92YXRlQmFzZUJyYW5jaCJ9-->

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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
2 participants