Accepting request 1233066 from devel:languages:javascript

- update to 0.24.2:
  * Fix regression with --define and import.meta (#4010, #4012, #4013)
- includes 0.24.1:
  * Allow es2024 as a target in tsconfig.json (#4004)
  * Allow automatic semicolon insertion after get/set
  * Allow quoted property names in --define and --pure (#4008)
  * Minify empty try/catch/finally blocks (#4003)
  * Include entryPoint metadata for the copy loader (#3985)
  * Source mappings may now contain null entries (#3310, #3878)
  * Avoid using the parent directory name for determinism (#3998)
  * Experimental support for esbuild on NetBSD (#3974)
- use zstd to compress vendor tarball
- update to 0.24.0:
  * Drop support for older platforms (#3902)
  * Fix class field decorators in TypeScript if useDefineForClassFields is false (#3913)
  * Avoid incorrect cycle warning with tsconfig.json multiple inheritance (#3898)
  * Handle Yarn Plug'n'Play stack overflow with tsconfig.json (#3915)
  * Work around more issues with Deno 1.31+ (#3917)

OBS-URL: https://build.opensuse.org/request/show/1233066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/esbuild?expand=0&rev=13
This commit is contained in:
Ana Guerrero 2024-12-23 15:53:40 +00:00 committed by Git OBS Bridge
commit 8a14e52464
6 changed files with 36 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:473d4d322ddc35f3620d37ecd5d6f40890f33923eeaafa96f5d87db9587e77af
size 1889149

3
esbuild-0.24.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:171e1b0cd4c64222a1953203f6b3dab3c7a3f95b8939a72b4ebbd024302513b4
size 1913619

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sun Dec 22 21:23:07 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.24.2:
* Fix regression with --define and import.meta (#4010, #4012, #4013)
- includes 0.24.1:
* Allow es2024 as a target in tsconfig.json (#4004)
* Allow automatic semicolon insertion after get/set
* Allow quoted property names in --define and --pure (#4008)
* Minify empty try/catch/finally blocks (#4003)
* Include entryPoint metadata for the copy loader (#3985)
* Source mappings may now contain null entries (#3310, #3878)
* Avoid using the parent directory name for determinism (#3998)
* Experimental support for esbuild on NetBSD (#3974)
- use zstd to compress vendor tarball
-------------------------------------------------------------------
Thu Nov 7 19:18:33 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.24.0:
* Drop support for older platforms (#3902)
* Fix class field decorators in TypeScript if useDefineForClassFields is false (#3913)
* Avoid incorrect cycle warning with tsconfig.json multiple inheritance (#3898)
* Handle Yarn Plug'n'Play stack overflow with tsconfig.json (#3915)
* Work around more issues with Deno 1.31+ (#3917)
-------------------------------------------------------------------
Sat Jul 6 03:27:34 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>

View File

@ -16,7 +16,7 @@
#
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150600
%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
@ -28,16 +28,17 @@
%global tag v%{version}
%global extractdir0 esbuild-%{version}
Name: esbuild
Version: 0.23.0
Version: 0.24.2
Release: 0
Summary: A JavaScript bundler written for speed
License: MIT
Group: Development/Languages/Other
URL: https://esbuild.github.io
Source0: https://github.com/evanw/esbuild/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.xz
Source1: vendor.tar.zst
Patch0: remove-version-check.patch
BuildRequires: util-linux
BuildRequires: zstd
%if 0%{?fedora}
BuildRequires: go-rpm-macros
BuildRequires: golang

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de648e389575c7375872a49fead5214522b2bfc6d2956ae753c8c95f3db0e4a4
size 340764

3
vendor.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a226ce7153210cb2f629929944c23d526b6aecd7743c1d0a0aef97525833ff14
size 307626