Releases: oxc-project/oxc
Releases · oxc-project/oxc
oxlint v0.3.3
What's Changed
Features
- add
--symlinks
to allow symbolic walking by @Boshen in #3244 - add
--format github
for github check annotation by @Boshen in #3191 - change the category of all react-perf rules to perf by @Dunqing in #3243
- remove deprecated eslint v9 rules
no-return-await
andno-mixed-operators
by @Boshen in #3188 - move prefer-node-protocol to restriction by @Boshen in #3171
New Rules
- react/rules-of-hooks by @rzvxa in #3071
- eslint/radix by @KubaJastrz in #3167
- eslint/no-new-native-nonconstructor by @Boshen in #3187
- eslint/unicode-bom by @jelly in #3239
- eslint/no-empty-function rule by @jelly in #3181
- eslint-plugin-next/no-duplicate-head by @Boshen in #3174
- eslint-plugin-next/no-page-custom-font by @Dunqing in #3185
- eslint-plugin-next/no-styled-jsx-in-document by @Dunqing in #3184
- unicorn/no-anonymous-default-export by @1zumii in #3220
Bug Fixes
- improve
prefer-string-starts-ends-with
rule by @camc314 in #3176 - import/export: improve multiple exports error message by @Dunqing in #3160
- import/named: handle
import { default as foo }
by @Boshen in #3255 - shorten eslint/eqeqeq rule error message's span by @mysteryven in #3193
- fix(parser): correctly parse cls.fn = x by @Dunqing in #3208
New Contributors
- @KubaJastrz made their first contribution in #3167
- @1zumii made their first contribution in #3220
Full Changelog: oxlint_v0.3.2...oxlint_v0.3.3
oxlint v0.3.2
What's Changed
Oxlint Import Plugin Alpha Release
- feat(linter): @typescript-eslint/prefer-literal-enum-member by @kaykdm in #3134
- feat(linter): add more "ban-ts-comment" test cases. by @woai3c in #3107
- feat(linter): eslint-plugin-jest/require-hook by @eryue0220 in #3110
- feat(linter): eslint/no-await-in-loop by @woai3c in #3070
- feat(linter): typescript-eslint/prefer-enum-initializers by @todor-a in #3097
- feat(linter/jsdoc): Implement
implements-on-classes
rule by @leaysgur in #3081 - feat(linter/jsdoc): Implement check-tag-names rule by @leaysgur in #3029
- feat(linter/jsdoc): Implement no-defaults rule by @leaysgur in #3098
- feat(linter/jsdoc): Implement require-yields rule by @leaysgur in #3150
- feat(linter/jsdoc): Support settings.ignore(Private|Internal) by @leaysgur in #3147
New Contributors
Full Changelog: oxlint_v0.3.1...oxlint_v0.3.2
oxlint v0.3.1
Hotfix unwanted plugin rules being enabled.
Full Changelog: oxlint_v0.3.0...oxlint_v0.3.1
oxlint v0.3.0
What's Changed
Potential breaking change
-D all
no longer enables nursery rules, use-D all -D nursery
instead
Features
- support eslint globals by @Boshen in #3038
- change no-empty-static-block to correctness
- implement
--format checkstyle
by @Boshen in #3044 - implement
--format unix
by @Boshen in #3039 - implement fixer for
typescript-eslint/consistent-type-definitions
by @todor-a in #3045
Fixes
Full Changelog: oxlint_v0.2.18...oxlint_v0.3.0
oxlint v0.2.18
What's Changed
New Rules
- correctness: eslint-plugin-unicorn no await in promise methods by @camc314 in #2963
- correctness: eslint-plugin-unicorn no single promise in promise methods by @camc314 in #2962
Features
- Add --jsdoc-plugin flag by @leaysgur in #2935
- Implement plugin-jsdoc/check-property-names by @leaysgur in #2989
- eslint/max-len by @woai3c in #2874
- remove import/no-unresolved by @Boshen in #3023
- support
oxlint-disable
alongsideeslint-disable
by @Boshen in #3024 - jsdoc: Implement require-property rule by @leaysgur in #3011
- jsdoc: Implement require-property-(type|name|description) rules by @leaysgur in #3013
New Contributors
- @branchseer made their first contribution in #2943
- @woai3c made their first contribution in #2874
Full Changelog: oxlint_v0.2.17...oxlint_v0.2.18
oxlint v0.2.17
What's Changed
- feat(linter): eslint-plugin-jest/prefer-lowercase-title by @eryue0220 in #2911
- feat(linter): typescript-eslint/consistent-type-definitions by @todor-a in #2885
- fix(cli): fix
oxlint --format json
yields 0 files to lint by @Boshen in #2940 - fix(cli): if format is json do not print summary information (#2899) by @kalvenschraut in #2925
- fix(linter): import/no-cycle ignore type-only imports by @JohnDaly in #2924
- refactor(semantic/jsdoc): Rework JSDoc struct for better Span handling by @leaysgur in #2917
New Contributors
- @bradzacher made their first contribution in #2938
Full Changelog: oxlint_v0.2.16...oxlint_v0.2.17
oxlint v0.2.16
What's Changed
- feat(linter): @typescript-eslint/prefer-for-of by @charnog in #2789
- feat(linter): Implement jsdoc/check-access by @leaysgur in #2642
- feat(linter): Implement jsdoc/empty-tags by @leaysgur in #2893
- feat(linter): eslint-plugin-jest/prefer-mock-promise-sorthand by @eryue0220 in #2864
- feat(linter/import): Add
ignoreTypes
option for theimport/no-cycle
rule by @JohnDaly in #2905 - fix(ast):
FinallyClause
won't get visited asBlockStatement
anymore. by @rzvxa in #2881 - fix(linter): handle self closing script tags in astro partial loader (#2017) by @kalvenschraut in #2907
- fix(linter): svelte partial loader handle generics (#2875) by @kalvenschraut in #2906
New Contributors
- @charnog made their first contribution in #2789
- @kalvenschraut made their first contribution in #2906
- @JohnDaly made their first contribution in #2905
Full Changelog: oxlint_v0.2.15...oxlint_v0.2.16
oxlint v0.2.15
What's Changed
- feat(linter): default_param_last by @JoSeBu1 in #2756
- feat(linter): eslint-plugin-jest/no-untyped-mock-factory by @eryue0220 in #2807
- feat(linter): eslint-plugin-jest/prefer-comparison-matcher by @eryue0220 in #2806
- feat(linter): eslint-plugin-react checked-requires-onchange-or-readonly by @keita-hino in #2754
- feat(linter): eslint/no-iterator by @JoSeBu1 in #2758
- feat(linter): fallback to the default tsconfig path by @Dunqing in #2842
- feat(linter): no_script_url by @JoSeBu1 in #2761
- feat(linter/import) check deep namespace in namespace rule by @Dunqing in #2805
- feat(linter/import) check module import in no_duplicates by @Dunqing in #2771
- feat(linter/import) check type import in no_duplicates by @Dunqing in #2777
- feat(linter/import) support allow_computed option in namespace by @Dunqing in #2840
- feat(linter/import) support check re-export in named by @Dunqing in #2769
- feat(linter/import): ignore type-only imports and exports in no_unresolved by @Dunqing in #2849
- fix(linter/import): false positive for indirect export in namespace by @Dunqing in #2862
- fix(linter/import): ignore export declaration in no-duplicates by @Dunqing in #2863
- fix(linter/max-lines): only report codes that exceed the line limit by @mysteryven in #2778
- fix(parser): add support for empty module declaration by @rzvxa in #2834
New Contributors
Full Changelog: oxlint_v0.2.14...oxlint_v0.2.15
oxlint v0.2.14
What's Changed
- feat(linter) eslint: no-useless-rename by @camc314 in #2648
- feat(linter): Add settings.jsdoc by @leaysgur in #2706
- feat(linter): add new property for
parse_jest_fn
by @eryue0220 in #2715 - feat(linter): eslint-plugin-jest rule
prefer-spy-on
by @eryue0220 in #2666 - feat(linter): eslint-plugin-jest:
prefer-expect-resolves
by @eryue0220 in #2703 - feat(linter): eslint-plugin-jest:
prefer-to-be
by @eryue0220 in #2702 - feat(linter): eslint-plugin-jest:
prefer-to-contain
by @eryue0220 in #2735 - feat(linter): eslint/guard-for-in by @JoSeBu1 in #2746
- feat(linter): eslint/max-lines by @andipabst in #2739
- feat(linter): eslint/max-params by @JoSeBu1 in #2749
- feat(linter): eslint/no-continue by @JoSeBu1 in #2742
- feat(linter): eslint/no-proto by @JoSeBu1 in #2760
- feat(linter): eslint/no-ternary by @JoSeBu1 in #2744
- feat(linter): eslint/no-with by @andipabst in #2741
- feat(linter): no_eq_null by @JoSeBu1 in #2757
- feat(linter): no_template_curly_in_string by @JoSeBu1 in #2763
- feat(linter): report side effect for array element in node_side_effects rule by @mysteryven in #2683
- feat(linter): resolve ESM star exports by @Boshen in #2682
- feat(linter): support check ImportNamespaceSpecifier in no_import_assign by @Dunqing in #2617
- feat(linter/import) change the rule path to index.ts and add snapshot in export rule by @Dunqing in #2732
- feat(linter/import) implement no_unused_modules rule by @Dunqing in #2720
- feat(linter/import): check ObjectPattern syntax in namespace by @Dunqing in #2691
- feat(linter/import): support check reexport binding in namespace by @Dunqing in #2678
- feat(linter/tree-shaking): add cache for checking mutating identifiers by @mysteryven in #2743
- feat(linter/tree_shaking): check assignment of identifier by @mysteryven in #2697
- fix(linter): correct example for no-obj-calls rule by @overlookmotel in #2618
- fix(linter): fix guard_for_in span error by @JoSeBu1 in #2755
- implemented import/no-default-export by @XantreGodlike in #2736
New Contributors
- @andipabst made their first contribution in #2739
- @JoSeBu1 made their first contribution in #2742
- @LIMPIX31 made their first contribution in #2712
Full Changelog: oxlint_v0.2.13...oxlint_v0.2.14
oxlint v0.2.13
What's Changed
Linter
- eslint-plugin-jest: prefer-strict-equal by @eryue0220 in #2581
- eslint-plugin-jest: prefer-to-have-length by @eryue0220 in #2580
- improve getter return rule for TypeScript by @BlackSoulHub in #2543
- avoid crash if no members in TSTypeLiteral in typescript/prefer-function-type by @mysteryven in #2604
- exclude typescript syntax function in only_used_in_recursion by @Dunqing in #2595
Parser
- feat: parse decorators properly by @Boshen in #2603
- perf: faster lexing template strings by @overlookmotel in #2541
- perf: lex JSXText with memchr by @overlookmotel in #2558
Vscode
- use config path at init by @johnrazeur in #2569
- serialize with camelCase by @IWANABETHATGUY in #2568
New Contributors
- @BlackSoulHub made their first contribution in #2543
- @johnrazeur made their first contribution in #2569
Full Changelog: oxlint_v0.2.12...oxlint_v0.2.13