What's Changed
- refactor(rome_js_analyze): add more tests and docs for a11y rules through refactoring by @nissy-dev in #4417
- feat(rome_js_analyze): implement useHeadingContent and refactor useAnchorContent by @nissy-dev in #4423
- chore: new Rust version and change CI actions by @ematipico in #4425
- fix(rome_js_analyzer): ignore default exported function in useCamelCase by @nissy-dev in #4424
- ci: fix build action by @ematipico in #4427
- ci: fix build action by @ematipico in #4428
- ci: use latest os for tests by @ematipico in #4429
- feat(rome_cli): rome check via stdin by @ematipico in #4430
- fix(rome_js_analyzer): Fix false positive diagnostics that useCamelCase caused to private class members by @nissy-dev in #4432
- feat(rome_js_analyze): noAccumulatingSpread by @Vivalldi in #4426
- feat(rome_js_parser): EcmaScript @decorators #4252 by @denbezrukov in #4415
- Promote nursery rules for 12.1.0 by @Conaclos in #4431
- docs(changelog): fix links by @Conaclos in #4433
- fix(rome_js_analyze): Fix false positive diagnostics that
useHookAtTopLevel
caused to arrow functions, export default functions and function expressions. by @nissy-dev in #4435 - fix(rome_js_analyze): suppress noHeadeScope diagnostics for custom components by @nissy-dev in #4436
- refactor(rome_js_analyze): add more eslint's tests and refactor for useAltText by @nissy-dev in #4437
- refactor(rome_js_analyze): move useIframeTitle from semantic_analyzer to analyzer and refactoring by @nissy-dev in #4438
- feat(rome_js_analyze): update
noNoninteractiveElementToInteractiveRole
andnoNoninteractiveTabindex
by @unvalley in #4439 - chore: update prettier snapshots by @nissy-dev in #4441
- feat(rome_js_analyze):
useSimpleNumberKeys
by @ematipico in #4447 - fix(rome_lsp): don't throw error for ignored files in code actions by @ematipico in #4443
- refactor(rome_js_analyze): update error messages for UseAltText diagnostics by @nissy-dev in #4440
- feat(rome_js_formatter): EcmaScript @decorators #4252 by @denbezrukov in #4442
New Contributors
Full Changelog: cli/v12.0.0-nightly.5aa3efa...cli/v12.0.0-nightly.ff02317