chore(deps): update lint dependencies to ^1.5.0 #346

Merged
renovatebot merged 1 commits from renovate/lint into main 2025-07-02 09:31:33 +08:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-oxlint ^1.4.0 -> ^1.5.0 age adoption passing confidence
oxlint (source) ^1.4.0 -> ^1.5.0 age adoption passing confidence

Release Notes

oxc-project/eslint-plugin-oxlint (eslint-plugin-oxlint)

v1.5.0

Compare Source

No significant changes

    View changes on GitHub
oxc-project/oxc (oxlint)

v1.5.0: oxlint v1.5.0

Compare Source

[1.5.0] - 2025-07-02

🚀 Features
  • 899b8b4 linter: Allow namespace re-export in import/no-cycle (#​11995) (Boshen)
🐛 Bug Fixes
  • f732589 linter: Panic in consistent-type-imports when the source contains a { (#​12002) (camc314)
  • 4b2c658 oxlint: Make --version exit code be 0 (#​11986) (camc314)
🚜 Refactor

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 these updates again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint) | [`^1.4.0` -> `^1.5.0`](https://renovatebot.com/diffs/npm/eslint-plugin-oxlint/1.4.0/1.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-oxlint/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-oxlint/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-oxlint/1.4.0/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-oxlint/1.4.0/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [oxlint](https://oxc.rs) ([source](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`^1.4.0` -> `^1.5.0`](https://renovatebot.com/diffs/npm/oxlint/1.4.0/1.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/1.4.0/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/1.4.0/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>oxc-project/eslint-plugin-oxlint (eslint-plugin-oxlint)</summary> ### [`v1.5.0`](https://github.com/oxc-project/eslint-plugin-oxlint/releases/tag/v1.5.0) [Compare Source](https://github.com/oxc-project/eslint-plugin-oxlint/compare/v1.4.0...v1.5.0) *No significant changes* #####     [View changes on GitHub](https://github.com/oxc-project/eslint-plugin-oxlint/compare/v1.4.0...v1.5.0) </details> <details> <summary>oxc-project/oxc (oxlint)</summary> ### [`v1.5.0`](https://github.com/oxc-project/oxc/releases/tag/oxlint_v1.5.0): oxlint v1.5.0 [Compare Source](https://github.com/oxc-project/oxc/compare/oxlint_v1.4.0...oxlint_v1.5.0) #### \[1.5.0] - 2025-07-02 ##### 🚀 Features - [`899b8b4`](https://github.com/oxc-project/oxc/commit/899b8b4) linter: Allow namespace re-export in `import/no-cycle` ([#&#8203;11995](https://github.com/oxc-project/oxc/issues/11995)) (Boshen) ##### 🐛 Bug Fixes - [`f732589`](https://github.com/oxc-project/oxc/commit/f732589) linter: Panic in `consistent-type-imports` when the source contains a `{` ([#&#8203;12002](https://github.com/oxc-project/oxc/issues/12002)) (camc314) - [`4b2c658`](https://github.com/oxc-project/oxc/commit/4b2c658) oxlint: Make `--version` exit code be `0` ([#&#8203;11986](https://github.com/oxc-project/oxc/issues/11986)) (camc314) ##### 🚜 Refactor - [`f7a2ae4`](https://github.com/oxc-project/oxc/commit/f7a2ae4) ast: Add `AstKind` for `AssignmentTargetPropertyIdentifier`, `AssignmentTargetPropertyProperty` ([#&#8203;11985](https://github.com/oxc-project/oxc/issues/11985)) (camc314) - [`cfa52c2`](https://github.com/oxc-project/oxc/commit/cfa52c2) ast: Add `AstKind` for `AssignmentTargetRest` ([#&#8203;11984](https://github.com/oxc-project/oxc/issues/11984)) (camc314) - [`3f91f24`](https://github.com/oxc-project/oxc/commit/3f91f24) linter: Remove `RulesCache` ([#&#8203;11981](https://github.com/oxc-project/oxc/issues/11981)) (camc314) - [`54582cb`](https://github.com/oxc-project/oxc/commit/54582cb) ast: Add `AstKind` for `BindingProperty` ([#&#8203;11974](https://github.com/oxc-project/oxc/issues/11974)) (camc314) </details> --- ### 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
renovatebot added 1 commit 2025-07-02 09:28:33 +08:00
chore(deps): update lint dependencies to ^1.5.0
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
/ lint-build-and-check (push) Successful in 5m48s
/ surge (push) Successful in 3m12s
/ playwright (push) Successful in 1m50s
/ cleanup_surge (push) Successful in 18s
e2fcf35e02
renovatebot scheduled this pull request to auto merge when all checks succeed 2025-07-02 09:28:34 +08:00
renovatebot merged commit 8f9593957a into main 2025-07-02 09:31:33 +08:00
renovatebot deleted branch renovate/lint 2025-07-02 09:31:33 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: examples/vue-ts-example#346
No description provided.