Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Jul 6, 2022

Copy link
Copy Markdown
Contributor

ℹ️ 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.59.0.3 age confidence
cssnano-preset-advanced 5.3.19.0.3 age confidence
postcss-cli 9.1.012.0.0 age confidence
postcss-custom-properties (source) 12.1.515.0.1 age confidence
postcss-import 14.1.017.0.0 age confidence
postcss-mixins 9.0.212.1.2 age confidence
postcss-modules 4.3.19.0.1 age confidence
postcss-nested 5.0.68.0.1 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

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)

v9.0.3: v9.0.3

Compare Source

What's Changed

  • fix: update color parsing library in #​1964

  • fix: update PostCSS and selector parser

  • fix: update conflict detection and color conversion CSS spec conformance

  • fix: update PostCSS peer dependency

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@9.0.2...cssnano@9.0.3

v9.0.2: v9.0.2

Compare Source

What's Changed

  • fix: add main and types to package manifests in #​1958
  • fix: update postcss-calc

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@9.0.1...cssnano@9.0.2

v9.0.1: v9.0.1

Compare Source

What's Changed

  • refactor: some small performance gains in #​1955

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@9.0.0...cssnano@9.0.1

v9.0.0: v9.0.0

Compare Source

What's Changed

Breaking changes
  • Migrate to ESM and simplify config loading in #​1948

Probably backward-compatible for most users. Some changes to configuration loading documented in migration guide.

Bug fixes
  • Introduce new postcss-calc plugin in 34aec91

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.10...cssnano@9.0.0

v8.0.10: v8.0.10

Compare Source

What's Changed

  • Make charset normalization idempotent in #​1949

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.9...cssnano@8.0.10

v8.0.9: v8.0.9

Compare Source

Bug fixes

Bug fixes coming by way of updating colordx and svgo to the latest release.

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.8...cssnano@8.0.9

v8.0.8: v8.0.8

Compare Source

What's Changed

Bug Fixes
  • fix(postcss-minify-gradients): minify gradients using spec algorithm in #​1941

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.7...cssnano@8.0.8

v8.0.7: v8.0.7

Compare Source

What's Changed

Bug Fixes
  • fix(cssnano): tighten option types in #​1919
  • fix(postcss-discard-empty): better optimize cascade layers in #​1924
Documentation
  • docs: add security information in #​1922
Website playground
  • feat(site): update playground to use a web worker in #​1918

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.6...cssnano@8.0.7

v8.0.6: v8.0.6

Compare Source

What's Changed

Bug Fixes
  • fix(postcss-merge-rules): fix invalid merging in #​1893

  • fix(postcss-merge-rules): use webref data to perform a merge #​1897

  • fix(postcss-reduce-idents): do not break grid-template-areas in #​1898

  • fix: ensure correct repository URL in published packages in #​1900

  • fix(postcss-merge-longhand): improve longhand merging correctness in #​1907

  • fix(postcss-merge-longhand): add a fuzzer and fix the cases it found in #​1914

  • fix: improve selector minification in #​1915

Other Changes

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.5...cssnano@8.0.6

v8.0.5: v8.0.5

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.4...cssnano@8.0.5

v8.0.4: v8.0.4

Compare Source

What's Changed

Bug Fixes

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.3...cssnano@8.0.4

v8.0.3: v8.0.3

Compare Source

What's Changed

Bug Fixes
  • postcss-reduce-initial: update initial properties
  • potcss-minify-gradients: handle more than two stops
  • postcss-normalize-whitespace: preserve whitespace in custom prop
  • postcss-normalize-url: ensure trailing slash is preserved
Other Changes
  • packages now define an exports field in package.json. This prevents any file added to the package to automatically be exposed as a possible import. The has been done in a backward compatible way, so you should be able to import every file you did in the previous release.

  • types have also been regenerated with TypeScript 7.

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.2...cssnano@8.0.3

v8.0.2: v8.0.2

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.1...cssnano@8.0.2

v8.0.1: v8.0.1

Compare Source

What's Changed

  • fix(postcss-minify-selectors): reject :is() fold when divergent middle contains a combinator under a non-empty prefix (closes #​1786) by @​dkryaklin in #​1798
  • fix(postcss-minify-selectors): tighten :is() fold acceptance to a strict allowlist by @​dkryaklin in #​1799

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.0...cssnano@8.0.1

v8.0.0: v8.0.0

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.9...cssnano@8.0.0

v7.1.9: v7.1.9

Compare Source

Bug Fixes

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.8...cssnano@7.1.9

v7.1.8: v7.1.8

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.7...cssnano@7.1.8

v7.1.7: v.7.1.7

Compare Source

This release is idnetical to the previous one, but is being published to ensure that the latest versions of postcss-normalize-repeat-style and postcss-normalize-positions are uploaded to the npm registry.

v7.1.6: v7.1.6

Compare Source

New feature

Bug fixes

  • fix: update colordx and autoprefixer
  • fix: update postcss peer dependency by @​ludofischer in #​1779 Solves possible security issue

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.5...cssnano@7.1.6

v7.1.5: v7.1.5

Compare Source

Bug Fixes

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.4...cssnano@7.1.5

v7.1.4: v7.1.4

Compare Source

Bug Fixes

Update color conversion library to @​colordx/core to fix rounding errors in color conversions #​1755

v7.1.3: v7.1.3

Compare Source

What's Changed

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

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](https://redirect.g

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "before 12pm on Wednesday"
  • 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

renovate Bot commented Dec 17, 2023

Copy link
Copy Markdown
Contributor Author

⚠ 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 3c2f460 to 2b2ab45 Compare April 29, 2024 14:20
@renovate
renovate Bot force-pushed the renovate/major-postcss branch 2 times, most recently from 26ff029 to 44598f4 Compare May 7, 2024 22:38
@renovate
renovate Bot force-pushed the renovate/major-postcss branch from 44598f4 to bbc96d5 Compare June 8, 2024 12:50
@renovate
renovate Bot force-pushed the renovate/major-postcss branch from bbc96d5 to 9d1cae2 Compare June 22, 2024 09:23
@renovate
renovate Bot force-pushed the renovate/major-postcss branch 3 times, most recently from 1653404 to 11acc89 Compare July 9, 2024 15:41
@renovate
renovate Bot force-pushed the renovate/major-postcss branch from 11acc89 to f9c09a3 Compare July 23, 2024 03:35
@renovate
renovate Bot force-pushed the renovate/major-postcss branch 3 times, most recently from 9614d86 to 1ab0654 Compare August 12, 2024 14:54
@renovate
renovate Bot force-pushed the renovate/major-postcss branch from 1ab0654 to 9b92abf Compare August 21, 2024 17:59
@renovate
renovate Bot force-pushed the renovate/major-postcss branch 3 times, most recently from 38637a0 to 047939f Compare September 12, 2024 10:26
@renovate
renovate Bot force-pushed the renovate/major-postcss branch 2 times, most recently from c196256 to 5fc80a1 Compare October 4, 2024 00:32
@renovate
renovate Bot force-pushed the renovate/major-postcss branch from 5fc80a1 to 9ee758c Compare October 13, 2024 15:49
@renovate
renovate Bot force-pushed the renovate/major-postcss branch 2 times, most recently from fd6102f to b724130 Compare November 2, 2024 02:12
@renovate
renovate Bot force-pushed the renovate/major-postcss branch 3 times, most recently from eb7e889 to 860e40e Compare November 4, 2024 22:04
@renovate
renovate Bot force-pushed the renovate/major-postcss branch from 860e40e to e08302f Compare November 14, 2024 11:30
@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

renovate Bot commented May 9, 2025

Copy link
Copy Markdown
Contributor Author

⚠️ 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 error in a future major version of npm. See `npm help npmrc` for supported config options.
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.5.28" from cssnano@9.0.3
npm error node_modules/cssnano
npm error   dev cssnano@"9.0.3" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps 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-09-10T16_18_21_350Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-10T16_18_21_350Z-debug-0.log

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