chore(deps): update dependency oxlint to v0.14.1#3065
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): update dependency oxlint to v0.14.1#3065renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
✅ Deploy Preview for rolldown-rs canceled.
|
8bf1dc7 to
46e5915
Compare
Member
|
I tried to bump due to oxc-project/oxc#7566, but encountered oxc-project/oxc#7696. |
Member
Upgrade later or temporarily ignore the rule |
46e5915 to
6d9b53e
Compare
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Dec 6, 2024
### Description closes #3065 Related to oxc-project/oxc#7566 and oxc-project/oxc#7696 Changelog: https://github.com/oxc-project/oxc/releases/tag/oxlint_v0.14.1
auto-merge was automatically disabled
December 6, 2024 10:30
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.12.0->0.14.1Release Notes
oxc-project/oxc (oxlint)
v0.14.1: oxlint v0.14.1Compare Source
[0.14.1] - 2024-12-06
Features
fd0935clinter: Changereact/rules-of-hookscategory topedantic(#7691) (Boshen)e64fd95linter: Map.jsto.tswhen resolving with tsconfig.json (#7675) (Boshen)bd9d38alinter: Implement eslint:yoda (#7559) (tbashiyy)a14e76alinter: Report identical logical expressions in const-comparisons (#7630) (camc314)afe1e9blinter: Enhanceconst-comparisonsfor more cases (#7628) (camc314)4eb87ealinter: RulesOfHooks from nursery to correctness (#7607) (Boshen)275d625linter: Output rules to json array (#7574) (camc314)b8dc333syntax: AddExportEntry::is_type(#7676) (Boshen)Bug Fixes
9761e94apps/oxlint: Incorrect matching in.oxlintignore(#7566) (dalaoshu)7cee065linter: Panic inyoda(#7679) (camc314)6ae178elinter: Ignore type references inno-undef(#7670) (Boshen)fcc2546linter: Moveno-unused-expressionsfrom TS to eslint (#7624) (camc314)29db060linter: Detect typescript eslint alias rules (#7622) (Alexander S.)e824501linter: False positive in exhaustive-deps (#7626) (camc314)8a68ef4linter: Update reporting spans for exhaustive-deps (#7625) (camc314)543df6elinter: Fix false positives in exhaustive-deps (#7615) (camc314)e80214clinter: Fix false positives in rules-of-hooks (#7606) (camc314)3dc46a8linter: No-unused-expressions false positive with arrow fn expressions (#7585) (Cameron)810671alinter: Detect vitest jest alias rules (#7567) (Alexander S.)4e3044elinter: Rules-of-hooks fix false positive with default export (#7570) (camc314)Documentation
f029090linter: Update rule documentation (#7684) (camc314)4e489bdlinter: Update rule documentation (#7681) (camc314)56fe5f8linter: Update rule documentation (#7680) (Cameron)Refactor
a0973dclinter: UseBigIntLiteral::rawfield (#7660) (overlookmotel)3711a8elinter: Renameis_same_referencetois_same_expression(#7654) (camc314)b445654linter: Useget_inner_expressioninconst-comparisons(#7627) (camc314)f0e7accsyntax: ChangeModuleRecord::not_esmtohas_module_syntax(#7579) (Boshen)18519desyntax: RemoveModuleRecord::export_default(#7578) (Boshen)d476660syntax: RemoveModuleRecord::exported_bindings_duplicatedbecause it is a syntax error (#7577) (Boshen)17663f5syntax: RemoveModuleRecord::export_default_duplicatedbecause it is a syntax error (#7576) (Boshen)79014ffsyntax: Clean upModuleRecord(#7568) (Boshen)Testing
be9863alinter: Add more tests fo rules-of-hooks (#7683) (camc314)6dd71c6linter: Port eslint tests to no-unused-expressions (#7611) (camc314)v0.14.0Compare Source
Features
32f860dlinter: Add support for ignorePatterns property within config file (#7092) (Nicholas Rayburn)Documentation
a6b0100linter: Fix config example headings (#7562) (Boshen)v0.13.2: oxlint v0.13.2Compare Source
[0.13.2] - 2024-11-26
b04041dvscode: [BREAKING] Use.oxlintrc.jsonas default value foroxc.configPath(#7442) (Alexander S.)Features
7236d14eslint/jsx_a11y: Implement anchor_ambiguous_text (#5729) (Jelle van der Waa)79ab8cclint-unicorn: Add rule prefer set has (#7075) (jordan boyer)87c893flinter: Add the eslint/no_duplicate_imports rule (#7309) (Guillaume Piedigrossi)0b9da38linter: Implementunicorn/prefer-negative-index(#6920) (Brian Liu)f0643c4linter: Implementjsx-no-script-url(#6995) (Radu Baston)00060calinter: Implement eslint/no-object-constructor (#7345) (Naoya Yoshizawa)Bug Fixes
db6558flinter: False positive ineslint/prefer-object-has-own(#7463) (dalaoshu)Refactor
d7d0735semantic: RemoveSymbolFlags::TypeLiteral(#7415) (Dunqing)v0.13.1: oxlint v0.13.1Compare Source
[0.13.1] - 2024-11-23
Features
4ad26b9linter: Addno-promise-in-callback(#7307) (no-yan)9558087oxlint: Auto detect config file in CLI (#7348) (Alexander S.)Bug Fixes
8507464linter: Hanging when source has syntax/is flow (#7432) (Cameron)e88cf1blinter: Makeoverridesglobs relative to config path (#7407) (camchenry)9002e97linter: Add proper support for findIndex and findLastIndex forunicorn/prefer-array-some(#7405) (Dmitry Zakharov)Documentation
6730e3elinter: Add more examples forunicorn/prefer-array-some(#7411) (Dmitry Zakharov)Refactor
6c0d31blinter: Remove uselessconstdeclaration (#7430) (Song Gao)c8adc46linter/no-unused-vars: Improve implementation to remove using SymbolFlags::Export (#7412) (Dunqing)c90537flinter/only-used-in-recursion: Improve implementation to remove using SymbolFlags::Export (#7413) (Dunqing)Testing
779f479editor: Check if workspace configuration is updated (#7403) (Alexander S.)v0.13.0Compare Source
Documentation
df143calinter: Add docs for config settings (#4827) (DonIsaac)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.