To install Sass 1.76.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Throw errors for misplaced statements in keyframe blocks.
Mixins and functions whose names begin with -- are now deprecated for forwards-compatibility with the in-progress CSS functions and mixins spec. This deprecation is named css-function-mixin.
To install Sass 1.75.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Fix a bug in which stylesheet canonicalization could be cached incorrectly when custom importers or the Node.js package importer made decisions based on the URL of the containing stylesheet.
JS API
Allow importer to be passed without url in StringOptionsWithImporter.
Don't throw errors for at-rules in keyframe blocks.
1.76.0
Throw errors for misplaced statements in keyframe blocks.
Mixins and functions whose names begin with -- are now deprecated for
forwards-compatibility with the in-progress CSS functions and mixins spec.
This deprecation is named css-function-mixin.
1.75.0
Fix a bug in which stylesheet canonicalization could be cached incorrectly
when custom importers or the Node.js package importer made decisions based on
the URL of the containing stylesheet.
JS API
Allow importer to be passed without url in StringOptionsWithImporter.
1.74.1
No user-visible changes.
1.74.0
JS API
Add a new top-level deprecations object, which contains various
Deprecation objects that define the different types of deprecation used by
the Sass compiler and can be passed to the options below.
Add a new fatalDeprecations compiler option that causes the compiler to
error if any deprecation warnings of the provided types are encountered. You
can also pass in a Version object to treat all deprecations that were active
in that Dart Sass version as fatal.
Add a new futureDeprecations compiler option that allows you to opt-in to
certain deprecations early (currently just import).
Add a new silenceDeprecations compiler option to ignore any deprecation
warnings of the provided types.
Command-Line Interface
Add a new --silence-deprecation flag, which causes the compiler to ignore
any deprecation warnings of the provided types.
... (truncated)
Commits
85f39d5 Allow at-rules in @keyframes blocks (#2236)
264b2d5 Deprecate function and mixin names beginning with -- (#2230)
f145e1c Throw errors for misplaced statements in keyframe blocks (#2226)
eafc279 Explicitly add a breaking change exemption for invalid CSS output (#2225)
b97f26f Add a per-importer cache for loads that aren't cacheable en masse (#2219)
2a9eaad Implement access tracking for containingUrl (#2220)
821b98e Don't cache canonicalize calls when containingUrl is available (#2215)
c5aff1b Make it possible to build npm with a linked language repo (#2214)
Bumps the dev-dependencies group with 9 updates in the / directory:
6.10.0
7.1.1
8.57.0
9.2.0
9.23.0
9.26.0
2.0.0
3.0.0
2.8.0
2.9.0
10.3.0
10.4.0
1.72.0
1.77.0
14.1.0
14.2.1
5.90.1
5.91.0
Updates
css-loader
from 6.10.0 to 7.1.1Release notes
Sourced from css-loader's releases.
... (truncated)
Changelog
Sourced from css-loader's changelog.
... (truncated)
Commits
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)af834b4
feat: added thegetJSON
option to output CSS modules mapping (#1577)fd18587
chore: husky migration (#1584)96e6ff4
chore(release): 7.0.0a2231ae
test: updatef96a110
feat:namedExports
works fine with anyexportLocalsConvention
valueUpdates
eslint
from 8.57.0 to 9.2.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
271e7ab
9.2.0989ac9d
Build: changelog update for 9.2.0b346605
chore: upgrade@eslint/js
@9
.2.0 (#18413)c4c18e0
chore: package.json update for@eslint/js
release284722c
chore: package.json update for eslint-config-eslint release0f5df50
docs: Update README347d44f
chore: remove eslintrc export from eslint-config-eslint (#18400)8485d76
feat:no-case-declarations
add suggestions (#18388)a498f35
feat: update Unicode letter detection in capitalized-comments rule (#18375)1579ce0
docs: update wording regarding indirect eval (#18394)Updates
eslint-plugin-vue
from 9.23.0 to 9.26.0Release notes
Sourced from eslint-plugin-vue's releases.
Commits
516253d
9.26.056c9e3a
chore: fix leaka3c98d8
Fix checking for script setup in vue/require-typed-ref (#2427)98e030a
fix: Prevent spread operator from disabling the rule (#2456)f0aa5dc
Support MathML elements (#2457)cfad3ee
9.25.0e665b7c
Fixed false negatives for props in template invue/no-unused-properties
(#2...a4be0fc
Support Pinia methods invue/no-unused-properties
(#2441)52e0770
fix(no-use-computed-property-like-method): extract LogicalExpression (#2438)45ce14e
9.24.1Updates
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.4.0Release notes
Sourced from mocha's releases.
Changelog
Sourced from mocha's changelog.
Commits
ffd9557
Release v10.4.07ac67f3
build(deps): bump the github-actions group with 2 updates (#5125)7a2781c
chore: activate dependabot for workflows (#5123)97dcbb2
fix: harden error handling inlib/cli/run.js
(#5074)6f3f45e
fix: xunit integration test (#5122)a5b5652
docs: fix documentation concerning glob expansion on UNIX (#4869)efbb147
feat: add file path to xunit reporter (#4985)a2e600d
fix: closes #5115 (#5116)3735873
feat: include.cause
stacks in the error stack traces (#4829)b88978d
chore: bump ESLint ecmaVersion to 2020 (#5104)Maintainer changes
This version was pushed to npm by voxpelli, a new releaser for mocha since your current version.
Updates
sass
from 1.72.0 to 1.77.0Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
... (truncated)
Commits
85f39d5
Allow at-rules in@keyframes
blocks (#2236)264b2d5
Deprecate function and mixin names beginning with--
(#2230)f145e1c
Throw errors for misplaced statements in keyframe blocks (#2226)eafc279
Explicitly add a breaking change exemption for invalid CSS output (#2225)b97f26f
Add a per-importer cache for loads that aren't cacheable en masse (#2219)2a9eaad
Implement access tracking for containingUrl (#2220)821b98e
Don't cache canonicalize calls whencontainingUrl
is available (#2215)c5aff1b
Make it possible to build npm with a linked language repo (#2214)1137797
Fix bulma and release 1.74.1 (#2210)d9220d9
Complete implementation the deprecations API (#2207)Updates
sass-loader
from 14.1.0 to 14.2.1Release notes
Sourced from sass-loader's releases.
Superseded by #517.