Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency cssnano to v7 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cssnano 5.1.12 -> 7.0.3 age adoption passing confidence

Release Notes

cssnano/cssnano (cssnano)

v7.0.3: v7.0.3

Compare Source

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

Compare Source

Bug Fixes
  • fix invalid output in some cases where selectors contain comments

v7.0.1: v7.0.1

Compare Source

Patch changes

Update postcss-calc dependency to latest version

v7.0.0: v7.0.0

Compare Source

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

Compare Source

Bug Fixes

  • preserve correct order of gap and column-gap properties

Patch Changes

  • update autoprefixer

v6.1.1

Compare Source

v6.1.0: v6.1.0

Compare Source

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

Compare Source

Bug Fixes

  • correctly minify font declaration in edge cases
  • preserve initial property in -webkit-line-clamp

v6.0.4: v6.0.4

Compare Source

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

Compare Source

Bug fixes
  • do not sort unknown properties

Other

  • Require latest browserslist and postcss-selector-parser

v6.0.2: v6.0.2

Compare Source

  • 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

Compare Source

Bug Fixes

v6.0.0: v6.0.0

Compare Source

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

Compare Source

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

Compare Source

Bug Fixes

  • fix: update autoprefixer and browserslist
  • fix(postcss-reduce-initial): improve initial properties data

v5.1.13: v5.1.13

Compare Source

Bug Fixes


Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch 4 times, most recently from 698396a to 010dad8 Compare September 22, 2023 06:02
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch 6 times, most recently from ab11ac4 to 59fbfeb Compare October 3, 2023 14:04
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch 2 times, most recently from 3121d48 to 47acce2 Compare October 17, 2023 01:46
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch 4 times, most recently from 17c59aa to 0caeba8 Compare October 26, 2023 11:36
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch from 0caeba8 to d8d8477 Compare November 13, 2023 11:31
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch 2 times, most recently from 1c365d1 to ee33133 Compare November 27, 2023 09:32
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch from ee33133 to c772ba7 Compare December 14, 2023 18:10
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch 3 times, most recently from 2ff04af to a66f10a Compare January 3, 2024 20:06
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch 2 times, most recently from 734f459 to d58d206 Compare January 23, 2024 07:27
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch 3 times, most recently from c67da53 to 584f7c8 Compare February 26, 2024 09:47
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch 2 times, most recently from da682ca to e59a223 Compare March 6, 2024 16:39
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch 2 times, most recently from 8264e28 to 9ed5da1 Compare March 13, 2024 09:13
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch 2 times, most recently from dbd53c3 to 3dae1f8 Compare March 25, 2024 21:38
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch 2 times, most recently from 174bebc to 5d1b03f Compare April 12, 2024 03:26
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch from 5d1b03f to 945024d Compare April 25, 2024 02:00
@renovate renovate bot changed the title Update dependency cssnano to v6 Update dependency cssnano to v7 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch from 945024d to fc05dae Compare April 26, 2024 17:40
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch 2 times, most recently from 4cd73d4 to 5592dde Compare June 5, 2024 14:27
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch 2 times, most recently from 6964be3 to a702db3 Compare June 18, 2024 07:37
@renovate renovate bot force-pushed the renovate/major-css-preprocessors branch from a702db3 to aea2735 Compare June 19, 2024 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants