To install Sass 1.77.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Dart API
Deprecation.duplicateVariableFlags has been deprecated and replaced with Deprecation.duplicateVarFlags to make it consistent with the duplicate-var-flags name used on the command line and in the JS API.
Fully trim redundant selectors generated by @extend.
1.77.4
Embedded Sass
Support passing Version input for fatalDeprecations as string over
embedded protocol.
Fix a bug in the JS Embedded Host where Version could be incorrectly accepted
as input for silenceDeprecations and futureDeprecations in pure JS.
1.77.3
Dart API
Deprecation.duplicateVariableFlags has been deprecated and replaced with
Deprecation.duplicateVarFlags to make it consistent with the
duplicate-var-flags name used on the command line and in the JS API.
1.77.2
Don't emit deprecation warnings for functions and mixins beginning with __.
Allow user-defined functions whose names begin with _ and otherwise look
like vendor-prefixed functions with special CSS syntax.
Command-Line Interface
Properly handle the --silence-deprecation flag.
Handle the --fatal-deprecation and --future-deprecation flags for
--interactive mode.
Commits
a1b372e Enable AOT build for linux-riscv64 (#2260)
ecff05d Remove the heuristic where long selector lists wouldn't be trimmed (#2255)
5ddd7fc Enable AOT build for linux-riscv64-musl (#2258)
53b9ead Regenerate protobuf as part of default task (#2257)
21eeb4d Parse Deprecation.forVersion on compiler side (#2248)
1073c7b Generate deprecations list from the language repo (#2253)
fc24fec Use pubspec_parse dependency equality (#2254)
5121eb1 Don't treat underscores as hyphens for the purpose of error checking (#2247)
bdc08fd Merge pull request #2246 from sass/deprecation-cli
9a9e483 Add a test to ensure the sass_api dartdoc version matches sass
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 minor group with 5 updates in the /eml-client directory:
3.1.0
3.1.1
2.39.0
2.39.4
1.77.1
1.77.5
4.2.17
4.2.18
5.2.11
5.3.1
Updates
@sveltejs/vite-plugin-svelte
from 3.1.0 to 3.1.1Release notes
Sourced from
@sveltejs/vite-plugin-svelte
's releases.Changelog
Sourced from
@sveltejs/vite-plugin-svelte
's changelog.Commits
9515421
Version Packages (#923)722f8ff
chore: backport fixes (#917)6c59572
chore(deps): update all non-major dependencies (#885)Updates
eslint-plugin-svelte
from 2.39.0 to 2.39.4Release notes
Sourced from eslint-plugin-svelte's releases.
Commits
23f7bf2
chore: release eslint-plugin-svelte (#788)e7e25d6
deps: updatesvelte-eslint-parser
to support Svelte5.0.0-next.155
(#786)dd64827
fix(deps): update dependency known-css-properties to ^0.32.08433a8f
chore: update deps and fix testcase (#784)336f0ee
chore(deps): update dependency svelte to v5.0.0-next.153f0d796a
chore: release eslint-plugin-svelte (#779)3e2a732
fix: update svelte-eslint-parser (#778)e5b2e19
chore(deps): update dependency nyc to v17adaf19a
chore: move CHANGELOG.mdd3b36f2
chore: release eslint-plugin-svelte (#776)Updates
sass
from 1.77.1 to 1.77.5Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
Commits
a1b372e
Enable AOT build for linux-riscv64 (#2260)ecff05d
Remove the heuristic where long selector lists wouldn't be trimmed (#2255)5ddd7fc
Enable AOT build for linux-riscv64-musl (#2258)53b9ead
Regenerate protobuf as part of default task (#2257)21eeb4d
Parse Deprecation.forVersion on compiler side (#2248)1073c7b
Generate deprecations list from the language repo (#2253)fc24fec
Usepubspec_parse
dependency equality (#2254)5121eb1
Don't treat underscores as hyphens for the purpose of error checking (#2247)bdc08fd
Merge pull request #2246 from sass/deprecation-cli9a9e483
Add a test to ensure the sass_api dartdoc version matches sassUpdates
svelte
from 4.2.17 to 4.2.18Release notes
Sourced from svelte's releases.
Changelog
Sourced from svelte's changelog.
Commits
230916f
Version Packages (#11925)dbe6057
chore: speed up regex (#11922)Updates
vite
from 5.2.11 to 5.3.1Changelog
Sourced from vite's changelog.
... (truncated)
Commits
c608e6a
release: v5.3.16ced135
fix(build): preload treeshaking ignore equal (#17480)d355568
fix(build): handle preload treeshaking for braces (#17479)1f09344
chore: consolidate changelog for 5.3 (#17476)3e27071
fix(build): handle preload treeshaking for commas (#17472)29a260c
release: v5.3.00a76652
fix(ssrTransform): handle arbitrary module namespace identifiers (#17446)f16fae5
test: disable isolate for unit test (#17448)ec287f8
feat: asset type add bmp (#17439)68aa9f8
fix: typo in client log (#17363)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