Upstream update available: esbuild 0.27.2 → 0.28.0 #2
Labels
No labels
ai-summary
bot
needs-build
needs-triage
priority/high
priority/medium
security-release
update/minor
upstream-update
upstream/github
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
rpms/esbuild#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upstream update available:
esbuild0.27.2→0.28.0Package
esbuildesbuildniceos-5.20.27.2-1minorpython_rpmleafgithub-upstreamUpstream
githubevanw/esbuild0.28.0v0.28.0github_release_latest2026-04-02T20:38:53ZFalseSignals
FalseFalse-ai-summary, bot, needs-build, needs-triage, priority/medium, update/minor, upstream-update, upstream/githubNiceSOFT AI preliminary stability analysis
1. Краткий вывод
Пакет esbuild получил мелкий обновлённый функционал (поддержку
with { type: 'text' }и улучшения в Go-компиляторе), но нет значимых изменений в API. Обновление допустимо, но требует проверки RPM-спецификации на совместимость с новыми параметрами.2. Риски
3. Рекомендации
4. Дополнительные замечания
with { type: 'text' }в JavaScript, что может быть полезно для приложений с текстовыми интерфейсами.5. Итог
Обновление допустимо, но требует внимательной проверки RPM-спецификации. Риск потери совместимости низкий, но рекомендуется провести ручную проверку для исключения возможных проблем.
Источники, найденные web_search
Upstream release notes / description
Add support for
with { type: 'text' }imports (#4435)The import text proposal has reached stage 3 in the TC39 process, which means that it's recommended for implementation. It has also already been implemented by Deno and Bun. So with this release, esbuild also adds support for it. This behaves exactly the same as esbuild's existing
textloader. Here's an example:Add integrity checks to fallback download path (#4343)
Installing esbuild via npm is somewhat complicated with several different edge cases (see esbuild's documentation for details). If the regular installation of esbuild's platform-specific package fails, esbuild's install script attempts to download the platform-specific package itself (first with the
npmcommand, and then with a HTTP request toregistry.npmjs.orgas a last resort).This last resort path previously didn't have any integrity checks. With this release, esbuild will now verify that the hash of the downloaded binary matches the expected hash for the current release. This means the hashes for all of esbuild's platform-specific binary packages will now be embedded in the top-level
esbuildpackage. Hopefully this should work without any problems. But just in case, this change is being done as a breaking change release.Update the Go compiler from 1.25.7 to 1.26.1
This upgrade should not affect anything. However, there have been some significant internal changes to the Go compiler, so esbuild could potentially behave differently in certain edge cases:
You can read the Go 1.26 release notes for more information.
NiceOS maintainer checklist
Versionand related fields inSPECS/*.speconly if policy allows it.SOURCES/sources.lock.json, manifests, metadata and SBOM.Bot metadata
niceos_upstream_monitor.py 2.1.3-local-websearch-github-release-pages2026-06-10T23:23:59Z