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)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the npm group in /website with 8 updates:
3.4.38
3.5.10
9.14.0
9.14.1
5.1.3
5.1.4
1.77.8
1.79.4
5.5.4
5.6.2
5.4.2
5.4.8
4.4.3
4.4.5
2.1.4
2.1.6
Updates
vue
from 3.4.38 to 3.5.10Release notes
Sourced from vue's releases.
... (truncated)
Changelog
Sourced from vue's changelog.
... (truncated)
Commits
4b09ab2
release: v3.5.1093c95dd
fix(reactivity): fix nested batch edge caseaa9ef23
fix(reactivity): only clear notified flags for computed in first batch iteration60c2029
test: add test case for #11928e2c19c2
fix(types/ref): handle nested refs in UnwrapRef (#12049)ea3efa0
fix(custom-element): properly set kebab-case props on Vue custom elementsa77b959
workflow: link to release workflow in release script [ci skip]01f15be
release: v3.5.910ff159
fix(reactivity): fix recursive sync watcher on computed edge casecb34b28
fix(runtime-core): avoid rendering plain object as VNode (#12038)Updates
vue-i18n
from 9.14.0 to 9.14.1Release notes
Sourced from vue-i18n's releases.
Commits
af67265
release: v9.14.1Updates
@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
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
vue-router
from 4.4.3 to 4.4.5Release notes
Sourced from vue-router's releases.
Commits
14219b0
release: vue-router@4.4.55e20afb
fix: fix mods in aliasesc7dd2a1
fix: mods must be added only wiht definePropertya8df616
fix: make internal property non enumerablebe68148
release: vue-router@4.4.45ff2cd0
feat(loaders): internal mods in route records4861467
fix(ssr): handle symboless Modules in dynamic imports (#2355)ba3ab9a
docs: fix small colors99c7251
docs: refactor and fix become sponsor button colors00dd266
chore: pin vue versions because of withDefaults bug in compilerUpdates
vue-tsc
from 2.1.4 to 2.1.6Release notes
Sourced from vue-tsc's releases.
... (truncated)
Changelog
Sourced from vue-tsc's changelog.
Commits
a8038a6
v2.1.6 (#4808)b14b8a9
refactor(language-core): generate global types for the first parsed Vue compo...e3f8b91
fix(language-core): prevent append globalTypes to virtual file (#4806)cd7c2fd
test: always run TS-next test fortest:update
script4c89e20
test(tsc): update to Vue 3.5 (#4725)ece125b
refactor(language-core): wrap template virtual code into a function (#4784)2bb3cc1
refactor(language-core): split__VLS_templateResult
(#4781)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show