Skip to content

oxlint v1.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 03:38
9abb7b7

[1.13.0] - 2025-08-26

💥 BREAKING CHANGES

  • 63abd7c oxlint: [BREAKING] Do not ignore hidden dot directories by default (#13194) (Sysix)

🚀 Features

  • 47aefa8 editor: Add oxc.typeAware option for workspaces (#13147) (Sysix)
  • faee1a4 language_server: Add typeAware option (#13146) (Sysix)
  • 70f0143 linter: Add jest/padding-around-test-blocks rule (#12985) (Peter Cardenas)
  • a56f0da linter: Add profiling support for tsgolint via environment variables (#13238) (no-yan)
  • cc7f088 linter: Add react/jsx-handler-names rule (#13079) (Takuji Shimokawa)
  • c6c5075 linter/always-return: Implement promise rule always-return (#13178) (Li Wei)

🐛 Bug Fixes

  • fd14b39 linter/array-callback-return: False postive with throw stmt in callback (#13264) (camc314)
  • 648e939 linter: Parse ignorePatterns with gitignore syntax (#13221) (Sysix)
  • a1b52c8 linter/no-unused-private-class-members: Fix false positive with await expression (#13249) (camc314)
  • d80c07c linter/explicit-module-boundary-types: False positve with arrow fn in exported fn body (#13232) (camc314)
  • 06ec43c linter: Enhance handling of disable directives for next-line and line spans (#13157) (camc314)
  • 163dbea linter/prefer-for-of: False positive with diff member expression (#13201) (camc314)
  • ada4e84 linter/prefer-await-to-then: False positive with Promise call as return arg (#13189) (camc314)
  • 63d12d3 linter: Handle arrow function expressions in static blocks for no-unused-private-class-members (#13181) (camc314)
  • 02c779f npm/oxlint: Make oxlint-tsgolint truly optional (#13153) (Boshen)

🚜 Refactor

  • 2f9a6ac linter: Move lsp relevant code into own file (#13243) (Sysix)
  • 2761300 linter: Include tsgolint suggestion for Message::from_tsgo_lint_diagnostic (#13255) (Sysix)
  • c138fad linter: Avoid fs reads in TsGoLintState when --silent is used (#13199) (Sysix)
  • 845c6de linter: Store source_text of already opened files for TsGoLintState (#13197) (Sysix)

📚 Documentation

  • 7fcc51e linter: Fix doc code block in eslint/func-style rule (#13171) (leaysgur)
  • deddc8c linter/no-console: Correct typo in correct code example (#13182) (camc314)

🧪 Testing

  • 30c54a3 linter: Add test for Message::from_tsgo_lint_diagnostic (#13254) (Sysix)