Bump the dev-css-sass group with 4 updates by dependabot[bot] · Pull Request #10314 · WordPress/wordpress-develop (original) (raw)
Bumps the dev-css-sass group with 4 updates: autoprefixer, cssnano, postcss and sass.
Updates autoprefixer from 10.4.20 to 10.4.21
Release notes
Sourced from autoprefixer's releases.
10.4.21
- Fixed old
-moz-prefix for:placeholder-shown(by @Marukome0743).
Changelog
Sourced from autoprefixer's changelog.
10.4.21
- Fixed old
-moz-prefix for:placeholder-shown(by @Marukome0743).
Commits
- 541295c Release 10.4.21 version
- 8d555f7 Update dependencies and sort imports
- 5c2421e Update Node.js and pnpm on CI
- af9cb5f fix: replace
:-moz-placeholder-shownwith:-moz-placeholder(#1532) - See full diff in compare view
Updates cssnano from 7.0.6 to 7.1.1
Release notes
Sourced from cssnano's releases.
v71.1.1
Bug Fixes
- fix(convert-values): exclude
linear()from stripping%from value 0 by @cernymatej in cssnano/cssnano#1720Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.0...cssnano@7.1.1
cssnano@7.1.0
Changes
- Update to SVGO 4.0
- Update browserslist
cssnano@7.0.7
What's Changed
- fix: update browserslist by @ludofischer in cssnano/cssnano#1675
- fix: update postcss peer dependency to version without vulnerabilities by @ludofischer in cssnano/cssnano#1676
- fix: update TypeScript declarations by @ludofischer in cssnano/cssnano#1685
- perf: load default preset in startup by @43081j in cssnano/cssnano#1691
- Add support for selector order preservation to postcss-minify-selectors by @ezzak in cssnano/cssnano#1688
- fix(postcss-convert-values): preserve percent sign in percentage values in at-rules with double quotes by @aramikuto in cssnano/cssnano#1695
Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.0.6...cssnano@7.0.7
Commits
- de6f10b Publish cssnano 7.1.1
- 6fc622d fix(convert-values): exclude
linear()from stripping%from value 0 (#1720) - 73189b8 chore: update dev dependencies
- 8049e6d chore: update TypeScript to 5.9.2
- a0bb064 docs: update website (#1715)
- 475b524 chore: update cssnano version
- cf024fd Publish cssnano 7.1.0
- 98dd8f6 feat: update to SVGO 4.0
- 906a785 fix: update browserslist
- ac4beb8 chore: update development dependencies
- Additional commits viewable in compare view
Updates postcss from 8.5.3 to 8.5.6
Release notes
Sourced from postcss's releases.
8.5.6
- Fixed
ContainerWithChildrentype discriminating (by @Goodwine).8.5.5
- Fixed
package.json→exportscompatibility with some tools (by @JounQin).8.5.4
- Fixed Parcel compatibility issue (by @git-sumitchaudhary).
Changelog
Sourced from postcss's changelog.
8.5.6
- Fixed
ContainerWithChildrentype discriminating (by @Goodwine).8.5.5
- Fixed
package.json→exportscompatibility with some tools (by @JounQin).8.5.4
- Fixed Parcel compatibility issue (by @git-sumitchaudhary).
Commits
- 91d6eb5 Release 8.5.6 version
- 65ffc55 Update dependencies
- ecd20eb Fix ContainerWithChildren to allow discriminating the node type by comparing ...
- c181597 Release 8.5.5 version
- c5523fb Update dependencies
- 2e3450c refactor:
importshould be listed beforerequire(#2052) - 4d720bd Update EM text
- 6cb4a66 Release 8.5.4 version
- ec5c1e0 Update dependencies
- e85e938 Fix code format
- Additional commits viewable in compare view
Updates sass from 1.85.1 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/typespackage which contains the type annotations used by both thesassandsass-embeddedpackage 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/typespackage which contains the type annotations used by both thesassandsass-embeddedpackage 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-declsdeprecation.- Breaking change: The function name
type()is now fully reserved for the plain CSS function. This means that@functiondefinitions with the nametypewill produce errors, while function calls will be parsed as special function strings.- Configuring private variables using
@use ... with,@forward ... with, andmeta.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
- b8b35e8 Mark
@sass/typesas public (#2653) - 0b7d6d9 Empty commit
- 4e94339 Fix the release script for
@sass/types(#2651) - 710ef80 Switch to macos-15-intel runner (#2650)
- 307226a Publish a
@sass/typespackage with the types of the shared JS API (#2639) - edfe90d Fix crash when @importing a Sass file that @uses another file (#2599)
- 9360866 Bump actions/setup-node from 4 to 5 (#2643)
- 7737af5 Bump actions/setup-node from 4 to 5 in /.github/util/initialize (#2644)
- f7f0342 Fix bug with implicit configuration (#2642)
- ea9f7be Bump postcss from 8.5.5 to 8.5.6 in /pkg/sass-parser (#2607)
- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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