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

add esbuild-register support #280

Merged
merged 1 commit into from
Nov 18, 2022

Conversation

MrWook
Copy link
Contributor

@MrWook MrWook commented Nov 18, 2022

What I did
Add esbuild-register support. One of the many libraries to execute typescript files on the fly

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.

lgtm

@mcollina mcollina merged commit 38b2741 into fastify:master Nov 18, 2022
Uzlopak pushed a commit that referenced this pull request Nov 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/autoload](https://togithub.com/fastify/fastify-autoload) |
[`5.0.0` ->
`5.7.1`](https://renovatebot.com/diffs/npm/@fastify%2fautoload/5.0.0/5.7.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fautoload/5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fautoload/5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fautoload/5.0.0/5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fautoload/5.0.0/5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/fastify/fastify-autoload/compare/v5.7.0...v5.7.1)

#### What's Changed

- Fix: Incorrect Filter type by
[@&#8203;hugoattal](https://togithub.com/hugoattal) in
[fastify/fastify-autoload#290
- chore(.gitignore): add clinic by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-autoload#293
- Fix file path for filters by
[@&#8203;hugoattal](https://togithub.com/hugoattal) in
[fastify/fastify-autoload#292

**Full Changelog**:
fastify/fastify-autoload@v5.7.0...v5.7.1

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

[Compare
Source](https://togithub.com/fastify/fastify-autoload/compare/v5.6.0...v5.7.0)

#### What's Changed

- chore(deps-dev): bump tsd from 0.24.1 to 0.25.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#284
- chore(deps-dev): bump esbuild from 0.15.18 to 0.16.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#285
- chore(deps-dev): bump vite from 3.2.5 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#286
- chore(deps-dev): bump vitest from 0.25.8 to 0.26.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#288
- Add matchFilter and ignoreFilter by
[@&#8203;hugoattal](https://togithub.com/hugoattal) in
[fastify/fastify-autoload#289

#### New Contributors

- [@&#8203;hugoattal](https://togithub.com/hugoattal) made their first
contribution in
[fastify/fastify-autoload#289

**Full Changelog**:
fastify/fastify-autoload@v5.6.0...v5.7.0

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

[Compare
Source](https://togithub.com/fastify/fastify-autoload/compare/v5.5.0...v5.6.0)

📚 PR:

- disable package-lock generation
([#&#8203;282](https://togithub.com/fastify/fastify-autoload/issues/282))
- remove semver
([#&#8203;281](https://togithub.com/fastify/fastify-autoload/issues/281))
- move typings to types folder & make typings nodenext compatible
([#&#8203;283](https://togithub.com/fastify/fastify-autoload/issues/283))

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

[Compare
Source](https://togithub.com/fastify/fastify-autoload/compare/v5.4.1...v5.5.0)

#### What's Changed

- chore(deps-dev): bump vitest from 0.24.5 to 0.25.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#279
- add esbuild-register support by
[@&#8203;MrWook](https://togithub.com/MrWook) in
[fastify/fastify-autoload#280

#### New Contributors

- [@&#8203;MrWook](https://togithub.com/MrWook) made their first
contribution in
[fastify/fastify-autoload#280

**Full Changelog**:
fastify/fastify-autoload@v5.4.1...v5.5.0

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

[Compare
Source](https://togithub.com/fastify/fastify-autoload/compare/v5.4.0...v5.4.1)

📚 PR:

- Fixed the wrong link.
([#&#8203;269](https://togithub.com/fastify/fastify-autoload/issues/269))
- chore(deps-dev): bump tsd from 0.23.0 to 0.24.1
([#&#8203;270](https://togithub.com/fastify/fastify-autoload/issues/270))
- 271: trying to use babel-node when using typescript files
([#&#8203;272](https://togithub.com/fastify/fastify-autoload/issues/272))
- run lint on workflow run
([#&#8203;275](https://togithub.com/fastify/fastify-autoload/issues/275))
- forceESM for vitest
([#&#8203;274](https://togithub.com/fastify/fastify-autoload/issues/274))

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

[Compare
Source](https://togithub.com/fastify/fastify-autoload/compare/v5.3.1...v5.4.0)

📚 PR:

- chore(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 28.1.8 to
29.0.0
([#&#8203;267](https://togithub.com/fastify/fastify-autoload/issues/267))
- Skip loading of non-plugin-like entities
([#&#8203;268](https://togithub.com/fastify/fastify-autoload/issues/268))

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

[Compare
Source](https://togithub.com/fastify/fastify-autoload/compare/v5.3.0...v5.3.1)

Revert of
[#&#8203;264](https://togithub.com/fastify/fastify-autoload/issues/264)
because of
[#&#8203;266](https://togithub.com/fastify/fastify-autoload/issues/266).

**Full Changelog**:
fastify/fastify-autoload@v5.3.0...v5.3.1

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

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

#### What's Changed

- chore: remove unused eslint config by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-autoload#260
- chore(deps-dev): bump tsd from 0.22.0 to 0.23.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#262
- build(deps-dev): add semver by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-autoload#263
- Add support for .ts files when app is not run with ts-node. by
[@&#8203;kylerush](https://togithub.com/kylerush) in
[fastify/fastify-autoload#264

#### New Contributors

- [@&#8203;kylerush](https://togithub.com/kylerush) made their first
contribution in
[fastify/fastify-autoload#264

**Full Changelog**:
fastify/fastify-autoload@v5.2.0...v5.3.0

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

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

#### What's Changed

- chore(deps-dev): bump fastify-plugin from 3.0.1 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#253
- build(deps-dev): replace pre-commit with
[@&#8203;fastify/pre-commit](https://togithub.com/fastify/pre-commit) by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-autoload#256
- ci: enable license checking by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-autoload#257
- chore(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 27.5.2 to
28.1.6, bump jest and ts-jest to latest by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#254
- docs(readme): replace use of deprecated variadic `listen()` by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-autoload#258
- Add support for
[@&#8203;swc-node/register](https://togithub.com/swc-node/register) by
[@&#8203;jclem](https://togithub.com/jclem) in
[fastify/fastify-autoload#259

#### New Contributors

- [@&#8203;jclem](https://togithub.com/jclem) made their first
contribution in
[fastify/fastify-autoload#259

**Full Changelog**:
fastify/fastify-autoload@v5.1.0...v5.2.0

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

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

#### What's Changed

- docs(readme): remove snyk badge by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-autoload#240
- chore(deps-dev): bump ts-node-dev from 1.1.8 to 2.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#242
- chore(.gitignore): use updated skeleton template by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-autoload#244
- chore(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-autoload#245
- chore(deps-dev): bump tsd from 0.20.0 to 0.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#247
- chore(deps-dev): bump tsd from 0.21.0 to 0.22.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#250
- feat: add `tsx` support by
[@&#8203;davipon](https://togithub.com/davipon) in
[fastify/fastify-autoload#251
- Update
[@&#8203;fastify/url-data](https://togithub.com/fastify/url-data) by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[fastify/fastify-autoload#252

#### New Contributors

- [@&#8203;davipon](https://togithub.com/davipon) made their first
contribution in
[fastify/fastify-autoload#251

**Full Changelog**:
fastify/fastify-autoload@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/autoload](https://togithub.com/fastify/fastify-autoload) |
[`5.0.0` ->
`5.7.1`](https://renovatebot.com/diffs/npm/@fastify%2fautoload/5.0.0/5.7.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fautoload/5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fautoload/5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fautoload/5.0.0/5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fautoload/5.0.0/5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/fastify/fastify-autoload/compare/v5.7.0...v5.7.1)

#### What's Changed

- Fix: Incorrect Filter type by
[@&#8203;hugoattal](https://togithub.com/hugoattal) in
[fastify/fastify-autoload#290
- chore(.gitignore): add clinic by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-autoload#293
- Fix file path for filters by
[@&#8203;hugoattal](https://togithub.com/hugoattal) in
[fastify/fastify-autoload#292

**Full Changelog**:
fastify/fastify-autoload@v5.7.0...v5.7.1

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

[Compare
Source](https://togithub.com/fastify/fastify-autoload/compare/v5.6.0...v5.7.0)

#### What's Changed

- chore(deps-dev): bump tsd from 0.24.1 to 0.25.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#284
- chore(deps-dev): bump esbuild from 0.15.18 to 0.16.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#285
- chore(deps-dev): bump vite from 3.2.5 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#286
- chore(deps-dev): bump vitest from 0.25.8 to 0.26.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#288
- Add matchFilter and ignoreFilter by
[@&#8203;hugoattal](https://togithub.com/hugoattal) in
[fastify/fastify-autoload#289

#### New Contributors

- [@&#8203;hugoattal](https://togithub.com/hugoattal) made their first
contribution in
[fastify/fastify-autoload#289

**Full Changelog**:
fastify/fastify-autoload@v5.6.0...v5.7.0

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

[Compare
Source](https://togithub.com/fastify/fastify-autoload/compare/v5.5.0...v5.6.0)

📚 PR:

- disable package-lock generation
([#&#8203;282](https://togithub.com/fastify/fastify-autoload/issues/282))
- remove semver
([#&#8203;281](https://togithub.com/fastify/fastify-autoload/issues/281))
- move typings to types folder & make typings nodenext compatible
([#&#8203;283](https://togithub.com/fastify/fastify-autoload/issues/283))

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

[Compare
Source](https://togithub.com/fastify/fastify-autoload/compare/v5.4.1...v5.5.0)

#### What's Changed

- chore(deps-dev): bump vitest from 0.24.5 to 0.25.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#279
- add esbuild-register support by
[@&#8203;MrWook](https://togithub.com/MrWook) in
[fastify/fastify-autoload#280

#### New Contributors

- [@&#8203;MrWook](https://togithub.com/MrWook) made their first
contribution in
[fastify/fastify-autoload#280

**Full Changelog**:
fastify/fastify-autoload@v5.4.1...v5.5.0

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

[Compare
Source](https://togithub.com/fastify/fastify-autoload/compare/v5.4.0...v5.4.1)

📚 PR:

- Fixed the wrong link.
([#&#8203;269](https://togithub.com/fastify/fastify-autoload/issues/269))
- chore(deps-dev): bump tsd from 0.23.0 to 0.24.1
([#&#8203;270](https://togithub.com/fastify/fastify-autoload/issues/270))
- 271: trying to use babel-node when using typescript files
([#&#8203;272](https://togithub.com/fastify/fastify-autoload/issues/272))
- run lint on workflow run
([#&#8203;275](https://togithub.com/fastify/fastify-autoload/issues/275))
- forceESM for vitest
([#&#8203;274](https://togithub.com/fastify/fastify-autoload/issues/274))

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

[Compare
Source](https://togithub.com/fastify/fastify-autoload/compare/v5.3.1...v5.4.0)

📚 PR:

- chore(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 28.1.8 to
29.0.0
([#&#8203;267](https://togithub.com/fastify/fastify-autoload/issues/267))
- Skip loading of non-plugin-like entities
([#&#8203;268](https://togithub.com/fastify/fastify-autoload/issues/268))

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

[Compare
Source](https://togithub.com/fastify/fastify-autoload/compare/v5.3.0...v5.3.1)

Revert of
[#&#8203;264](https://togithub.com/fastify/fastify-autoload/issues/264)
because of
[#&#8203;266](https://togithub.com/fastify/fastify-autoload/issues/266).

**Full Changelog**:
fastify/fastify-autoload@v5.3.0...v5.3.1

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

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

#### What's Changed

- chore: remove unused eslint config by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-autoload#260
- chore(deps-dev): bump tsd from 0.22.0 to 0.23.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#262
- build(deps-dev): add semver by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-autoload#263
- Add support for .ts files when app is not run with ts-node. by
[@&#8203;kylerush](https://togithub.com/kylerush) in
[fastify/fastify-autoload#264

#### New Contributors

- [@&#8203;kylerush](https://togithub.com/kylerush) made their first
contribution in
[fastify/fastify-autoload#264

**Full Changelog**:
fastify/fastify-autoload@v5.2.0...v5.3.0

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

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

#### What's Changed

- chore(deps-dev): bump fastify-plugin from 3.0.1 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#253
- build(deps-dev): replace pre-commit with
[@&#8203;fastify/pre-commit](https://togithub.com/fastify/pre-commit) by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-autoload#256
- ci: enable license checking by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-autoload#257
- chore(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 27.5.2 to
28.1.6, bump jest and ts-jest to latest by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#254
- docs(readme): replace use of deprecated variadic `listen()` by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-autoload#258
- Add support for
[@&#8203;swc-node/register](https://togithub.com/swc-node/register) by
[@&#8203;jclem](https://togithub.com/jclem) in
[fastify/fastify-autoload#259

#### New Contributors

- [@&#8203;jclem](https://togithub.com/jclem) made their first
contribution in
[fastify/fastify-autoload#259

**Full Changelog**:
fastify/fastify-autoload@v5.1.0...v5.2.0

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

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

#### What's Changed

- docs(readme): remove snyk badge by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-autoload#240
- chore(deps-dev): bump ts-node-dev from 1.1.8 to 2.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#242
- chore(.gitignore): use updated skeleton template by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-autoload#244
- chore(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-autoload#245
- chore(deps-dev): bump tsd from 0.20.0 to 0.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#247
- chore(deps-dev): bump tsd from 0.21.0 to 0.22.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-autoload#250
- feat: add `tsx` support by
[@&#8203;davipon](https://togithub.com/davipon) in
[fastify/fastify-autoload#251
- Update
[@&#8203;fastify/url-data](https://togithub.com/fastify/url-data) by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[fastify/fastify-autoload#252

#### New Contributors

- [@&#8203;davipon](https://togithub.com/davipon) made their first
contribution in
[fastify/fastify-autoload#251

**Full Changelog**:
fastify/fastify-autoload@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.

None yet

2 participants