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
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
... (truncated)
Commits
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
8c48a01 Expand dartdoc range for sass_api to match sass
c9f0d3f Fix deprecation flags in the CLI and add tests
Bumps the npm-minor group with 7 updates in the / directory:
3.36.1
3.37.1
3.4.21
3.4.27
9.10.2
9.13.1
7.24.1
7.24.5
9.24.0
9.26.0
1.72.0
1.77.2
14.1.1
14.2.1
Updates
core-js
from 3.36.1 to 3.37.1Changelog
Sourced from core-js's changelog.
... (truncated)
Commits
d044cb5
3.37.1431a551
update some linting plugins / rulesed25984
fixURL
parse feature detection598d0b2
3.37.0c978c8f
add an entry for exactors proposal8957db1
update pattern matching proposald393ed4
some simplification51cb7c8
some simplification51ce5d0
simplify some constants definition9da401f
addMath.sumPrecise
Updates
vue
from 3.4.21 to 3.4.27Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
... (truncated)
Commits
4619461
release: v3.4.2710d34a5
fix(compiler-sfc): handle keyof operator (#10874)8366126
fix(compat): include legacy scoped slots (#10868)f2c1412
fix(hydration): handle edge case of style mismatch without style attribute481b1b6
refactor(types): use explicit modifiers type (#10856)8373350
chore(deps): update build (#10867)bead21a
chore(deps): update all non-major dependencies (#10866)c0c9432
test(watch): watching a reactive array (#10848)0e3d617
fix(compiler-dom): restrict createStaticVNode usage with option elements (#10...c9c9dff
refactor(perf): assign value inif
block (#10836)Updates
vue-i18n
from 9.10.2 to 9.13.1Release notes
Sourced from vue-i18n's releases.
... (truncated)
Changelog
Sourced from vue-i18n's changelog.
... (truncated)
Commits
e37cba0
release: v9.13.19e73535
release: v9.13.06c62f29
release: v9.12.1c43050e
release: v9.12.041c1e86
release: v9.11.12f73a24
release: v9.11.0Updates
@babel/eslint-parser
from 7.24.1 to 7.24.5Release notes
Sourced from
@babel/eslint-parser
's releases.... (truncated)
Changelog
Sourced from
@babel/eslint-parser
's changelog.... (truncated)
Commits
ddbea7d
v7.24.50128984
Relax ESLint peerDependency constraint to allow v9 (#16414)ee48754
Use multiple TypeScript projects (#16430)Updates
@vue/compiler-sfc
from 3.4.21 to 3.4.27Release notes
Sourced from
@vue/compiler-sfc
's releases.Changelog
Sourced from
@vue/compiler-sfc
's changelog.... (truncated)
Commits
4619461
release: v3.4.2710d34a5
fix(compiler-sfc): handle keyof operator (#10874)bead21a
chore(deps): update all non-major dependencies (#10866)2417909
release: v3.4.26574c3e6
release: v3.4.254253a57
fix(defineModel): align prod mode runtime type generation with defineProps958286e
release: v3.4.245cef52a
fix(compiler-sfc): handle readonly operator and ReadonlyArray/Map/Set types15df5c1
fix(deps): update compiler (#10760)b0d0095
chore(deps): update all non-major dependencies (#10758)Updates
eslint-plugin-vue
from 9.24.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
sass
from 1.72.0 to 1.77.2Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
... (truncated)
Commits
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 sass8c48a01
Expand dartdoc range for sass_api to match sassc9f0d3f
Fix deprecation flags in the CLI and add tests54a6dec
Bump lints from 3.0.0 to 4.0.0 (#2242)372f15c
FixMapExtensions.getOption()
for nullable types (#2241)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)Updates
sass-loader
from 14.1.1 to 14.2.1Release notes
Sourced from sass-loader's... _Description has been truncated_