[Tests] [no-default-export], [no-named-export]: add test case (thanks [@G-Rath])
[2.30.0] - 2024-09-02
Added
[dynamic-import-chunkname]: add allowEmpty option to allow empty leading comments (#2942, thanks [@JiangWeixian])
[dynamic-import-chunkname]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode (#3004, thanks [@amsardesai])
To install Sass 1.79.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Update the $channel parameter in the suggested replacement for color.red(), color.green(), color.blue(), color.hue(), color.saturation(), color.lightness(), color.whiteness(), and color.blackness() to use a quoted string.
To install Sass 1.79.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Add a $space parameter to the suggested replacement for color.red(), color.green(), color.blue(), color.hue(), color.saturation(), color.lightness(), color.whiteness(), and color.blackness().
Update deprecation warnings for the legacy JS API to include a link to relevant documentation.
Fix a bug where passing green or blue to color.change() for legacy
colors would fail.
1.79.3
Update the $channel parameter in the suggested replacement for
color.red(), color.green(), color.blue(), color.hue(),
color.saturation(), color.lightness(), color.whiteness(), and
color.blackness() to use a quoted string.
1.79.2
Add a $space parameter to the suggested replacement for color.red(),
color.green(), color.blue(), color.hue(), color.saturation(),
color.lightness(), color.whiteness(), and color.blackness().
Update deprecation warnings for the legacy JS API to include a link to
relevant documentation.
1.79.1
No user-visible changes.
1.79.0
Breaking change: Passing a number with unit % to the $alpha parameter
of color.change(), color.adjust(), change-color(), and adjust-color()
is now interpreted as a percentage, instead of ignoring the unit. For example,
color.change(red, $alpha: 50%) now returns rgb(255 0 0 / 0.5).
Potentially breaking compatibility fix: Sass no longer rounds RGB channels
to the nearest integer. This means that, for example, rgb(0 0 1) != rgb(0 0 0.6). This matches the latest version of the CSS spec and browser behavior.
Potentially breaking compatibility fix: Passing large positive or negative
values to color.adjust() can now cause a color's channels to go outside that
color's gamut. In most cases this will currently be clipped by the browser and
end up showing the same color as before, but once browsers implement gamut
mapping it may produce a different result.
Add support for CSS Color Level 4 [color spaces]. Each color value now tracks
its color space along with the values of each channel in that color space.
There are two general principles to keep in mind when dealing with new color
spaces:
... (truncated)
Commits
f84e867 Fix JS API legacy SassColor.change (#2368)
72612c4 Bump bufbuild/buf-setup-action in /.github/util/initialize (#2363)
b85ef9c Quote $channel in channel function replacement suggestions (#2361)
fa4827f Add documentation link to legacy-js-api warning (#2355)
7c3f5e2 Add a $space parameter to the channel function deprecation (#2354)
Bumps the minor group with 11 updates in the /eml-client directory:
6.5.2
6.6.0
6.5.2
6.6.0
3.1.0
3.1.2
2.0.0-beta.11
2.0.1
2.0.0-beta.17
2.0.1
2.29.1
2.31.0
2.39.0
2.44.1
1.77.1
1.79.4
4.2.17
4.2.19
0.8.0
0.9.0
5.2.11
5.4.8
Updates
@fortawesome/fontawesome-svg-core
from 6.5.2 to 6.6.0Release notes
Sourced from
@fortawesome/fontawesome-svg-core
's releases.Commits
37eff7f
Release 6.6.0 (#20295)138f8c3
Update 000_icon_request.yml05235ab
Updating Icon Request Template (#20275)Updates
@fortawesome/free-solid-svg-icons
from 6.5.2 to 6.6.0Release notes
Sourced from
@fortawesome/free-solid-svg-icons
's releases.Commits
37eff7f
Release 6.6.0 (#20295)138f8c3
Update 000_icon_request.yml05235ab
Updating Icon Request Template (#20275)Updates
@sveltejs/vite-plugin-svelte
from 3.1.0 to 3.1.2Release notes
Sourced from
@sveltejs/vite-plugin-svelte
's releases.Changelog
Sourced from
@sveltejs/vite-plugin-svelte
's changelog.Commits
b3edb77
Version Packages (#965)4f95193
chore(logs): encourage svelte5 users to update from vps3 to vps4 (#964)9515421
Version Packages (#923)722f8ff
chore: backport fixes (#917)6c59572
chore(deps): update all non-major dependencies (#885)Updates
@tauri-apps/api
from 2.0.0-beta.11 to 2.0.1Release notes
Sourced from
@tauri-apps/api
's releases.... (truncated)
Commits
983e780
apply version updates (#11201)be683e2
fix: publish NPM packages with latest tag (#11199)c7b9a53
chore: promote to v2 stable (#11198)11b5e9c
apply version updates (#11175)a08e6ff
feat(cli): enhance Android dev port forwarding, use host IP for android devic...6cfe7ed
feat(cli): retain log verbosity when running a mobile IDE script (#11186)11e9f2e
feat(cli): add clap parse test (#11189)f5d6182
fix(cli): iOS app signature not retaining entitlements, closes #11089 (#11184)60a5aea
feat(cli): support Trunk for iOS dev out of the box (#11181)e10fdb7
revert: revert #10969, consistent product_code (#11182)Updates
@tauri-apps/cli
from 2.0.0-beta.17 to 2.0.1Release notes
Sourced from
@tauri-apps/cli
's releases.... (truncated)
Commits
6d98f24
apply version updates (#11207)6f3a2b3
chore(tauri): enhance Manager::add_capability documentation (#11206)0ab2b33
fix: downgrade MSRV to 1.77.2 to support Windows 7 (#11205)983e780
apply version updates (#11201)be683e2
fix: publish NPM packages with latest tag (#11199)c7b9a53
chore: promote to v2 stable (#11198)11b5e9c
apply version updates (#11175)a08e6ff
feat(cli): enhance Android dev port forwarding, use host IP for android devic...6cfe7ed
feat(cli): retain log verbosity when running a mobile IDE script (#11186)11e9f2e
feat(cli): add clap parse test (#11189)Updates
eslint-plugin-import
from 2.29.1 to 2.31.0Release notes
Sourced from eslint-plugin-import's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-import's changelog.
Commits
91f809b
v2.31.03f1ac24
[utils] [refactor]parse
: avoid using a regex hered225176
[New]extensions
: add thecheckTypeImports
option5a51b9a
[Tests]rule-tester
: try this babel class workaroundd66cde0
[New] support eslint v9d27a639
[Fix] adjust "is source type module" checks for flat config1fa8a07
[Refactor] createsourceType
helper0bc1355
[Tests]no-default-export
,no-named-export
: add test cases with non-modu...55fa203
[Tests]no-default-export
,no-named-export
: add test case6be20df
[Docs]no-restricted-paths
: fix grammarUpdates
eslint-plugin-svelte
from 2.39.0 to 2.44.1Release notes
Sourced from eslint-plugin-svelte's releases.
... (truncated)
Commits
29545a2
chore: release eslint-plugin-svelte (#865)580e48a
fix(svelte/indent): ensure proper snippet indent (#864)c840776
chore(deps): update dependency esbuild to ^0.24.0d2a5ff7
chore(deps): update dependency svelte to v5.0.0-next.24914359b4
chore(deps): update dependency svelte to v5.0.0-next.247b5a9aad
chore(deps): update dependency svelte to v5.0.0-next.246e8e05b6
chore(deps): update dependency typescript to ~5.6.0c0658db
chore: release eslint-plugin-svelte (#852)690c04e
fix: update svelte-eslint-parser to 0.41.1 (#853)bd9e6cc
chore: update deps (#854)Updates
sass
from 1.77.1 to 1.79.4Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
... (truncated)
Commits
f84e867
Fix JS API legacy SassColor.change (#2368)72612c4
Bump bufbuild/buf-setup-action in /.github/util/initialize (#2363)b85ef9c
Quote$channel
in channel function replacement suggestions (#2361)fa4827f
Add documentation link to legacy-js-api warning (#2355)7c3f5e2
Add a$space
parameter to the channel function deprecation (#2354)5fa04d3
Fix sass-parser publishing (#2349)d740d02
Emit deprecation warnings for the legacy JS API (#2343)a957eea
Bump chokidar to v4 (#2347)aa35aa2
Bump bufbuild/buf-setup-action in /.github/util/initialize (#2346)f826ed2
Stop emittingmixed-decls
in a bunch of unnecessary cases (#2342)Updates
svelte
from 4.2.17 to 4.2.19Release notes
Sourced from svelte's releases.
Changelog
Sourced from svelte's changelog.
Commits
d8b3133
Version Packages (#12990)83e96e0
fix: escape<
in attribute strings (#12989)5ec4409
fix: ensure typings for\<svelte:options>
are picked up (#12902)230916f
Version Packages (#11925)dbe6057
chore: speed up regex (#11922)Updates
svelte-pdfjs
from 0.8.0 to 0.9.0Changelog
Sourced from svelte-pdfjs's changelog.
Commits
Updates
vite
from 5.2.11 to 5.4.8Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.