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.
Fix a few cases where comments and occasionally even whitespace wasn't allowed
between the end of Sass statements and the following semicolon.
1.77.5
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.
1.77.1
Fix a crash that could come up with importers in certain contexts.
1.77.0
Don't throw errors for at-rules in keyframe blocks.
1.76.0
... (truncated)
Commits
7aae1e6 Fix a bug where comments were incorrectly forbidden in some cases (#2264)
cf6f9d0 Build AOT releases with native arm64 runners (#2262)
a1b372e Enable AOT build for linux-riscv64 (#2260)
Bumps the dev-dependencies group with 9 updates in the / directory:
6.10.0
7.1.2
8.57.0
9.6.0
9.23.0
9.27.0
2.0.0
3.0.0
2.8.0
2.9.0
10.3.0
10.6.0
1.72.0
1.77.6
14.1.0
14.2.1
5.90.1
5.92.1
Updates
css-loader
from 6.10.0 to 7.1.2Release notes
Sourced from css-loader's releases.
... (truncated)
Changelog
Sourced from css-loader's changelog.
... (truncated)
Commits
d5ba44a
chore(release): 7.1.276757ef
fix: keep order of@import
s with thewebpackIgnore
comment (#1600)4b41689
ci: use node v22 (#1596)2068222
chore: update dependencies to latest version (#1595)e006f66
refactor: useenvironment
to gettemplateLiteral
value (#1591)5c717c9
chore(release): 7.1.1d6c31a1
fix: automatically rename classdefault
to_default
when named export is ...b162e25
chore(release): 7.1.015f793d
docs: update logic (#1587)9c165a4
docs: update migration guide (#1586)Updates
eslint
from 8.57.0 to 9.6.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
473d1bb
9.6.0f435566
Build: changelog update for 9.6.0b15ee30
chore: upgrade@eslint/js
@9
.6.0 (#18632)d655503
chore: package.json update for@eslint/js
release1613e2e
fix: Allow escaping characters in config patterns on Windows (#18628)13dbecd
docs: Limit search to just docs (#18627)7c78ad9
refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625)e2b16e2
feat: Implement feature flags (#18516)69ff64e
refactor: Return value of applyInlineConfig() (#18623)375227f
docs: Update getting-started.md - add pnpm to init eslint config (#18599)Updates
eslint-plugin-vue
from 9.23.0 to 9.27.0Release notes
Sourced from eslint-plugin-vue's releases.
... (truncated)
Commits
c64bf94
9.27.0cac8167
fix(no-setup-props-reactivity-loss): report template literal (#2489)3ad09ef
feat(require-toggle-inside-transition): check directive (#2487)bfc72a4
docs: fix build on windows (#2493)4f52734
docs: add an example on how to use custom parser with flat config (#2490)d7169e1
chore: upgrade vue-eslint-parser to v9.4.3 (#2488)ca7daff
Show nested outline in docs (#2481)9afbf2b
Update development dependencies (#2478)ab88141
Add name to flat configs. (#2476)e95b7bb
test: update typescript-eslint and fix test cases (#2477)Updates
fantasticon
from 2.0.0 to 3.0.0Release notes
Sourced from fantasticon's releases.
Commits
0907f1a
Merge pull request #539 from tancredi/support-readme12e21f1
Add support note in the readme6212282
Merge pull request #538 from tancredi/upgrade-dependencies9171513
Release from node 20b4475b9
Run prettier3347269
Fix jobs dependenciesd798e9a
Change test matrix8648faa
Upgrade dependencies, change support to >= node 16Updates
mini-css-extract-plugin
from 2.8.0 to 2.9.0Release notes
Sourced from mini-css-extract-plugin's releases.
Changelog
Sourced from mini-css-extract-plugin's changelog.
Commits
7cc2789
chore(release): 2.9.029f0b91
test: fix (#1096)ee25e51
feat: add support for link preload/prefetch (#1043)1a56673
fix: avoid reloading all csses when hot load (#1090)e73061d
chore: update dependencies to the latest version (#1095)74ae781
fix: added thedefaultExport
option to generate default and named export to...92c7eb3
chore(deps-dev): bump express from 4.18.2 to 4.19.2 (#1093)51065cc
chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#1091)8bf0ad6
chore(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 (#1088)717acf1
chore: upgrade dependencies to latest version (#1086)Updates
mocha
from 10.3.0 to 10.6.0Release notes
Sourced from mocha's releases.
... (truncated)
Changelog
Sourced from mocha's changelog.
... (truncated)
Commits
177732f
Release 10.6.0021aa80
docs: add 10.6.0 to CHANGELOG.md528836e
docs: fix month numbers in CHANGELOG.mdbb8d7b9
feat: allow ^ versions for miscellaneous packages (#5154)514b83f
feat: allow ^ versions for data serialization packages (#5153)be82606
feat: allow ^ versions for file matching packages (#5151)71e9fba
feat: allow ^ versions for yargs packages (#5152)38695da
feat: allow ^ versions for character encoding packages (#5150)b2a6358
Release 10.5.2a3bb86d
docs: add 10.5.2 to CHANGELOG.mdUpdates
sass
from 1.72.0 to 1.77.6Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
... (truncated)
Commits
7aae1e6
Fix a bug where comments were incorrectly forbidden in some cases (#2264)cf6f9d0
Build AOT releases with native arm64 runners (#2262)a1b372e
Enable AOT build for linux-riscv64 (#2260)Looks like these dependencies are updatable in another way, so this is no longer needed.