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.
To install Sass 1.69.6, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Produce better output for numbers with complex units in meta.inspect() and debugging messages.
Escape U+007F DELETE when serializing strings.
When generating CSS error messages to display in-browser, escape all code points that aren't in the US-ASCII region. Previously only code points U+0100 LATIN CAPITAL LETTER A WITH MACRON were escaped.
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.
1.69.6
Produce better output for numbers with complex units in meta.inspect() and
debugging messages.
Escape U+007F DELETE when serializing strings.
When generating CSS error messages to display in-browser, escape all code
points that aren't in the US-ASCII region. Previously only code points U+0100
LATIN CAPITAL LETTER A WITH MACRON were escaped.
Provide official releases for musl LibC and for Android.
Don't crash when running meta.apply() in asynchronous mode.
JS API
Fix a bug where certain exceptions could produce SourceSpans that didn't
follow the documented SourceSpan API.
This release fixes long standing issue(s) with PopperJS imports with Sveltekit and Vite, and also works with Svelte REPL: #566
Thanks all for the patience and help on resolving.
Mute unhelpful ARIA warnings
This release mutes some unhelpful/unused ARIA warnings when importing from Sveltestrap. These are mostly invalid by default, but we need to pass optional on:click handlers, etc.
Bumps the minor group in /eml-client with 8 updates:
6.2.1
6.5.1
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.70.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
@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.70.0Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
... (truncated)
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)f3c7be5
Make meta.apply() an AsyncBuiltInCallable (#2152)1fc740d
Upload releases for musl-libc and android (#2149)6f665c1
Escape unprintable 0x7F (delete control character) (#2144)f5dab76
Bump dartdoc from 7.0.2 to 8.0.2 (#2146)4daf0b4
Escape non-US-ASCII characters inSassException.toCssString()
(#2143)Updates
sveltestrap
from 5.10.0 to 5.11.3Release notes
Sourced from sveltestrap's releases.
Commits
468f1a8
5.11.3c2e5db7
Update Readme.mde7a761f
Update Readme.md for Sveltestrap v65d4a5ea
Delete CNAME@dependabot rebase
Looks like these dependencies are updatable in another way, so this is no longer needed.