Skip to content

chore(deps): update dependency oxlint to v0.14.1#3065

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/oxlint
Closed

chore(deps): update dependency oxlint to v0.14.1#3065
renovate[bot] wants to merge 1 commit intomainfrom
renovate/oxlint

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
oxlint (source) 0.12.0 -> 0.14.1 age adoption passing confidence

Release Notes

oxc-project/oxc (oxlint)

v0.14.1: oxlint v0.14.1

Compare Source

[0.14.1] - 2024-12-06

Features
  • fd0935c linter: Change react/rules-of-hooks category to pedantic (#​7691) (Boshen)
  • e64fd95 linter: Map .js to .ts when resolving with tsconfig.json (#​7675) (Boshen)
  • bd9d38a linter: Implement eslint:yoda (#​7559) (tbashiyy)
  • a14e76a linter: Report identical logical expressions in const-comparisons (#​7630) (camc314)
  • afe1e9b linter: Enhance const-comparisons for more cases (#​7628) (camc314)
  • 4eb87ea linter: RulesOfHooks from nursery to correctness (#​7607) (Boshen)
  • 275d625 linter: Output rules to json array (#​7574) (camc314)
  • b8dc333 syntax: Add ExportEntry::is_type (#​7676) (Boshen)
Bug Fixes
  • 9761e94 apps/oxlint: Incorrect matching in .oxlintignore (#​7566) (dalaoshu)
  • 7cee065 linter: Panic in yoda (#​7679) (camc314)
  • 6ae178e linter: Ignore type references in no-undef (#​7670) (Boshen)
  • fcc2546 linter: Move no-unused-expressions from TS to eslint (#​7624) (camc314)
  • 29db060 linter: Detect typescript eslint alias rules (#​7622) (Alexander S.)
  • e824501 linter: False positive in exhaustive-deps (#​7626) (camc314)
  • 8a68ef4 linter: Update reporting spans for exhaustive-deps (#​7625) (camc314)
  • 543df6e linter: Fix false positives in exhaustive-deps (#​7615) (camc314)
  • e80214c linter: Fix false positives in rules-of-hooks (#​7606) (camc314)
  • 3dc46a8 linter: No-unused-expressions false positive with arrow fn expressions (#​7585) (Cameron)
  • 810671a linter: Detect vitest jest alias rules (#​7567) (Alexander S.)
  • 4e3044e linter: Rules-of-hooks fix false positive with default export (#​7570) (camc314)
Documentation
Refactor
  • a0973dc linter: Use BigIntLiteral::raw field (#​7660) (overlookmotel)
  • 3711a8e linter: Rename is_same_reference to is_same_expression (#​7654) (camc314)
  • b445654 linter: Use get_inner_expression in const-comparisons (#​7627) (camc314)
  • f0e7acc syntax: Change ModuleRecord::not_esm to has_module_syntax (#​7579) (Boshen)
  • 18519de syntax: Remove ModuleRecord::export_default (#​7578) (Boshen)
  • d476660 syntax: Remove ModuleRecord::exported_bindings_duplicated because it is a syntax error (#​7577) (Boshen)
  • 17663f5 syntax: Remove ModuleRecord::export_default_duplicated because it is a syntax error (#​7576) (Boshen)
  • 79014ff syntax: Clean up ModuleRecord (#​7568) (Boshen)
Testing
  • be9863a linter: Add more tests fo rules-of-hooks (#​7683) (camc314)
  • 6dd71c6 linter: Port eslint tests to no-unused-expressions (#​7611) (camc314)

v0.14.0

Compare Source

Features
  • 32f860d linter: Add support for ignorePatterns property within config file (#​7092) (Nicholas Rayburn)
Documentation

v0.13.2: oxlint v0.13.2

Compare Source

[0.13.2] - 2024-11-26

  • b04041d vscode: [BREAKING] Use .oxlintrc.json as default value for oxc.configPath (#​7442) (Alexander S.)
Features
  • 7236d14 eslint/jsx_a11y: Implement anchor_ambiguous_text (#​5729) (Jelle van der Waa)
  • 79ab8cc lint-unicorn: Add rule prefer set has (#​7075) (jordan boyer)
  • 87c893f linter: Add the eslint/no_duplicate_imports rule (#​7309) (Guillaume Piedigrossi)
  • 0b9da38 linter: Implement unicorn/prefer-negative-index (#​6920) (Brian Liu)
  • f0643c4 linter: Implement jsx-no-script-url (#​6995) (Radu Baston)
  • 00060ca linter: Implement eslint/no-object-constructor (#​7345) (Naoya Yoshizawa)
Bug Fixes
  • db6558f linter: False positive in eslint/prefer-object-has-own (#​7463) (dalaoshu)
Refactor

v0.13.1: oxlint v0.13.1

Compare Source

[0.13.1] - 2024-11-23

Features
Bug Fixes
  • 8507464 linter: Hanging when source has syntax/is flow (#​7432) (Cameron)
  • e88cf1b linter: Make overrides globs relative to config path (#​7407) (camchenry)
  • 9002e97 linter: Add proper support for findIndex and findLastIndex for unicorn/prefer-array-some (#​7405) (Dmitry Zakharov)
Documentation
  • 6730e3e linter: Add more examples for unicorn/prefer-array-some (#​7411) (Dmitry Zakharov)
Refactor
  • 6c0d31b linter: Remove useless const declaration (#​7430) (Song Gao)
  • c8adc46 linter/no-unused-vars: Improve implementation to remove using SymbolFlags::Export (#​7412) (Dunqing)
  • c90537f linter/only-used-in-recursion: Improve implementation to remove using SymbolFlags::Export (#​7413) (Dunqing)
Testing
  • 779f479 editor: Check if workspace configuration is updated (#​7403) (Alexander S.)

v0.13.0

Compare Source

Documentation

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge December 6, 2024 09:34
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 6, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@netlify
Copy link
Copy Markdown

netlify Bot commented Dec 6, 2024

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit 6d9b53e
🔍 Latest deploy log https://app.netlify.com/sites/rolldown-rs/deploys/6752ce9042d6990008a5897b

@renovate renovate Bot force-pushed the renovate/oxlint branch from 8bf1dc7 to 46e5915 Compare December 6, 2024 09:41
@shulaoda
Copy link
Copy Markdown
Member

shulaoda commented Dec 6, 2024

I tried to bump due to oxc-project/oxc#7566, but encountered oxc-project/oxc#7696.

@shulaoda
Copy link
Copy Markdown
Member

shulaoda commented Dec 6, 2024

I tried to bump due to oxc-project/oxc#7566, but encountered oxc-project/oxc#7696.

Upgrade later or temporarily ignore the rule import/namespace.

@renovate renovate Bot force-pushed the renovate/oxlint branch from 46e5915 to 6d9b53e Compare December 6, 2024 10:14
@hyf0 hyf0 closed this in #3066 Dec 6, 2024
auto-merge was automatically disabled December 6, 2024 10:30

Pull request was closed

@renovate renovate Bot deleted the renovate/oxlint branch December 6, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant