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

feat: upgrade to esbuild v0.22.0 #1817

Open
wants to merge 3 commits into
base: canary
Choose a base branch
from

Conversation

LucianBuzzo
Copy link

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:

  • Windows 7
  • Windows 8
  • Windows Server 2008
  • Windows Server 2012

For more details see https://github.com/evanw/esbuild/releases/tag/v0.22.0

renovate bot and others added 3 commits December 10, 2024 10:27
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>
Copy link

changeset-bot bot commented Dec 18, 2024

⚠️ No Changeset found

Latest commit: 091193e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Dec 18, 2024

@LucianBuzzo is attempting to deploy a commit to the resend Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

@Pehesi97 Pehesi97 left a 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"
}
}
}

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

@gabrielmfern gabrielmfern force-pushed the canary branch 2 times, most recently from 4ee4d1d to 0187b0a Compare December 23, 2024 13:28
@gabrielmfern gabrielmfern force-pushed the canary branch 2 times, most recently from bf3f899 to 1748335 Compare January 13, 2025 16:13
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.

2 participants