Skip to content

Bump the twentytwentyone-sass-css group in /src/wp-content/themes/twentytwentyone with 11 updates #9075

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 25, 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.25.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.5
sass 1.83.0 1.89.2
stylelint-config-recommended-scss 14.1.0 15.0.1

Updates @wordpress/browserslist-config from 6.14.0 to 6.25.0

Changelog

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

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

Release notes

Sourced from postcss-merge-rules's releases.

v7.0.5

Bug Fixes

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

Release notes

Sourced from sass's releases.

Dart Sass 1.89.2

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

Changes

Embedded Host

  • Fixed a compilation error caused by an outdated buf dependency.

See the full changelog for changes in earlier releases.

Dart Sass 1.89.1

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

See the full changelog for changes in earlier releases.

Dart Sass 1.89.0

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

Changes

  • Allow the Node package importer to load files even when there are multiple potential resolutions, as long as those resolutions all point to the same file.

See the full changelog for changes in earlier releases.

Dart Sass 1.88.0

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

Changes

  • Allow custom properties with empty values (such as --var:;).

  • Fix a bug when calculating source spans for interpolations.

... (truncated)

Changelog

Sourced from sass's changelog.

1.89.2

Embedded Host

  • Fixed a compilation error caused by an outdated buf dependency.

1.89.1

  • No user-visible changes.

1.89.0

  • Allow the Node package importer to load files even when there are multiple potential resolutions, as long as those resolutions all point to the same file.

1.88.0

  • Allow custom properties with empty values (such as --var:;).

  • Fix a bug when calculating source spans for interpolations.

Dart and JS APIs

  • Potentially breaking bug fix: Throw an error when passing a function or mixin object from one compilation to another.

Dart API

  • Deprecate passing a relative URL to compileString() and related functions.

1.87.0

  • Potentially breaking bug fix: When a plain CSS file with a top-level nesting selector & is loaded into a nested Sass context via meta.load-css() or @import, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.

1.86.3

  • Fix a bug introduced in 1.86.1 where Sass fails to resolve paths starting with a .. segment.

1.86.2

  • No user-visible changes.

1.86.1

... (truncated)

Commits
  • 1250380 release 1.89.2 for an embedded-host-node fix (#2585)
  • c2532cc Bump lints from 5.1.1 to 6.0.0 (#2581)
  • 4498007 Bump jest-extended from 4.0.2 to 5.0.3 in /pkg/sass-parser (#2582)
  • 394fbe5 Merge pull request #2583 from sass/list-parens
  • 3c9a501 Fix sass-parser compatibility with the latest PostCSS
  • 9a5b4f5 Properly add ParenthesizedExpression for comma-separated lists
  • e7b70e2 Remove ia32 support on dart 3.8 (#2579)
  • 4e9e206 Allow the Node.js pkg importer to return the same URL multiple times (#2575)
  • c6b2163 Merge pull request #2572 from sass/empty-custom-prop
  • 6edc11e Support empty custom properties
  • Additional commits viewable in compare view

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

Release notes

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

15.0.1

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

15.0.0

  • Changed: updated to [email protected].
  • Changed: updated to [email protected].
  • Removed: stylelint less than 16.16.0 from peer dependencies.
  • Removed: Node.js less than 22 support.
Changelog

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

15.0.1

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

15.0.0

  • Changed: updated to [email protected].
  • Changed: updated to [email protected].
  • Removed: stylelint less than 16.16.0 from peer dependencies.
  • Removed: Node.js less than 22 support.
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.25.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.5` |
| [sass](https://github.com/sass/dart-sass) | `1.83.0` | `1.89.2` |
| [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss) | `14.1.0` | `15.0.1` |


Updates `@wordpress/browserslist-config` from 6.14.0 to 6.25.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/[email protected]/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/[email protected]@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/[email protected]@7.0.1)

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

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

Updates `stylelint-config-recommended-scss` from 14.1.0 to 15.0.1
- [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...v15.0.1)

---
updated-dependencies:
- dependency-name: "@wordpress/browserslist-config"
  dependency-version: 6.25.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.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: twentytwentyone-sass-css
- dependency-name: sass
  dependency-version: 1.89.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: twentytwentyone-sass-css
- dependency-name: stylelint-config-recommended-scss
  dependency-version: 15.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: twentytwentyone-sass-css
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 25, 2025
@hubot hubot deleted the dependabot/npm_and_yarn/src/wp-content/themes/twentytwentyone/twentytwentyone-sass-css-04ce976f3d branch June 25, 2025 03:08
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