Bump sass from 1.63.4 to 1.63.5 in /webapp
Bumps sass from 1.63.4 to 1.63.5.
Release notes
Sourced from sass's releases.
Dart Sass 1.63.5
To install Sass 1.63.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
JavaScript API
- Fix a bug where loading the package through both CJS
require()
and ESMimport
could crash on Node.js.Embedded Sass
Fix a deadlock when running at high concurrency on 32-bit systems.
Fix a race condition where the embedded compiler could deadlock or crash if a compilation ID was reused immediately after the compilation completed.
See the full changelog for changes in earlier releases.
Changelog
Sourced from sass's changelog.
1.63.5
JavaScript API
- Fix a bug where loading the package through both CJS
require()
and ESMimport
could crash on Node.js.Embedded Sass
Fix a deadlock when running at high concurrency on 32-bit systems.
Fix a race condition where the embedded compiler could deadlock or crash if a compilation ID was reused immediately after the compilation completed.
Commits
-
a48ced8
Fix a race condition with re-used compilation isolate IDs (#2018) -
62f29c8
Update README: npm package does not support --embedded flag (#2022) -
cb4b442
Add a changelog entry for google/dart_cli_pkg#132 (#2020) -
c41d52a
Bump protobuf and protoc_plugin (#2021) -
3fce74c
Update README: install with brew on macOS or Linux (#2012) -
b11840e
Limit pool size (#2019) - See full diff 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