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 24, 2026, 4:12 AM ET / 08:12 UTC. ClawSweeper reviewWhat this changesThe branch raises the Oxfmt development dependency to 0.63.0 and updates the pnpm lockfile to resolve Oxlint 1.78.0 and their native bindings. Merge readinessKeep this PR open: current main still resolves the older tool versions, and the clean two-file update matches the repository’s Dependabot policy. Successful Ubuntu CI is useful, but a native cross-platform tooling refresh still needs real non-Linux validation before merge. Priority: P3 Review scores
Verification
How this fits togetherClawpatch’s pnpm development scripts invoke Oxfmt and Oxlint to verify TypeScript formatting and linting before builds and releases. The manifest and lockfile select those executable tools and their platform-specific native bindings for CI and contributors. flowchart LR
A[Developer or CI] --> C[pnpm scripts]
B[Manifest and lockfile] --> C
C --> D[Oxfmt and Oxlint]
D --> E[Platform native bindings]
E --> F[Lint and format results]
Before merge
Agent review detailsSecurityNone. Review metrics
Merge-risk optionsMaintainer options:
Copy recommended automerge instructionTechnical reviewBest possible solution: Land the routine Dependabot update once a clean non-Linux installation demonstrates that the upgraded formatter and linter execute successfully against this repository. Do we have a high-confidence way to reproduce the issue? Not applicable: this PR updates development tooling and does not report an existing product failure. The relevant verification is an after-update execution of the formatter and linter on supported developer platforms. Is this the best way to solve the issue? Yes, the grouped Dependabot update matches the repository’s configured development dependency policy; a non-Linux execution check is the narrowest remaining confidence step. 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
HistoryReview history (6 earlier review cycles)
|
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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