Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the twentytwentyone-sass-css group with 12 updates in the /src/wp-content/themes/twentytwentyone directory:

Package From To
@wordpress/browserslist-config 6.14.0 6.38.0
autoprefixer 10.4.20 10.4.23
postcss 8.4.49 8.5.6
postcss-calc 10.0.2 10.1.1
postcss-cli 11.0.0 11.0.1
postcss-custom-media 11.0.5 12.0.0
postcss-discard-duplicates 7.0.1 7.0.2
postcss-discard-empty 7.0.0 7.0.1
postcss-focus-within 9.0.1 10.0.0
postcss-merge-rules 7.0.4 7.0.7
sass 1.83.0 1.97.2
stylelint-config-recommended-scss 14.1.0 17.0.0

Updates @wordpress/browserslist-config from 6.14.0 to 6.38.0

Changelog

Sourced from @​wordpress/browserslist-config's changelog.

6.38.0 (2026-01-16)

6.36.0 (2025-11-26)

6.35.0 (2025-11-12)

6.34.0 (2025-10-29)

6.33.0 (2025-10-17)

6.32.0 (2025-10-01)

6.31.0 (2025-09-17)

6.30.0 (2025-09-03)

6.29.0 (2025-08-20)

6.28.0 (2025-08-07)

6.27.0 (2025-07-23)

6.26.0 (2025-06-25)

6.25.0 (2025-06-04)

6.24.0 (2025-05-22)

6.23.0 (2025-05-07)

6.22.0 (2025-04-11)

6.21.0 (2025-03-27)

6.20.0 (2025-03-13)

6.19.0 (2025-02-28)

6.18.0 (2025-02-12)

6.17.0 (2025-01-29)

6.16.0 (2025-01-15)

6.15.0 (2025-01-02)

Commits

Updates autoprefixer from 10.4.20 to 10.4.23

Release notes

Sourced from autoprefixer's releases.

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

10.4.21

Changelog

Sourced from autoprefixer's changelog.

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

10.4.21

Commits

Updates postcss from 8.4.49 to 8.5.6

Release notes

Sourced from postcss's releases.

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

8.5.4

8.5.3

8.5.2

8.5.1

8.5 “Duke Alloces”

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

Changelog

Sourced from postcss's changelog.

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

8.5.4

8.5.3

8.5.2

8.5.1

8.5 “Duke Alloces”

  • Added Input#document for sources like CSS-in-JS or HTML (by @​romainmenke).
Commits

Updates postcss-calc from 10.0.2 to 10.1.1

Release notes

Sourced from postcss-calc's releases.

10.1.1

Bug Fixes

Full Changelog: postcss/postcss-calc@v10.1.0...v10.1.1

10.1.0

Features

  • add support for lh & rlh units (9b6d7a1)

Bug Fixes

Changelog

Sourced from postcss-calc's changelog.

10.1.1 (2025-01-31)

Bug Fixes

10.1.0 (2025-01-07)

Features

  • add support for lh & rlh units (9b6d7a1)

Bug Fixes

Commits

Updates postcss-cli from 11.0.0 to 11.0.1

Changelog

Sourced from postcss-cli's changelog.

11.0.1 / 2025-03-12

  • Update and minimize dependencies
Commits

Updates postcss-custom-media from 11.0.5 to 12.0.0

Changelog

Sourced from postcss-custom-media's changelog.

12.0.0

January 14, 2026

11.0.6

May 27, 2025

Commits

Updates postcss-discard-duplicates from 7.0.1 to 7.0.2

Release notes

Sourced from postcss-discard-duplicates's releases.

v7.0.2

Bug Fixes

  • fix invalid output in some cases where selectors contain comments
Commits
  • fcd4d1d Publish cssnano 7.0.7
  • eff4d88 chore: update development deps
  • 171b669 chore: update dependencies to latest minor version
  • e3211fa fix(postcss-convert-values): preserve percent sign in percentage values in at...
  • 70cffd5 chore: regenerate types
  • bdd3edb chore: update development dependencies
  • 9e9e111 chore: update postcss-calc (#1692)
  • 2e5a24f Add support for selector order preservation to postcss-minify-selectors (#1688)
  • a702d25 perf: load default preset in startup
  • 9897eac chore: update TypeScript to 5.8.2
  • Additional commits viewable in compare view

Updates postcss-discard-empty from 7.0.0 to 7.0.1

Release notes

Sourced from postcss-discard-empty's releases.

v7.0.1

Patch changes

Update postcss-calc dependency to latest version

Commits
  • fcd4d1d Publish cssnano 7.0.7
  • eff4d88 chore: update development deps
  • 171b669 chore: update dependencies to latest minor version
  • e3211fa fix(postcss-convert-values): preserve percent sign in percentage values in at...
  • 70cffd5 chore: regenerate types
  • bdd3edb chore: update development dependencies
  • 9e9e111 chore: update postcss-calc (#1692)
  • 2e5a24f Add support for selector order preservation to postcss-minify-selectors (#1688)
  • a702d25 perf: load default preset in startup
  • 9897eac chore: update TypeScript to 5.8.2
  • Additional commits viewable in compare view

Updates postcss-focus-within from 9.0.1 to 10.0.0

Changelog

Sourced from postcss-focus-within's changelog.

10.0.0

January 14, 2026

  • Updated: Support for Node 20.19.0 or later (major).
  • Removed: commonjs API. In supported Node versions require(esm) will work without needing to make code changes.
Commits

Updates postcss-merge-rules from 7.0.4 to 7.0.7

Release notes

Sourced from postcss-merge-rules's releases.

cssnano@7.0.7

What's Changed

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

v7.0.6

What's Changed

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

v7.0.5

Bug Fixes

Commits
  • c847b6b Publish cssnano 7.1.2
  • 72dd9c9 fix: update browserslist
  • 19849ba chore: update dev dependencies
  • ad02c7c chore: use npm trusted publishing
  • f31273c fix: enhanced recognition of css comments (#1730)
  • bd3b251 chore: update GitHub actions
  • bba3b5f chore: update development deps
  • 53c4033 test: switch to built-in Node.js test coverage
  • ff17fd3 chore: update development dependencies
  • c9e493c chore: update pnpm
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for postcss-merge-rules since your current version.


Updates sass from 1.83.0 to 1.97.2

Release notes

Sourced from sass's releases.

Dart Sass 1.97.2

To install Sass 1.97.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Additional fixes for implicit configuration when nested imports are involved.

See the full changelog for changes in earlier releases.

Dart Sass 1.97.1

To install Sass 1.97.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug with the new CSS-style if() syntax where values would be evaluated even if their conditions didn't match.

See the full changelog for changes in earlier releases.

Dart Sass 1.97.0

To install Sass 1.97.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Add support for the display-p3-linear color space.

See the full changelog for changes in earlier releases.

Dart Sass 1.96.0

To install Sass 1.96.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Allow numbers with complex units (more than one numerator unit or more than zero denominator units) to be emitted to CSS. These are now emitted as calc() expressions, which now support complex units in plain CSS.

See the full changelog for changes in earlier releases.

Dart Sass 1.95.1

To install Sass 1.95.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

... (truncated)

Changelog

Sourced from sass's changelog.

1.97.2

  • Additional fixes for implicit configuration when nested imports are involved.

1.97.1

  • Fix a bug with the new CSS-style if() syntax where values would be evaluated even if their conditions didn't match.

1.97.0

  • Add support for the display-p3-linear color space.

1.96.0

  • Allow numbers with complex units (more than one numerator unit or more than zero denominator units) to be emitted to CSS. These are now emitted as calc() expressions, which now support complex units in plain CSS.

1.95.1

  • No user-visible changes.

1.95.0

  • Add support for the CSS-style if() function. In addition to supporting the plain CSS syntax, this also supports a sass() query that takes a Sass expression that evaluates to true or false at preprocessing time depending on whether the Sass value is truthy. If there are no plain-CSS queries, the function will return the first value whose query returns true during preprocessing. For example, if(sass(false): 1; sass(true): 2; else: 3) returns 2.

  • The old Sass if() syntax is now deprecated. Users are encouraged to migrate to the new CSS syntax. if($condition, $if-true, $if-false) can be changed to if(sass($condition): $if-true; else: $if-false).

    See the Sass website for details.

  • Plain-CSS if() functions are now considered "special numbers", meaning that they can be used in place of arguments to CSS color functions.

  • Plain-CSS if() functions and attr() functions are now considered "special variable strings" (like var()), meaning they can now be used in place of multiple arguments or syntax fragments in various CSS functions.

1.94.3

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for sass since your current version.


Updates stylelint-config-recommended-scss from 14.1.0 to 17.0.0

Release notes

Sourced from stylelint-config-recommended-scss's releases.

17.0.0

  • Removed: stylelint less than 17.0.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@18.0.0.
  • Changed: updated to stylelint-scss@7.0.0.
  • Changed: module type to ESM.
  • Fixed: disabled no-descending-specificity rule because of false positives due to standard nesting.
  • Fixed: disabled no-duplicate-selectors rule because of false positives due to standard nesting.

16.0.2

  • Removed: stylelint less than 16.24.0 from peer dependencies. Fixes incorrect minimum peer dependency version.

16.0.1

  • Fixed: false positive for nesting-selector-no-missing-scoping-root.

16.0.0

15.0.1

  • Fixed: change minimum supported Node.js version to 20.

15.0.0

Changelog

Sourced from stylelint-config-recommended-scss's changelog.

17.0.0

  • Removed: stylelint less than 17.0.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@18.0.0.
  • Changed: updated to stylelint-scss@7.0.0.
  • Changed: module type to ESM.
  • Fixed: disabled no-descending-specificity rule because of false positives due to standard nesting.
  • Fixed: disabled no-duplicate-selectors rule because of false positives due to standard nesting.

16.0.2

  • Removed: stylelint less than 16.24.0 from peer dependencies. Fixes incorrect minimum peer dependency version.

16.0.1

  • Fixed: false positive for nesting-selector-no-missing-scoping-root.

16.0.0

15.0.1

  • Fixed: change minimum supported Node.js version to 20.

15.0.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the twentytwentyone-sass-css group with 12 updates in the /src/wp-content/themes/twentytwentyone directory:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) | `6.14.0` | `6.38.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.20` | `10.4.23` |
| [postcss](https://github.com/postcss/postcss) | `8.4.49` | `8.5.6` |
| [postcss-calc](https://github.com/postcss/postcss-calc) | `10.0.2` | `10.1.1` |
| [postcss-cli](https://github.com/postcss/postcss-cli) | `11.0.0` | `11.0.1` |
| [postcss-custom-media](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-custom-media) | `11.0.5` | `12.0.0` |
| [postcss-discard-duplicates](https://github.com/cssnano/cssnano) | `7.0.1` | `7.0.2` |
| [postcss-discard-empty](https://github.com/cssnano/cssnano) | `7.0.0` | `7.0.1` |
| [postcss-focus-within](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-focus-within) | `9.0.1` | `10.0.0` |
| [postcss-merge-rules](https://github.com/cssnano/cssnano) | `7.0.4` | `7.0.7` |
| [sass](https://github.com/sass/dart-sass) | `1.83.0` | `1.97.2` |
| [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss) | `14.1.0` | `17.0.0` |



Updates `@wordpress/browserslist-config` from 6.14.0 to 6.38.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/browserslist-config/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/browserslist-config@6.38.0/packages/browserslist-config)

Updates `autoprefixer` from 10.4.20 to 10.4.23
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.20...10.4.23)

Updates `postcss` from 8.4.49 to 8.5.6
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.49...8.5.6)

Updates `postcss-calc` from 10.0.2 to 10.1.1
- [Release notes](https://github.com/postcss/postcss-calc/releases)
- [Changelog](https://github.com/postcss/postcss-calc/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-calc@v10.0.2...v10.1.1)

Updates `postcss-cli` from 11.0.0 to 11.0.1
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-cli@11.0.0...11.0.1)

Updates `postcss-custom-media` from 11.0.5 to 12.0.0
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-custom-media/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-custom-media)

Updates `postcss-discard-duplicates` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-duplicates@7.0.1...postcss-discard-duplicates@7.0.2)

Updates `postcss-discard-empty` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-empty@7.0.0...postcss-discard-empty@7.0.1)

Updates `postcss-focus-within` from 9.0.1 to 10.0.0
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-focus-within/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-focus-within)

Updates `postcss-merge-rules` from 7.0.4 to 7.0.7
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-rules@7.0.4...postcss-merge-rules@7.0.7)

Updates `sass` from 1.83.0 to 1.97.2
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.83.0...1.97.2)

Updates `stylelint-config-recommended-scss` from 14.1.0 to 17.0.0
- [Release notes](https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-config-recommended-scss@v14.1.0...v17.0.0)

---
updated-dependencies:
- dependency-name: "@wordpress/browserslist-config"
  dependency-version: 6.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: twentytwentyone-sass-css
- dependency-name: autoprefixer
  dependency-version: 10.4.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: twentytwentyone-sass-css
- dependency-name: postcss
  dependency-version: 8.5.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: twentytwentyone-sass-css
- dependency-name: postcss-calc
  dependency-version: 10.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: twentytwentyone-sass-css
- dependency-name: postcss-cli
  dependency-version: 11.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: twentytwentyone-sass-css
- dependency-name: postcss-custom-media
  dependency-version: 12.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: twentytwentyone-sass-css
- dependency-name: postcss-discard-duplicates
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: twentytwentyone-sass-css
- dependency-name: postcss-discard-empty
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: twentytwentyone-sass-css
- dependency-name: postcss-focus-within
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: twentytwentyone-sass-css
- dependency-name: postcss-merge-rules
  dependency-version: 7.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: twentytwentyone-sass-css
- dependency-name: sass
  dependency-version: 1.97.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: twentytwentyone-sass-css
- dependency-name: stylelint-config-recommended-scss
  dependency-version: 17.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: twentytwentyone-sass-css
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant