Skip to content

Bump the twentytwentyone-sass-css group across 1 directory with 6 updates#475

Open
dependabot[bot] wants to merge 1 commit intotrunkfrom
dependabot/npm_and_yarn/src/wp-content/themes/twentytwentyone/twentytwentyone-sass-css-4b7c48d503
Open

Bump the twentytwentyone-sass-css group across 1 directory with 6 updates#475
dependabot[bot] wants to merge 1 commit intotrunkfrom
dependabot/npm_and_yarn/src/wp-content/themes/twentytwentyone/twentytwentyone-sass-css-4b7c48d503

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 17, 2026

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

Package From To
@wordpress/browserslist-config 6.34.0 6.39.0
autoprefixer 10.4.22 10.4.24
postcss-custom-media 11.0.6 12.0.0
postcss-focus-within 9.0.1 10.0.0
sass 1.83.0 1.97.3
stylelint-config-recommended-scss 16.0.2 17.0.0

Updates @wordpress/browserslist-config from 6.34.0 to 6.39.0

Changelog

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

6.39.0 (2026-01-29)

6.38.0 (2026-01-16)

6.36.0 (2025-11-26)

6.35.0 (2025-11-12)

Commits

Updates autoprefixer from 10.4.22 to 10.4.24

Release notes

Sourced from autoprefixer's releases.

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).

10.4.23

Changelog

Sourced from autoprefixer's changelog.

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).

10.4.23

Commits

Updates postcss-custom-media from 11.0.6 to 12.0.0

Changelog

Sourced from postcss-custom-media's changelog.

12.0.0

January 14, 2026

Commits

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 sass from 1.83.0 to 1.97.3

Release notes

Sourced from sass's releases.

Dart Sass 1.97.3

To install Sass 1.97.3, 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 where nesting an at-rule within multiple style rules in plain CSS could cause outer style rules to be omitted.

See the full changelog for changes in earlier 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.

... (truncated)

Changelog

Sourced from sass's changelog.

1.97.3

  • Fix a bug where nesting an at-rule within multiple style rules in plain CSS could cause outer style rules to be omitted.

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

... (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 16.0.2 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.
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.
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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 17, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/wp-content/themes/twentytwentyone/twentytwentyone-sass-css-4b7c48d503 branch from 8c24596 to 1e521b4 Compare February 17, 2026 20:54
…ates

Bumps the twentytwentyone-sass-css group with 6 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.34.0` | `6.39.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.22` | `10.4.24` |
| [postcss-custom-media](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-custom-media) | `11.0.6` | `12.0.0` |
| [postcss-focus-within](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-focus-within) | `9.0.1` | `10.0.0` |
| [sass](https://github.com/sass/dart-sass) | `1.83.0` | `1.97.3` |
| [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss) | `16.0.2` | `17.0.0` |



Updates `@wordpress/browserslist-config` from 6.34.0 to 6.39.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.39.0/packages/browserslist-config)

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

Updates `postcss-custom-media` from 11.0.6 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-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 `sass` from 1.83.0 to 1.97.3
- [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.3)

Updates `stylelint-config-recommended-scss` from 16.0.2 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@v16.0.2...v17.0.0)

---
updated-dependencies:
- dependency-name: "@wordpress/browserslist-config"
  dependency-version: 6.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: twentytwentyone-sass-css
- dependency-name: autoprefixer
  dependency-version: 10.4.24
  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-focus-within
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: twentytwentyone-sass-css
- dependency-name: sass
  dependency-version: 1.97.3
  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 force-pushed the dependabot/npm_and_yarn/src/wp-content/themes/twentytwentyone/twentytwentyone-sass-css-4b7c48d503 branch from 1e521b4 to 8747c6d Compare February 19, 2026 04:36
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.

0 participants