Update dependency sass to ^1.63.5 #183
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/sass-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^1.62.1->^1.63.5Release Notes
sass/dart-sass
v1.63.5Compare Source
JavaScript API
require()and ESMimportcould 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.
v1.63.4Compare Source
JavaScript API
Re-enable support for
import sass from 'sass'when loading the package froman ESM module in Node.js. However, this syntax is now deprecated; ESM users
should use
import * as sass from 'sass'instead.On the browser and other ESM-only platforms, only
import * as sass from 'sass'is supported.Properly export the legacy API values
TRUE,FALSE,NULL, andtypesfromthe ECMAScript module API.
Embedded Sass
Fix a race condition where closing standard input while requests are in-flight
could sometimes cause the process to hang rather than shutting down
gracefully.
Properly include the root stylesheet's URL in the set of loaded URLs when it
fails to parse.
v1.63.3Compare Source
JavaScript API
v1.63.2Compare Source
v1.63.1Compare Source
v1.63.0Compare Source
JavaScript API
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 --embeddedfrom any Sass executable (other than thepure JS executable).
The Node.js embedded host will still be distributed as the
sass-embeddedpackage on npm. The only change is that it will now provide direct access to a
sassexecutable with the same CLI as thesasspackage.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.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Update dependency sass to ^1.63.0to Update dependency sass to ^1.63.298307da14e09e2067a47Update dependency sass to ^1.63.2to Update dependency sass to ^1.63.309e2067a474a4585bcaeUpdate dependency sass to ^1.63.3to Update dependency sass to ^1.63.44a4585bcae4f047fcdf7Update dependency sass to ^1.63.4to Update dependency sass to ^1.63.54f047fcdf7d450b714a5