Releases: oxc-project/oxlint-migrate
Releases · oxc-project/oxlint-migrate
v1.51.0
🚨 Breaking Changes
🚀 Features
- Add typeAware option to the generated config when relevant. - by @connorshea in #406 (c56a1)
🐞 Bug Fixes
- Fix plugin scope determination logic - by @connorshea in #402 (69a38)
View changes on GitHub
v1.50.0
No significant changes
View changes on GitHub
v1.49.0
🚀 Features
- Print out an explanation when a rule is intentionally unsupported. - by @connorshea in #378 (a9c73)
🐞 Bug Fixes
- Do not remove rules from overrides where conflict with earlier override - by @overlookmotel in #387 (5fa8f)
- Only merge overrides with same files if consecutive - by @overlookmotel in #388 (04e48)
- Check nested
filesarray size before skipping the config - by @Sysix in #396 (ad6b1)
View changes on GitHub
v1.48.0
🐞 Bug Fixes
View changes on GitHub
v1.46.0
🚨 Breaking Changes
🚀 Features
- Migrate the
settingsfield from ESLint configs - by @connorshea in #361 (09657)
View changes on GitHub
v1.43.0
🚀 Features
- Automatically sync Vitest-compatible rules list from oxc repo - by @connorshea in #344 (e0fb8)
- Categorize skipped rules and add --details flag - by @no-yan and Claude Sonnet 4.5 in #347 (b45f8)
🐞 Bug Fixes
- Rule option preservation when severity-only override is applied - by @Copilot and Sysix in #356 (c5066)
View changes on GitHub
v1.42.0
🐞 Bug Fixes
- Add react-refresh/only-export-components support and fix eslint-plugin-n rule aliases - by @connorshea in #342 (ce25b)
View changes on GitHub
v1.41.0
No significant changes
View changes on GitHub
v1.40.0
No significant changes
View changes on GitHub
v1.39.0
🐞 Bug Fixes
- Detect and skip ESLint AND glob patterns (nested arrays in files) - by @Copilot, camc314 and Sysix in #323 (f49e1)