Releases: oxc-project/oxlint-migrate
Releases · oxc-project/oxlint-migrate
v1.57.0
No significant changes
View changes on GitHub
v1.56.0
v1.55.0
No significant changes
View changes on GitHub
v1.54.0
No significant changes
View changes on GitHub
v1.53.0
🐞 Bug Fixes
- Keep
jsPluginsentry foroffrules in overrides - by @overlookmotel in #429 (87804)
View changes on GitHub
v1.52.0
🐞 Bug Fixes
- Fix mapping typescript rules that extend the original ESLint rule. - by @connorshea in #412 (46229)
View changes on GitHub
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)