You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Low Risk
Low risk dependency-only change that updates the oxlint dev tool and its platform-specific optional bindings; no application runtime logic is modified.
Overview
Updates the oxlint dev dependency resolved in package-lock.json from 1.61.0 to 1.62.0, including all platform-specific @oxlint/binding-* optional dependencies.
Reviewed by Cursor Bugbot for commit d616a4e. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary: This PR updates the JS linting toolchain by bumping oxlint from 1.61.0 to 1.62.0.
Changes:
Updated oxlint version and corresponding resolved entries in package-lock.json.
No application/runtime source changes; this is a dev-tooling-only dependency update.
Why: Keeps linting tooling current and incorporates upstream improvements/fixes.
Technical Notes: v1.62.0 introduces the respectEslintDisableDirectives option and includes a config schema fix (allowing string values for Jest version).
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
any of the package files in this branch needs updating, or
the branch becomes conflicted, or
you click the rebase/retry checkbox if found above, or
you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: oxlint@1.63.0
npm error Found: oxlint-tsgolint@0.19.0
npm error node_modules/oxlint-tsgolint
npm error dev oxlint-tsgolint@"^0.19.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional oxlint-tsgolint@">=0.22.1" from oxlint@1.63.0
npm error node_modules/oxlint
npm error dev oxlint@"1.63.0" from the root project
npm error
npm error Conflicting peer dependency: oxlint-tsgolint@0.23.0
npm error node_modules/oxlint-tsgolint
npm error peerOptional oxlint-tsgolint@">=0.22.1" from oxlint@1.63.0
npm error node_modules/oxlint
npm error dev oxlint@"1.63.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2026-05-19T20_40_54_029Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-05-19T20_40_54_029Z-debug-0.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.61.0→1.63.0Release Notes
oxc-project/oxc (oxlint)
v1.63.0Compare Source
📚 Documentation
cacbc4alinter: Fix jest settings docs. (#22127) (connorshea)v1.62.0Compare Source
🚀 Features
348f46clinter: AddrespectEslintDisableDirectivesoption (#21384) (Christian Vuerings)🐛 Bug Fixes
8c425dblinter: Allow string for jest version in config schema (#21649) (camc314)v1.61.1Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.