To install Sass 1.70.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
Add a sass.initCompiler() function that returns a sass.Compiler object which supports compile() and compileString() methods with the same API as the global Sass object. On the Node.js embedded host, each sass.Compiler object uses a single long-lived subprocess, making compiling multiple stylesheets much more efficient.
Add a sass.initAsyncCompiler() function that returns a sass.AsyncCompiler object which supports compileAsync() and compileStringAsync() methods with the same API as the global Sass object. On the Node.js embedded host, each sass.AsynCompiler object uses a single long-lived subprocess, making compiling multiple stylesheets much more efficient.
Embedded Sass
Support the CompileRequest.silent field. This allows compilations with no logging to avoid unnecessary request/response cycles.
The Dart Sass embedded compiler now reports its name as "dart-sass" rather than "Dart Sass", to match the JS API's info field.
Add a sass.initCompiler() function that returns a sass.Compiler object
which supports compile() and compileString() methods with the same API as
the global Sass object. On the Node.js embedded host, each sass.Compiler
object uses a single long-lived subprocess, making compiling multiple
stylesheets much more efficient.
Add a sass.initAsyncCompiler() function that returns a sass.AsyncCompiler
object which supports compileAsync() and compileStringAsync() methods with
the same API as the global Sass object. On the Node.js embedded host, each
sass.AsynCompiler object uses a single long-lived subprocess, making
compiling multiple stylesheets much more efficient.
Embedded Sass
Support the CompileRequest.silent field. This allows compilations with no
logging to avoid unnecessary request/response cycles.
The Dart Sass embedded compiler now reports its name as "dart-sass" rather
than "Dart Sass", to match the JS API's info field.
1.69.7
Embedded Sass
In the JS Embedded Host, properly install the x64 Dart Sass executable on
ARM64 Windows.
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the development-dependencies group in /sass-js-esm with 6 updates:
10.4.16
10.4.17
3.0.2
3.0.3
8.4.32
8.4.33
1.69.6
1.70.0
16.1.0
16.2.1
13.0.0
14.0.0
Updates
autoprefixer
from 10.4.16 to 10.4.17Release notes
Sourced from autoprefixer's releases.
Changelog
Sourced from autoprefixer's changelog.
Commits
46cd2cc
Release 10.4.17 version2738f72
Update dependenciesb0a4007
Fix user-select: contain1db31f0
Update dependenciesUpdates
nodemon
from 3.0.2 to 3.0.3Release notes
Sourced from nodemon's releases.
Commits
da328ed
chore: forced release2072383
chore: supportersd3ee86e
fix: use node when using --import6fd8ce7
chore: web site render33260c3
chore: web site render43133a0
chore: web site render77658fa
chore: web site render60d795e
chore: web site render4b59147
Merge branch 'main' of github.com:remy/nodemonb596311
chore: web site renderUpdates
postcss
from 8.4.32 to 8.4.33Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
ae57d83
Release 8.4.33 version2e9d029
Update dependencies892b269
Update size limit for new metric on brotlif2e7a9f
Merge pull request #1908 from ahmdammarr/refactor/safe-check-for-NoWorkResultc751e11
Merge pull request #1909 from romainmenke/no-work-result-vs-lazy-result--inve...3c2fa2a
fixa4626e9
failing testc37346d
refactor: check all falsy conditions of plugins and opts before returning NoW...Updates
sass
from 1.69.6 to 1.70.0Release notes
Sourced from sass's releases.
Changelog
Sourced from sass's changelog.
Commits
076414d
[Shared Resources] dart-sass implementation (#2134)0d91c92
Support CompileRequest.silent of embedded protocol (#2160)b263a72
Use implementation name dart-sass for VersionResponse (#2156)006baa5
Update the pubspec and changelog for sass/embedded-host-node#266 (#2158)6205eac
Add wait time before update website (#2153)Updates
stylelint
from 16.1.0 to 16.2.1Release notes
Sourced from stylelint's releases.
Changelog
Sourced from stylelint's changelog.
Commits
5c68274
16.2.152cb83f
Prepare 16.2.1 (#7479)328544d
Document CLI user guide to fix typo for—custom-syntax
(#7503)5e2eff7
Fixfunction-calc-no-unspaced-operator
performance (#7505)398d3a8
Fix benchmark script (#7504)3de4eba
Bump husky from 8.0.3 to 9.0.6 (#7500)382961f
Fix report flags not reporting on subsequent runs when cache is used (#7483)f02d168
FixvalidateOptions
to report when secondary option object is an empty obje...a889974
Fixselector-pseudo-class-no-unknown
false positives for:seeking
, the me...e86c9cd
Provide repository info togh
command in GitHub action (#7491)Updates
stylelint-config-twbs-bootstrap
from 13.0.0 to 14.0.0Commits
3bc6457
14.0.0cb361e8
Bump stylelint-config-standard from 35.0.0 to 36.0.0 (#238)22d2165
Bump stylelint-config-standard-scss from 12.0.0 to 13.0.0 (#239)aca4775
Bump stylelint from 16.0.2 to 16.2.1 (#242)022d728
Bump stylelint-scss from 6.0.0 to 6.1.0 (#241)55348e0
CI: specify permissionscontents: read
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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show