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.
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
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)
bdc08fd Merge pull request #2246 from sass/deprecation-cli
9a9e483 Add a test to ensure the sass_api dartdoc version matches sass
8c48a01 Expand dartdoc range for sass_api to match sass
c9f0d3f Fix deprecation flags in the CLI and add tests
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 dev-dependencies group with 4 updates in the / directory: @babel/core, @babel/eslint-parser, eslint-plugin-react and sass.
Updates
@babel/core
from 7.24.5 to 7.24.6Release notes
Sourced from
@babel/core
's releases.Changelog
Sourced from
@babel/core
's changelog.Commits
9630250
v7.24.6553e433
Generate helper metadata at build time (#16501)fbfe16c
Fix source maps for template literals (#16515)6e3539b
[babel 8] Publish.d.ts
files for every package (#16416)e37e64d
Use eslint v9 (#16479)71c247a
[babel 8] Require Node.js^18.20.0 || ^20.10.0 || >=21.0.0
(#16457)Updates
@babel/eslint-parser
from 7.24.5 to 7.24.6Release notes
Sourced from
@babel/eslint-parser
's releases.Changelog
Sourced from
@babel/eslint-parser
's changelog.Commits
9630250
v7.24.6e37e64d
Use eslint v9 (#16479)97c3eb1
RemovesyntaxType
option for record-and-tuple (parser&plugin) (#16458)71c247a
[babel 8] Require Node.js^18.20.0 || ^20.10.0 || >=21.0.0
(#16457)Updates
eslint-plugin-react
from 7.34.1 to 7.34.2Release notes
Sourced from eslint-plugin-react's releases.
Changelog
Sourced from eslint-plugin-react's changelog.
Commits
417e1ca
Update CHANGELOG and bump versiond79605a
[Deps] updatearray-includes
,array.prototype.findlast
, `es-iterator-help...ec86001
[Dev Deps] update@babel/core
,@babel/eslint-parser
, `@babel/plugin-synta...014ee05
[Fix]no-invalid-html-attribute
: ensure error messages are correct23b0a49
[Fix]jsx-closing-bracket-location
: message shows{{details}}
when there ...fbb1e0f
[Tests]jsx-no-useless-fragment
,jsx-fragments
, `function-component-defin...3533e26
[Refactor]jsx-no-constructed-context-values
: setschema: false
6c4b6fb
[meta] consistently indent .eslintrc with tabs8e1a94b
[Refactor] create getScope util;context.getScope
is deprecatedd6e9059
[Refactor]context.getSource
->sourceCode.getText
Updates
sass
from 1.76.0 to 1.77.4Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
Commits
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)bdc08fd
Merge pull request #2246 from sass/deprecation-cli9a9e483
Add a test to ensure the sass_api dartdoc version matches sass8c48a01
Expand dartdoc range for sass_api to match sassc9f0d3f
Fix deprecation flags in the CLI and add tests54a6dec
Bump lints from 3.0.0 to 4.0.0 (#2242)372f15c
FixMapExtensions.getOption()
for nullable types (#2241)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