Update dependency cssnano to v7
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cssnano | dependencies | major | 4.1.10 -> 7.0.6 |
Release Notes
cssnano/cssnano (cssnano)
v7.0.6
: v7.0.6
What's Changed
- Update postcss-calc and selector-parser by @ludofischer in https://github.com/cssnano/cssnano/pull/1663
- fix(postcss-convert-values): convert
0ms
to0s
by @btea in https://github.com/cssnano/cssnano/pull/1665
Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.0.5...cssnano@7.0.6
v7.0.5
: v7.0.5
Bug Fixes
- Fix layer rule deduping https://github.com/cssnano/cssnano/pull/1656
v7.0.4
: v7.0.4
Bug fixes
- fix(postcss-convert-values): preserve percent sign in border-image-width in https://github.com/cssnano/cssnano/pull/1645
v7.0.3
: v7.0.3
Bug Fixes
- cssnano-preset-default: preserve SVG viewbox and title by default
- postcss-convert-values: preserve percent sign in arguments of color functions when needed
- postcss-ordered-values: preserve correct order in animation property
- postcss-minify-selectors: preserve quotes when escaping selector is required
- postcss-discard-comments: do not remove strings that only look like comments in selectors
Thanks to @ota-meshi and @seiyab for their contributions to this release.
v7.0.2
: v7.0.2
Bug Fixes
- fix invalid output in some cases where selectors contain comments
v7.0.1
: v7.0.1
Patch changes
Update postcss-calc dependency to latest version
v7.0.0
: v7.0.0
Breaking changes
This release drops official support for unmaintained long term support Node.js releases 14 and 16. It also drops support for non-long term support releases 19 and 21 and add support for Node.js 22. Only the package.json
engines
field has been updated. The code should otherwise be identical to the previous 6.1.2 release.
Ensuring support for older Node.js had become difficult as the GitHub actions runners are not available for the latest MacOS and recent pnpm also could not run on CI any more.
v6.1.2
: v6.1.2
Bug Fixes
- preserve correct order of
gap
andcolumn-gap
properties
Patch Changes
- update autoprefixer
v6.1.1
: v6.1.1
Patch changes
- update selector parser
- in the minify font plugin, you can pass a function to determine whether a css variable is one of font, font-family, and font-weight to determine whether the variable needs to remove quotes.
v6.1.0
: v6.1.0
This release contains a lot of fixes to Browserslist support thanks to @colinrotherham
Features
- support Browserslist options in more plugins
- support overriding autoprefixer options
Additionally, this release includes improved TypeScript types.
v6.0.5
: v6.0.5
Bug Fixes
- correctly minify
font
declaration in edge cases - preserve
initial
property in-webkit-line-clamp
v6.0.4
: v6.0.4
Bug Fixes
- preserve empty
@layer
declarations - avoid crashing when encountering
@layer
without any braces afterwards - update to latest lilconfig dependency to avoid vulnerability
v6.0.3
: v6.0.3
Bug fixes
- do not sort unknown properties
Other
- Require latest browserslist and postcss-selector-parser
v6.0.2
: v6.0.2
- fix: update cssnano peer dependency to 8.4.31 to avoid security issue
- fix: update postcss-calc to 9.0.1 to solve disappearing expressions inside two brackets
- deps(postcss-svgo): update SVGO to 3.0.5 and update doc
- chore: update css-declaration-sorter
- fix(postcss-minify-selectors): prevent mangling of timeline range names
- fix(postcss-convert-values): keep percent unit in
@Property
- chore(cssnano): update lilconfig to 3.0.0
v6.0.1
: v6.0.1
Bug Fixes
- fix(postcss-merge-rules): do not merge nested rules (https://github.com/cssnano/cssnano/commit/eb9a9a18132d360cb8639f0ca6be4d24401bcde9)
- fix(postcss-reduce-idents): minify grid line names correctly (https://github.com/cssnano/cssnano/commit/2af6687e63978a7b0a08f97d095aa9e6b593eb4f)
v6.0.0
: v6.0.0
Major Changes
-
99d1e6a
: postcss-normalize-url: remove normalize-url configuration options -
4e272f8
: postcss-svgo: Upgrade dependency svgo to v3 and increase the minimum supported node version to v14 -
ca9d3f5
: Switch minimum supported Node version to 14 for all packages -
39a2040
: feat!(cssnano): remove undocumented YAML config support
Migration instructions
- If you're not happy with the defaults for the normalize-url transform, turn it off completely. Options were removed as most would change the meaning of the URL, which is unexpcted in the case of CSS minification.
- In the unlikely event you're using YAML to configure cssnano, move the cssnano configuration inside the PostCSS config or use a configuration file in CommonJS or JSON format.
v5.1.15
: v5.1.15
Bug Fixes
- fix(postcsss-reduce-initial): fix mask-repeat conversion
- fix(postcss-colormin): don't minify colors in src declarations
- fix(postcss-merge-rules): do not merge conflicting flex and border properties
v5.1.14
: v5.1.14
Bug Fixes
- fix: update autoprefixer and browserslist
- fix(postcss-reduce-initial): improve initial properties data
v5.1.13
: v5.1.13
Bug Fixes
- fix TypeScript type of
cssnano()
return value (https://github.com/cssnano/cssnano/commit/b92dbe3ab1db16141dc6296cd350f3fdf5c2defe)
v5.1.12
: v5.1.12
Bug Fixes
- fix: preserve hyphenated property case (https://github.com/cssnano/cssnano/commit/120a88899376a29c8756234fdc648c519921f515)
- fix: ensure sorting properties does not break the output (https://github.com/cssnano/cssnano/commit/0a3a1331e29f3d1009d2a938181ffa4b34ab5b32)
- fix: recognize 'constant' as a function (https://github.com/cssnano/cssnano/commit/858a8b77c951f3698b14e834f38128b176438edc)
v5.1.11
: v5.1.11
Bug Fixes
- postcss-ordered-values: preserve constant values (32ab4d9b7d20d)
v5.1.10
: v5.1.10
Bug Fixes
- postcss-minify-selectors: preserve similar nested selectors (f6c29fb3e75ac26a2635d)
v5.1.9
: v5.1.9
Bug Fixes
- postcss-merge-longhand: preserve more color function fallbacks (712993cb4a4e0)
v5.1.8
: v5.1.8
Bug Fixes
- postcss-convert-values: preserve percentage sign on IE 11 (57f060ad21734)
v5.1.7
v5.1.6
: v5.1.6
Bug Fixes
- preserve border color when merging border properties (5f5080a)
v5.1.5
v5.1.4
: v5.1.4
Bug Fixes
- postcss-merge-longhand: preserve custom property case (5428d5fc9)
v5.1.3
: v5.1.3
Bug Fixes
- fix: do not merge declarations containing custom properties when it might create invalid declarations (2c699341)
v5.1.2
: v5.1.2
Bug fixes
- preserve empty custom properties and ensure they work in Chrome (4ed39679)
v5.1.1
v5.1.0
: v5.1.0
New Feature
Add TypeScript types
v5.0.17
: v5.0.17
Patch Changes
- Publish untranspiled CommonJS source
v5.0.16
: v5.0.16
5.0.16
Patch Changes
- refactor: replace natural sort with built-in array sort
- Updated dependencies
v5.0.15
: v5.0.15
Patch Changes
-
refactor: remove getMatch function from cssnano-utils
The getMatch function allows nested arrays to emulate a map. It is better to replace this function with a regular Map(). It's unlikely this function is used outside of cssnano as it requires a very specific nested array struture.
-
fix: update postcss-calc to 8.2
Remove a crash when postcss-calc cannot parse the value
-
Updated dependencies
- cssnano-preset-default@5.1.10
v5.0.14
: v5.0.14
Bug fixes
- fix(cssnano): correctly resolve presets in pnpm monorepo (#1269) (6f9c7477eb)
v5.0.13
: v5.0.13
Patch Changes
- chore(postcss-normalize-url): reduce dependencies (#1255) (a4267dedcd6)
- fix(postcss-colormin): accept configuration options (#1263) (3b38038007)
- Updated dependencies
- cssnano-preset-default@5.1.9
v5.0.12
: v5.0.12
Bug fixes
- fix(postcss-reduce-initial): update initial values data (#1242) (c6e9f00b785)
v5.0.11
: v5.0.11
Bug fixes
-
c38f14c
: postcss-normalize-url: avoid changing parameter encoding
Chore
-
31d5c07
: refactor: drop one-liner dependencies -
0717282
: postcss-merge-longhand: drop css-color-names dependency
v5.0.10
: v5.0.10
Bug fixes
v5.0.9
: v5.0.9
Bug fixes
-
postcss-svgo: normalize SVG with escaped quote characters (#1200) (4ef5e41)
-
postcss-convert-values: preserve percentage-only properties (#1212) (8f3453)
-
postcss-minify-gradients: handle 2 color-stop-length in linear gradient (#1215) (8bb7ba6c)
-
cssnano-preset-advanced: update autoprefixer (#1213) (f19932)
Chore
v5.0.8
: v5.0.8
Chore
v5.0.7
: v5.0.7
Bug Fixes
v5.0.6
: v5.0.6
Bug Fixes
postcss-normalize-url: bump normalize-url dependency to 6.0.1 (#1142) (b60f54bed)
postcss-ordered-values: preserve columns count (#1144) (9acd6a2fe3e)
v5.0.5
: v5.0.5
Bug fixes
- Preserve alpha channel in color minification
- Check overlaps more exhaustively when merging rules
- Do not crash when the input CSS contains relative URLs
v5.0.4
: v5.0.4
Bug fixes
- postcss-colormin: Strict color parsing (#1122) (32771da)
- postcss-colormin: fix ERR_PACKAGE_PATH_NOT_EXPORTED (#1110) (8a31ca38796)
v5.0.3
v5.0.2
: v5.0.2
Bug Fixes
- postcss-merge-longhand: mergeLonghand should not apply to CSS variables (#1057) (8aa64c7), closes #1051
v5.0.1
v5.0.0
: v5.0.0
Major changes
- requires Node >= 10.13
- PostCSS 8 API, so cssnano 5 does not emit warnings when running under PostCSS 8
- updated to SVGO 2, fixing many SVG minification bugs
- updated css-value-parser and css-selector-parser, fixing many bugs
Upgrade notes
If you use the cssnano JavaScript API, you need to change your code:
-
Replace
cssnano.process()
withcssnano().process()
(notice the()
aftercssnano
) -
pass cssnano options to
cssnano()
instead ofprocess()
cssnano(cssnanoOptions).process(postcssOptions)
Bug fixes
- fix improperly discarding
@font-face
declarations #726 - partially fix some isues where cssnano did not combine rules when used together with
postcss-nested
#1004 - fix
translate3d()
minification #920 - fix minification of values starting with
e
#589, #984 - fix minification of percentage vaalues #962, #957
- fix minification of
aspect-ratio
#963 - fix merging of
@supports
rules #974 - fix sorting of longhand and shorthand properties #535
- remove vulnerable dependency and always warn with bad SVG input #1034
v4.1.11
4.1.11
Bug Fixes
- fix CVE-2021-28092
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.