[1.11.2] - 2025-08-12
๐ Bug Fixes
- c461a86 oxlint: Fix type-aware linting crash when Vue files are present (#13007) (Copilot)
- 42de3d1 linter: Update warn_correctness to correctly warn when using vitest plugin (#12991) (camc314)
- 1b0136e linter/exhaustive-deps: Use codegen in fixer rather than manual string manipulation (#12987) (camc314)
- 2936545 linter/tsgolint: Report an error if tsgolint executable failed to spawn (#12984) (camc314)
- 166f5cc linter: Fix no-fallthrough rule, when the default condition is not last (#12927) (Li Wei)
- d7e1ddb linter/config: Ensure that overrides correctly replace base rules (#12941) (camc314)
- a13b3ee oxlint: Run
tsgolint.CMD
under windows (#12932) (Sysix)
๐ Refactor
- 69303de oxlint: Pass
DiagnosticService
as a parameter forTsGoLintState.lint()
(#13004) (Sysix)
๐งช Testing
- fb8cbbf oxlint: Enable tsgolint test with config parameter for windows (#13001) (Alexander S.)
- d59f3bb oxlint: Match
x.ys
when replacing var (#12990) (camc314) - 6b054b6 linter/expect-expect: Add test case for calling expect as return arg (#12983) (camc314)
- d7cca12 linter: Add test for extended configs and overrides for tsgolint (#12924) (camchenry)