chore(deps): bump sass from 1.72.0 to 1.77.8
Bumps sass from 1.72.0 to 1.77.8.
Release notes
Sourced from sass's releases.
Dart Sass 1.77.8
To install Sass 1.77.8, 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.77.5
To install Sass 1.77.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Fully trim redundant selectors generated by
@extend.See the full changelog for changes in earlier releases.
Dart Sass 1.77.4
To install Sass 1.77.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Embedded Sass
Support passing
Versioninput forfatalDeprecationsas string over embedded protocol.Fix a bug in the JS Embedded Host where
Versioncould be incorrectly accepted as input forsilenceDeprecationsandfutureDeprecationsin pure JS.See the full changelog for changes in earlier releases.
Dart Sass 1.77.3
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
... (truncated)
Changelog
Sourced from sass's changelog.
1.77.8
- No user-visible changes.
1.77.7
Declarations that appear after nested rules are deprecated, because the semantics Sass has historically used are different from the semantics specified by CSS. In the future, Sass will adopt the standard CSS semantics.
See the Sass website for details.
Potentially breaking bug fix:
//in certain places such as unknown at-rule values was being preserved in the CSS output, leading to potentially invalid CSS. It's now properly parsed as a silent comment and omitted from the CSS output.1.77.6
- 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
Versioninput forfatalDeprecationsas string over embedded protocol.Fix a bug in the JS Embedded Host where
Versioncould be incorrectly accepted as input forsilenceDeprecationsandfutureDeprecationsin pure JS.1.77.3
Dart API
Deprecation.duplicateVariableFlagshas been deprecated and replaced withDeprecation.duplicateVarFlagsto make it consistent with theduplicate-var-flagsname 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.
... (truncated)
Commits
be9c3acRun Windows ARM64 releases on windows-latest instead (#2275)d4b1939Run pub in verbose mode on windows-arm64c96b5e2Fix windows-arm64 release (#2274)7203d65Deprecated mixed declarations (#2267)1edc247Avoid[this]in Dartdoc comments (#2273)a164889Enable AOT build for windows-arm64 (#2270)04b6251Parse silent comments in_interpolatedDeclarationValue()(#2266)860eb5aFix linux-ia32, linux-arm-musl, and windows-arm64 releases (#2265)7aae1e6Fix a bug where comments were incorrectly forbidden in some cases (#2264)cf6f9d0Build AOT releases with native arm64 runners (#2262)- 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 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)