This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
sass | 1.63.4 -> 1.63.6 |
v1.63.6
import sass from 'sass'
again after it was broken in the last release.exports
declaration in package.json
.v1.63.5
require()
and ESM
import
could crash on Node.js.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.
This MR has been generated by Renovate Bot.