Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

6 changed files with 10 additions and 50 deletions

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

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

View File

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

View File

@ -1,42 +1,3 @@
-------------------------------------------------------------------
Sat Feb 8 22:10:12 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.25.0:
* Restrict access to esbuild's development server (GHSA-67mh-4wv8-2f99)
* Delete output files when a build fails in watch mode (#3643)
* Fix correctness issues with the CSS nesting transform (#3620,
#3877, #3933, #3997, #4005, #4037, #4038)
* Fix some correctness issues with source maps (#1745, #3183, #3613, #3982)
* Fix a minification bug with bitwise operators and bigints (#4065)
* Fix esbuild incorrectly rejecting valid TypeScript edge case (#4027)
* Transform BigInt values into constructor calls when unsupported (#4049)
-------------------------------------------------------------------
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

@ -1,7 +1,7 @@
#
# spec file for package esbuild
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,7 +16,7 @@
#
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150700
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150600
# Go source packages are horribly broken on Leap (mismatching versions between libraries and compiler)
%bcond_with vendor
%else
@ -28,17 +28,16 @@
%global tag v%{version}
%global extractdir0 esbuild-%{version}
Name: esbuild
Version: 0.25.0
Version: 0.23.0
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.zst
Source1: vendor.tar.xz
Patch0: remove-version-check.patch
BuildRequires: util-linux
BuildRequires: zstd
%if 0%{?fedora}
BuildRequires: go-rpm-macros
BuildRequires: golang

3
vendor.tar.xz Normal file
View File

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

View File

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