To install Sass 1.79.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Changes to how selector.unify() and @extend combine selectors:
The relative order of pseudo-classes (like :hover) and pseudo-elements (like ::before) within each original selector is now preserved when they're combined.
Pseudo selectors are now consistently placed at the end of the combined selector, regardless of which selector they came from. Previously, this reordering only applied to pseudo-selectors in the second selector.
Tweak the color transformation matrices for OKLab and OKLCH to match the newer, more accurate values in the CSS spec.
Fix a slight inaccuracy case when converting to srgb-linear and display-p3.
Potentially breaking bug fix:math.unit() now wraps multiple denominator units in parentheses. For example, px/(em*em) instead of px/em*em.
Command-Line Interface
Use @parcel/watcher to watch the filesystem when running from JavaScript and not using --poll. This should mitigate more frequent failures users have been seeing since version 4.0.0 of Chokidar, our previous watching tool, was released.
JS API
Fix SassColor.interpolate() to allow an undefined options parameter, as the types indicate.
Embedded Sass
Properly pass missing color channel values to and from custom functions.
Changes to how selector.unify() and @extend combine selectors:
The relative order of pseudo-classes (like :hover) and pseudo-elements
(like ::before) within each original selector is now preserved when
they're combined.
Pseudo selectors are now consistently placed at the end of the combined
selector, regardless of which selector they came from. Previously, this
reordering only applied to pseudo-selectors in the second selector.
Tweak the color transformation matrices for OKLab and OKLCH to match the
newer, more accurate values in the CSS spec.
Fix a slight inaccuracy case when converting to srgb-linear and
display-p3.
Potentially breaking bug fix:math.unit() now wraps multiple denominator
units in parentheses. For example, px/(em*em) instead of px/em*em.
Command-Line Interface
Use @parcel/watcher to watch the filesystem when running from JavaScript and
not using --poll. This should mitigate more frequent failures users have
been seeing since version 4.0.0 of Chokidar, our previous watching tool, was
released.
JS API
Fix SassColor.interpolate() to allow an undefined options parameter, as
the types indicate.
Embedded Sass
Properly pass missing color channel values to and from custom functions.
Commits
7290399 Partially replace chokidar with @parcel/watcher (#2379)
Fixed: selector-anb-no-unmatchable reported ranges and message (#8001) (@romainmenke).
Fixed: string formatter handling of log symbols for non-Unicode terminals (#7981) (@Mouvedia).
Fixed: built .cjs files to address Rollup vulnerability (#8010) (@ybiquitous).
Fixed: incorrect config option for Node.js API with extends and overrides (#8030) (@ybiquitous).
Fixed: stricter validation for the options of declaration-property-max-values, declaration-property-value-no-unknown and number-max-precision (#7975) (@Mouvedia).
Fixed: selector-anb-no-unmatchable reported ranges and message (#8001) (@romainmenke).
Fixed: string formatter handling of log symbols for non-Unicode terminals (#7981) (@Mouvedia).
Fixed: built .cjs files to address Rollup vulnerability (#8010) (@ybiquitous).
Fixed: incorrect config option for Node.js API with extends and overrides (#8030) (@ybiquitous).
Fixed: stricter validation for the options of declaration-property-max-values, declaration-property-value-no-unknown and number-max-precision (#7975) (@Mouvedia).
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the regular-updates group with 6 updates:
7.25.7
7.25.8
8.8.0
8.8.1
8.8.0
8.8.1
1.79.4
1.79.5
16.9.0
16.10.0
5.6.2
5.6.3
Updates
@babel/preset-env
from 7.25.7 to 7.25.8Release notes
Sourced from
@babel/preset-env
's releases.Changelog
Sourced from
@babel/preset-env
's changelog.Commits
f9cb91a
v7.25.8a6b0f54
Inline one-line syntax plugins (#16824)Updates
@typescript-eslint/eslint-plugin
from 8.8.0 to 8.8.1Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
f898248
chore(release): publish 8.8.12d6ee87
fix(eslint-plugin): stop warning on@ts-nocheck
comments which aren't at the ...Updates
@typescript-eslint/parser
from 8.8.0 to 8.8.1Release notes
Sourced from
@typescript-eslint/parser
's releases.Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
f898248
chore(release): publish 8.8.1Updates
sass
from 1.79.4 to 1.79.5Release notes
Sourced from sass's releases.
Changelog
Sourced from sass's changelog.
Commits
7290399
Partially replace chokidar with@parcel/watcher
(#2379)85b467b
Update LMS matrices (#2374)2c5f1e9
Use correct notation for multiple denominator units (#2375)d58e219
Addsass-parser
support for for the@supports
rule (#2378)5535d1f
Fix srgb to linear (#2372)5acae8a
Fix JS APIcolor.interpolate(color2)
without options (#2369)4890989
Add support for missing color channels to the protofier (#2366)67fecff
unifyComound() and unifyComplex() no longer move pseudo-classes across pseudo...Updates
stylelint
from 16.9.0 to 16.10.0Release notes
Sourced from stylelint's releases.
Changelog
Sourced from stylelint's changelog.
Commits
c360343
16.10.0a8bb7ab
Prepare 16.10.0 (#7970)8eb19d0
Document issue types for maintainers (#8036)f5e83b1
Fixlength-zero-no-unit
false positives for Sass variables (#8035)99030ac
Fixdeclaration-block-no-redundant-longhand-properties
autofix for `grid-co...3fca687
Bump typescript from 5.6.2 to 5.6.3 in the typescript group (#8031)530f0ee
Bump css-functions-list from 3.2.2 to 3.2.3 (#8033)edaa508
Bump rollup from 4.22.5 to 4.24.0 (#8032)ab2141e
Fix incorrectconfig
option for Node.js API withextends
andoverrides
...baf7c0e
Bump postcss-safe-parser from 7.0.0 to 7.0.1 in the postcss group (#8021)Updates
typescript
from 5.6.2 to 5.6.3Release notes
Sourced from typescript's releases.
Commits
d48a5cf
Bump version to 5.6.3 and LKGfefa70a
🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...ff71692
[release-5.6] Remove tsbuildInfo specification error now that we need it for ...1f44dcf
🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)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