Accepting request 1244420 from devel:languages:javascript
- 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) OBS-URL: https://build.opensuse.org/request/show/1244420 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/esbuild?expand=0&rev=14
This commit is contained in:
commit
a3386d2e8d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:171e1b0cd4c64222a1953203f6b3dab3c7a3f95b8939a72b4ebbd024302513b4
|
|
||||||
size 1913619
|
|
3
esbuild-0.25.0.tar.gz
Normal file
3
esbuild-0.25.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c200f558d25a36513b830af8f9a09b5b8924807536f9c3b6b6024c301fee3b2c
|
||||||
|
size 1929206
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sun Dec 22 21:23:07 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package esbuild
|
# spec file for package esbuild
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -28,7 +28,7 @@
|
|||||||
%global tag v%{version}
|
%global tag v%{version}
|
||||||
%global extractdir0 esbuild-%{version}
|
%global extractdir0 esbuild-%{version}
|
||||||
Name: esbuild
|
Name: esbuild
|
||||||
Version: 0.24.2
|
Version: 0.25.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A JavaScript bundler written for speed
|
Summary: A JavaScript bundler written for speed
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user