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.
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 minor-versions group with 8 updates:
7.23.7
7.23.9
7.23.7
7.23.9
7.23.8
7.23.9
18.2.47
18.2.48
6.9.0
6.9.1
16.3.1
16.4.1
1.69.7
1.70.0
5.89.0
5.90.0
Updates
@babel/core
from 7.23.7 to 7.23.9Release notes
Sourced from
@babel/core
's releases.... (truncated)
Changelog
Sourced from
@babel/core
's changelog.Commits
a0dd614
v7.23.9b2bbffb
Migrateeslint-parser
to cts (#16222)Updates
@babel/plugin-transform-runtime
from 7.23.7 to 7.23.9Release notes
Sourced from
@babel/plugin-transform-runtime
's releases.... (truncated)
Changelog
Sourced from
@babel/plugin-transform-runtime
's changelog.Commits
a0dd614
v7.23.91bff0aa
Properly sortcore-js@3
imports (#16224)7840c54
Improve output ofsuper()
(#16194)Updates
@babel/preset-env
from 7.23.8 to 7.23.9Release notes
Sourced from
@babel/preset-env
's releases.Changelog
Sourced from
@babel/preset-env
's changelog.Commits
a0dd614
v7.23.9dfa4cc6
fix:systemjs
re-traverses helpers (#16225)1bff0aa
Properly sortcore-js@3
imports (#16224)87a67bf
Improve temporary variables for decorators (#16218)Updates
@types/react
from 18.2.47 to 18.2.48Commits
Updates
css-loader
from 6.9.0 to 6.9.1Release notes
Sourced from css-loader's releases.
Changelog
Sourced from css-loader's changelog.
Commits
f9192ee
chore(release): 6.9.16515be0
fix: css nesting support and@scope
at-rule0751f7a
docs: update (#1562)Updates
dotenv
from 16.3.1 to 16.4.1Changelog
Sourced from dotenv's changelog.
Commits
e251ee2
16.4.1a7fee29
update CHANGELOG 🪵579d136
update README7ea2f81
Merge pull request #798 from motdotla/fix-tests6b829d2
demonstrate currently failing (pending) test. multiple env files should merge3e2284b
largely remove mocking from tests except where useful2039c4e
wip: fix tests48a6ade
Merge pull request #797 from tran-simon/mastercfd735d
fix: support array for path optiona44cb3d
update READMEUpdates
sass
from 1.69.7 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)Updates
webpack
from 5.89.0 to 5.90.0Release notes
Sourced from webpack's releases.
Commits
4a26623
chore(release): 5.90.0f03e96e
fix: inner graph for classesb6c1430
test: added28948dd
fix: inner graph5a9ed6d
fix: inner graphc8d9d97
fix: inner graph for classes3022995
fix: inner graph for classesf857674
fix: worklet detection in production mode2d6f5fa
feat: allow to setfalse
for dev server644cd47
test: addedDependabot 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