Hi,
Thanks. I was a bit concerned about the breaking changes introduced with
this version, but didn't have a chance yet to check whether it breaks
any of my use cases.
Did you already look deeper into it? Since it will take a while for the
projects using esbuild to catch up, we might need to tread a little
carefully here.
I saw the memo about backwards-incompatible changes on their release
page. Judging by the first bullet point they’re making some network
stuff stricter. I couldn’t think of any exact case that could be
impacted by this. I’ve tested it on some of my projects that mostly
do Javascript bundling and it still worked as expected, so I went ahead
with the submission.
On 2/11/25 21:03, Volker Schlecht wrote:
Thanks. I was a bit concerned about the breaking changes introduced with this
version, but didn't have a chance yet to check whether it breaks any of my
use cases.
Did you already look deeper into it? Since it will take a while for the
projects using esbuild to catch up, we might need to tread a little carefully
here.
I'd rather have a slightly older version of esbuild that I can use as a drop-in
replacement for upstream's binaries that won't work on IBT/BTI systems, than
the bleeding edge. But then again, I might be overestimating the impact of the
changes.
On 2025-02-11 19:36, Igor Zornik wrote:
Hello,
New minor version of esbuild dropped. Built and tested on amd64 latest
snaphost. Diff below.
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/esbuild/Makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 Makefile
--- Makefile 7 Jan 2025 17:46:48 -0000 1.2
+++ Makefile 11 Feb 2025 17:44:06 -0000
@@ -1,7 +1,7 @@
COMMENT = fast bundler for the web
MODGO_MODNAME = github.com/evanw/esbuild
-MODGO_VERSION = v0.24.2
+MODGO_VERSION = v0.25.0
DISTNAME = esbuild-${MODGO_VERSION}
CATEGORIES = devel
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/esbuild/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo 7 Jan 2025 17:46:48 -0000 1.2
+++ distinfo 11 Feb 2025 17:44:06 -0000
@@ -1,6 +1,6 @@
-SHA256 (esbuild-v0.24.2.zip) = 6GsWoh8/GCIpqPrSk+DwV0hVNTp4mcm2wBbMz8/LvuQ=
+SHA256 (esbuild-v0.25.0.zip) = drnUfznsZDZ9ShBETlfzpx4EJsXvtZMx+IXyLspcjn0=
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.24.2.zip) = 2063330
+SIZE (esbuild-v0.25.0.zip) = 2080350
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