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

fix: bump to fastify 5 and resolve vulnerabilities #821

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Conversation

kevcodez
Copy link
Contributor

@kevcodez kevcodez commented Nov 5, 2024

No description provided.

@kevcodez kevcodez requested review from a team as code owners November 5, 2024 04:17
@@ -35,7 +33,7 @@ interface ParseReturnValues {
*/
export function Deparse(parsedSql: object): DeparseReturnValues {
try {
const data = deparse(parsedSql)
const data = deparse(parsedSql, {})
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Types were erroring out, we can alternatively do ts-ignore

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kevcodez kevcodez merged commit 57b8ee5 into master Nov 5, 2024
4 checks passed
@kevcodez kevcodez deleted the fastify-5 branch November 5, 2024 12:17
@soedirgo
Copy link
Member

soedirgo commented Nov 5, 2024

No breaking changes in Fastify v5? I remember we had some upgrading to v4.

@kamilogorek
Copy link
Member

Nothing that was used other than customLogger https://fastify.dev/docs/latest/Guides/Migration-Guide-V5/

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.

3 participants