[1.14.0] - 2025-08-30
Type-Aware Linting
Type-aware linting should now perform well in large monorepos. Please update your oxlint-tsgolint
version to latest.
๐ Features
- 9c9f80d linter/grouped-accessor-pairs: Add
enforceForTSTypes
option (#13296) (Copilot) - 5b91f3c linter: Add
vue/valid-define-emits
(#12545) (Sysix)
๐ Bug Fixes
- c215619 linter: Parse
globalThis.RegExp
for regexp rules (#13395) (Sysix) - 3c34767 linter: Handle errors from tsgolint (#13252) (camc314)
- 902b39b language_server: Split run logic for
oxlint
andtsgolint
(#13332) (Sysix) - 2a910c5 language_server: Disable tsgolint test on big endian (#13313) (camc314)
๐ Refactor
- d499400 linter/jsx-handler-names: Simplify option checks for inline functions and local variables (#13405) (camc314)
- 62da550 linter/no-done-callback: Remove nested if-let stmts (#13400) (camc314)
- c9cb2a4 eslint/arrow-body-style: Clean up implementation and improve documentation (#13389) (Antoine Zanardi)
- 53de36e linter:
ContextSubHost
hold ownedSemantic
(#13338) (overlookmotel) - e871dab linter: Run linter with
ContextSubHost
(#12769) (Sysix) - 077abdf linter: Introduce
ContextSubHost
for cross script block analyse (#12724) (Sysix) - 6431033 linter: Move ignore logic to
LintIgnoreMatcher
(#13222) (Sysix)