Hello, ports.

A fix release for esbuild. JS and CSS files bundling tested on latest
amd64 snap. QP-encoded diff is below the changelog. Someone please
commit if OK.

Changelog:
- Preserve URL fragments in data URLs.
- Parse and print CSS '@scope' rules.
- Fix a minification bug with lowering of 'for await'.

Detailed changelog is available at
https://github.com/evanw/esbuild/releases/tag/v0.27.3

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/esbuild/Makefile,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 Makefile
--- Makefile    15 Jan 2026 17:17:04 -0000      1.17
+++ Makefile    17 Feb 2026 17:05:22 -0000
@@ -1,7 +1,7 @@
 COMMENT =      fast bundler for the web
 
 MODGO_MODNAME =        github.com/evanw/esbuild
-MODGO_VERSION =        v0.27.2
+MODGO_VERSION =        v0.27.3
 
 DISTNAME =     esbuild-${MODGO_VERSION}
 CATEGORIES =   devel
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/esbuild/distinfo,v
retrieving revision 1.16
diff -u -p -u -p -r1.16 distinfo
--- distinfo    15 Jan 2026 17:17:04 -0000      1.16
+++ distinfo    17 Feb 2026 17:05:22 -0000
@@ -1,6 +1,6 @@
-SHA256 (esbuild-v0.27.2.zip) = PN3vVh3idfCFcXy5Zop/z+lGCubezRNYkxFXRcjRpgg=
+SHA256 (esbuild-v0.27.3.zip) = uan8ssvVZXuL/Te4bR/HpPpHBil74FtBoXkWAPYZeyA=
 SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.mod) 
= 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ=
 SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.zip) 
= OxgJNyFuk1WfFrYHbQm69UpXBzePEbhntuuRTFawm5E=
-SIZE (esbuild-v0.27.2.zip) = 2139702
+SIZE (esbuild-v0.27.3.zip) = 2141055
 SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.mod) = 
33
 SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.zip) = 
1798284

Reply via email to