Table of Contents
- Oxlint v1.66.0
- Oxfmt v0.51.0
Oxlint v1.66.0
đ Features
- 1ae291e linter/no-underscore-dangle: Add
allowInUsingDeclarationsoption (#22483) (ćŽæšćž) - 0440b0f linter/eslint: Implement
id-matchrule (#22379) (Vladislav Sayapin) - 65bf119 linter: Implement react no-object-type-as-default-prop (#22481) (uhyo)
- 2a6ddce linter/eslint: Implement
no-implied-evalrule (#22391) (Vladislav Sayapin) - d3a3c1d linter: Auto detect agents from CLI and transition to the agent output format (#22068) (Jovi De Croock)
- 625758a linter/vitest: Implement padding-around-after-all-blocks rule (#21788) (kapobajza)
- 37680b0 linter: Implement react no-unstable-nested-components (#22248) (Jovi De Croock)
- d8d9c74 linter: Implement import/newline-after-import rule (#19142) (Ryuya Yanagi)
đ Bug Fixes
- 3f59e03 linter: Only call rayon/miette/tracing inits once (#21899) (Matiss Janis Aboltins)
- 602dfd6 linter/promise/no-return-wrap: Detect Promise calls in all branches (#22474) (zennnnnnn11)
- e182aee linter: Allow dialogs and popovers for no_autofocus (#22289) (mehm8128)
- 7ffb710 linter/jest/vitest: Jest/no-standalone-expect ignores additionalTestBlockFunctions option for jest/vitest hooks (#22477) (kapobajza)
- c6f2d3f linter: Add more expression support for iframe-has-title (#22460) (mehm8128)
- 5747ff1 linter: Avoid enabling jest with vitest plugin (#22499) (camc314)
- 863984f linter/no-find-dom-node: Run on all files (#22479) (bab)
⥠Performance
- 2afef79 linter: Optimize
no-loop-func(#22491) (camchenry) - 4c9ca72 oxlint: Align walker thread count with rayon pool (#22494) (Boshen)
đ Documentation
- f7967c7 linter/id-match: Clarify
onlyDeclarationsconfig docs (#22523) (camc314) - 1e0c97f linter: Fix closing code block in documentation for
padding-around-after-all-blocksrule. (#22513) (connorshea) - a9049fd linter: Exclude directly provide autoFocus to dialog pattern (#22510) (mehm8128)