chore(deps): update dependency oxlint to ^0.9.0 - autoclosed #127
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.4.4
->^0.9.0
Release Notes
oxc-project/oxc (oxlint)
v0.9.1
: oxlint v0.9.1Compare Source
[0.9.1] - 2024-08-29
Features
6633972
linter: Add fixer forno-empty
(#5276) (camc314)a58e448
linter/eslint: Add fixer tono-var
(#5144) (camc314)a6e9769
linter/jsx-a11y: Addlabel-has-associated-control
(#5163) (Billy Levin)c8e8532
linter/unicorn: Add fixer tothrow-new-error
(#5275) (camc314)7ccde4b
linter/unicorn: Add fixer toprefer-date-now
(#5147) (camc314)Bug Fixes
fdef8ae
linter: Jest/vitest rule compat (#4797) (cinchen)76e86f8
linter: Eslint-plugin-unicorn prefer-spread wrong linter suggestion on variables of type string (#5265) (Arian94)b39544e
linter/jest: Fixer forprefer-jest-mocked
creates invalid LHS expressions (#5243) (camc314)9953fa5
linter/no-null: Incorrect fixer forNullLiteral
withinReturnStatement
(#5247) (Dunqing)318479e
linter/no-unused-vars: Mark the class/function in the new expression as used (#5306) (magic-akari)Refactor
fa1d460
linter: Clean up Fixer and Message (#5308) (DonIsaac)v0.9.0
: oxlint v0.9.0Compare Source
[0.9.0] - 2024-08-26
This release introduces
no-unused-vars
as acorrectness
rule and parsing regular expressions for syntax errors, both may produce false positives. Feel free to submit an issue.5946748
linter: [BREAKING] Parse and display syntax errors for regular expressions (#5214) (Boshen)b894d3b
linter: [BREAKING] Makeno-unused-vars
correctness (#5081) (DonIsaac)Features
1ce9630
linter/config: Implement FromIterator for LintPluginOptions (#5102) (DonIsaac)34bfaf6
linter/react: Add fixer tojsx-props-no-spread-multi
(#5145) (camc314)982bd6e
linter/unicorn: Add fixer torequire-array-join-separator
(#5152) (camc314)a6704bd
linter/unicorn: Add fixer toprefer-set-size
(#5149) (camc314)ac7edcc
linter/unicorn: Add fixer toprefer-array-some
(#5153) (camc314)1d01aa3
linter/unicorn: Add partial fixer forprefer-array-flat
(#5143) (camc314)22d57f9
linter/unicorn: Add fixer toprefer-string-slice
(#5150) (Cameron)2fe4415
linter/unicorn: Add fixer tono-redundant-roles
(#5146) (Cameron)d35c6f5
linter/unicorn: Add fixer toprefer-regexp-test
(#5151) (Cameron)27db769
linter/unicorn: Add fixer totext-encoding-identifier-case
(#5154) (Cameron)f7958c4
linter/unicorn: Add prefer-structured-clone (#5095) (Jelle van der Waa)004ffa0
linter/vitest: Implementprefer-each
(#5203) (dalaoshu)Bug Fixes
aaaf26c
linter: Error in fixer for prefer-to-have-length (#5197) (dalaoshu)1f5b6b6
linter: Bug in fixer for prefer-to-have-length (#5164) (dalaoshu)7eb052e
linter:no-hex-escape
fixer removing regex flags (#5137) (Cameron)76c66b4
linter/max-lines: Point span to end of file for disable directive to work (#5117) (Boshen)8ff6f2c
linter/no-unused-vars: Panic on UsingDeclarations (#5206) (DonIsaac)d29042e
linter/no-unused-vars: Function expression in implicit arrow function return (#5155) (DonIsaac)36e4a28
linter/no-unused-vars: Panic in variable declarator usage checks (#5160) (DonIsaac)ba62a71
linter/react: Fixed false positive with missing key inside React.Children.toArray() for fragments (#5133) (Earl Chase)fd1031a
linter/unicorn: Breaking fixer in case statements forno-null
(#5176) (DonIsaac)7b86ed6
linter/unicorn: Handle type casts and parens inno-null
(#5175) (Don Isaac)b629e16
linter/unicorn: Improve diagnostic message forno-null
(#5172) (DonIsaac)Performance
ce454cf
Use simdutf8 to validate UTF-8 when reading files (#5196) (dalaoshu)Refactor
543cad6
codegen: Remove some pub APIs (Boshen)0d3661a
linter: Remove meaninglessspan0
(#5209) (dalaoshu)2a91ef1
linter:eslint/no_redeclare
rule userun_on_symbol
notrun_once
(#5201) (overlookmotel)33599b0
linter: Split options into multiple files (#5101) (DonIsaac)7ab6152
linter/unicorn: Clean upno-null
(#5174) (DonIsaac)Testing
a877e5a
linter/no-unused-vars: Ensure type annotations on property accessors are considered used (#5183) (DonIsaac)7886618
linter/unicorn: Add fixer tests forno-null
(#5173) (DonIsaac)v0.8.0
Compare Source
Features
a0effab
linter: Support more flexible config.globals values (#4990) (Don Isaac)v0.7.2
Compare Source
Features
4d28d03
task/website: Support rendersubschemas.all_of
(#4800) (mysteryven)v0.7.1
Compare Source
Features
cc922f4
vscode: Provide config's schema to oxlint config files (#4826) (Don Isaac)v0.7.0
Compare Source
Bug Fixes
0fba738
npm: SyntaxError caused by optional chaining in low version node (#4650) (heygsc)v0.6.1
: oxlint v0.6.1Compare Source
[0.6.1] - 2024-07-17
Features
1f8968a
linter: Add eslint-plugin-promise rules: avoid-new, no-new-statics, params-names (#4293) (Jelle van der Waa)a4dc56c
linter: Add fixer for unicorn/no_useless_promise_resolve_reject (#4244) (Burlin)6fb808f
linter: Add typescript-eslint/no-confusing-non-null-assertion (#4224) (Jaden Rodriguez)126b66c
linter: Support eslint-plugin-vitest/valid-describe-callback (#4185) (cinchen)05b9a73
linter: Support eslint-plugin-vitest/valid-expect (#4183) (cinchen)3e56b2b
linter: Support eslint-plugin-vitest/no-test-prefixes (#4182) (cinchen)3016f03
linter: Let fixer functions return aNone
fix (#4210) (DonIsaac)bbe6137
linter: Implement unicorn/no-useless-undefined (#4079) (Burlin)Bug Fixes
9df60da
linter: Correct find first non whitespace logic in @typescript-eslint/consistent-type-imports (#4198) (mysteryven)67240dc
linter: Not ignore adjacent spans when fixing (#4217) (mysteryven)dd07a54
linter: Global variables should always check the builtin variables (#4209) (Jelle van der Waa)Performance
0fdc88b
linter: Optimize no-dupe-keys (#4292) (lucab)Refactor
b5a8f3c
linter: Use get_first_parameter_name from unicorn utils (#4255) (Jelle van der Waa)7089a3d
linter: Split up fixer code into separate files (#4222) (DonIsaac)v0.6.0
Compare Source
Features
cc58614
linter: Better schemas for allow/warn/deny (#4150) (DonIsaac)v0.5.3
: oxlint v0.5.3Compare Source
[0.5.3] - 2024-07-07
Features
1681b11
linter: Eslint-plugin-jest/consistent-test-it (#4053) (cinchen)6876490
linter: Add rule no-undefined (#4041) (jordan boyer)bf04dee
linter: Implement unicorn/no-negation-in-equality-check (#4034) (Nissim Chekroun)aa45604
linter/eslint: Implement no-multi-str (#4038) (Jelle van der Waa)Bug Fixes
7b2dc3b
linter: Fix panic in import/namespace (#4080) (Boshen)v0.5.2
: oxlint v0.5.2Compare Source
[0.6.0] - 2024-07-02
Features
b257d53
linter: Support report@typescript-eslint/consistent-type-imports
(#3895) (mysteryven)2114475
linter: Implement @typescript-eslint/no-dynamic-delete (#3971) (kaykdm)10a3c9a
linter/eslint-plugin-react: Implement no-set-state (#3975) (Jelle van der Waa)Bug Fixes
432d6d9
linter: Find disabled directives using the message'sSpan
. (#4010) (rzvxa)dbbb6fc
linter: Global variable check should always check builtin variables (#3973) (Boshen)v0.5.1
: oxlint v0.5.1Compare Source
[0.5.1] - 2024-06-29
Bug Fixes
c26975a
linter: Only show the filename for max-lines (#3966) (Boshen)94329e4
linter: Handle useful but empty constructors in no-useless-constructor (#3951) (DonIsaac)6498a08
linter: No-useless-spread fixer with multiple spread elements (#3950) (DonIsaac)v0.5.0
: oxlint v0.5.0Compare Source
[0.5.0] - 2024-06-27
Features
3ae2628
linter: Changeno-import-assign
to correctness (#3928) (Boshen)a89d501
linter: @typescript-eslint/no-non-null-asserted-nullish-coalescing (#3850) (kaykdm)fc48cb4
linter: eslint-plugin-jest/prefer-jest-mocked (#3865) (cinchen)328445b
linter: vitest/no-disabled-tests (#3717) (mysteryven)8c61f9c
linter: @typescript-eslint/no-non-null-assertion (#3825) (kaykdm)9493fbe
linter: oxc/no-optional-chaining (#3700) (mysteryven)139adfe
linter: @typescript-eslint/no-import-type-side_effects (#3699) (mysteryven)5f84500
linter: react/prefer-es6-class (#3812) (Jelle van der Waa)fafe67c
linter: max-dependencies (#3814) (Jelle van der Waa)Bug Fixes
5902331
cli: properly report configuration error (#3889) (Luca Bruno)Refactor
7302429
linter/prefer_number_properties: Remove the unusedIdentifierName
check (#3822) (Boshen)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.