pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/esbuild
Module Name: pkgsrc
Committed By: kikadf
Date: Thu Feb 26 11:35:58 UTC 2026
Modified Files:
pkgsrc/www/esbuild: Makefile distinfo go-modules.mk
Log Message:
www/esbuild: update to 0.27.3
* 0.27.3
Preserve URL fragments in data URLs
Parse and print CSS @scope rules
Fix a minification bug with lowering of for await
Update the Go compiler from v1.25.5 to v1.25.7
* 0.27.2
Allow import path specifiers starting with #/
Automatically add the -webkit-mask prefix
Additional minification of switch statements
Forbid using declarations inside switch clauses
* 0.27.1
Fix bundler bug with var nested inside if
Fix minifier bug with for inside try inside label
Inline IIFEs containing a single expression
The minifier now strips empty finally clauses
Allow tree-shaking of the Symbol constructor
* 0.27.0
This release deliberately contains backwards-incompatible changes.
Use Uint8Array.fromBase64 if available
Update the Go compiler from v1.23.12 to v1.25.4
* 0.26.0
Enable trusted publishing
* 0.25.12
Fix a minification regression with CSS media queries
Update the list of known JavaScript globals
Add support for the new @view-transition CSS rule
Trim CSS rules that will never match
* 0.25.11
Add support for with { type: 'bytes' } imports
Lower CSS media query range syntax
* 0.25.10
Fix a panic in a minification edge case
Fix @supports nested inside pseudo-element
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/esbuild/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/esbuild/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/esbuild/go-modules.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/esbuild/Makefile
diff -u pkgsrc/www/esbuild/Makefile:1.27 pkgsrc/www/esbuild/Makefile:1.28
--- pkgsrc/www/esbuild/Makefile:1.27 Tue Feb 24 08:45:41 2026
+++ pkgsrc/www/esbuild/Makefile Thu Feb 26 11:35:58 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2026/02/24 08:45:41 bsiegert Exp $
+# $NetBSD: Makefile,v 1.28 2026/02/26 11:35:58 kikadf Exp $
-DISTNAME= esbuild-0.25.9
+DISTNAME= esbuild-0.27.3
GITHUB_TAG= v${PKGVERSION_NOREV}
-PKGREVISION= 7
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=evanw/}
Index: pkgsrc/www/esbuild/distinfo
diff -u pkgsrc/www/esbuild/distinfo:1.6 pkgsrc/www/esbuild/distinfo:1.7
--- pkgsrc/www/esbuild/distinfo:1.6 Fri Aug 29 18:50:09 2025
+++ pkgsrc/www/esbuild/distinfo Thu Feb 26 11:35:58 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2025/08/29 18:50:09 bsiegert Exp $
+$NetBSD: distinfo,v 1.7 2026/02/26 11:35:58 kikadf Exp $
-BLAKE2s (esbuild-0.25.9.tar.gz) = 171058036c4b2fe72cc1e91cb630e5b1f87254069b9e96dc285fd050e81b3012
-SHA512 (esbuild-0.25.9.tar.gz) = 9211a25a8fc141f9b3c810a7493e1bf83a8a7008a555023a7947d1e0c26ec823f2574f561f4bf53c328fba659d0a5565dd7a3498d089f2642714e02f9fb05a4b
-Size (esbuild-0.25.9.tar.gz) = 1960126 bytes
+BLAKE2s (esbuild-0.27.3.tar.gz) = 798d1a1f3574c92b47c6588b9ed436dbb74fc77f1eb065b2fcb0bfb5396b87ca
+SHA512 (esbuild-0.27.3.tar.gz) = 169861c528ffb4943b8c7074017e1b65d97c3b598eb7be355e9842ce40ea75393e6ecc40a29e6a9d865175b354a5c74e18f3b024c480a3a09446a66db4ee02a4
+Size (esbuild-0.27.3.tar.gz) = 1983973 bytes
BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
SHA512 (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
Size (golang.org_x_sys_@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 33 bytes
Index: pkgsrc/www/esbuild/go-modules.mk
diff -u pkgsrc/www/esbuild/go-modules.mk:1.5 pkgsrc/www/esbuild/go-modules.mk:1.6
--- pkgsrc/www/esbuild/go-modules.mk:1.5 Fri Aug 29 18:50:09 2025
+++ pkgsrc/www/esbuild/go-modules.mk Thu Feb 26 11:35:58 2026
@@ -1,4 +1,4 @@
-# $NetBSD: go-modules.mk,v 1.5 2025/08/29 18:50:09 bsiegert Exp $
+# $NetBSD: go-modules.mk,v 1.6 2026/02/26 11:35:58 kikadf Exp $
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.mod
GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.zip
Home |
Main Index |
Thread Index |
Old Index