generated from fastify/skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Updates for fastify v5 #21
Merged
Merged
Conversation
This file contains 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
Update workflows to use v4
This PR points to a specific git sha to test the new CI workflows while the v4 workflow issues are worked through. fastify/workflows#108 |
mcollina
approved these changes
Nov 2, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Uzlopak
approved these changes
Nov 2, 2023
jsumners
approved these changes
Nov 2, 2023
Closed
jsumners
pushed a commit
that referenced
this pull request
Jul 13, 2024
jsumners
added a commit
that referenced
this pull request
Jul 13, 2024
* Updates for fastify v5 (#21) * Update dependabot to ignore major tap versions * Update ci workflows to use newer version (#28) * Update tap to version 18 (#29) * workflows: update and pin node versions (#31) * chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 (#24) Bumps [tsd](https://github.com/tsdjs/tsd) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/tsdjs/tsd/releases) - [Commits](tsdjs/tsd@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: tsd dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(readme): repoint disclosure badge to fastify security policy (#25) * chore(package): fix repository url (#26) Signed-off-by: Frazer Smith <[email protected]> * chore(.gitignore): add .tap/ dir (#27) * chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 (#30) Bumps [tsd](https://github.com/tsdjs/tsd) from 0.30.7 to 0.31.0. - [Release notes](https://github.com/tsdjs/tsd/releases) - [Commits](tsdjs/tsd@v0.30.7...v0.31.0) --- updated-dependencies: - dependency-name: tsd dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update workflow and pin node versions * update ci --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Frazer Smith <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frazer Smith <[email protected]> * Updates for fastify v5 (#21) * Update dependabot to ignore major tap versions * Update ci workflows to use newer version (#28) * Update tap to version 18 (#29) * workflows: update and pin node versions (#31) * chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 (#24) Bumps [tsd](https://github.com/tsdjs/tsd) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/tsdjs/tsd/releases) - [Commits](tsdjs/tsd@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: tsd dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs(readme): repoint disclosure badge to fastify security policy (#25) * chore(package): fix repository url (#26) Signed-off-by: Frazer Smith <[email protected]> * chore(.gitignore): add .tap/ dir (#27) * chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 (#30) Bumps [tsd](https://github.com/tsdjs/tsd) from 0.30.7 to 0.31.0. - [Release notes](https://github.com/tsdjs/tsd/releases) - [Commits](tsdjs/tsd@v0.30.7...v0.31.0) --- updated-dependencies: - dependency-name: tsd dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update workflow and pin node versions * update ci --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Frazer Smith <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frazer Smith <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Frazer Smith <[email protected]> Co-authored-by: Nicholas Rayburn <[email protected]> Co-authored-by: Gürgün Dayıoğlu <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frazer Smith <[email protected]>
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.
Fixes #20.
Checklist
npm run test
andnpm run benchmark
and the Code of conduct