Skip to content

Update dependency oxlint to v1.77.0 - #2433

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/oxlint-monorepo
Open

Update dependency oxlint to v1.77.0#2433
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/oxlint-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
oxlint (source) 1.71.01.77.0 age confidence

Release Notes

oxc-project/oxc (oxlint)

v1.77.0

Compare Source

🐛 Bug Fixes
  • 5c0fa61 linter/eslint/no-warning-comments: Unify config structs and remove manual options docs (#​25151) (Mikhail Baev)
📚 Documentation
  • 9dc7756 linter/typescript/no-unnecessary-condition: Clarify options (#​25110) (camc314)

v1.76.0

Compare Source

🚀 Features
  • 8d31dfa linter: Verify eslint/no-restricted-globals config schema (#​24598) (vigneshwar)
  • 7069621 linter: Verify jest/vitest prefer-lowercase-title config schema (#​24724) (Bartok)
  • 016cf2a linter/oxc: Add bad-match-all-arg rule (#​24900) (camc314)
  • cdc941e linter/n: Implement exports-style rule (#​24087) (Mikhail Baev)
  • 1ad6f6c linter/eslint: Implement id-denylist rule (#​24632) (Mikhail Baev)
📚 Documentation

v1.75.0

Compare Source

🚀 Features
  • dd18383 linter/node: Implement no-top-level-await rule (#​24634) (Connor Shea)
  • 16a65f2 linter/react: Implement function-component-definition rule (#​24471) (Cole Ellison)
  • 7f1f585 linter: Reuse jest/padding-around-test-blocks for vitest/padding-around-test-blocks (#​24519) (Mikhail Baev)
  • 99978a8 linter/import/consistent-type-specifier-style: Support prefer-top-level-if-only-type-imports option (#​24502) (camc314)
🐛 Bug Fixes
  • 8694167 linter/eslint/prefer-destructuring: Handle typed declarations (#​24616) (camc314)

v1.74.0

Compare Source

🚀 Features
  • 0433a83 linter/eslint/no-inner-declarations: Add namespaces option (#​24044) (Boshen)
🐛 Bug Fixes
  • 8337835 linter: Error on ignorePatterns that cannot match files aoutside the config directory (#​24341) (leaysgur)
  • 2ce5a33 linter: Resolve ignorePatterns relative to the config dir (#​24339) (leaysgur)
⚡ Performance
  • 7f80cac linter/vue/prop-name-casing: Precompile ignoreProps regex pattern (#​24413) (connorshea)
  • 6272051 linter/typescript/no-require-imports: Compile allow patterns once (#​24417) (connorshea)
  • 33805b9 linter/jsdoc/require-param: Compile checkTypesPattern regex once (#​24420) (connorshea)

v1.73.0

Compare Source

🚀 Features
  • a2c97f3 linter/unicorn: Implement explicit-timer-delay rule (#​23612) (Mikhail Baev)
  • 85735cb linter/unicorn: Implement no-confusing-array-with rule (#​23638) (Shekhu☺️)
  • cb4fbb9 linter/eslint: Implement no-unreachable-loop rule (#​23975) (Todor Andonov)
  • dc32112 linter/eslint/no-constant-binary-expression: Check relational comparisons (#​24088) (camc314)
  • d963967 linter/unicorn/no-array-sort: Add allowAfterSpread option (#​24043) (Boshen)
  • 0a75682 linter: Add per-rule timings for type-aware linting (#​22488) (camchenry)
  • 743e222 linter/react: Add disallowedValues option for forbid-dom-props rule (#​23970) (Mikhail Baev)
🐛 Bug Fixes
  • bdb51c7 linter/jest/prefer-ending-with-an-expect: Validate config patterns (#​24122) (camc314)
  • 45d607d linter/react/forbid-component-props: Make allow/disallow lists optional in schema (#​24024) (Boshen)

v1.72.0

Compare Source

🚀 Features
  • 1c8f50c linter: Add schema for eslint/no-restricted-import (#​23642) (Sysix)
🐛 Bug Fixes
  • 742be36 refactor/node/handle-callback-err: Reject invalid regex config (#​23740) (camc314)

Configuration

📅 Schedule: (UTC)

  • 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 added the 🚚 private-dependencies Private dependency label Jun 30, 2026
@renovate
renovate Bot enabled auto-merge June 30, 2026 00:30
@renovate renovate Bot added the 🚚 private-dependencies Private dependency label Jun 30, 2026
@codacy-production

codacy-production Bot commented Jun 30, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR successfully updates the oxlint development dependency from v1.71.0 to v1.72.0. The change is isolated to package.json and adheres to the project's quality standards, with no new issues, complexity increases, or security vulnerabilities detected.

The update meets the primary acceptance criteria. However, automated verification of the linting workflow with the new version is not explicitly demonstrated in the provided metadata.

Test suggestions

  • Verify successful execution of linting workflows with oxlint v1.72.0
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify successful execution of linting workflows with oxlint v1.72.0

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

@github-actions github-actions Bot added the :shipit: merge Shipit! label Jun 30, 2026
@github-actions github-actions Bot added this to the v15.0.1 milestone Jun 30, 2026
@github-actions

github-actions Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 3aa366b. ± Comparison against base commit de751d4.

♻️ This comment has been updated with latest results.

@renovate
renovate Bot force-pushed the renovate/oxlint-monorepo branch 3 times, most recently from 15043e5 to f5d522d Compare June 30, 2026 05:05
@renovate
renovate Bot force-pushed the renovate/oxlint-monorepo branch from f5d522d to 27cb3c2 Compare July 7, 2026 02:54
@renovate renovate Bot changed the title Update dependency oxlint to v1.72.0 Update dependency oxlint to v1.73.0 Jul 7, 2026
@renovate
renovate Bot force-pushed the renovate/oxlint-monorepo branch from 27cb3c2 to 7cc74c9 Compare July 14, 2026 10:44
@renovate renovate Bot changed the title Update dependency oxlint to v1.73.0 Update dependency oxlint to v1.74.0 Jul 14, 2026
@renovate
renovate Bot force-pushed the renovate/oxlint-monorepo branch from 7cc74c9 to b6c6fa3 Compare July 22, 2026 01:36
@renovate renovate Bot changed the title Update dependency oxlint to v1.74.0 Update dependency oxlint to v1.75.0 Jul 22, 2026
@renovate
renovate Bot force-pushed the renovate/oxlint-monorepo branch from b6c6fa3 to f2b3f8d Compare July 27, 2026 19:14
@renovate renovate Bot changed the title Update dependency oxlint to v1.75.0 Update dependency oxlint to v1.76.0 Jul 27, 2026
@renovate
renovate Bot force-pushed the renovate/oxlint-monorepo branch from f2b3f8d to 3aa366b Compare August 3, 2026 12:54
@renovate renovate Bot changed the title Update dependency oxlint to v1.76.0 Update dependency oxlint to v1.77.0 Aug 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:shipit: merge Shipit! 🚚 private-dependencies Private dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants