npm-frontend: bump sass from 1.93.3 to 1.94.2 in /sources/packages/web
Bumps sass from 1.93.3 to 1.94.2.
Release notes
Sourced from sass's releases.
Dart Sass 1.94.2
To install Sass 1.94.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Command-Line Interface
- Using
--fatal-deprecation <version>no longer emits warnings about deprecations that are obsolete.Dart API
Deprecation.forVersionnow excludes obsolete deprecations from the set it returns.JS API
- Excludes obsolete deprecations from
fatalDeprecationswhen aVersionis passed.Node.js Embedded Host
- Fix a bug where a variable could be used before it was initialized during async compilation.
See the full changelog for changes in earlier releases.
Dart Sass 1.94.1
To install Sass 1.94.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.94.0
To install Sass 1.94.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Potentially breaking compatibility fix:
@functionrules whose names begin with--are now parsed as unknown at-rules to support the plain CSS@functionrule. Within this rule, theresultproperty is parsed as raw CSS just like custom properties.Potentially breaking compatibility fix:
@mixinrules whose names begin with--are now errors. These are not yet parsed as unknown at-rules because no browser currently supports CSS mixins.
... (truncated)
Changelog
Sourced from sass's changelog.
1.94.2
Command-Line Interface
- Using
--fatal-deprecation <version>no longer emits warnings about deprecations that are obsolete.Dart API
Deprecation.forVersionnow excludes obsolete deprecations from the set it returns.JS API
- Excludes obsolete deprecations from
fatalDeprecationswhen aVersionis passed.Node.js Embedded Host
- Fix a bug where a variable could be used before it was initialized during async compilation.
1.94.1
- No user-visible changes.
1.94.0
Potentially breaking compatibility fix:
@functionrules whose names begin with--are now parsed as unknown at-rules to support the plain CSS@functionrule. Within this rule, theresultproperty is parsed as raw CSS just like custom properties.Potentially breaking compatibility fix:
@mixinrules whose names begin with--are now errors. These are not yet parsed as unknown at-rules because no browser currently supports CSS mixins.
Commits
7af5122Mention obsolete deprecation fix in all API surfaces (#2683)82b96b0Update pubspec/changelog for sass/embedded-host-node#399 (#2682)18fddef--fatal-deprecation excludes obsolete Deprecations (#2671)0356a2bPass --provenance tonpm publish(#2681)52fc718Update the repository URL for JS packages (#2679)bfccce8Parse selectors in the sass-parser package (#2670)795557cAdd support for plain-CSS@functionrules (#2655)2c9d3c8Track offsets instead of locations in InterpolationMap (#2674)d8d7f9cAdd a separateStylesheetParser.interpolatedStringToken()method (#2675)9d68793Make sure all source spans use interpolation maps (#2673)- 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)
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code