Bump sass from 1.62.1 to 1.63.2 in /webapp
Bumps sass from 1.62.1 to 1.63.2.
Release notes
Sourced from sass's releases.
Dart Sass 1.63.2
To install Sass 1.63.2, 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.63.1
To install Sass 1.63.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.63.0
To install Sass 1.63.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
JavaScript API
- Dart Sass's JS API now supports running in the browser. Further details and instructions for use are in the README.
Embedded Sass
The Dart Sass embedded compiler is now included as part of the primary Dart Sass distribution, rather than a separate executable. To use the embedded compiler, just run
sass --embedded
from any Sass executable (other than the pure JS executable).The Node.js embedded host will still be distributed as the
sass-embedded
package on npm. The only change is that it will now provide direct access to asass
executable with the same CLI as thesass
package.The Dart Sass embedded compiler now uses version 2.0.0 of the Sass embedded protocol. See the spec for a full description of the protocol, and the changelog for a summary of changes since version 1.2.0.
The Dart Sass embedded compiler now runs multiple simultaneous compilations in parallel, rather than serially.
See the full changelog for changes in earlier releases.
Changelog
Sourced from sass's changelog.
1.63.2
- No user-visible changes.
1.63.1
- No user-visible changes.
1.63.0
JavaScript API
- Dart Sass's JS API now supports running in the browser. Further details and instructions for use are in the README.
Embedded Sass
The Dart Sass embedded compiler is now included as part of the primary Dart Sass distribution, rather than a separate executable. To use the embedded compiler, just run
sass --embedded
from any Sass executable (other than the pure JS executable).The Node.js embedded host will still be distributed as the
sass-embedded
package on npm. The only change is that it will now provide direct access to asass
executable with the same CLI as thesass
package.The Dart Sass embedded compiler now uses version 2.0.0 of the Sass embedded protocol. See the spec for a full description of the protocol, and the changelog for a summary of changes since version 1.2.0.
The Dart Sass embedded compiler now runs multiple simultaneous compilations in parallel, rather than serially.
Commits
-
eb09d75
Fix a few more deployment issues (#1998) -
ce909e4
Use the correct pub credential location for deploying sub-packages (#1997) -
eea0717
Block release on all tests (#1996) -
d82654b
Fix deploy configuration (#1994) -
c3ed547
Release 1.63.0 (#1987) -
a88318f
Run embedded compilations across multiple isolates (#1981) -
b0efcb0
Fix README Docker example (#1982) (#1983) -
44a3caf
Update README.md (#1979) -
21f98c6
Fix the syntax for browser examples in the README (#1975) -
9e1d18a
Upgrade the analyzer package (#1974) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts