Hello, ports. Fixes for esbuild. Building & bundling tested on today's amd64 snap. QP-encoded diff below the changelog. Someone please commit if OK.
Changelog: - Disallow '\' in local development server HTTP requests. - Add integrity checks to the Deno API. - Avoid inlining 'using' and 'await using' declarations. - Fix module evaluation when an error is thrown. - Fix some edge cases around the 'new' operator. - Fix renaming of nested 'var' declarations. - Emit 'var' instead of 'const' for certain TypeScript-only constructs for ES5. Detailed changelog is available at https://github.com/evanw/esbuild/releases/tag/v0.28.1 Index: Makefile =================================================================== RCS file: /cvs/ports/devel/esbuild/Makefile,v retrieving revision 1.20 diff -u -p -u -p -r1.20 Makefile --- Makefile 6 May 2026 15:40:15 -0000 1.20 +++ Makefile 23 Jun 2026 16:29:37 -0000 @@ -1,7 +1,7 @@ COMMENT = fast bundler for the web MODGO_MODNAME = github.com/evanw/esbuild -MODGO_VERSION = v0.28.0 +MODGO_VERSION = v0.28.1 DISTNAME = esbuild-${MODGO_VERSION} CATEGORIES = devel Index: distinfo =================================================================== RCS file: /cvs/ports/devel/esbuild/distinfo,v retrieving revision 1.19 diff -u -p -u -p -r1.19 distinfo --- distinfo 6 May 2026 15:40:15 -0000 1.19 +++ distinfo 23 Jun 2026 16:29:37 -0000 @@ -1,6 +1,6 @@ -SHA256 (esbuild-v0.28.0.zip) = nZLwhuJUXkwSzir5nG6UxwFCt6AvtcK/V2KBROWU4Sw= +SHA256 (esbuild-v0.28.1.zip) = zoWIu+ztbLJ6wybOMGFDfkd17rDo9aU64Pjcvid8Clw= 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.28.0.zip) = 2152088 +SIZE (esbuild-v0.28.1.zip) = 2155515 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
