terser / html-minifier-terser

actively maintained fork of html-minifier - minify HTML, CSS and JS code using terser - supports ES6 code
https://terser.org/html-minifier-terser
MIT License
376 stars 30 forks source link

Update `clean-css` To `v5.3` #150

Closed korverdev closed 1 year ago

korverdev commented 1 year ago

Updates clean-css to the latest version. Updates a test to reflect the functionally identical but different output the latest version of clean-css produces.

Resolves https://github.com/terser/html-minifier-terser/issues/149.

RamyaKVelivala commented 1 year ago

When are you planning to merge this pull request, we are unable to use "html-minimizer-webpack-plugin" because of transitive dependency of "clean-css" using older version.

DanielRuf commented 1 year ago

@sibiraj-s can you handle the release of a new version? That would be great.

@RamyaKVelivala for a short-term solution please take a look at yarn resolutions and npm overrides: https://classic.yarnpkg.com/en/docs/selective-version-resolutions/ https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides

sibiraj-s commented 1 year ago

Thanks @DanielRuf

Hi. These changes are now part of v7.2.0. Thanks for the contribution @Casey-Kiewit .

I’ve been having minor problems at my end hence the delay. I’ll try to keep up henceforth.