pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

esbuild: add commit_msg



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Tue Feb 24 17:19:03 2026 +0100
Changeset:	b8f1f8f874165521b25837d8a0c62478bebf7c32

Added Files:
	esbuild/COMMIT_MSG

Log Message:
esbuild: add commit_msg

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b8f1f8f874165521b25837d8a0c62478bebf7c32

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 esbuild/COMMIT_MSG | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diffs:
diff --git a/esbuild/COMMIT_MSG b/esbuild/COMMIT_MSG
new file mode 100644
index 0000000000..46f5976897
--- /dev/null
+++ b/esbuild/COMMIT_MSG
@@ -0,0 +1,43 @@
+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
+


Home | Main Index | Thread Index | Old Index