chore(deps): update dependency oxlint to v0.4.4 - autoclosed #133
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.0
->0.4.4
Release Notes
oxc-project/oxc (oxlint)
v0.4.4
: oxlint v0.4.4Compare Source
[0.4.4] - 2024-06-14
Highlights
Sort imports via
oxlint --fix -D sort-imports
f6d9ca6
linter: Addeslint/sort-imports
rule (#3568) (Wang Wenzhe)Features
8f5655d
linter: Add eslint/no-useless-constructor (#3594) (Don Isaac)29c78db
linter: Implement @typescript-eslint/explicit-function-return-type (#3455) (kaykdm)21d3425
linter: Typescript-eslint no-useless-empty-export (#3605) (keita hino)85c3b83
linter: Eslint-plugin-jest/max-nested-describes (#3585) (cinchen)046ff3f
linter/eslint: Addno_unreachable
rule. (#3238) (rzvxa)e32ce00
linter/jsdoc: Implement require-param-name rule (#3636) (Yuji Sugiura)110661c
linter/jsdoc: Implement require-param-description (#3621) (Yuji Sugiura)d6370f1
linter/jsdoc: Implement require-param-type rule (#3601) (Yuji Sugiura)Bug Fixes
f0b689d
linter: Panic in jsdoc/require-param (#3590) (Don Isaac)v0.4.3
: oxlint v0.4.3Compare Source
[0.4.3] - 2024-06-07
Features
1fb9d23
linter: Add fixer for no-useless-fallback-in-spread rule (#3544) (Don Isaac)6506d08
linter: Add fixer for no-single-promise-in-promise-methods (#3531) (Don Isaac)daf559f
linter: Eslint-plugin-jest/no-large-snapshot (#3436) (cinchen)4c17bc6
linter: Eslint/no-constructor-return (#3321) (谭光志)4a075cc
linter/jsdoc: Implement require-param rule (#3554) (Yuji Sugiura)747500a
linter/jsdoc: Implement require-returns-type rule (#3458) (Yuji Sugiura)6b39654
linter/tree-shaking: Support options (#3504) (Wang Wenzhe)Bug Fixes
b188778
linter/eslint: Fixrequire-await
false positives inForOfStatement
. (#3457) (rzvxa)350cd91
parser: Should parser error when function declaration has no name (#3461) (Dunqing)v0.4.2
: oxlint v0.4.2Compare Source
What's Changed
Linter
require-await
by @todor-a in https://github.com/oxc-project/oxc/pull/3406eslint-plugin-unicorn/no-magic-array
flat depth by @camc314 in https://github.com/oxc-project/oxc/pull/3411@typescript-eslint/consistent-indexed-object-style
by @todor-a in https://github.com/oxc-project/oxc/pull/3126oxc/no-async-await
rule by @mysteryven in https://github.com/oxc-project/oxc/pull/3438oxc/no-const-enum
rule by @mysteryven in https://github.com/oxc-project/oxc/pull/3435oxc/no-rest-spread-properties
rule by @mysteryven in https://github.com/oxc-project/oxc/pull/3432eslint-plugin-jest/prefer-hooks-on-top
by @eryue0220 in https://github.com/oxc-project/oxc/pull/3437eslint-plugin-jest/require-top-level-describe
by @eryue0220 in https://github.com/oxc-project/oxc/pull/3439no-div-regex
by @jelly in https://github.com/oxc-project/oxc/pull/3442no-useless-concat
by @jelly in https://github.com/oxc-project/oxc/pull/3363Parser
New Contributors
Full Changelog: oxc-project/oxc@oxlint_v0.4.1...oxlint_v0.4.2
v0.4.1
: oxlint v0.4.1Compare Source
What's Changed
The previous version refactored some parsing code around arrow expressions, which failed to parse the following snippet correctly
Full Changelog: oxc-project/oxc@oxlint_v0.4.0...oxlint_v0.4.1
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 has been generated by Mend Renovate. View repository job log here.