-
Notifications
You must be signed in to change notification settings - Fork 694
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: upgrade to esbuild v0.22.0 #1817
base: canary
Are you sure you want to change the base?
feat: upgrade to esbuild v0.22.0 #1817
Conversation
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
@LucianBuzzo is attempting to deploy a commit to the resend Team on Vercel. A member of the Team first needs to authorize it. |
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.
This should impact positively in many projects out there. Looking forward to getting this merged
@@ -82,4 +82,4 @@ | |||
"typescript": "5.1.6", | |||
"vitest": "1.1.3" | |||
} | |||
} | |||
} |
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.
missing a new line here
4ee4d1d
to
0187b0a
Compare
bf3f899
to
1748335
Compare
My motivation for this PR is to fix a security warning for CVE-2024-24790 that comes from the underlying Go version used by
esbuild
.Upgrading to v0.22.0 drops support for node versions older than v18, which isn't a problem for this project, but it also drops support for the follow operating systems:
For more details see https://github.com/evanw/esbuild/releases/tag/v0.22.0