build(deps-dev): bump the development-minor-and-patch group with 2 updates - #190
Conversation
…dates Bumps the development-minor-and-patch group with 2 updates: [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) and [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint). Updates `oxfmt` from 0.62.0 to 0.63.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.63.0/npm/oxfmt) Updates `oxlint` from 1.77.0 to 1.78.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.78.0/npm/oxlint) --- updated-dependencies: - dependency-name: oxfmt dependency-version: 0.63.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-and-patch - dependency-name: oxlint dependency-version: 1.78.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
Codex review: needs maintainer review before merge. Reviewed August 17, 2026, 2:32 PM ET / 18:32 UTC. ClawSweeper reviewWhat this changesUpdates Oxfmt from 0.62.0 to 0.63.0 and refreshes the pnpm-resolved Oxlint version from 1.77.0 to 1.78.0 with their platform bindings. Merge readinessThis clean Dependabot update remains necessary: current main still uses the older formatter and linter resolutions, while the PR’s focused package and lockfile update passed all reported checks. Priority: P3 Review scores
Verification
How this fits togetherclawpatch invokes Oxfmt and Oxlint through package scripts for local development and CI. package.json declares the tools and pnpm-lock.yaml pins their installed binaries and optional platform bindings. flowchart LR
A[Developer or CI] --> B[pnpm scripts]
B --> C[Oxfmt and Oxlint]
C --> D[Format and lint checks]
E[Package manifest] --> F[pnpm lockfile]
F --> C
D --> G[Build validation]
Before merge
Agent review detailsSecurityNone. Review metrics
Technical reviewBest possible solution: Merge the narrow, validated development-tool update so local and CI checks resolve the newer Oxc releases. Do we have a high-confidence way to reproduce the issue? Not applicable: this is dependency maintenance, not a reported runtime bug; the relevant toolchain checks completed successfully on the PR. Is this the best way to solve the issue? Yes: updating the direct development-tool declaration and pnpm resolutions is the narrow supported path, and current main does not yet contain it. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 36b5c739e0f9. LabelsLabel changes:
Label justifications:
EvidenceWhat I checked:
Likely related people:
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
|
Bumps the development-minor-and-patch group with 2 updates: oxfmt and oxlint.
Updates
oxfmtfrom 0.62.0 to 0.63.0Changelog
Sourced from oxfmt's changelog.
Commits
c42d639release(apps): oxlint v1.78.0 && oxfmt v0.63.0 (#25473)00f490drefactor(oxfmt,formatter): splitsortImportsvalidation and use type enum (...Updates
oxlintfrom 1.77.0 to 1.78.0Changelog
Sourced from oxlint's changelog.
Commits
c42d639release(apps): oxlint v1.78.0 && oxfmt v0.63.0 (#25473)ccb8fe8feat(linter/jsdoc): implementno-blank-blocksrule (#25207)9573937fix(linter/typescript): validateban-ts-commentdescription_format (#25320)d4a897cfeat(linter/eslint): implementone-varrule (#24470)5ab9340feat(linter/jsx-a11y/anchor-has-content): add options to match eslint (#24571)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions