From 5ce2b39225797e8cb94c3c11dbe3391579753e19112b122453ee39af52a2646c Mon Sep 17 00:00:00 2001 From: Dominik Heidler Date: Tue, 4 Nov 2025 11:46:29 +0100 Subject: [PATCH] Fix build and update version to 0.25.11 --- _service | 6 ++++++ esbuild-0.25.11.tar.gz | 3 +++ esbuild.changes | 32 ++++++++++++++++++++++++++++++++ esbuild.spec | 8 ++------ vendor.tar.zst | 4 ++-- 5 files changed, 45 insertions(+), 8 deletions(-) create mode 100644 _service create mode 100644 esbuild-0.25.11.tar.gz diff --git a/_service b/_service new file mode 100644 index 0000000..3e591d4 --- /dev/null +++ b/_service @@ -0,0 +1,6 @@ + + + + zst + + diff --git a/esbuild-0.25.11.tar.gz b/esbuild-0.25.11.tar.gz new file mode 100644 index 0000000..a18db66 --- /dev/null +++ b/esbuild-0.25.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f740feb86a0e5803ecb1ded40d4bb4ce7c1ad1bd571e7f62adfbbec45cc5d54 +size 1969768 diff --git a/esbuild.changes b/esbuild.changes index a1cdd58..1a830cb 100644 --- a/esbuild.changes +++ b/esbuild.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed Oct 29 09:50:23 UTC 2025 - Dominik Heidler + +- update to 0.25.11: + * Add support for with { type: 'bytes' } imports (#4292) + * Lower CSS media query range syntax (#3748, #4293) + * Fix a panic in a minification edge case (#4287) + * Fix @supports nested inside pseudo-element (#4265) + * Better support building projects that use Yarn on Windows (#3131, #3663) + * Preserve parentheses around function expressions (#4252) + * Update Go from 1.23.10 to 1.23.12 (#4257, #4258) + * Fix another TypeScript parsing edge case (#4248) + * Fix a regression with the parsing of source phase imports + * Parse and print JavaScript imports with an explicit phase (#4238) + * Support optionally emitting absolute paths instead of relative paths (#338, #2082, #3023) + * Fix a TypeScript parsing edge case (#4241) + * Inline small constant strings when minifying + * Fix a memory leak when cancel() is used on a build context (#4231) + * Support empty :is() and :where() syntax in CSS (#4232) + * Improve tree-shaking of try statements in dead code (#4224) + * Consider negated bigints to have no side effects + * Support a configurable delay in watch mode before rebuilding (#3476, #4178) + * Allow mixed array for entryPoints API option (#4223) + * Update Go from 1.23.8 to 1.23.10 (#4204, #4207) + * Experimental support for esbuild on OpenHarmony (#4212) + * Fix a regression with browser in package.json (#4187) + * Add support for certain keywords as TypeScript tuple labels (#4192) + * Add CSS prefixes for the stretch sizing value (#4184) + * Add simple support for CORS to esbuild's development server (#4125) + * Pass through invalid URLs in source maps unmodified (#4169) + * Handle exports named __proto__ in ES modules (#4162, #4163) + ------------------------------------------------------------------- Thu May 1 19:27:50 UTC 2025 - Avindra Goolcharan diff --git a/esbuild.spec b/esbuild.spec index 96b0d30..166f03b 100644 --- a/esbuild.spec +++ b/esbuild.spec @@ -16,19 +16,15 @@ # -%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150700 -# Go source packages are horribly broken on Leap (mismatching versions between libraries and compiler) -%bcond_with vendor -%else +# Go source packages are horribly broken on Leap and TW (mismatching versions between libraries and compiler) %bcond_without vendor -%endif #macros for Fedora %global goipath github.com/evanw/esbuild %global tag v%{version} %global extractdir0 esbuild-%{version} Name: esbuild -Version: 0.25.3 +Version: 0.25.11 Release: 0 Summary: A JavaScript bundler written for speed License: MIT diff --git a/vendor.tar.zst b/vendor.tar.zst index 8f10528..d21928e 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a226ce7153210cb2f629929944c23d526b6aecd7743c1d0a0aef97525833ff14 -size 307626 +oid sha256:85c5ac5773b08a54467bc68c860e0b3239f4ee0066869974674e9f874fe1364b +size 304221 -- 2.51.1