Sourced from sass's releases.
Dart Sass 1.83.0
To install Sass 1.83.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Allow trailing commas in all argument and parameter lists.
See the full changelog for changes in earlier releases.
Sourced from sass's changelog.
1.83.0
- Allow trailing commas in all argument and parameter lists.
f38dbb0
Merge pull request #2464
from sass/rest-param-comma0230ccf
Update pkg/sass_api/CHANGELOG.mddd9b106
Rename ArgumentInvocation and ArgumentDeclarationc45bc70
Allow a trailing comma after rest parameters and arguments219fe67
Fix static analysis issues for dart 3.6 (#2462)f9eef81
Fix links to importers in the internal documentation (#2458)1b3c7de
Represent rest parameters as properties on Parameter (#2454)7a6722c
Fix the declaration of ReturnRule._returnExpression (#2455)1536dc0
Merge pull request #2453
from sass/returna74f9c3
Enable useDefineForClassFields and fix affected TS files. (#2447)Sourced from typescript-eslint's releases.
v8.18.0
8.18.0 (2024-12-09)
🚀 Features
- eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#10397)
- eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#10218)
đź©ą Fixes
- typescript peer dependency (#10373)
- deps: update dependency eslint to v9.16.0 (#10471)
- eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#10374)
- eslint-plugin: [no-base-to-string] handle more robustly when multiple
toString()
declarations are present for a type (#10432)- eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#10436)
❤️ Thank You
- Kim Sang Du
@​developer-bandi
- Kirk Waiblinger
@​kirkwaiblinger
- mdm317
- rtritto
You can read about our versioning strategy and releases on our website.
Sourced from typescript-eslint's changelog.
8.18.0 (2024-12-09)
đź©ą Fixes
- typescript peer dependency (#10373)
❤️ Thank You
- rtritto
You can read about our versioning strategy and releases on our website.
c60dbab
chore(release): publish 8.18.04cb2cf8
fix: typescript peer dependency (#10373)Sourced from vite's changelog.
6.0.3 (2024-12-05)
- fix: handle postcss load unhandled rejections (#18886) (d5fb653), closes #18886
- fix: make handleInvoke interface compatible with invoke (#18876) (a1dd396), closes #18876
- fix: make result interfaces for
ModuleRunnerTransport#invoke
more explicit (#18851) (a75fc31), closes #18851- fix: merge
environments.ssr.resolve
with rootssr
config (#18857) (3104331), closes #18857- fix: no permission to create vite config file (#18844) (ff47778), closes #18844
- fix: remove CSS import in CJS correctly in some cases (#18885) (690a36f), closes #18885
- fix(config): bundle files referenced with imports field (#18887) (2b5926a), closes #18887
- fix(config): make stacktrace path correct when sourcemap is enabled (#18833) (20fdf21), closes #18833
- fix(css): rewrite url when image-set and url exist at the same time (#18868) (d59efd8), closes #18868
- fix(deps): update all non-major dependencies (#18853) (5c02236), closes #18853
- fix(html): allow unexpected question mark in tag name (#18852) (1b54e50), closes #18852
- fix(module-runner): decode uri for file url passed to import (#18837) (88e49aa), closes #18837
- refactor: fix logic errors found by no-unnecessary-condition rule (#18891) (ea802f8), closes #18891
- chore: fix duplicate attributes issue number in comment (#18860) (ffee618), closes #18860
7a0758c
release: v6.0.3a1dd396
fix: make handleInvoke interface compatible with invoke (#18876)ea802f8
refactor: fix logic errors found by no-unnecessary-condition rule (#18891)690a36f
fix: remove CSS import in CJS correctly in some cases (#18885)d5fb653
fix: handle postcss load unhandled rejections (#18886)2b5926a
fix(config): bundle files referenced with imports field (#18887)1b54e50
fix(html): allow unexpected question mark in tag name (#18852)d59efd8
fix(css): rewrite url when image-set and url exist at the same time (#18868)20fdf21
fix(config): make stacktrace path correct when sourcemap is enabled (#18833)88e49aa
fix(module-runner): decode uri for file url passed to import (#18837)Sourced from vite-tsconfig-paths's releases.
v5.1.4
- fix: correctly infer the
paths
root dir (eea1c17d0fe4ad6e3f8bc324216bc09173e3c778) (#150)
f58afbc
5.1.4ece58bf
chore: upgrade typescript593a611
fix: ensure parseNative
result is correctly handledeea1c17
fix: correctly infer the paths
root dir34cb651
test: add case for resolving paths
from an extended
tsconfig (#166)2d187b9
chore: upgrade vite & vitesta5bb13e
chore: stop using yarn in package.json scripts