d609bef9f (#11314 by @amrbashir) Fix android invalid proguard file when using an identifier that contains a component that is a reserved kotlin keyword, like in, class, etc
069c05e44 (#11315 by @amrbashir) Fix CLI crashing and failing to find a .ico file when bundle > icon option is using globs and doesn't have a string that ends with .ico.
[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.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Changes to how selector.unify() and @extend combine selectors:
The relative order of pseudo-classes (like :hover) and pseudo-elements (like ::before) within each original selector is now preserved when they're combined.
Pseudo selectors are now consistently placed at the end of the combined selector, regardless of which selector they came from. Previously, this reordering only applied to pseudo-selectors in the second selector.
Tweak the color transformation matrices for OKLab and OKLCH to match the newer, more accurate values in the CSS spec.
Fix a slight inaccuracy case when converting to srgb-linear and display-p3.
Potentially breaking bug fix:math.unit() now wraps multiple denominator units in parentheses. For example, px/(em*em) instead of px/em*em.
Command-Line Interface
Use @parcel/watcher to watch the filesystem when running from JavaScript and not using --poll. This should mitigate more frequent failures users have been seeing since version 4.0.0 of Chokidar, our previous watching tool, was released.
JS API
Fix SassColor.interpolate() to allow an undefined options parameter, as the types indicate.
Embedded Sass
Properly pass missing color channel values to and from custom functions.
Changes to how selector.unify() and @extend combine selectors:
The relative order of pseudo-classes (like :hover) and pseudo-elements
(like ::before) within each original selector is now preserved when
they're combined.
Pseudo selectors are now consistently placed at the end of the combined
selector, regardless of which selector they came from. Previously, this
reordering only applied to pseudo-selectors in the second selector.
Tweak the color transformation matrices for OKLab and OKLCH to match the
newer, more accurate values in the CSS spec.
Fix a slight inaccuracy case when converting to srgb-linear and
display-p3.
Potentially breaking bug fix:math.unit() now wraps multiple denominator
units in parentheses. For example, px/(em*em) instead of px/em*em.
Command-Line Interface
Use @parcel/watcher to watch the filesystem when running from JavaScript and
not using --poll. This should mitigate more frequent failures users have
been seeing since version 4.0.0 of Chokidar, our previous watching tool, was
released.
JS API
Fix SassColor.interpolate() to allow an undefined options parameter, as
the types indicate.
Embedded Sass
Properly pass missing color channel values to and from custom functions.
1.79.4
JS API
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.
... (truncated)
Commits
7290399 Partially replace chokidar with @parcel/watcher (#2379)
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.2
2.0.0-beta.17
2.0.3
2.29.1
2.31.0
2.39.0
2.44.1
1.77.1
1.79.5
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.2Release notes
Sourced from
@tauri-apps/api
's releases.... (truncated)
Commits
3e9fd06
fix: npm audit (#11243)a49a19f
fix(bundler): wrapExec
in desktop with quotes, rename appimage main binary...9102faa
apply version updates (#11209)03e7590
feat(core): expose invoke key for custom IPC implementations (#11235)e2a4da0
fix: usage ofnode12 which is deprecated
(#11224)e968b3d
fix(api): actually publish with the latest tag (#11219)858b351
fix(windows): fix command bug in update elevated task (fix #11216) (#11217)4475fbb
chore(cli): update cargo-mobile2 to adjust lib name validation (#11208)6d98f24
apply version updates (#11207)6f3a2b3
chore(tauri): enhance Manager::add_capability documentation (#11206)Updates
@tauri-apps/cli
from 2.0.0-beta.17 to 2.0.3Release notes
Sourced from
@tauri-apps/cli
's releases.... (truncated)
Commits
1bfe248
Apply Version Updates From Current Changes (#11255)4a2d51a
fix(ci): add missing librsvg2-dev dependency for e2e tests (#11329)6a768cb
fix(cli): verbose output on tests (#11328)e55bd4b
fix(api): docs for core module TAURI usage (#11324)61bffa4
fix(bundler): match onPath::extension
instead of usingPath::ends_with
(...2d087ee
fix: fix incorrect label passed toipc
protocol (#11268)069c05e
fix(cli): resolvebundle > icon
glob when searching for.ico
for MSI inst...b3563e3
feat(cli): add deno support (#11304)d609bef
fix(cli & core): use unescaped package id in proguard file (#11314)4731f0c
fix(core): expose ipc::Invoke (#11290)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.5Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
... (truncated)
Commits
7290399
Partially replace chokidar with@parcel/watcher
(#2379)85b467b
Update LMS matrices (#2374)2c5f1e9
Use correct notation for multiple denominator units (#2375)d58e219
Addsass-parser
support for for the@supports
rule (#2378)5535d1f
Fix srgb to linear (#2372)5acae8a
Fix JS APIcolor.interpolate(color2)
without options (#2369)4890989
Add support for missing color channels to the protofier (#2366)67fecff
unifyComound() and unifyComplex() no longer move pseudo-classes across pseudo...f84e867
Fix JS API legacy SassColor.change (#2368)72612c4
Bump bufbuild/buf-setup-action in /.github/util/initialize (#2363)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.