chore(deps): bump the dependencies group with 9 updates#234
Conversation
Bumps the dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [@earendil-works/pi-ai](https://github.com/earendil-works/pi/tree/HEAD/packages/ai) | `0.75.5` | `0.78.0` | | [commander](https://github.com/tj/commander.js) | `14.0.3` | `15.0.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.4` | `25.9.1` | | [@typescript/native-preview](https://github.com/microsoft/typescript-go) | `7.0.0-dev.20260526.1` | `7.0.0-dev.20260603.1` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.7` | `4.1.8` | | [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.52.0` | `0.53.0` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.67.0` | `1.68.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.22.3` | `4.22.4` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.7` | `4.1.8` | Updates `@earendil-works/pi-ai` from 0.75.5 to 0.78.0 - [Release notes](https://github.com/earendil-works/pi/releases) - [Changelog](https://github.com/earendil-works/pi/blob/main/packages/ai/CHANGELOG.md) - [Commits](https://github.com/earendil-works/pi/commits/v0.78.0/packages/ai) Updates `commander` from 14.0.3 to 15.0.0 - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](tj/commander.js@v14.0.3...v15.0.0) Updates `@types/node` from 24.12.4 to 25.9.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript/native-preview` from 7.0.0-dev.20260526.1 to 7.0.0-dev.20260603.1 - [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md) - [Commits](https://github.com/microsoft/typescript-go/commits) Updates `@vitest/coverage-v8` from 4.1.7 to 4.1.8 - [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.8/packages/coverage-v8) Updates `oxfmt` from 0.52.0 to 0.53.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.53.0/npm/oxfmt) Updates `oxlint` from 1.67.0 to 1.68.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.68.0/npm/oxlint) Updates `tsx` from 4.22.3 to 4.22.4 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.22.3...v4.22.4) Updates `vitest` from 4.1.7 to 4.1.8 - [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.8/packages/vitest) --- updated-dependencies: - dependency-name: "@earendil-works/pi-ai" dependency-version: 0.78.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: commander dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@types/node" dependency-version: 25.9.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@typescript/native-preview" dependency-version: 7.0.0-dev.20260603.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@vitest/coverage-v8" dependency-version: 4.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: oxfmt dependency-version: 0.53.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: oxlint dependency-version: 1.68.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tsx dependency-version: 4.22.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: vitest dependency-version: 4.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
Codex review: needs changes before merge. Reviewed June 3, 2026, 9:31 PM ET / 01:31 UTC. Summary Reproducibility: yes. Source inspection shows the PR moves direct root and core Review metrics: 2 noteworthy metrics.
Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Risk before merge
Maintainer options:
Copy recommended automerge instructionNext step before merge
Security Review findings
Review detailsBest possible solution: Preserve the useful dependency bump, but keep direct workspace Do we have a high-confidence way to reproduce the issue? Yes. Source inspection shows the PR moves direct root and core Is this the best way to solve the issue? No as submitted. The narrow maintainable fix is to keep the dependency bump but leave direct Node types on the supported Node 24 line unless this PR intentionally raises the project baseline everywhere. Full review comments:
Overall correctness: patch is incorrect AGENTS.md: found and applied where relevant. Codex review notes: model gpt-5.5, reasoning high; reviewed against 821e76613ded. Label changesLabel justifications:
Evidence reviewedAcceptance criteria:
What I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
Bumps the dependencies group with 9 updates:
0.75.50.78.014.0.315.0.024.12.425.9.17.0.0-dev.20260526.17.0.0-dev.20260603.14.1.74.1.80.52.00.53.01.67.01.68.04.22.34.22.44.1.74.1.8Updates
@earendil-works/pi-aifrom 0.75.5 to 0.78.0Release notes
Sourced from @earendil-works/pi-ai's releases.
... (truncated)
Changelog
Sourced from @earendil-works/pi-ai's changelog.
Commits
0897f17Release v0.78.0886fa6cAudit unreleased changelog entriesa213abbFix OpenRouter Kimi K2.6 developer roleba2d313fix(ai): handle OpenCode Kimi reasoning paramsa36a132fix(ai): abort Codex SSE body reads7921ae4Require explicit provider API keys01a8c2dMerge pull request #5196 from earendil-works/fix/opencode-thinking-requests4faac05fix(ai): handle OpenCode reasoning params7619aaeai: add custom-header support to Bedrock provider93600d8fix(release): align package repository metadataMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@earendil-works/pi-aisince your current version.Updates
commanderfrom 14.0.3 to 15.0.0Release notes
Sourced from commander's releases.
... (truncated)
Changelog
Sourced from commander's changelog.
Commits
ba6d13dFix release dates in changelog (#2523)a752ed9Pin GitHub actions with hash (#2521)74d5dfeDrop EOL node 20 from test matrix, and add node 26 (#2520)6df9b68Update details for 15.0.0 release (#2519)01ce5d0Remove jest esm examples (#2517)d785d8bUpdate dependencies (#2518)9098b48Update dependencies (#2506)373f660Use node:util stripVTControlCharacters instead of own code (#2486)987f289Use simple match in test (to avoid warning about expensive regex) (#2485)0ea3bb3Update dependecies and lint (#2489)Updates
@types/nodefrom 24.12.4 to 25.9.1Commits
Updates
@typescript/native-previewfrom 7.0.0-dev.20260526.1 to 7.0.0-dev.20260603.1Commits
Updates
@vitest/coverage-v8from 4.1.7 to 4.1.8Release notes
Sourced from @vitest/coverage-v8's releases.
Commits
e61f2ddchore: release v4.1.8e4067b3fix(browser): disable clientcdpAPI whenallowWrite/allowExec: false[ba...Updates
oxfmtfrom 0.52.0 to 0.53.0Changelog
Sourced from oxfmt's changelog.
Commits
964a758release(apps): oxlint v1.68.0 && oxfmt v0.53.0 (#22883)Updates
oxlintfrom 1.67.0 to 1.68.0Release notes
Sourced from oxlint's releases.
... (truncated)
Changelog
Sourced from oxlint's changelog.
Commits
964a758release(apps): oxlint v1.68.0 && oxfmt v0.53.0 (#22883)3f05c5efeat(linter): exposeoverride::exclude_filesoption (#22884)e4b1f46feat(linter/typescript): implementmethod-signature-stylerule (#22679)bc462cafeat(linter/vue): implement no-reserved-component-names rule (#22741)ef9e751feat(linter/vue): implement component-definition-name-casing rule (#22818)d67f51afeat(linter/vue): implement require-prop-type-constructor rule (#22708)8422e8bfeat(linter/jsdoc): implementrequire-yields-descriptionrule (#22805)fe93f97feat(linter/eslint): implementprefer-named-capture-grouprule (#22759)Updates
tsxfrom 4.22.3 to 4.22.4Release notes
Sourced from tsx's releases.
Commits
1ce8463fix: resolve CommonJS directory requires inside dependencies (#803)Updates
vitestfrom 4.1.7 to 4.1.8Release notes
Sourced from vitest's releases.
Commits
e61f2ddchore: release v4.1.8e4067b3fix(browser): disable clientcdpAPI whenallowWrite/allowExec: false[ba...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