build(deps-dev): bump the development-minor-and-patch group across 1 directory with 3 updates - #192
Conversation
…directory with 3 updates Bumps the development-minor-and-patch group with 3 updates in the / directory: [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt), [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `oxfmt` from 0.62.0 to 0.64.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.64.0/npm/oxfmt) Updates `oxlint` from 1.77.0 to 1.79.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.79.0/npm/oxlint) Updates `vitest` from 4.1.10 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest) --- updated-dependencies: - dependency-name: oxfmt dependency-version: 0.64.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-and-patch - dependency-name: oxlint dependency-version: 1.79.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-and-patch - dependency-name: vitest dependency-version: 4.1.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
🦞👀 Pull request received. I will update this pull request when review starts. |
|
Codex review: needs maintainer review before merge. Reviewed August 25, 2026, 8:21 AM ET / 12:21 UTC. ClawSweeper reviewWhat this changesUpdates the root development formatter to Oxfmt 0.64.0 and refreshes the pnpm resolutions for Oxfmt, Oxlint 1.79.0, and Vitest 4.1.11. Merge readinessKeep open for maintainer review: this is a clean, CI-passing development-tool update, but it replaces platform-native formatter and linter bindings with only Ubuntu CI evidence. Likely related people: Peter Steinberger is the recent development-dependency contributor (high confidence). Priority: P3 Review scores
Verification
How this fits togetherClawpatch uses pnpm-managed development tools for formatting, linting, and testing. The manifest and lockfile select those tools and their native bindings for developer machines and CI validation. flowchart LR
A[Package manifest] --> B[pnpm lockfile]
B --> C[Development tools]
C --> D[Local validation scripts]
D --> E[Continuous integration]
Decision needed
Why: The branch replaces lockfile entries for native development-tool bindings across supported platforms, while the available successful run covers Ubuntu only. Before merge
Agent review detailsSecurityNone. Review metrics
Merge-risk optionsMaintainer options:
Technical reviewBest possible solution: Land the lockfile update after a maintainer either obtains a narrow macOS/Windows formatter-and-linter smoke result or explicitly accepts the platform-validation gap for this routine toolchain update. Do we have a high-confidence way to reproduce the issue? Not applicable: this PR is a dependency-maintenance change, not a report of broken user behavior; the manifest and lockfile diff directly establish its scope. Is this the best way to solve the issue? Yes, conditionally: updating the declared tool version and deterministic lockfile is the repository-supported path, with non-Linux native-tool validation as the remaining safety check. 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:
Rank-up movesOptional improvements that raise the rating; they are not merge blockers.
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
HistoryReview history (4 earlier review cycles)
|
Bumps the development-minor-and-patch group with 3 updates in the / directory: oxfmt, oxlint and vitest.
Updates
oxfmtfrom 0.62.0 to 0.64.0Changelog
Sourced from oxfmt's changelog.
Commits
0db127crelease(apps): oxlint v1.79.0 && oxfmt v0.64.0 (#25866)c07fe7cfeat(oxfmt): supportexperimentalOperatorPosition(#25643)fed6681docs(oxfmt): skip expanding overrides options (#25572)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.79.0Release notes
Sourced from oxlint's releases.
... (truncated)
Changelog
Sourced from oxlint's changelog.
Commits
0db127crelease(apps): oxlint v1.79.0 && oxfmt v0.64.0 (#25866)228e8e0fix(linter): resolve inactive React compiler rules (#25830)aa49d86fix(linter): allow spread rule options in config types (#25675)8922381refactor(linter): remove inactive react config rule (#25740)8c4552dfeat(linter)!: split react/react-compiler into per-category rules (#25500)36f8451fix(linter/eslint/no-eval): align indirect default with ESLint (#25656)beb724dfix(linter/eslint/no-unused-vars): report bare underscore parameters (#25663)4004c10fix(linter/eslint/no-irregular-whitespace): check comments by default (#25660)285820efix(linter/no-large-snapshots): precompile and document allowed snapshot matc...4df5835fix(linter): allow capitalized built-in calls (#25516)Updates
vitestfrom 4.1.10 to 4.1.11Release notes
Sourced from vitest's releases.
Commits
9bd8d46chore: release v4.1.11 (#10995)9851dbcfix(browser): trigger playwright/chromium gc on lower disk availability [back...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