Bump the dev-css-sass group across 1 directory with 4 updates
Type: Pull Request
State: Open
Association: None
Comments: 1
(about 1 year ago)
(12 months ago)
dependencies javascript
Bumps the dev-css-sass group with 4 updates in the / directory: 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
Updates cssnano from 7.0.6 to 7.0.7
Release notes
Sourced from cssnano's releases.
cssnano@7.0.7
What's Changed
- fix: update browserslist by
@ludofischerin cssnano/cssnano#1675- fix: update postcss peer dependency to version without vulnerabilities by
@ludofischerin cssnano/cssnano#1676- fix: update TypeScript declarations by
@ludofischerin cssnano/cssnano#1685- perf: load default preset in startup by
@43081jin cssnano/cssnano#1691- Add support for selector order preservation to postcss-minify-selectors by
@ezzakin cssnano/cssnano#1688- fix(postcss-convert-values): preserve percent sign in percentage values in at-rules with double quotes by
@aramikutoin cssnano/cssnano#1695Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.0.6...cssnano@7.0.7
Commits
fcd4d1dPublish cssnano 7.0.7eff4d88chore: update development deps171b669chore: update dependencies to latest minor versione3211fafix(postcss-convert-values): preserve percent sign in percentage values in at...70cffd5chore: regenerate typesbdd3edbchore: update development dependencies9e9e111chore: update postcss-calc (#1692)2e5a24fAdd support for selector order preservation to postcss-minify-selectors (#1688)a702d25perf: load default preset in startup9897eacchore: update TypeScript to 5.8.2- Additional commits viewable in compare view
Updates postcss from 8.5.3 to 8.5.4
Release notes
Sourced from postcss's releases.
8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary).
Changelog
Sourced from postcss's changelog.
8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary).
Commits
6cb4a66Release 8.5.4 versionec5c1e0Update dependenciese85e938Fix code format5054233fixed error at line 401 (#2046)0538b63docs: Update README.md (#2044)b5f407fAddpostcss-fontsource-urlto plugins (#2043)94b5260Clarify documentation fornode.source.end.offset(#2032)a20724aFix Markdown syntaxcf6b969fix: add a mention for postcssense extension (#2040)ff48c29Increase size- Additional commits viewable in compare view
Updates sass from 1.85.1 to 1.89.0
Release notes
Sourced from sass's 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.
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.See the full changelog for changes in earlier releases.
Dart Sass 1.87.0
To install Sass 1.87.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Potentially breaking bug fix: When a plain CSS file with a top-level nesting selector
&is loaded into a nested Sass context viameta.load-css()or@import, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.See the full changelog for changes in earlier releases.
Dart Sass 1.86.3
To install Sass 1.86.3, 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.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 viameta.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
- Improve the performance of
file:URL case canonicalization on Windows and Mac OS.1.86.0
Add support for
%as an expression in its own right. It will still be parsed as the modulo operator when between two other expressions, but in any other context it will be an expression whose value is the unquoted string%.Consider
attr()to be a special number function that can be used as a
... (truncated)
Commits
4e9e206Allow the Node.js pkg importer to return the same URL multiple times (#2575)c6b2163Merge pull request #2572 from sass/empty-custom-prop6edc11eSupport empty custom propertiesa81cd73Properly handle dev changelogs in bump-version-* tasks7f54226Disallow passing functions/mixins across compilations (#2544)90b6b39Remove useless_currentCallableproperty in the evaluate visitor (#2570)1a5e0eeFix off-by-one error in Interpolation.spanForElement() (#2568)735109fDeprecate passing a relative URL tocompileString()et al (#2567)c4b0138Bump protoc_plugin from 21.1.2 to 22.0.1 and protobuf to 4.0.0 (#2554)3b8afa2Fix top-level nesting selectors in loaded plain CSS (#2560)- 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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 2367253 |
| UUID: | 3099346418 |
| Node ID: | PR_kwDOGsRLms6YEc1M |
| Host: | GitHub |
| Repository: | ironprogrammer/wordpress-develop |