gulp-clean-css icon indicating copy to clipboard operation
gulp-clean-css copied to clipboard

Updates clean-css dependency to version 5.

Open jakubpawlowicz opened this issue 4 years ago • 6 comments
trafficstars

Version 5 disables rebasing as default so tests changed accordingly.

If you need any help with additional tests or with releasing it, please just let me know! :beer:

jakubpawlowicz avatar Feb 12 '21 09:02 jakubpawlowicz

Since this is a major version change (incompatible with 4.x) you may have to release it by bumping gulp-clean-css version to 5.0.

jakubpawlowicz avatar Feb 12 '21 09:02 jakubpawlowicz

@scniro Any progress with this PR? We're facing a bug in clean-css, and would like to update to 5.1.x.

sirwalterious avatar Jul 26 '21 22:07 sirwalterious

Please merge

cb-eli avatar Oct 14 '21 08:10 cb-eli

Please merge this if is a fix. Or this project is dead?

iradovanovic avatar Jul 29 '22 09:07 iradovanovic

@scniro friendly reminder, please merge it

shrpne avatar Nov 11 '22 12:11 shrpne

FWIW: You can do this in package.json to enforce usage of clean-css-5.*:

	"overrides": {
		"clean-css": ">=5.3.1"
	}

ChaosEngine avatar Nov 11 '22 17:11 ChaosEngine