-
Notifications
You must be signed in to change notification settings - Fork 698
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
chore: upgrade esbuild #1817
chore: upgrade esbuild #1817
Conversation
|
@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
4ee4d1d
to
0187b0a
Compare
bf3f899
to
1748335
Compare
d36385e
to
7e7c5b0
Compare
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
091193e
to
b6e6922
Compare
Updated it to use esbuild 0.23.0 as it seems like 0.22.0 temporarily changed a behavior that breaks the Preview Server's rendering |
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: gabriel miranda <[email protected]>
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