-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore(deps): update dependency esbuild to ^0.27.0 #5682
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
Conversation
Deploying egg-v3 with
|
| Latest commit: |
ef820eb
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2082ba99.egg-v3.pages.dev |
| Branch Preview URL: | https://renovate-esbuild-0-x.egg-v3.pages.dev |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Deploying egg with
|
| Latest commit: |
ef820eb
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://66c616a1.egg-cci.pages.dev |
| Branch Preview URL: | https://renovate-esbuild-0-x.egg-cci.pages.dev |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## next #5682 +/- ##
==========================================
- Coverage 87.41% 85.40% -2.01%
==========================================
Files 561 561
Lines 10931 10931
Branches 1238 1238
==========================================
- Hits 9555 9336 -219
- Misses 1292 1496 +204
- Partials 84 99 +15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1a6d48e to
cf711ca
Compare
cf711ca to
ef820eb
Compare
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
This PR contains the following updates:
^0.25.0->^0.27.0Release Notes
evanw/esbuild (esbuild)
v0.27.0Compare Source
This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of
esbuildin yourpackage.jsonfile (recommended) or be using a version range syntax that only accepts patch upgrades such as^0.26.0or~0.26.0. See npm's documentation about semver for more information.Use
Uint8Array.fromBase64if available (#4286)With this release, esbuild's
binaryloader will now use the newUint8Array.fromBase64function unless it's unavailable in the configured target environment. If it's unavailable, esbuild's previous code for this will be used as a fallback. Note that this means you may now need to specifytargetwhen using this feature with Node (for example--target=node22) unless you're using Node v25+.Update the Go compiler from v1.23.12 to v1.25.4 (#4208, #4311)
This raises the operating system requirements for running esbuild:
v0.26.0Compare Source
Enable trusted publishing (#4281)
GitHub and npm are recommending that maintainers for packages such as esbuild switch to trusted publishing. With this release, a VM on GitHub will now build and publish all of esbuild's packages to npm instead of me. In theory.
Unfortunately there isn't really a way to test that this works other than to do it live. So this release is that live test. Hopefully this release is uneventful and is exactly the same as the previous one (well, except for the green provenance attestation checkmark on npm that happens with trusted publishing).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.