Skip to content

chore(dependencies): update postcss (major)#336

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-postcss
Open

chore(dependencies): update postcss (major)#336
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-postcss

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@fullhuman/postcss-purgecss (source) 4.1.38.0.0 age confidence
cssnano 5.1.57.1.2 age confidence
cssnano-preset-advanced 5.3.17.0.10 age confidence
postcss-cli 9.1.011.0.1 age confidence
postcss-custom-properties (source) 12.1.515.0.0 age confidence
postcss-import 14.1.016.1.1 age confidence
postcss-mixins 9.0.212.1.2 age confidence
postcss-modules 4.3.16.0.1 age confidence
postcss-nested 5.0.67.0.2 age confidence

Release Notes

FullHuman/purgecss (@​fullhuman/postcss-purgecss)

v8.0.0

Compare Source

BREAKING CHANGES
  • Revert the changes from v7.0.2 that modified the import of the PostCSS plugin. This was causing issues (see #​1295. The PostCSS plugin should now be imported via a default import:
import purgeCSSPlugin from '@​fullhuman/postcss-purgecss';
Features
  • feat: add --preserve-paths option to CLI for maintaining folder hierarchy (aa5ac9d), closes #​377
Bug fixes
  • fix: for code scanning alert no. 5: Incomplete multi-character sanitization (#​1403) (3f39411), closes #​1403
  • fix: enhance setOptions to support both ES modules and CommonJS config exports (4ad48c4), closes #​1340
  • fix: fix glob expression illegal operations on directories (#​1308) (b27293f), closes #​1308 #​1266
  • fix: update import statements for purgeCSSPlugin in documentation and source files (e5cbce2), closes #​1295
  • fix(#​995): preserve relative paths in source maps (4f6c4d9), closes #​995
  • fix: enhance keyframes handling to preserve animations referenced via CSS variables (076c027), closes #​478
Changes (commits since v7.0.2)

v7.0.2

Compare Source

Bug Fixes
  • fix: fix issue where pseudo classes like :where, :not, :is were always removed at root level (89024ce), closes #​1282 #​978
  • build: add named export for postcss plugin (87d15b7), closes #​1263
Features
  • feat(purgecss-from-pug): returns ExtractorResultDetailed instead of selectors (fb51dc6)
BREAKING CHANGES
  • PostCSS plugin should now be imported via purgeCSSPlugin
import { purgeCSSPlugin } from '@​fullhuman/postcss-purgecss';
  • drop support for node 18.
Other
  • build(deps-dev): update dependencies
  • build(deps): update dependencies

Full Changelog: FullHuman/purgecss@v6.0.0...v7.0.2

v6.0.0

Compare Source

Bug Fixes
Features

v5.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • purgecss-webpack-plugin: drop webpack 4 support
cssnano/cssnano (cssnano)

v7.1.2: v7.1.2

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.1...cssnano@7.1.2

v7.1.1: v71.1.1

Compare Source

Bug Fixes

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.0...cssnano@7.1.1

v7.1.0

Compare Source

Changes

  • Update to SVGO 4.0
  • Update browserslist

v7.0.7

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.0.6...cssnano@7.0.7

v7.0.6: v7.0.6

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.0.5...cssnano@7.0.6

v7.0.5: v7.0.5

Compare Source

Bug Fixes

v7.0.4: v7.0.4

Compare Source

Bug fixes

  • fix(postcss-convert-values): preserve percent sign in border-image-width in #​1645

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

Compare Source

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: v6.1.1

Compare Source

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

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
  • fix(postcss-merge-rules): do not merge nested rules (eb9a9a1)
  • fix(postcss-reduce-idents): minify grid line names correctly (2af6687)

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
  • fix TypeScript type of cssnano() return value (b92dbe3)

v5.1.12: v5.1.12

Compare Source

Bug Fixes
  • fix: preserve hyphenated property case (120a888)
  • fix: ensure sorting properties does not break the output (0a3a133)
  • fix: recognize 'constant' as a function (858a8b7)

v5.1.11: v5.1.11

Compare Source

Bug Fixes
  • postcss-ordered-values: preserve constant values (32ab4d9b7d20d)

v5.1.10: v5.1.10

Compare Source

Bug Fixes

v5.1.9: v5.1.9

Compare Source

Bug Fixes
  • postcss-merge-longhand: preserve more color function fallbacks (712993cb4a4e0)

v5.1.8: v5.1.8

Compare Source

Bug Fixes
  • postcss-convert-values: preserve percentage sign on IE 11 (57f060ad21734)

v5.1.7

Compare Source

v5.1.6: v5.1.6

Compare Source

Bug Fixes
  • preserve border color when merging border properties (5f5080a)
postcss/postcss-cli (postcss-cli)

v11.0.1

Compare Source

  • Update and minimize dependencies

v11.0.0

Compare Source

v10.1.0

Compare Source

  • Allow running --watch mode in non-TTY contexts, like Docker (#​448)
  • Update dependencies

v10.0.0

Compare Source

  • BREAKING: Drop Node 12 support (#​438)
  • Add support for ESM config files (#​437)
csstools/postcss-plugins (postcss-custom-properties)

v15.0.0

Compare Source

January 14, 2026

v14.0.6

Compare Source

June 5, 2025

  • Fix infinite loop for comments that contain variables (e.g. var(--foo) /* var(--bar) */)

v14.0.5

Compare Source

May 27, 2025

v14.0.4

Compare Source

November 1, 2024

v14.0.3

Compare Source

October 23, 2024

v14.0.2

Compare Source

October 10, 2024

v14.0.1

Compare Source

August 18, 2024

v14.0.0

Compare Source

August 3, 2024

v13.3.12

Compare Source

July 6, 2024

v13.3.11

Compare Source

June 29, 2024

v13.3.10

Compare Source

May 4, 2024

v13.3.9

Compare Source

May 4, 2024

v13.3.8

Compare Source

April 22, 2024

v13.3.7

Compare Source

April 11, 2024

  • Improve handling of cross references between computed values of custom properties

v13.3.6

Compare Source

March 13, 2024


Configuration

📅 Schedule: Branch creation - "before 12pm on Wednesday" in timezone UTC, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-postcss branch 2 times, most recently from b85c658 to 5377caa Compare August 8, 2022 02:38
@renovate renovate bot force-pushed the renovate/major-postcss branch from 5377caa to 9be0eea Compare August 15, 2022 09:49
@renovate renovate bot changed the title chore(dependencies): update dependency postcss-cli to v10 chore(dependencies): update postcss (major) Aug 15, 2022
@renovate renovate bot force-pushed the renovate/major-postcss branch from 9be0eea to 20fbde5 Compare August 30, 2022 23:37
@renovate renovate bot force-pushed the renovate/major-postcss branch 3 times, most recently from d0a5370 to b044e65 Compare September 13, 2022 23:00
@renovate renovate bot force-pushed the renovate/major-postcss branch from b044e65 to 7afa4dd Compare October 6, 2022 19:35
@renovate renovate bot force-pushed the renovate/major-postcss branch from 7afa4dd to d07d931 Compare October 26, 2022 10:40
@renovate renovate bot force-pushed the renovate/major-postcss branch from d07d931 to 4c69449 Compare November 20, 2022 13:23
@renovate renovate bot force-pushed the renovate/major-postcss branch from 4c69449 to 5542d06 Compare March 18, 2023 18:06
@renovate renovate bot force-pushed the renovate/major-postcss branch from 5542d06 to 43e0ec1 Compare March 30, 2023 16:58
@renovate renovate bot force-pushed the renovate/major-postcss branch from 43e0ec1 to e20e900 Compare April 17, 2023 12:51
@renovate renovate bot force-pushed the renovate/major-postcss branch from e20e900 to 99c76e6 Compare May 28, 2023 11:27
@renovate renovate bot force-pushed the renovate/major-postcss branch from 99c76e6 to 046e01b Compare June 4, 2023 15:14
@renovate renovate bot force-pushed the renovate/major-postcss branch from 046e01b to c76f83b Compare July 6, 2023 10:37
@renovate renovate bot force-pushed the renovate/major-postcss branch from c76f83b to 12cb289 Compare July 27, 2023 18:14
@renovate renovate bot force-pushed the renovate/major-postcss branch 2 times, most recently from 4f7b0bf to 750e753 Compare September 27, 2023 22:17
@renovate renovate bot force-pushed the renovate/major-postcss branch from 750e753 to 094b82d Compare October 21, 2023 03:47
@renovate renovate bot force-pushed the renovate/major-postcss branch from 094b82d to db481eb Compare December 8, 2023 21:32
@renovate renovate bot force-pushed the renovate/major-postcss branch from db481eb to 0772369 Compare December 17, 2023 18:50
@renovate
Copy link
Contributor Author

renovate bot commented Dec 17, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @stencila/designa@2.0.0
npm error Found: postcss@8.4.12
npm error node_modules/postcss
npm error   dev postcss@"8.4.12" from the root project
npm error
npm error Could not resolve dependency:
npm error peer postcss@"^8.4.31" from cssnano@7.0.1
npm error node_modules/cssnano
npm error   dev cssnano@"7.0.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-07T22_38_21_930Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-07T22_38_21_930Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-postcss branch from 0772369 to e85b214 Compare December 19, 2023 00:17
@renovate renovate bot force-pushed the renovate/major-postcss branch 3 times, most recently from 081d6e8 to 58f2c79 Compare January 6, 2024 19:42
@renovate renovate bot force-pushed the renovate/major-postcss branch 2 times, most recently from fbe1b2f to 6452146 Compare February 22, 2024 10:46
@renovate renovate bot force-pushed the renovate/major-postcss branch from e08302f to d113af1 Compare November 24, 2024 17:18
@renovate renovate bot force-pushed the renovate/major-postcss branch from d113af1 to a052a96 Compare March 15, 2025 18:51
@renovate renovate bot force-pushed the renovate/major-postcss branch from a052a96 to 043a6b6 Compare May 9, 2025 15:41
@renovate
Copy link
Contributor Author

renovate bot commented May 9, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @stencila/designa@2.0.0
npm error Found: postcss@8.4.31
npm error node_modules/postcss
npm error   dev postcss@"8.4.31" from the root project
npm error
npm error Could not resolve dependency:
npm error peer postcss@"^8.4.32" from cssnano@7.1.2
npm error node_modules/cssnano
npm error   dev cssnano@"7.1.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-02-12T15_39_33_538Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-02-12T15_39_33_538Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-postcss branch from 043a6b6 to 5d5ccd0 Compare May 30, 2025 12:30
@renovate renovate bot force-pushed the renovate/major-postcss branch from 5d5ccd0 to d5fa104 Compare June 8, 2025 13:28
@renovate renovate bot force-pushed the renovate/major-postcss branch from d5fa104 to 7f13731 Compare June 20, 2025 06:12
@renovate renovate bot force-pushed the renovate/major-postcss branch from 7f13731 to 462756f Compare July 1, 2025 21:47
@renovate renovate bot force-pushed the renovate/major-postcss branch from 462756f to 916afeb Compare July 17, 2025 19:36
@renovate renovate bot force-pushed the renovate/major-postcss branch 3 times, most recently from 41e658a to 2041ac6 Compare August 13, 2025 17:11
@renovate renovate bot force-pushed the renovate/major-postcss branch 2 times, most recently from 1e51d70 to 4e65f1d Compare August 25, 2025 21:00
@renovate renovate bot force-pushed the renovate/major-postcss branch from 4e65f1d to 48d77d0 Compare August 31, 2025 10:53
@renovate renovate bot force-pushed the renovate/major-postcss branch from 48d77d0 to 2107d42 Compare September 25, 2025 18:53
@renovate renovate bot force-pushed the renovate/major-postcss branch from 2107d42 to 26a0635 Compare October 21, 2025 10:47
@renovate renovate bot force-pushed the renovate/major-postcss branch from 26a0635 to 23dc359 Compare November 1, 2025 13:43
@renovate renovate bot force-pushed the renovate/major-postcss branch from 23dc359 to 5f4ef7b Compare November 10, 2025 14:59
@renovate renovate bot force-pushed the renovate/major-postcss branch from 5f4ef7b to ec14097 Compare November 18, 2025 15:03
@renovate renovate bot force-pushed the renovate/major-postcss branch from ec14097 to 3019dfa Compare December 3, 2025 18:37
@renovate renovate bot force-pushed the renovate/major-postcss branch from 3019dfa to 596200c Compare December 31, 2025 17:38
@renovate renovate bot force-pushed the renovate/major-postcss branch from 596200c to 5256ac0 Compare January 8, 2026 19:45
@renovate renovate bot force-pushed the renovate/major-postcss branch 3 times, most recently from e4f3663 to 20597bc Compare January 23, 2026 17:30
@renovate renovate bot force-pushed the renovate/major-postcss branch 2 times, most recently from 882adc7 to cb14e17 Compare February 2, 2026 14:55
@renovate renovate bot force-pushed the renovate/major-postcss branch from cb14e17 to 87dfcfe Compare February 12, 2026 15:39
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.

0 participants