dependabot-npm(deps-dev): bump sass from 1.93.3 to 1.97.1
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(6 months ago)
(6 months ago)
vanvianen
Bumps sass from 1.93.3 to 1.97.1.
Release notes
Sourced from sass's 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-linearcolor 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.
Changes
- 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.See the full changelog for changes in earlier releases.
Dart Sass 1.95.1
To install Sass 1.95.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.95.0
To install Sass 1.95.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.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-linearcolor 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 asass()query that takes a Sass expression that evaluates totrueorfalseat 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)returns2.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 toif(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 andattr()functions are now considered "special variable strings" (likevar()), meaning they can now be used in place of multiple arguments or syntax fragments in various CSS functions.1.94.3
- Fix the span reported for standalone
%expressions followed by whitespace.1.94.2
... (truncated)
Commits
62ec662Usepwshinstead ofpowershell(#2710)b2f2532Don't evaluate if() values if the condition doesn't match (#2707)0c7083aAdd support for the display-p3-linear color space (#2703)f6bdc02Add support for complex units in CSS (#2699)4aa6d5fSupport parseSelectors in ImportCache (#2701)eae38c5Fix an incorrect link in the changelog (#2700)4747063Bump the sass-parser version (#2697)2abc89eMerge pull request #2693 from sass/css-if2f7a16cRevert "Bump chokidar from 4.0.3 to 5.0.0 in /package (#2690)" (#2691)38d4ac8Add ArgumentList.namedSpans- Additional commits viewable in compare view
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.
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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 12158082 |
| UUID: | 3750853367 |
| Node ID: | PR_kwDOMkNMuc65_fyK |
| Host: | GitHub |
| Repository: | stylescape/example-react |