To install Sass 1.71.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
For more information about pkg: importers, see the announcement on the Sass blog.
Command-Line Interface
Add a --pkg-importer flag to enable built-in pkg: importers. Currently this only supports the Node.js package resolution algorithm, via --pkg-importer=node. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss.
JavaScript API
Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single optional argument, which indicates the base directory to use when locating node_modules directories. It defaults to path.dirname(require.main.filename).
Dart API
Add a NodePackageImporter importer that can be passed to the importers option. This loads files using the pkg: URL scheme according to the Node.js package resolution algorithm. For example, @use "pkg:bootstrap" will load node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single argument, which indicates the base directory to use when locating node_modules directories.
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.
For more information about pkg: importers, see the
announcement on the Sass blog.
Command-Line Interface
Add a --pkg-importer flag to enable built-in pkg: importers. Currently
this only supports the Node.js package resolution algorithm, via
--pkg-importer=node. For example, @use "pkg:bootstrap" will load
node_modules/bootstrap/scss/bootstrap.scss.
JavaScript API
Add a NodePackageImporter importer that can be passed to the importers
option. This loads files using the pkg: URL scheme according to the Node.js
package resolution algorithm. For example, @use "pkg:bootstrap" will load
node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single
optional argument, which indicates the base directory to use when locating
node_modules directories. It defaults to
path.dirname(require.main.filename).
Dart API
Add a NodePackageImporter importer that can be passed to the importers
option. This loads files using the pkg: URL scheme according to the Node.js
package resolution algorithm. For example, @use "pkg:bootstrap" will load
node_modules/bootstrap/scss/bootstrap.scss. The constructor takes a single
argument, which indicates the base directory to use when locating
node_modules directories.
1.70.0
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
... (truncated)
Commits
3e6721e Fix new static warnings with Dart 3.3 (#2173)
2cab33e Update the language revision in Homebrew on release (#2171)
Bumps the minor group in /eml-client with 9 updates:
6.2.1
6.5.1
0.2.1
0.2.2
1.2.0
1.5.3
5.2.3
5.3.2
8.33.0
8.56.0
2.27.5
2.29.1
2.15.0
2.35.1
1.58.0
1.71.0
5.10.0
5.11.3
Updates
@fortawesome/fontawesome-svg-core
from 6.2.1 to 6.5.1Release notes
Sourced from
@fortawesome/fontawesome-svg-core
's releases.Commits
deeea78
Release 6.5.1 (#20031)2885a3c
Move files out of the free directory8302f1c
Release 6.5.0 (#20016)f0c2583
Release 6.4.2 (#19842)0698449
Release 6.4.0 (#19631)d02961b
Release 6.3.0 (#19539)adb2273
Typo fixed (#19467)Updates
@fortawesome/svelte-fontawesome
from 0.2.1 to 0.2.2Release notes
Sourced from
@fortawesome/svelte-fontawesome
's releases.Changelog
Sourced from
@fortawesome/svelte-fontawesome
's changelog.Commits
fcc9a06
Release 0.2.207429e1
Fix typings availability (#9)d928abf
Update examplesUpdates
@tauri-apps/api
from 1.2.0 to 1.5.3Release notes
Sourced from
@tauri-apps/api
's releases.... (truncated)
Commits
5966812
Apply Version Updates From Current Changes (v1) (#8396)b44e9c0
feat(bundler): redownload outdated/mis-hashed files (#8431)b2f83f0
fix(core): Replace Rc with Arc to prevent crashes when sending events (#8402)0a2175e
fix(cli): expand globs in workspace member paths (#8439)645e1dc
fix(core/updater): check if installer args are not empty before passing `-Arg...50a3d17
fix(core/dialog): reconstruct path using appropriate separator, closes #8074 ...9b230de
fix(utils/config): fix parsingf64
values, closes #8252 (#8407)50e9caa
ci: access cli release id directly (#8398)e5cc72e
ci: fix msrv tests (#8409)0d0501c
refactor(clipboard): use arboard instead of tao closes #8177 (#8394)Updates
bootstrap-scss
from 5.2.3 to 5.3.2Release notes
Sourced from bootstrap-scss's releases.
Commits
c44a190
v5.3.262815d2
v5.3.1211e37d
v5.3.0Updates
eslint
from 8.33.0 to 8.56.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
8e8e9f8
8.56.0085978b
Build: changelog update for 8.56.0ba6af85
chore: upgrade@eslint/js
@8
.56.0 (#17864)60a531a
chore: package.json update for@eslint/js
release0dd9704
feat: Support custom severity when reporting unused disable directives (#17212)31a7e3f
feat: fix no-restricted-properties false negatives with unknown objects (#17818)ba87a06
chore: update dependency markdownlint to ^0.32.0 (#17783)7d5e5f6
fix:TypeError: fs.exists is not a function
on read-only file system (#17846)9271d10
chore: add GitHub issue template for docs issues (#17845)70a686b
chore: Convert rule tests to FlatRuleTester (#17819)Updates
eslint-plugin-import
from 2.27.5 to 2.29.1Release notes
Sourced from eslint-plugin-import's releases.
Changelog
Sourced from eslint-plugin-import's changelog.
Commits
ee5fade
Bump to 2.29.148fec35
[Deps] updatetsconfig-paths
80aee73
[Dev Deps] updatechai
,eslint-doc-generator
,markdownlint-cli
8c83eaf
[Tests] node v21.3 has a brokenfs.writeFile
e67259e
[Fix]no-unused-modules
: support export patterns with array destructuring9fd3c42
[Tests]no-duplicates
: add passing test12f0300
[Fix]no-extraneous-dependencies
: ignoreexport type { ... } from '...'
w...6d34c88
Bump to 2.29.0ec6a8ea
[Refactor] usehasown
instead ofhas
78f50b8
[Deps] updatearray-includes
,array.prototype.findlastindex
, `array.proto...Updates
eslint-plugin-svelte
from 2.15.0 to 2.35.1Release notes
Sourced from eslint-plugin-svelte's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-svelte's changelog.
... (truncated)
Commits
371bb20
chore: release eslint-plugin-svelte (#625)a8b4bd4
fix: replace deprecated typeParameters with typeArguments (#623)e6d6c46
chore(deps): update dependency vite to v5c4ba96c
chore(deps): update dependency stylus to ^0.62.0ca39dcd
chore: fix ci error (#621)27fe1f5
format3b49384
fix: Typo in no-unused-class-name.md (#614)5678028
chore: fix site17a460b
chore: release eslint-plugin-svelte (#610)ef5f965
feat: use eslint-compat-utils (#605)Updates
sass
from 1.58.0 to 1.71.0Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
... (truncated)
Commits
3e6721e
Fix new static warnings with Dart 3.3 (#2173)2cab33e
Update the language revision in Homebrew on release (#2171)84ededd
Use musl support in cli_pkg (#2172)00571ec
Add a--pkg-importer
flag (#2169)84f31f0
Update pubspec/changelog forpkg:
importers (#2168)9ee5408
[Package Importer] Dart Implementation (#2130)9423aa5
Use macos-14 runner instead of macos-latest-xlarge runner (#2167)bbf97b4
Remove the sass dependency from package.json (#2162)076414d
[Shared Resources] dart-sass implementation (#2134)0d91c92
Support CompileRequest.silent of embedded protocol (Superseded by #60.