Update oxlint from 1.68.0 to 1.73.0#96
Draft
descript-eng-bot wants to merge 1 commit into
Draft
Conversation
Bump the oxlint devDependency specifier to ^1.73.0 and regenerate all package-manager lockfiles (pnpm, bun, npm, yarn, aube) via mise update-all-lockfiles. Lint, typecheck, and the full test suite (911 tests) pass on 1.73.0. Co-authored-by: Eng Bot <descript-eng-bot@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
TL;DR
Bumps the
oxlintdev dependency (the linter) up to1.73.0. Purely a dev-tooling upgrade — nothing about the publisheddependicuspackage's runtime behavior changes.What changed
package.json:oxlintdevDependency specifier^1.50.0→^1.73.0.pnpm,bun,npm,yarn,aube) viamise run update-all-lockfiles, per the repo's multi-PM convention inCLAUDE.md.oxlintand its 19 platform bindings now resolve to1.73.0across every lockfile.yarn.lock(a few native-build helpers likenode-gyp/nopt/abbrevfloated to newer in-range versions) — this is exactly what regenerating that lockfile produces.Why
Tracks the Tier 3 (notify-only) Dependicus issue BIX-8524.
1.68.0→1.73.0is a minor bump. See the full upstream diff: oxc-project/oxc v1.68.0...v1.73.0 and the oxc CHANGELOG.Verification
Run with the active package manager (pnpm):
oxlint --version→1.73.0pnpm run lint(oxlint --deny-warnings) → clean, no warningspnpm run typecheck→ passespnpm run build+pnpm run test→ 911 tests pass across 52 files(The lone initial test failure was a missing generated
browser-bundle.asset.js— resolved by runningbuildfirst, unrelated to oxlint.)No
CHANGELOG.mdentry added: this is a dev-only linter bump with no user-facing effect on the published package.This upgrade sailed through CI smoother than a mallard on a millpond — not a single ruffled feather in the lint output. 🦆
Linear Issue: BIX-8524