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)
This changes how the custom glob pattern in the workspace config is treated. Any file matching the glob is considered a Vitest config file. Any folder matching the glob pattern is treated as a workspace project and is subject to the regular config resolution (single vitest.config.ts or vite.config.ts inside the folder)
For example, projects/* will match anything inside the projects folder. If it's a folder, we try to find the config inside that folder (if there is none, it is still treated as a project wi...
_Description has been truncated_
Bumps the npm-dev group in /frontend with 10 updates:
22.5.2
22.7.4
5.1.3
5.1.4
8.57.0
9.11.1
9.27.0
9.28.0
25.0.0
25.0.1
1.77.8
1.79.4
5.5.4
5.6.2
5.4.2
5.4.8
2.0.5
2.1.1
2.1.4
2.1.6
Updates
@types/node
from 22.5.2 to 22.7.4Commits
Updates
@vitejs/plugin-vue
from 5.1.3 to 5.1.4Release notes
Sourced from
@vitejs/plugin-vue
's releases.Changelog
Sourced from
@vitejs/plugin-vue
's changelog.Commits
8d5a270
release: plugin-vue@5.1.407b29a6
chore: format98766c2
chore(deps): update dependency rollup to ^4.21.3 (#440)e4f5fff
fix: skip checking private properties of typeParameters (#443)1344294
fix(plugin-vue): allow overwrite esbuild config (#444)Updates
eslint
from 8.57.0 to 9.11.1Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
69e9459
9.11.1fcdac44
Build: changelog update for 9.11.1df4a859
chore: upgrade@eslint/js
@9
.11.1 (#18943)36d8095
chore: package.json update for@eslint/js
release20fd916
fix: add@eslint/core
,@types/estree
, &@types/json-schema
deps (#18938)3eff709
docs: replace deprecatedLinter.FlatConfig
type withLinter.Config
(#18941)2738322
fix: add missing types forrequire-atomic-updates
rule (#18937)d71ff30
fix: add missing types forobject-shorthand
rule (#18935)561cadc
fix: add missing types forno-unsafe-negation
rule (#18932)8843656
fix: add missing types forno-underscore-dangle
rule (#18931)Updates
eslint-plugin-vue
from 9.27.0 to 9.28.0Release notes
Sourced from eslint-plugin-vue's releases.
Commits
d77fbf7
9.28.0889c192
feat(require-toggle-inside-transition): add additionalDirectives option (#253...354c0de
fix(attribute-hyphenation): apply to v-model directive (#2511)21d3ed8
fix(no-deprecated-slot-attribute): no fix for dynamic components (#2530)b08273c
fix(no-deprecated-slot-attribute): handle v-for with dynamic slot (#2529)ddc0525
fix(attribute-hyphenation): skip auto-fix when suffixed with.sync
(#2533)a4aed0a
Implements proposed max-template-depth rule (#2525)6ebd607
Update ruledefine-macros-order
for custom macros (#2501)0fbe35e
Improve error range forvue/max-props
(#2532)705d262
Fix code example invue/define-props-declaration
docs (#2527)Updates
jsdom
from 25.0.0 to 25.0.1Release notes
Sourced from jsdom's releases.
Changelog
Sourced from jsdom's changelog.
Commits
04541b3
Version 25.0.196bd111
Update dependencies and dev dependenciesd08440c
Upgrade tough-cookie to v5.0.0Updates
sass
from 1.77.8 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
typescript
from 5.5.4 to 5.6.2Release notes
Sourced from typescript's releases.
Commits
a7e3374
Bump version to 5.6.2 and LKG2063357
🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...4fe7e41
🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...1a03e53
🤖 Pick PR #59761 (this
can be nullish) into release-5.6 (#59762)6212132
Update LKGbbb5faf
🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...e6914a5
Bump version to 5.6.1-rc and LKG34121c4
Update LKG2a30c2a
Merge remote-tracking branch 'origin/main' into release-5.6936a79b
Expose TypeChecker. getAwaitedType to public (#59268)Updates
vite
from 5.4.2 to 5.4.8Changelog
Sourced from vite's changelog.
Commits
0474550
release: v5.4.88464d97
fix(css): backport #18128, ensure sass compiler initialized only once (#18184)7d47fc1
fix(css): backport #18113, fix missing source file warning with sass modern a...a403e73
release: v5.4.7b5908a2
fix: treat config file as ESM in Deno (#18158)f969176
release: v5.4.6179b177
fix: avoid DOM Clobbering gadget ingetRelativeUrlFromDocument
(#18115)6820bb3
fix: fs raw query (#18112)37881e7
release: v5.4.5faa2405
fix(preload): backport #18098, throw error preloading module as well (#18099)Updates
vitest
from 2.0.5 to 2.1.1Release notes
Sourced from vitest's releases.