Update tdewolff/minify Docker tag to v2.24.17 #16

Open
renovate-bot wants to merge 1 commit from renovate/tdewolff-minify-2.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
tdewolff/minify stage minor v2.21.3v2.24.17

Release Notes

tdewolff/minify (tdewolff/minify)

v2.24.17

Compare Source

v2.24.16

Compare Source

Fix previous release

v2.24.15

Compare Source

v2.24.14

Compare Source

v2.24.12

Compare Source

v2.24.11

Compare Source

v2.24.10

Compare Source

v2.24.9

Compare Source

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tdewolff/minify](https://github.com/tdewolff/minify) | stage | minor | `v2.21.3` → `v2.24.17` | --- ### Release Notes <details> <summary>tdewolff/minify (tdewolff/minify)</summary> ### [`v2.24.17`](https://github.com/tdewolff/minify/releases/tag/v2.24.17) [Compare Source](https://github.com/tdewolff/minify/compare/v2.24.16...v2.24.17) - [JS: fix variable binding for private declaration usage in OptionalMember, fixes https://github.com/tdewolff/minify/issues/1019](https://github.com/tdewolff/minify/commit/169230df3c87a04ba6468bb0672baedbde05c7ef) ### [`v2.24.16`](https://github.com/tdewolff/minify/releases/tag/v2.24.16) [Compare Source](https://github.com/tdewolff/minify/compare/v2.24.15...v2.24.16) Fix previous release ### [`v2.24.15`](https://github.com/tdewolff/minify/releases/tag/v2.24.15) [Compare Source](https://github.com/tdewolff/minify/compare/v2.24.14...v2.24.15) - [CSS: fix slow parser for extremely long declarations when removing superfluous whitespace](https://github.com/tdewolff/parse/commit/e3fd68b08ff7f19c37192745d296d9045d083174) - [strconv: restore the negative-exponent fast path in ParseDecimal](https://github.com/tdewolff/parse/commit/d6b77c824ba6d516e66947bff6c89ebfc84203c4) - [strconv: fix ParseFloat exponent and overflow bookkeeping](https://github.com/tdewolff/parse/commit/d2b06cf6527edf59ca370770bd9520720d6cc6be) - [xml/svg: keep whitespace character references in text content](https://github.com/tdewolff/minify/commit/7f3e34d01d79d4043f548334cc810f74a0c3bf58) - [XML/SVG: preserve whitespace character references in attribute values](https://github.com/tdewolff/minify/commit/5e8d560094b614878177a5b3888ece762b5caedf) - [CSS: add semicolon to non-block at rule at the EOF,](https://github.com/tdewolff/minify/commit/05b3b2a10add918ca442bd8cf6996786342a7c2a) [fixes](https://github.com/tdewolff/minify/commit/05b3b2a10add918ca442bd8cf6996786342a7c2a) [#&#8203;1003](https://github.com/tdewolff/minify/issues/1003) ### [`v2.24.14`](https://github.com/tdewolff/minify/releases/tag/v2.24.14) [Compare Source](https://github.com/tdewolff/minify/compare/v2.24.12...v2.24.14) - [Make AddRegexp and AddFuncRegexp idempotent,](https://github.com/tdewolff/minify/commit/12e92f81df3326e803800022cbbd202e3cbe907b) [fixes](https://github.com/tdewolff/minify/commit/12e92f81df3326e803800022cbbd202e3cbe907b) [#&#8203;961](https://github.com/tdewolff/minify/issues/961) - [CSS: don't change background-color:transparent to initial, see](https://github.com/tdewolff/minify/commit/9d4db250b771603f1fc97af742debdc860442b9f) [sensiolabs/minify-bundle#42](https://github.com/sensiolabs/minify-bundle/issues/42) - [JS: restore parse.Input buffer after minify](https://github.com/tdewolff/minify/commit/af448fc05e316c6d92a4e0f64a043b286d519e25) - [HTML: fix parsing template delimiters in element attributes,](https://github.com/tdewolff/minify/commit/dfd64774ee243584e07ff5d761db02a64e0f2492) [fixes](https://github.com/tdewolff/minify/commit/dfd64774ee243584e07ff5d761db02a64e0f2492) [#&#8203;1002](https://github.com/tdewolff/minify/issues/1002) ### [`v2.24.12`](https://github.com/tdewolff/minify/releases/tag/v2.24.12) [Compare Source](https://github.com/tdewolff/minify/compare/v2.24.11...v2.24.12) - [JS: fix variable reordering for const and let declarations,](https://github.com/tdewolff/minify/commit/47ac56e0bd5bb3ca67f5727a4cd4083c8832e210) [fixes](https://github.com/tdewolff/minify/commit/47ac56e0bd5bb3ca67f5727a4cd4083c8832e210) [#&#8203;939](https://github.com/tdewolff/minify/issues/939) - [HTML: prevent long execution time for whitespace look-ahead, fixes bug from OSSFuzz](https://github.com/tdewolff/minify/commit/40618f4294712ef90adbef90e0d351176ea540c3) ### [`v2.24.11`](https://github.com/tdewolff/minify/releases/tag/v2.24.11) [Compare Source](https://github.com/tdewolff/minify/compare/v2.24.10...v2.24.11) - [CSS: remove empty rulesets, see](https://github.com/tdewolff/minify/commit/161ff00cef50108adb03ce4a750790d1cb0cd24a) [#&#8203;908](https://github.com/tdewolff/minify/issues/908) - [JS: fix variable declaration reodering,](https://github.com/tdewolff/minify/commit/6055e370b8ce547246df354d5461563bf7814e48) [fixes](https://github.com/tdewolff/minify/commit/6055e370b8ce547246df354d5461563bf7814e48) [#&#8203;926](https://github.com/tdewolff/minify/issues/926) - [JS: suppress checking for duplicate private members in classes,](https://github.com/tdewolff/minify/commit/585f8ad1e44ff8c97552c026ef31fb3f4b74092f) [fixes](https://github.com/tdewolff/minify/commit/585f8ad1e44ff8c97552c026ef31fb3f4b74092f) [#&#8203;932](https://github.com/tdewolff/minify/issues/932) - [SVG: add KeepNamespaces option,](https://github.com/tdewolff/minify/commit/ff2b550be0af3bba9a8f28ff132b20a247a13294) [fixes](https://github.com/tdewolff/minify/commit/ff2b550be0af3bba9a8f28ff132b20a247a13294) [#&#8203;936](https://github.com/tdewolff/minify/issues/936) ### [`v2.24.10`](https://github.com/tdewolff/minify/releases/tag/v2.24.10) [Compare Source](https://github.com/tdewolff/minify/compare/v2.24.9...v2.24.10) - [JS: fix precedence in OptionalExpression within Member/CallExpressions; fixes](https://github.com/tdewolff/minify/commit/699c8d90b9cf9b98713dee265367337ed5406462) [#&#8203;912](https://github.com/tdewolff/minify/issues/912) - [JS: fix variable renaming inside objects within object-property-methods, fixes](https://github.com/tdewolff/minify/commit/9fb8080ae36721f60899ff40c5eeba8893bd8655) [#&#8203;910](https://github.com/tdewolff/minify/issues/910) ### [`v2.24.9`](https://github.com/tdewolff/minify/releases/tag/v2.24.9) [Compare Source](https://github.com/tdewolff/minify/compare/v2.24.8...v2.24.9) - [cmd: fix --match for Windows,](https://github.com/tdewolff/minify/commit/66bad8b4d67259abba23478ea0b4d01e34d1e6d8) [fixes](https://github.com/tdewolff/minify/commit/66bad8b4d67259abba23478ea0b4d01e34d1e6d8) [#&#8203;901](https://github.com/tdewolff/minify/issues/901) - [cmd: ignore bad softlinks, remove verbosity level for warning (now 1 is info, 2 is debug); fix bugs for --match/--include/--exclude, see https://github.com/tdewolff/minify/issues/901](https://github.com/tdewolff/minify/commit/429f46535a7ef0f3a56be4283284372bc70c1113) - [HTML: don't remove end tags in <template>,](https://github.com/tdewolff/minify/commit/cf2562e6710af06650dd7c80e8b3c421885962da) [fixes](https://github.com/tdewolff/minify/commit/cf2562e6710af06650dd7c80e8b3c421885962da) [#&#8203;907](https://github.com/tdewolff/minify/issues/907) - [CSS: fix nested rulesets, see](https://github.com/tdewolff/minify/commit/79ff2f0b8199cc8fc81479cb1fa0717f6321615e) [#&#8203;908](https://github.com/tdewolff/minify/issues/908) ### [`v2.24.8`](https://github.com/tdewolff/minify/releases/tag/v2.24.8) [Compare Source](https://github.com/tdewolff/minify/compare/v2.24.7...v2.24.8) - Remove CSS.KeepCSS2 (use CSS.Version=2); make SVG.Inline private; fixes [#&#8203;868](https://github.com/tdewolff/minify/issues/868) - Rewrite JS bindings (thanks to [@&#8203;VastBlast](https://github.com/VastBlast)) ### [`v2.24.7`](https://github.com/tdewolff/minify/releases/tag/v2.24.7) [Compare Source](https://github.com/tdewolff/minify/compare/v2.24.6...v2.24.7) - [JS: reduce && and || if any argument is true/false; reduce if(cond){….} if cond is true/false; fix bug with variables used in their initialisers, fixes https://github.com/tdewolff/minify/issues/867](https://github.com/tdewolff/minify/commit/6ae1a0fe759bb99f4c12d105138600d1aa9e8cb7) ### [`v2.24.6`](https://github.com/tdewolff/minify/releases/tag/v2.24.6) [Compare Source](https://github.com/tdewolff/minify/compare/v2.24.5...v2.24.6) - [JS: support shortening of class private elements,](https://github.com/tdewolff/minify/commit/be173cd73af6c09e00d0e9b4a7d8c5d7e0eb52aa) [fixes](https://github.com/tdewolff/minify/commit/be173cd73af6c09e00d0e9b4a7d8c5d7e0eb52aa) [#&#8203;652](https://github.com/tdewolff/minify/issues/652) ### [`v2.24.5`](https://github.com/tdewolff/minify/releases/tag/v2.24.5) [Compare Source](https://github.com/tdewolff/minify/compare/v2.24.4...v2.24.5) - [CSS: fix parser for multiple selector (does not affect minifier)](https://github.com/tdewolff/minify/commit/6250bc8a4bad032c4b6e661b775f200367f3cb78) - [JS: revert transformation of `a = a @&#8203; b` => `a @&#8203;= b`,](https://github.com/tdewolff/minify/commit/6f5b89f80a121016ce40e5dbff12db1eb24555d2) [fixes](https://github.com/tdewolff/minify/commit/6f5b89f80a121016ce40e5dbff12db1eb24555d2) [#&#8203;863](https://github.com/tdewolff/minify/issues/863) ### [`v2.24.4`](https://github.com/tdewolff/minify/releases/tag/v2.24.4) [Compare Source](https://github.com/tdewolff/minify/compare/v2.24.3...v2.24.4) - [JS: implement new transformations, see](https://github.com/tdewolff/minify/commit/1ff97826ff366f91d7c3c052a2214378def739d7) [#&#8203;794](https://github.com/tdewolff/minify/issues/794) - [JS: fix bug where BigInts are trimmed of the suffix 'n',](https://github.com/tdewolff/minify/commit/de3532c5ce687bbd25aaaf0d3a79bd019655f1d2) [fixes](https://github.com/tdewolff/minify/commit/de3532c5ce687bbd25aaaf0d3a79bd019655f1d2) [#&#8203;854](https://github.com/tdewolff/minify/issues/854) - [CSS: fix bug with custom variables starting with a digit,](https://github.com/tdewolff/minify/commit/5f95acfd6954d35eca979d78998adf5b43f9d366) [fixes](https://github.com/tdewolff/minify/commit/5f95acfd6954d35eca979d78998adf5b43f9d366) [#&#8203;861](https://github.com/tdewolff/minify/issues/861) - [HTML: fix bug in lowercasing template attributes](https://github.com/tdewolff/minify/commit/5f95acfd6954d35eca979d78998adf5b43f9d366) ### [`v2.24.3`](https://github.com/tdewolff/minify/releases/tag/v2.24.3) [Compare Source](https://github.com/tdewolff/minify/compare/v2.24.2...v2.24.3) - [css/css.go: fix background-color:transparent handling](https://github.com/tdewolff/minify/commit/83580a2acca867545f2e194e8b3294a07ad249ae) ### [`v2.24.2`](https://github.com/tdewolff/minify/releases/tag/v2.24.2) [Compare Source](https://github.com/tdewolff/minify/compare/v2.24.1...v2.24.2) - [CSS: fix bug in CSS version,](https://github.com/tdewolff/minify/commit/8985643f3b18ee597507a18c495017c63514b2bf) [fixes](https://github.com/tdewolff/minify/commit/8985643f3b18ee597507a18c495017c63514b2bf) [#&#8203;843](https://github.com/tdewolff/minify/issues/843) ### [`v2.24.1`](https://github.com/tdewolff/minify/releases/tag/v2.24.1) [Compare Source](https://github.com/tdewolff/minify/compare/v2.24.0...v2.24.1) - [Remove the matryer/try dependency, see](https://github.com/tdewolff/minify/commit/5d19a13bab474f6ff0b17a3d931bf3a0e0f6b9c7) [#&#8203;842](https://github.com/tdewolff/minify/pull/842) - [Remove temporary files used by the CmdMinifier afterwards](https://github.com/tdewolff/minify/commit/5cec95ead2d8a018c5ec4ac3cd38f66ffbd9df14) - [Change default permissions to 755 for directories and 644 for files,](https://github.com/tdewolff/minify/commit/41eb22ea068338e1c6cb831d157208465c81478f) see [#&#8203;842](https://github.com/tdewolff/minify/pull/842) - [JS: revert isNaN(x) => x!=x to keep isNaN(x); see](https://github.com/tdewolff/minify/commit/c109e405319c7cf68ac90e5822b1b75ebddc9c32) [#&#8203;790](https://github.com/tdewolff/minify/issues/790) fixes [#&#8203;839](https://github.com/tdewolff/minify/issues/839) - [CSS: use Version and deprecate KeepCSS2 option, see](https://github.com/tdewolff/minify/commit/57e3ebe0e6914b82c9ab0849a14f86bc29cd2ebf) [#&#8203;840](https://github.com/tdewolff/minify/issues/840) ### [`v2.24.0`](https://github.com/tdewolff/minify/releases/tag/v2.24.0) [Compare Source](https://github.com/tdewolff/minify/compare/v2.23.11...v2.24.0) - [CSS: support layer at-rule](https://github.com/tdewolff/parse/commit/5fb3723369de3fbb963ca1d0860898b48290ef7e) - [HTML: support unofficial XML tag](https://github.com/tdewolff/parse/commit/50048bb397811260f6527eb65518e4d19a6cf12e) - [JS: partly reverse](https://github.com/tdewolff/parse/commit/7692dd6e09437cc0b1b812765ff2ff833c8992f2) [tdewolff/parse@`8e56e59`](https://github.com/tdewolff/parse/commit/8e56e590bd68636e643b7d51c21d992d5ea41bfc) [to keep track of expression nesting to avoid catastrophic input](https://github.com/tdewolff/parse/commit/7692dd6e09437cc0b1b812765ff2ff833c8992f2) ### [`v2.23.11`](https://github.com/tdewolff/minify/releases/tag/v2.23.11) [Compare Source](https://github.com/tdewolff/minify/compare/v2.23.10...v2.23.11) - [HTML: support unofficial XML tag,](https://github.com/tdewolff/minify/commit/be2fabd516639683e939e303676c021627101635) [fixes](https://github.com/tdewolff/minify/commit/be2fabd516639683e939e303676c021627101635) [#&#8203;832](https://github.com/tdewolff/minify/issues/832) - [Export vendored tarball,](https://github.com/tdewolff/minify/commit/4d2531a3dccef3736e655464cb9ed01eca190f5c) [fixes](https://github.com/tdewolff/minify/commit/4d2531a3dccef3736e655464cb9ed01eca190f5c) [#&#8203;834](https://github.com/tdewolff/minify/issues/834) ### [`v2.23.10`](https://github.com/tdewolff/minify/releases/tag/v2.23.10) [Compare Source](https://github.com/tdewolff/minify/compare/v2.23.9...v2.23.10) Fix JS binding ### [`v2.23.9`](https://github.com/tdewolff/minify/releases/tag/v2.23.9) [Compare Source](https://github.com/tdewolff/minify/compare/v2.23.8...v2.23.9) - [XML: fix unescaping of >,](https://github.com/tdewolff/minify/commit/5bc1abacc6a35f5ac5cd72670d8b3c70d63f8d27) [fixes](https://github.com/tdewolff/minify/commit/5bc1abacc6a35f5ac5cd72670d8b3c70d63f8d27) [#&#8203;825](https://github.com/tdewolff/minify/issues/825) - [Add 'speculationrules' as mimetype for JSON,](https://github.com/tdewolff/minify/commit/78398641b9f81675c58efdae6f0920159e9516e8) [fixes](https://github.com/tdewolff/minify/commit/78398641b9f81675c58efdae6f0920159e9516e8) [#&#8203;827](https://github.com/tdewolff/minify/issues/827) - Update Python version to 3.13 ### [`v2.23.8`](https://github.com/tdewolff/minify/releases/tag/v2.23.8) [Compare Source](https://github.com/tdewolff/minify/compare/v2.23.7...v2.23.8) - Fix NPM build ### [`v2.23.7`](https://github.com/tdewolff/minify/releases/tag/v2.23.7) [Compare Source](https://github.com/tdewolff/minify/compare/v2.23.6...v2.23.7) - Fix NPM build ### [`v2.23.6`](https://github.com/tdewolff/minify/releases/tag/v2.23.6) [Compare Source](https://github.com/tdewolff/minify/compare/v2.23.5...v2.23.6) - [JS: support import.meta as expression statements,](https://github.com/tdewolff/minify/commit/0207ce7e7c909231aa5e100a68023675bdc6292c) [fixes](https://github.com/tdewolff/minify/commit/0207ce7e7c909231aa5e100a68023675bdc6292c) [#&#8203;819](https://github.com/tdewolff/minify/issues/819) - [Refactor number minification](https://github.com/tdewolff/minify/commit/a4b8d547e5e7172e66fface5e70b613c3dc894f4) ### [`v2.23.5`](https://github.com/tdewolff/minify/releases/tag/v2.23.5) [Compare Source](https://github.com/tdewolff/minify/compare/v2.23.4...v2.23.5) - [CSS: add space before !important when KeepCSS2 is set,](https://github.com/tdewolff/minify/commit/a529eb7e4bbcbeea511d57e4e72e728f2e5b386c) [fixes](https://github.com/tdewolff/minify/commit/a529eb7e4bbcbeea511d57e4e72e728f2e5b386c) [#&#8203;818](https://github.com/tdewolff/minify/issues/818) - [SVG: keep xlink namespace](https://github.com/tdewolff/minify/commit/4f2a6e689fa6b044f8a8ebfdfce9818f01c4daab) ### [`v2.23.4`](https://github.com/tdewolff/minify/releases/tag/v2.23.4) [Compare Source](https://github.com/tdewolff/minify/compare/v2.23.3...v2.23.4) - [Set minimum Go version to 1.17](https://github.com/tdewolff/minify/commit/7807619eedbd4d884a762a1dbe615ca2c04566d3) ### [`v2.23.3`](https://github.com/tdewolff/minify/releases/tag/v2.23.3) [Compare Source](https://github.com/tdewolff/minify/compare/v2.23.2...v2.23.3) - [cmd: add importmap JSON minifier, see](https://github.com/tdewolff/minify/commit/c2687079f9efd636c272576ffb7059ac0ee619c9) [#&#8203;812](https://github.com/tdewolff/minify/issues/812) - [cmd: fix tests](https://github.com/tdewolff/minify/commit/324b0cf40174307a7134149da800966a0ef64c8a) ### [`v2.23.2`](https://github.com/tdewolff/minify/releases/tag/v2.23.2) [Compare Source](https://github.com/tdewolff/minify/compare/v2.23.1...v2.23.2) - [cmd: set default mimetype for .tmpl to text/x-template](https://github.com/tdewolff/minify/commit/228ca9848f6af3e5b075f66075f306c2e5ebd430) - [CSS: revert](https://github.com/tdewolff/minify/commit/60a240ad376cb117d03196ff27364af21fefa7ec) [`dc25ed9`](https://github.com/tdewolff/minify/commit/dc25ed9e803528609803bf63b08f42171e92f53a) [and remove source mapping URLs,](https://github.com/tdewolff/minify/commit/60a240ad376cb117d03196ff27364af21fefa7ec) [fixes](https://github.com/tdewolff/minify/commit/60a240ad376cb117d03196ff27364af21fefa7ec) <https://github.com/tdewolff/minify/issues/814[>, see]\([`60a240a`](https://github.com/tdewolff/minify/commit/60a240ad376cb117d03196ff27364af21fefa7ec)) [#&#8203;692](https://github.com/tdewolff/minify/issues/692) - [cmd: add -i/--inplace option](https://github.com/tdewolff/minify/commit/abac89fe42041506aae1201ce226323fcb5f6315) ### [`v2.23.1`](https://github.com/tdewolff/minify/releases/tag/v2.23.1) [Compare Source](https://github.com/tdewolff/minify/compare/v2.23.0...v2.23.1) - [HTML: fix templates starting with <,](https://github.com/tdewolff/minify/commit/e6839b4a66852812a633d70bb6ca876090a373ae) [fixes](https://github.com/tdewolff/minify/commit/e6839b4a66852812a633d70bb6ca876090a373ae) [#&#8203;809](https://github.com/tdewolff/minify/issues/809) - [SVG: keep the xmlns:svg namespace, see](https://github.com/tdewolff/minify/commit/9b9e4f768a8c2728de2fe1cd82d6b485f37ab3d6) [#&#8203;803](https://github.com/tdewolff/minify/issues/803) ### [`v2.23.0`](https://github.com/tdewolff/minify/releases/tag/v2.23.0) [Compare Source](https://github.com/tdewolff/minify/compare/v2.22.4...v2.23.0) - [Downgrade minimum Go version to 1.18, fixes GitHub actions](https://github.com/tdewolff/minify/commit/8ea22776eaaf3c0922c87fa2d0925a93d07bbec8) - [JS: improve rewriting Number(...), fix bug for Numebr(100n),](https://github.com/tdewolff/minify/commit/0904a4109c0d0a4e7797c72ac8d9c9bdb42956cd) [fixes](https://github.com/tdewolff/minify/commit/0904a4109c0d0a4e7797c72ac8d9c9bdb42956cd) [#&#8203;806](https://github.com/tdewolff/minify/issues/806) - [JS: don't convert Number(x) => +x, this doesn't work for BigInts, fixes](https://github.com/tdewolff/minify/commit/263f6d8db045e0f13cd9d0db33607eac102197b6) [#&#8203;806](https://github.com/tdewolff/minify/issues/806), see [#&#8203;794](https://github.com/tdewolff/minify/issues/794) - [HTML: minify whitespace around template tokens in text](https://github.com/tdewolff/minify/commit/573513d79f02cc9d3a652a9eab9fdfa5598799df) ### [`v2.22.4`](https://github.com/tdewolff/minify/releases/tag/v2.22.4) [Compare Source](https://github.com/tdewolff/minify/compare/v2.22.3...v2.22.4) - [JS: fix renamed variables in rewritten functions](https://github.com/tdewolff/minify/commit/5e043d341ac374edd05f0dea28178cbd4cc39fb2) ### [`v2.22.3`](https://github.com/tdewolff/minify/releases/tag/v2.22.3) [Compare Source](https://github.com/tdewolff/minify/compare/v2.22.2...v2.22.3) - [JS: fix bug for renamed variables in rewritten math.\* functions](https://github.com/tdewolff/minify/commit/d4af2424789b325427f37f6ac9593c60bad9b689) - [SVG: remove tags and attributes from other namespaces, remove empty <defs>; fixes](https://github.com/tdewolff/minify/commit/13196aec4c8bdc8e6d7c8b1648c5f4f833393c16) [#&#8203;803](https://github.com/tdewolff/minify/issues/803) ### [`v2.22.2`](https://github.com/tdewolff/minify/releases/tag/v2.22.2) [Compare Source](https://github.com/tdewolff/minify/compare/v2.22.0...v2.22.2) - [JS: fix grouping for function to expression transformations](https://github.com/tdewolff/minify/commit/9359d9ac61ddaea8a312a6fa07e4e6fdc6661f7a) fixes [privatenumber/minification-benchmarks#668 (comment)](https://github.com/privatenumber/minification-benchmarks/pull/668#event-16769331378) ### [`v2.22.0`](https://github.com/tdewolff/minify/releases/tag/v2.22.0) [Compare Source](https://github.com/tdewolff/minify/compare/v2.21.3...v2.22.0) - [JS: change undefined=>0\[0\] and void 0=>0\[0\], see](https://github.com/tdewolff/minify/commit/55cda6b9603bc3b20209290417fb389e022b36ae) [#&#8203;790](https://github.com/tdewolff/minify/issues/790) - [JS: add shorter versions for isNaN, parseInt, Number, Math.pow, Math.abs, and Math.trunc](https://github.com/tdewolff/minify/commit/ee34e323d9ef156e2361ce64396b7ac44f32730e), fixes [#&#8203;790](https://github.com/tdewolff/minify/issues/790) - [JS: don't minify undefined/Infinity if that variable was declared, fixes](https://github.com/tdewolff/minify/commit/b60a115a7868a5d104e1b79db48d4c62d42a30b6) [#&#8203;728](https://github.com/tdewolff/minify/issues/728) - [Fix URL decoding of UTF-8 characters,](https://github.com/tdewolff/minify/commit/2d27b5b575850e8e4a2d674a7cab4d58e730a494) [fixes](https://github.com/tdewolff/minify/commit/2d27b5b575850e8e4a2d674a7cab4d58e730a494) [#&#8203;796](https://github.com/tdewolff/minify/issues/796) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODIuMyIsInVwZGF0ZWRJblZlciI6IjQzLjI3MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.22.0 to Update tdewolff/minify Docker tag to v2.22.2 2025-03-14 11:55:09 +01:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 6cd035d78f to b15d84710f 2025-03-14 11:55:12 +01:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.22.2 to Update tdewolff/minify Docker tag to v2.22.3 2025-03-20 23:02:57 +01:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from b15d84710f to 638249812a 2025-03-20 23:02:59 +01:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.22.3 to Update tdewolff/minify Docker tag to v2.22.4 2025-03-25 13:42:07 +01:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 638249812a to 386af8cdc4 2025-03-25 13:42:11 +01:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.22.4 to Update tdewolff/minify Docker tag to v2.23.0 2025-04-06 18:34:16 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 386af8cdc4 to 83dd95a77c 2025-04-06 18:34:18 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.23.0 to Update tdewolff/minify Docker tag to v2.23.1 2025-04-07 19:33:19 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 83dd95a77c to e0b55c6561 2025-04-07 19:33:21 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.23.1 to Update tdewolff/minify Docker tag to v2.23.2 2025-04-28 19:23:01 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from e0b55c6561 to d2d36b5c84 2025-04-28 19:23:03 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.23.2 to Update tdewolff/minify Docker tag to v2.23.3 2025-04-29 16:44:28 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from d2d36b5c84 to 6d15377c7a 2025-04-29 16:44:31 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.23.3 to Update tdewolff/minify Docker tag to v2.23.4 2025-05-08 13:38:59 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 6d15377c7a to 10f333ec38 2025-05-08 13:39:00 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.23.4 to Update tdewolff/minify Docker tag to v2.23.5 2025-05-08 19:55:00 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 10f333ec38 to 00406ee7cb 2025-05-08 19:55:02 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.23.5 to Update tdewolff/minify Docker tag to v2.23.6 2025-05-20 11:50:46 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 00406ee7cb to 76d53e67b7 2025-05-20 11:50:48 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.23.6 to Update tdewolff/minify Docker tag to v2.23.8 2025-05-21 15:44:08 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 76d53e67b7 to 9734e43b6d 2025-05-21 15:44:11 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.23.8 to Update tdewolff/minify Docker tag to v2.23.9 2025-07-18 11:13:12 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 9734e43b6d to bf06515c2c 2025-07-18 11:13:14 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.23.9 to Update tdewolff/minify Docker tag to v2.23.10 2025-07-22 15:38:04 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from bf06515c2c to ad10269e70 2025-07-22 15:38:06 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.23.10 to Update tdewolff/minify Docker tag to v2.23.11 2025-08-06 23:00:40 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from ad10269e70 to e0174f56a1 2025-08-06 23:00:41 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.23.11 to Update tdewolff/minify Docker tag to v2.24.0 2025-08-20 22:51:39 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from e0174f56a1 to d031a72ebd 2025-08-20 22:51:40 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.24.0 to Update tdewolff/minify Docker tag to v2.24.1 2025-08-29 11:31:15 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from d031a72ebd to 09b9d6cc4f 2025-08-29 11:31:17 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.24.1 to Update tdewolff/minify Docker tag to v2.24.2 2025-08-31 11:06:12 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 09b9d6cc4f to 3a286bf8f4 2025-08-31 11:06:14 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.24.2 to Update tdewolff/minify Docker tag to v2.24.3 2025-09-06 11:06:19 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 3a286bf8f4 to db363134f5 2025-09-06 11:06:20 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.24.3 to Update tdewolff/minify Docker tag to v2.24.4 2025-10-16 16:56:36 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from db363134f5 to 0aeac12ebb 2025-10-16 16:56:39 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.24.4 to Update tdewolff/minify Docker tag to v2.24.5 2025-10-24 16:54:17 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 0aeac12ebb to 38848aec09 2025-10-24 16:54:18 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.24.5 to Update tdewolff/minify Docker tag to v2.24.6 2025-11-04 11:34:57 +01:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 38848aec09 to 553123c43c 2025-11-04 11:34:58 +01:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.24.6 to Update tdewolff/minify Docker tag to v2.24.7 2025-11-08 09:50:14 +01:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 553123c43c to 9708d327a6 2025-11-08 09:50:16 +01:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.24.7 to Update tdewolff/minify Docker tag to v2.24.8 2025-12-08 13:43:29 +01:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 9708d327a6 to 8c5f43a159 2025-12-08 13:43:32 +01:00 Compare
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 8c5f43a159 to 44cd03d820 2026-02-08 03:59:27 +01:00 Compare
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 44cd03d820 to 81bab11de7 2026-03-02 19:40:12 +01:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.24.8 to Update tdewolff/minify Docker tag to v2.24.10 2026-03-02 19:40:12 +01:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 81bab11de7 to 0f0443fc7c 2026-03-15 09:42:29 +01:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.24.10 to Update tdewolff/minify Docker tag to v2.24.11 2026-03-25 17:53:57 +01:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 0f0443fc7c to 903041234a 2026-03-25 17:53:57 +01:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.24.11 to Update tdewolff/minify Docker tag to v2.24.12 2026-04-07 13:57:56 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 903041234a to f05d47121b 2026-04-07 13:57:57 +02:00 Compare
renovate-bot force-pushed renovate/tdewolff-minify-2.x from f05d47121b to 61b859a0f4 2026-04-14 10:20:24 +02:00 Compare
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 61b859a0f4 to 20691099c7 2026-04-21 02:37:04 +02:00 Compare
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 20691099c7 to 9ddb968a98 2026-04-22 15:38:53 +02:00 Compare
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 9ddb968a98 to 9acf2cfbaa 2026-05-03 01:20:10 +02:00 Compare
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 9acf2cfbaa to 748d1f78bd 2026-05-08 20:49:13 +02:00 Compare
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 748d1f78bd to b8ee5b0521 2026-07-25 21:22:44 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.24.12 to Update tdewolff/minify Docker tag to v2.24.14 2026-07-25 21:22:49 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from b8ee5b0521 to 0a255f0bee 2026-08-05 21:23:04 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.24.14 to Update tdewolff/minify Docker tag to v2.24.15 2026-08-05 21:23:13 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 0a255f0bee to 2694736def 2026-08-06 03:23:01 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.24.15 to Update tdewolff/minify Docker tag to v2.24.16 2026-08-06 03:23:10 +02:00
renovate-bot force-pushed renovate/tdewolff-minify-2.x from 2694736def to 372a5d1915 2026-08-12 03:22:58 +02:00 Compare
renovate-bot changed title from Update tdewolff/minify Docker tag to v2.24.16 to Update tdewolff/minify Docker tag to v2.24.17 2026-08-12 03:23:07 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/tdewolff-minify-2.x:renovate/tdewolff-minify-2.x
git switch renovate/tdewolff-minify-2.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/tdewolff-minify-2.x
git switch renovate/tdewolff-minify-2.x
git rebase main
git switch main
git merge --ff-only renovate/tdewolff-minify-2.x
git switch renovate/tdewolff-minify-2.x
git rebase main
git switch main
git merge --no-ff renovate/tdewolff-minify-2.x
git switch main
git merge --squash renovate/tdewolff-minify-2.x
git switch main
git merge --ff-only renovate/tdewolff-minify-2.x
git switch main
git merge renovate/tdewolff-minify-2.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ada/ada.wf!16
No description provided.