chore(deps): update lint dependencies to ^1.6.0 #353

Merged
renovatebot merged 1 commits from renovate/lint into main 2025-07-10 18:51:07 +08:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v1.6.0

Compare Source

No significant changes

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

v1.6.0: oxlint v1.6.0

Compare Source

[1.6.0] - 2025-07-07

🐛 Bug Fixes
  • 3f0e03e linter: Fix inconsistent behavior in no-duplicate-imports rule (#​12051) (yefan)
  • 6dbacea linter/no-barrel-file: No diagnostic tag when some modules arent resolved (#​12049) (camc314)
  • dd6b1ee linter/extensions: False positives with non configured extensions (#​11872) (camc314)
  • 5851d2c oxlint: Always follow symlinks; remove cli flag --symlinks (#​12048) (Boshen)
  • eb1c596 linter/consistent-index-object-style: Fix default impl for rule config (#​12031) (camc314)
🚜 Refactor
📚 Documentation
  • 85ec382 linter: Add good/bad example for nextjs/no-page-custom-font (#​12092) (Sysix)
  • 9240342 linter: Add docs for nextjs/no-script-component-in-head (#​12091) (Sysix)
  • 0878414 linter: Add good/bad example for nextjs/no-head-import-in-document (#​12061) (Sysix)
  • 222bc73 linter: Add bad/good example for nextjs/no-head-element (#​12059) (Sysix)
  • a7e9f50 linter: Add good/bad example for nextjs/no-title-in-document-head (#​12065) (Sysix)
  • 51c6818 linter: Add good/bad example for nextjs/no-document-import-in-pages (#​12064) (Sysix)
  • c7b38f9 consistent-indexed-object-style: Clarify docs (#​12019) (Luca Ban)
Performance
  • 04e2de5 linter: Avoid iteration when checking import is AllButDefault or SideEffect in eslint/no-duplicate-imports (#​12093) (Sysix)
  • e2a7d6a linter: Check filepath before running nextjs/no-head-element (#​12062) (Sysix)
  • 00a9fd9 linter: Check for filename before running nextjs/no-head-import-in-document rule (#​12060) (Sysix)
  • 62a3ce0 linter: Replace unicode-segmentation crate with icu_segmenter (#​12063) (Sysix)

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.5.0` -> `^1.6.0`](https://renovatebot.com/diffs/npm/eslint-plugin-oxlint/1.5.0/1.6.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-oxlint/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-oxlint/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-oxlint/1.5.0/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-oxlint/1.5.0/1.6.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.5.0` -> `^1.6.0`](https://renovatebot.com/diffs/npm/oxlint/1.5.0/1.6.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/1.5.0/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/1.5.0/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>oxc-project/eslint-plugin-oxlint (eslint-plugin-oxlint)</summary> ### [`v1.6.0`](https://github.com/oxc-project/eslint-plugin-oxlint/releases/tag/v1.6.0) [Compare Source](https://github.com/oxc-project/eslint-plugin-oxlint/compare/v1.5.0...v1.6.0) *No significant changes* #####     [View changes on GitHub](https://github.com/oxc-project/eslint-plugin-oxlint/compare/v1.5.0...v1.6.0) </details> <details> <summary>oxc-project/oxc (oxlint)</summary> ### [`v1.6.0`](https://github.com/oxc-project/oxc/releases/tag/oxlint_v1.6.0): oxlint v1.6.0 [Compare Source](https://github.com/oxc-project/oxc/compare/oxlint_v1.5.0...oxlint_v1.6.0) #### \[1.6.0] - 2025-07-07 ##### 🐛 Bug Fixes - [`3f0e03e`](https://github.com/oxc-project/oxc/commit/3f0e03e) linter: Fix inconsistent behavior in `no-duplicate-imports` rule ([#&#8203;12051](https://github.com/oxc-project/oxc/issues/12051)) (yefan) - [`6dbacea`](https://github.com/oxc-project/oxc/commit/6dbacea) linter/no-barrel-file: No diagnostic tag when some modules arent resolved ([#&#8203;12049](https://github.com/oxc-project/oxc/issues/12049)) (camc314) - [`dd6b1ee`](https://github.com/oxc-project/oxc/commit/dd6b1ee) linter/extensions: False positives with non configured extensions ([#&#8203;11872](https://github.com/oxc-project/oxc/issues/11872)) (camc314) - [`5851d2c`](https://github.com/oxc-project/oxc/commit/5851d2c) oxlint: Always follow symlinks; remove cli flag `--symlinks` ([#&#8203;12048](https://github.com/oxc-project/oxc/issues/12048)) (Boshen) - [`eb1c596`](https://github.com/oxc-project/oxc/commit/eb1c596) linter/consistent-index-object-style: Fix default impl for rule config ([#&#8203;12031](https://github.com/oxc-project/oxc/issues/12031)) (camc314) ##### 🚜 Refactor - [`54cf5cb`](https://github.com/oxc-project/oxc/commit/54cf5cb) semantic: Remove Option from parent\_\* methods ([#&#8203;12087](https://github.com/oxc-project/oxc/issues/12087)) (Ulrich Stark) - [`8d1be94`](https://github.com/oxc-project/oxc/commit/8d1be94) language\_server: Fix todo by avoiding allocation ([#&#8203;12096](https://github.com/oxc-project/oxc/issues/12096)) (Ulrich Stark) - [`72418ca`](https://github.com/oxc-project/oxc/commit/72418ca) linter: `RuntimeFileSystem::write_file` take `&str` ([#&#8203;12075](https://github.com/oxc-project/oxc/issues/12075)) (overlookmotel) - [`2f7cbda`](https://github.com/oxc-project/oxc/commit/2f7cbda) linter: Move napi bindings out of oxc\_linter ([#&#8203;12072](https://github.com/oxc-project/oxc/issues/12072)) (camc314) - [`9254252`](https://github.com/oxc-project/oxc/commit/9254252) linter: Move code ([#&#8203;12071](https://github.com/oxc-project/oxc/issues/12071)) (overlookmotel) - [`2319710`](https://github.com/oxc-project/oxc/commit/2319710) linter: Shorten code ([#&#8203;12070](https://github.com/oxc-project/oxc/issues/12070)) (overlookmotel) - [`387762d`](https://github.com/oxc-project/oxc/commit/387762d) linter/no-unused-vars: Simplify check for export nodes ([#&#8203;12044](https://github.com/oxc-project/oxc/issues/12044)) (Dunqing) - [`f1d4086`](https://github.com/oxc-project/oxc/commit/f1d4086) ast: Remove `AstKind` for `ModuleDeclaration` ([#&#8203;12022](https://github.com/oxc-project/oxc/issues/12022)) (camchenry) - [`754c05a`](https://github.com/oxc-project/oxc/commit/754c05a) ast: Remove `AstKind` for `TSTypeName` ([#&#8203;11990](https://github.com/oxc-project/oxc/issues/11990)) (camchenry) - [`0c7f9e8`](https://github.com/oxc-project/oxc/commit/0c7f9e8) linter: Remove a branch ([#&#8203;12032](https://github.com/oxc-project/oxc/issues/12032)) (overlookmotel) ##### 📚 Documentation - [`85ec382`](https://github.com/oxc-project/oxc/commit/85ec382) linter: Add good/bad example for `nextjs/no-page-custom-font` ([#&#8203;12092](https://github.com/oxc-project/oxc/issues/12092)) (Sysix) - [`9240342`](https://github.com/oxc-project/oxc/commit/9240342) linter: Add docs for `nextjs/no-script-component-in-head` ([#&#8203;12091](https://github.com/oxc-project/oxc/issues/12091)) (Sysix) - [`0878414`](https://github.com/oxc-project/oxc/commit/0878414) linter: Add good/bad example for `nextjs/no-head-import-in-document` ([#&#8203;12061](https://github.com/oxc-project/oxc/issues/12061)) (Sysix) - [`222bc73`](https://github.com/oxc-project/oxc/commit/222bc73) linter: Add bad/good example for `nextjs/no-head-element` ([#&#8203;12059](https://github.com/oxc-project/oxc/issues/12059)) (Sysix) - [`a7e9f50`](https://github.com/oxc-project/oxc/commit/a7e9f50) linter: Add good/bad example for `nextjs/no-title-in-document-head` ([#&#8203;12065](https://github.com/oxc-project/oxc/issues/12065)) (Sysix) - [`51c6818`](https://github.com/oxc-project/oxc/commit/51c6818) linter: Add good/bad example for `nextjs/no-document-import-in-pages` ([#&#8203;12064](https://github.com/oxc-project/oxc/issues/12064)) (Sysix) - [`c7b38f9`](https://github.com/oxc-project/oxc/commit/c7b38f9) consistent-indexed-object-style: Clarify docs ([#&#8203;12019](https://github.com/oxc-project/oxc/issues/12019)) (Luca Ban) ##### ⚡ Performance - [`04e2de5`](https://github.com/oxc-project/oxc/commit/04e2de5) linter: Avoid iteration when checking import is `AllButDefault` or `SideEffect` in `eslint/no-duplicate-imports` ([#&#8203;12093](https://github.com/oxc-project/oxc/issues/12093)) (Sysix) - [`e2a7d6a`](https://github.com/oxc-project/oxc/commit/e2a7d6a) linter: Check filepath before running `nextjs/no-head-element` ([#&#8203;12062](https://github.com/oxc-project/oxc/issues/12062)) (Sysix) - [`00a9fd9`](https://github.com/oxc-project/oxc/commit/00a9fd9) linter: Check for filename before running `nextjs/no-head-import-in-document` rule ([#&#8203;12060](https://github.com/oxc-project/oxc/issues/12060)) (Sysix) - [`62a3ce0`](https://github.com/oxc-project/oxc/commit/62a3ce0) linter: Replace `unicode-segmentation` crate with `icu_segmenter` ([#&#8203;12063](https://github.com/oxc-project/oxc/issues/12063)) (Sysix) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4xIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
renovatebot added 1 commit 2025-07-07 16:40:00 +08:00
chore(deps): update lint dependencies to ^1.6.0
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
/ cleanup_surge (push) Successful in 11s
/ surge (push) Successful in 4m5s
/ playwright (push) Successful in 1m49s
/ lint-build-and-check (push) Successful in 6m38s
cd0aaa3e14
renovatebot force-pushed renovate/lint from cd0aaa3e14 to c090408c86 2025-07-07 19:33:55 +08:00 Compare
renovatebot force-pushed renovate/lint from c090408c86 to 866145591f 2025-07-10 16:30:51 +08:00 Compare
renovatebot merged commit 866145591f into main 2025-07-10 18:51:07 +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#353
No description provided.