Sourced from typescript-eslint's releases.
v8.4.0
8.4.0 (2024-09-02)
🚀 Features
- typescript-estree: make withoutProjectParserOptions generic (#9877)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
Sourced from typescript-eslint's changelog.
8.4.0 (2024-09-02)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
3920c93
chore(release): publish 8.4.02ad3404
chore: enable unicorn/prefer-export-from
and
`@typescript-eslint/consistent...Sourced from vite's changelog.
5.4.3 (2024-09-03)
- fix: allow getting URL of JS files in publicDir (#17915) (943ece1), closes #17915
- fix: cjs warning respect the logLevel flag (#17993) (dc3c14f), closes #17993
- fix: improve CJS warning trace information (#17926) (5c5f82c), closes #17926
- fix: only remove entry assets handled by Vite core (#17916) (ebfaa7e), closes #17916
- fix: waitForRequestIdle locked (#17982) (ad13760), closes #17982
- fix(css): fix directory index import in sass modern api (#17960) (9b001ba), closes #17960
- fix(css): fix sass
file://
reference (#17909) (561b940), closes #17909- fix(css): fix sass modern source map (#17938) (d428e7e), closes #17938
- fix(deps): bump tsconfck (#17990) (8c661b2), closes #17990
- fix(html): rewrite assets url in <template> (#17988) (413c86a), closes #17988
- fix(preload): add crossorigin attribute in CSS link tags (#17930) (15871c7), closes #17930
- chore: reduce diffs with v6 branch (#17942) (bf9065a), closes #17942
- chore(deps): update all non-major dependencies (#17945) (cfb621e), closes #17945
- chore(deps): update all non-major dependencies (#17991) (0ca53cf), closes #17991
ccbfc1a
release: v5.4.39b001ba
fix(css): fix directory index import in sass modern api (#17960)5c5f82c
fix: improve CJS warning trace information (#17926)15871c7
fix(preload): add crossorigin attribute in CSS link tags (#17930)413c86a
fix(html): rewrite assets url in <template> (#17988)dc3c14f
fix: cjs warning respect the logLevel flag (#17993)0ca53cf
chore(deps): update all non-major dependencies (#17991)ebfaa7e
fix: only remove entry assets handled by Vite core (#17916)d428e7e
fix(css): fix sass modern source map (#17938)ad13760
fix: waitForRequestIdle locked (#17982)