To install Sass 1.77.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Dart API
Deprecation.duplicateVariableFlags has been deprecated and replaced with Deprecation.duplicateVarFlags to make it consistent with the duplicate-var-flags name used on the command line and in the JS API.
Fix a few cases where comments and occasionally even whitespace wasn't allowed
between the end of Sass statements and the following semicolon.
1.77.5
Fully trim redundant selectors generated by @extend.
1.77.4
Embedded Sass
Support passing Version input for fatalDeprecations as string over
embedded protocol.
Fix a bug in the JS Embedded Host where Version could be incorrectly accepted
as input for silenceDeprecations and futureDeprecations in pure JS.
1.77.3
Dart API
Deprecation.duplicateVariableFlags has been deprecated and replaced with
Deprecation.duplicateVarFlags to make it consistent with the
duplicate-var-flags name used on the command line and in the JS API.
1.77.2
Don't emit deprecation warnings for functions and mixins beginning with __.
Allow user-defined functions whose names begin with _ and otherwise look
like vendor-prefixed functions with special CSS syntax.
Command-Line Interface
Properly handle the --silence-deprecation flag.
Handle the --fatal-deprecation and --future-deprecation flags for
--interactive mode.
1.77.1
Fix a crash that could come up with importers in certain contexts.
1.77.0
Don't throw errors for at-rules in keyframe blocks.
Commits
7aae1e6 Fix a bug where comments were incorrectly forbidden in some cases (#2264)
cf6f9d0 Build AOT releases with native arm64 runners (#2262)
a1b372e Enable AOT build for linux-riscv64 (#2260)
ecff05d Remove the heuristic where long selector lists wouldn't be trimmed (#2255)
5ddd7fc Enable AOT build for linux-riscv64-musl (#2258)
53b9ead Regenerate protobuf as part of default task (#2257)
21eeb4d Parse Deprecation.forVersion on compiler side (#2248)
1073c7b Generate deprecations list from the language repo (#2253)
fc24fec Use pubspec_parse dependency equality (#2254)
5121eb1 Don't treat underscores as hyphens for the purpose of error checking (#2247)
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 dependencies group with 6 updates in the / directory:
0.12.0
0.13.0
8.4.38
8.4.39
9.5.9
9.5.15
1.76.0
1.77.6
16.4.0
16.6.1
3.17.4
3.18.0
Updates
npm-watch
from 0.12.0 to 0.13.0Release notes
Sourced from npm-watch's releases.
Commits
4e093fe
0.13.05c686f2
Fixed an issue with spawn on windowsUpdates
postcss
from 8.4.38 to 8.4.39Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
e0efb16
Release 8.4.39 version48304c5
Update dependencies155ac57
Merge pull request #1947 from romainmenke/fix-css-syntax-error-type--reliable...1b9b466
fix CssSyntaxError type declaration3f4d96e
Update dependenciesb952be7
Update CI actionsb512b29
Typof9a9868
Move to pnpm 9 and Node.js 2279052c2
Merge pull request #1940 from Xvezda/patch-10eedad4
Update changed urlsUpdates
postcss-preset-env
from 9.5.9 to 9.5.15Changelog
Sourced from postcss-preset-env's changelog.
... (truncated)
Commits
Updates
sass
from 1.76.0 to 1.77.6Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
Commits
7aae1e6
Fix a bug where comments were incorrectly forbidden in some cases (#2264)cf6f9d0
Build AOT releases with native arm64 runners (#2262)a1b372e
Enable AOT build for linux-riscv64 (#2260)ecff05d
Remove the heuristic where long selector lists wouldn't be trimmed (#2255)5ddd7fc
Enable AOT build for linux-riscv64-musl (#2258)53b9ead
Regenerate protobuf as part of default task (#2257)21eeb4d
Parse Deprecation.forVersion on compiler side (#2248)1073c7b
Generate deprecations list from the language repo (#2253)fc24fec
Usepubspec_parse
dependency equality (#2254)5121eb1
Don't treat underscores as hyphens for the purpose of error checking (#2247)Updates
stylelint
from 16.4.0 to 16.6.1Release notes
Sourced from stylelint's releases.
Changelog
Sourced from stylelint's changelog.
Commits
d902c0b
16.6.142d08bd
Prepare 16.6.1 (#7721)b4f74e5
Ignoretmp/
from Prettier (#7726)62b58bc
Fixno-descending-specificity
false positives for nested selectors (#7724)72ec18a
Refactor to use shared constant fordisabledRanges
object (#7722)b85be3c
Fix typo in rules.md (#7717)9478c71
Bump file-entry-cache from 8.0.0 to 9.0.0 (#7720)211908b
Fixselector-type-no-unknown
false positive formodel
(#7718)fa85a70
Bump lint-staged from 15.2.4 to 15.2.5 (#7719)44de825
Bump lint-staged from 15.2.2 to 15.2.4 (#7713)Updates
uglify-js
from 3.17.4 to 3.18.0Release notes
Sourced from uglify-js's releases.
Commits
0934c0e
v3.18.0ca4185a
improve ESTree compatibility (#5836)e7b9b4a
workaroundfunction
declaration quirks in ES6+ (#5833)3dfb379
fix corner case injoin_vars
(#5832)2cb6454
fix corner case inmerge_vars
(#5830)0991077
fix corner case inawaits
(#5828)c21a8ee
include Node.js v20 in CI tests (#5827)34b6143
fix scope assignment toswitch
expressions (#5826)ffe0fe7
enhancejoin_vars
(#5824)aa7c338
domprops: enableHighAccuracy, maximumAge (#5822)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