Skip to content

Update oxlint from 1.68.0 to 1.73.0#96

Draft
descript-eng-bot wants to merge 1 commit into
mainfrom
cursor/update-oxlint-1-73-0-ed8b
Draft

Update oxlint from 1.68.0 to 1.73.0#96
descript-eng-bot wants to merge 1 commit into
mainfrom
cursor/update-oxlint-1-73-0-ed8b

Conversation

@descript-eng-bot

Copy link
Copy Markdown

TL;DR

Bumps the oxlint dev dependency (the linter) up to 1.73.0. Purely a dev-tooling upgrade — nothing about the published dependicus package's runtime behavior changes.

What changed

  • package.json: oxlint devDependency specifier ^1.50.0^1.73.0.
  • Regenerated all package-manager lockfiles (pnpm, bun, npm, yarn, aube) via mise run update-all-lockfiles, per the repo's multi-PM convention in CLAUDE.md. oxlint and its 19 platform bindings now resolve to 1.73.0 across every lockfile.
  • The only incidental transitive drift is in yarn.lock (a few native-build helpers like node-gyp/nopt/abbrev floated 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.01.73.0 is 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 --version1.73.0
  • pnpm run lint (oxlint --deny-warnings) → clean, no warnings
  • pnpm run typecheck → passes
  • pnpm run build + pnpm run test911 tests pass across 52 files

(The lone initial test failure was a missing generated browser-bundle.asset.js — resolved by running build first, unrelated to oxlint.)

No CHANGELOG.md entry 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

Open in Web Open in Cursor 

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants