Skip to content

registry: switch oxlint to npm backend by default#8038

Merged
jdx merged 1 commit intojdx:mainfrom
risu729:oxlint-npm
Feb 7, 2026
Merged

registry: switch oxlint to npm backend by default#8038
jdx merged 1 commit intojdx:mainfrom
risu729:oxlint-npm

Conversation

@risu729
Copy link
Contributor

@risu729 risu729 commented Feb 6, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 6, 2026 21:24
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @risu729, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the oxlint registry configuration to prioritize the npm backend. This change addresses compatibility issues with newer oxlint versions (1.17.0 and later) that are no longer supported by the aqua backend, ensuring the linter can be properly installed and tested.

Highlights

  • Oxlint Backend Priority: The default backend for oxlint has been switched from aqua to npm in the registry/oxlint.toml configuration.
  • Aqua Backend Incompatibility: Comments were added to registry/oxlint.toml explaining that the aqua backend no longer supports oxlint versions 1.17.0 or later, necessitating the backend switch.
  • Test Re-enablement: The oxlint --version test has been re-enabled in the registry/oxlint.toml file, which was previously commented out due to issues with the aqua registry.
Changelog
  • registry/oxlint.toml
    • Switched the primary oxlint backend to npm due to aqua's incompatibility with oxlint versions 1.17.0+.
    • Re-enabled the oxlint --version test.
Activity
  • No human activity (comments, reviews, etc.) has been recorded on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request switches the default backend for oxlint from aqua to npm. This change is necessary because newer versions of oxlint require a Node.js runtime, which the npm backend supports but aqua does not. The change correctly updates the backend priority and re-enables the associated test command. The implementation is correct and well-documented with comments.

Copy link
Contributor

Copilot AI left a comment

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 updates the oxlint registry entry to prefer the npm backend by default, reflecting current limitations with the aqua backend for newer oxlint releases.

Changes:

  • Reorders backends to prefer npm:oxlint ahead of aqua:oxc-project/oxc/oxlint.
  • Adds a note explaining why aqua is not suitable for oxlint >= 1.17.0.
  • Re-enables the test command for the tool.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jdx jdx merged commit 44fa212 into jdx:main Feb 7, 2026
39 of 40 checks passed
@risu729 risu729 deleted the oxlint-npm branch February 7, 2026 13:12
mise-en-dev added a commit that referenced this pull request Feb 8, 2026
### 🚀 Features

- **(shim)** add native .exe shim mode for Windows by @jdx in
[#8045](#8045)

### 🐛 Bug Fixes

- **(install)** preserve config options and registry defaults by @jdx in
[#8044](#8044)
- **(link)** linked versions override lockfile during resolution by @jdx
in [#8050](#8050)
- **(release)** preserve aqua-registry sections in changelog across
releases by @jdx in [#8047](#8047)
- ls --all-sources shows duplicate entries by @roele in
[#8042](#8042)

### 📚 Documentation

- replace "inherit" terminology with config layering by @jdx in
[#8046](#8046)

### 📦 Registry

- switch oxlint to npm backend by default by @risu729 in
[#8038](#8038)
- add orval (npm:orval) by @zdunecki in
[#8051](#8051)

### New Contributors

- @zdunecki made their first contribution in
[#8051](#8051)
lucasew pushed a commit to lucasew/CONTRIB-mise that referenced this pull request Feb 18, 2026
lucasew pushed a commit to lucasew/CONTRIB-mise that referenced this pull request Feb 18, 2026
### 🚀 Features

- **(shim)** add native .exe shim mode for Windows by @jdx in
[jdx#8045](jdx#8045)

### 🐛 Bug Fixes

- **(install)** preserve config options and registry defaults by @jdx in
[jdx#8044](jdx#8044)
- **(link)** linked versions override lockfile during resolution by @jdx
in [jdx#8050](jdx#8050)
- **(release)** preserve aqua-registry sections in changelog across
releases by @jdx in [jdx#8047](jdx#8047)
- ls --all-sources shows duplicate entries by @roele in
[jdx#8042](jdx#8042)

### 📚 Documentation

- replace "inherit" terminology with config layering by @jdx in
[jdx#8046](jdx#8046)

### 📦 Registry

- switch oxlint to npm backend by default by @risu729 in
[jdx#8038](jdx#8038)
- add orval (npm:orval) by @zdunecki in
[jdx#8051](jdx#8051)

### New Contributors

- @zdunecki made their first contribution in
[jdx#8051](jdx#8051)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants