fix(deps): update postcss ecosystem (spectrum-two) (major) - #4440
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update postcss ecosystem (spectrum-two) (major)#4440renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
renovate
Bot
force-pushed
the
renovate/spectrum-two-major-postcss-ecosystem
branch
3 times, most recently
from
January 28, 2026 17:19
1b60186 to
7758b04
Compare
renovate
Bot
force-pushed
the
renovate/spectrum-two-major-postcss-ecosystem
branch
5 times, most recently
from
February 4, 2026 22:38
f781502 to
9c187c7
Compare
Member
renovate
Bot
force-pushed
the
renovate/spectrum-two-major-postcss-ecosystem
branch
6 times, most recently
from
February 14, 2026 14:29
db0a2cb to
c31750a
Compare
renovate
Bot
force-pushed
the
renovate/spectrum-two-major-postcss-ecosystem
branch
9 times, most recently
from
March 2, 2026 20:26
be6b85f to
7483d05
Compare
renovate
Bot
force-pushed
the
renovate/spectrum-two-major-postcss-ecosystem
branch
5 times, most recently
from
March 8, 2026 14:48
bc365b2 to
6eb440c
Compare
renovate
Bot
force-pushed
the
renovate/spectrum-two-major-postcss-ecosystem
branch
from
March 23, 2026 15:39
6eb440c to
ff5cd64
Compare
renovate
Bot
force-pushed
the
renovate/spectrum-two-major-postcss-ecosystem
branch
3 times, most recently
from
April 8, 2026 21:58
ca133c8 to
22e5523
Compare
renovate
Bot
force-pushed
the
renovate/spectrum-two-major-postcss-ecosystem
branch
from
April 29, 2026 17:31
22e5523 to
18af4f6
Compare
renovate
Bot
force-pushed
the
renovate/spectrum-two-major-postcss-ecosystem
branch
3 times, most recently
from
May 18, 2026 14:43
654d4b0 to
eeba6a1
Compare
renovate
Bot
force-pushed
the
renovate/spectrum-two-major-postcss-ecosystem
branch
2 times, most recently
from
June 2, 2026 00:51
76214f1 to
b621d28
Compare
renovate
Bot
force-pushed
the
renovate/spectrum-two-major-postcss-ecosystem
branch
3 times, most recently
from
June 17, 2026 21:16
a611f15 to
8fb7cfa
Compare
renovate
Bot
force-pushed
the
renovate/spectrum-two-major-postcss-ecosystem
branch
3 times, most recently
from
July 16, 2026 18:47
7f942c0 to
aac7b76
Compare
renovate
Bot
force-pushed
the
renovate/spectrum-two-major-postcss-ecosystem
branch
2 times, most recently
from
July 24, 2026 23:09
34e6472 to
0cbd4f7
Compare
renovate
Bot
force-pushed
the
renovate/spectrum-two-major-postcss-ecosystem
branch
3 times, most recently
from
July 30, 2026 22:08
0108871 to
ad79482
Compare
renovate
Bot
force-pushed
the
renovate/spectrum-two-major-postcss-ecosystem
branch
from
July 31, 2026 04:36
ad79482 to
b7f1d59
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
3.0.0→5.0.06.0.1→9.0.010.6.1→11.3.29.1.0→10.0.06.0.2→8.0.0Release Notes
castastrophe/postcss-licensing (postcss-licensing)
v5.0.0Compare Source
BREAKING CHANGES
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v4.0.0Compare Source
BREAKING CHANGES
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
css-modules/postcss-modules (postcss-modules)
v9.0.0Compare Source
Breaking
module.register.Added
postcss-modules/loadersubpath — an opt-in Node module-customization hook. Run withnode --import postcss-modules/loader app.mjsand JavaScript files can doimport styles from "./button.css"to receive the class-name token map as the default export, mirroringcss-loader'smodulesworkflow. Options live inpostcss-modules.config.{js,cjs,mjs}in cwd, thePOSTCSS_MODULES_CONFIGenv var, or a"postcss-modules"key inpackage.json, and accept the same shape as the PostCSS plugin. Aimed at non-bundler use cases (SSR, Node scripts, Jest/Vitest in node mode); bundler users keep using their existing integrations. #80v8.3.1Compare Source
Fixed
hashPrefixis now applied when no customgenerateScopedNameis set. Previously the option was only honoured bygeneric-names, so the built-in default generator silently ignored it. #160:global { ... }unwrapping (e.g. a Sass block containing only a multi-line comment) are now removed instead of emitted as orphaned{ ... }blocks. #136v8.3.0Compare Source
Added
localsConventionvalue'all'— emit the original class name plus the camelCase and dashes-camelCase variants in one pass.localsConventionvalue'none'— emit only the original class name, with no additional aliases.localsConventionmay now return an array of strings. Every entry in the array is added to the locals map and resolves to the same value, which makes it easy to expose a single CSS class under multiple JS-friendly aliases.Adapted from the unmerged work in #154 by @CarbonORM.
v8.1.0Compare Source
Internal
@swc/clicompilessrc/tobuild/,@swc/jesttransforms test files, and ESLint now uses its defaultespreeparser. Removed five@babel/*devDependencies and the unused@babel/registerruntime hook. The publishedbuild/*.jskeeps the samemodule.exports = (opts) => ...; module.exports.postcss = trueshape, so existing CommonJS consumers are unaffected.file-typeto v22 viaoverridesto silence@swc/cli's vulnerable dependency chain.v7.0.0Compare Source
Breaking
Security
form-data,lodash,@babel/core,@babel/plugin-transform-modules-systemjs,uuid,picomatch,flatted,minimatch,qs,js-yaml,nanoid)jestfrom 26 to 30 to drop vulnerablenode-notifier,sane, andjsdomchainsInternal
pretty-formatserializer (cosmetic only; emitted CSS and JSON are unchanged)csstools/postcss-plugins (postcss-preset-env)
v11.3.2Compare Source
June 28, 2026
@csstools/css-color-parserto4.1.9(patch)@csstools/postcss-progressive-custom-propertiesto5.1.1(patch)v11.3.1Compare Source
June 14, 2026
@csstools/css-color-parserto4.1.7(patch)v11.3.0Compare Source
May 13, 2026
@csstools/postcss-container-rule-prelude-listCheck the plugin README for usage details.@csstools/postcss-image-functionCheck the plugin README for usage details.cssdbto8.9.0v11.2.1Compare Source
April 12, 2026
@csstools/css-color-parserto4.1.0(minor)@csstools/css-calcto3.2.0(minor)v11.2.0Compare Source
February 21, 2026
@csstools/postcss-font-width-propertyCheck the plugin README for usage details.cssdbto8.8.0v11.1.3Compare Source
February 6, 2026
@csstools/postcss-text-decoration-shorthandto5.0.2(patch)v11.1.2Compare Source
January 25, 2026
@csstools/postcss-normalize-display-valuesto5.0.1(patch)@csstools/color-helpersto6.0.1(patch)v11.1.1Compare Source
January 15, 2026
@csstools/postcss-alpha-functionto2.0.1(patch)v11.1.0Compare Source
January 14, 2026
@csstools/postcss-mixinsCheck the plugin README for usage details.cssdbto8.7.0v11.0.1Compare Source
January 14, 2026
css-blank-pseudoto8.0.1(patch)v11.0.0Compare Source
January 14, 2026
20.19.0or later (major).commonjsAPI. In supported Node versionsrequire(esm)will work without needing to make code changes.hudochenkov/postcss-sorting (postcss-sorting)
v10.0.0Compare Source
@stylelint/postcss-css-in-jssyntaxshellscape/postcss-values-parser (postcss-values-parser)
v8.0.0Compare Source
v7.0.1Compare Source
v7.0.0Compare Source
7.0.0
Highlights
css-treefor correctness and performance.exports; no CommonJS output.registerWalkers()and can enablewalk*methods likewalkWords.Breaking changes
require('postcss-values-parser')is no longer supported. Useimport.engines).root.walkWords(...)in v6, callregisterWalkers(Container)once to add thewalk*methods.Word,Numeric,Func, etc., remain.Migration
Replace CommonJS with ESM imports.
Register walker helpers before using any
walk*APIs:import { parse, Container, registerWalkers } from 'postcss-values-parser';
registerWalkers(Container);
const root = parse('var(--foo)');
root.walkWords((word) => {
if (word.isVariable) console.log(word.value);
});
Review docs for updated node shapes and stringifier behavior.
Commits since v6.0.2
58c3ac0feat!: use css-tree, rewrite package for ESM (#149) — Andrew Powell1d367aadocs: update docs for v7 — shellscapec8b1647chore: add github workflows — shellscapeb19c7ebchore: use nvmrc — shellscapeMerged pull requests
Full Changelog: shellscape/postcss-values-parser@v6.0.2...v7.0.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.