Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

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

Package From To
@wordpress/browserslist-config 6.14.0 6.33.0
autoprefixer 10.4.20 10.4.21
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 11.0.6
postcss-discard-duplicates 7.0.1 7.0.2
postcss-discard-empty 7.0.0 7.0.1
postcss-merge-rules 7.0.4 7.0.6
sass 1.83.0 1.93.2
stylelint-config-recommended-scss 14.1.0 16.0.2

Updates @wordpress/browserslist-config from 6.14.0 to 6.33.0

Changelog

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

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.21

Release notes

Sourced from autoprefixer's releases.

10.4.21

Changelog

Sourced from autoprefixer's changelog.

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 11.0.6

Changelog

Sourced from postcss-custom-media's changelog.

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-merge-rules from 7.0.4 to 7.0.6

Release notes

Sourced from postcss-merge-rules's releases.

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

Updates sass from 1.83.0 to 1.93.2

Release notes

Sourced from sass's releases.

Dart Sass 1.93.2

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

Changes

  • No user-visible changes.

JavaScript API

  • Fix another error in the release process for @sass/types.

See the full changelog for changes in earlier releases.

Dart Sass 1.93.1

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

Changes

  • No user-visible changes.

JavaScript API

  • Fix an error in the release process for @sass/types.

See the full changelog for changes in earlier releases.

Dart Sass 1.93.0

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

Changes

  • Fix a crash when a style rule contains a nested @import, and the loaded file @uses a user-defined module as well as @includes a top-level mixin which emits top-level declarations.

JavaScript API

  • Release a @sass/types package which contains the type annotations used by both the sass and sass-embedded package without any additional code or dependencies.

See the full changelog for changes in earlier releases.

Dart Sass 1.92.1

To install Sass 1.92.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.93.2

  • No user-visible changes.

JavaScript API

  • Fix another error in the release process for @sass/types.

1.93.1

  • No user-visible changes.

JavaScript API

  • Fix an error in the release process for @sass/types.

1.93.0

  • Fix a crash when a style rule contains a nested @import, and the loaded file @uses a user-defined module as well as @includes a top-level mixin which emits top-level declarations.

JavaScript API

  • Release a @sass/types package which contains the type annotations used by both the sass and sass-embedded package without any additional code or dependencies.

1.92.1

  • Fix a bug where variable definitions from one imported, forwarded module would not be passed as implicit configuration to a later imported, forwarded module.

1.92.0

  • Breaking change: Emit declarations, childless at-rules, and comments in the order they appear in the source even when they're interleaved with nested rules. This obsoletes the mixed-decls deprecation.

  • Breaking change: The function name type() is now fully reserved for the plain CSS function. This means that @function definitions with the name type will produce errors, while function calls will be parsed as special function strings.

  • Configuring private variables using @use ... with, @forward ... with, and meta.load-css(..., $with: ...) is now deprecated. Private variables were always intended to be fully encapsulated within the module that defines them, and this helps enforce that encapsulation.

... (truncated)

Commits

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

Release notes

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

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.

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

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

| Package | From | To |
| --- | --- | --- |
| [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) | `6.14.0` | `6.33.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.20` | `10.4.21` |
| [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` | `11.0.6` |
| [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-merge-rules](https://github.com/cssnano/cssnano) | `7.0.4` | `7.0.6` |
| [sass](https://github.com/sass/dart-sass) | `1.83.0` | `1.93.2` |
| [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss) | `14.1.0` | `16.0.2` |


Updates `@wordpress/browserslist-config` from 6.14.0 to 6.33.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.33.0/packages/browserslist-config)

Updates `autoprefixer` from 10.4.20 to 10.4.21
- [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.21)

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 11.0.6
- [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-merge-rules` from 7.0.4 to 7.0.6
- [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.6)

Updates `sass` from 1.83.0 to 1.93.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.93.2)

Updates `stylelint-config-recommended-scss` from 14.1.0 to 16.0.2
- [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...v16.0.2)

---
updated-dependencies:
- dependency-name: "@wordpress/browserslist-config"
  dependency-version: 6.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: twentytwentyone-sass-css
- dependency-name: autoprefixer
  dependency-version: 10.4.21
  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: 11.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-merge-rules
  dependency-version: 7.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: twentytwentyone-sass-css
- dependency-name: sass
  dependency-version: 1.93.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: twentytwentyone-sass-css
- dependency-name: stylelint-config-recommended-scss
  dependency-version: 16.0.2
  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 Oct 20, 2025
@github-actions
Copy link

Trac Ticket Missing

This pull request is missing a link to a Trac ticket. For a contribution to be considered, there must be a corresponding ticket in Trac.

To attach a pull request to a Trac ticket, please include the ticket's full URL in your pull request description. More information about contributing to WordPress on GitHub can be found in the Core Handbook.

@github-actions
Copy link

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Unlinked Accounts

The following contributors have not linked their GitHub and WordPress.org accounts: @1178653+wordpress-develop-pr-bot[bot]@users.noreply.github.com.

Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases.

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@pento pento closed this Oct 20, 2025
@pento pento deleted the dependabot/npm_and_yarn/src/wp-content/themes/twentytwentyone/twentytwentyone-sass-css-08a1150f57 branch October 20, 2025 08:44
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 20, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

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.

2 participants