build(deps): bump the dependencies group across 1 directory with 9 updates - #346
build(deps): bump the dependencies group across 1 directory with 9 updates#346dependabot[bot] wants to merge 1 commit into
Conversation
…dates Bumps the dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.29.0` | `1.30.0` | | [chalk](https://github.com/chalk/chalk) | `5.6.2` | `6.0.0` | | [openai](https://github.com/openai/openai-node) | `6.48.0` | `7.0.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.1` | `26.1.2` | | [devtools-protocol](https://github.com/ChromeDevTools/devtools-protocol) | `0.0.1666840` | `0.0.1669207` | | [es-toolkit](https://github.com/toss/es-toolkit) | `1.49.0` | `1.50.0` | | [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.60.0` | `0.61.0` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.75.0` | `1.76.0` | | [puppeteer-core](https://github.com/puppeteer/puppeteer) | `25.3.0` | `25.4.0` | Updates `@modelcontextprotocol/sdk` from 1.29.0 to 1.30.0 - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](modelcontextprotocol/typescript-sdk@v1.29.0...1.30.0) Updates `chalk` from 5.6.2 to 6.0.0 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v5.6.2...v6.0.0) Updates `openai` from 6.48.0 to 7.0.0 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/main/CHANGELOG.md) - [Commits](openai/openai-node@v6.48.0...v7.0.0) Updates `@types/node` from 26.1.1 to 26.1.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `devtools-protocol` from 0.0.1666840 to 0.0.1669207 - [Commits](ChromeDevTools/devtools-protocol@v0.0.1666840...v0.0.1669207) Updates `es-toolkit` from 1.49.0 to 1.50.0 - [Release notes](https://github.com/toss/es-toolkit/releases) - [Changelog](https://github.com/toss/es-toolkit/blob/main/CHANGELOG.md) - [Commits](toss/es-toolkit@v1.49.0...v1.50.0) Updates `oxfmt` from 0.60.0 to 0.61.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.61.0/npm/oxfmt) Updates `oxlint` from 1.75.0 to 1.76.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.76.0/npm/oxlint) Updates `puppeteer-core` from 25.3.0 to 25.4.0 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](puppeteer/puppeteer@puppeteer-core-v25.3.0...puppeteer-core-v25.4.0) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: chalk dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: openai dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@types/node" dependency-version: 26.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: devtools-protocol dependency-version: 0.0.1669207 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: es-toolkit dependency-version: 1.50.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: oxfmt dependency-version: 0.61.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: oxlint dependency-version: 1.76.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: puppeteer-core dependency-version: 25.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
Codex review: needs maintainer review before merge. Reviewed July 31, 2026, 5:39 PM ET / 21:39 UTC. ClawSweeper reviewWhat this changesThe PR updates seven declared root dependencies and refreshes lockfile resolutions for nine packages, including major releases of Chalk and the OpenAI Node SDK. Merge readiness⛔ Blocked until real behavior proof is added - 3 items remain This constrained dependency refresh has passing cross-platform checks and no discrete patch defect, but its major OpenAI runtime SDK upgrade still needs real after-fix foreground and background evidence before merge. Priority: P2 Review scores
Verification
How this fits togetherOracle is a Node CLI that sends foreground streaming and background polling requests through the official OpenAI SDK. CLI commands build a request, the client wrapper calls the Responses API, and the result is rendered to the terminal or saved as session output. flowchart LR
A[CLI command] --> B[Request builder]
B --> C[OpenAI client wrapper]
C --> D[Responses API]
D --> E{Execution mode}
E -->|Foreground| F[Streaming terminal output]
E -->|Background| G[Polling and session result]
Before merge
Agent review detailsSecurityNone. Review metrics
Merge-risk optionsMaintainer options:
Copy recommended automerge instructionTechnical reviewBest possible solution: Keep the dependency refresh narrow and merge only after a redacted real-account smoke proves one foreground streamed response and one background completion on the PR head. Do we have a high-confidence way to reproduce the issue? Not applicable as a bug report: this is a dependency-update PR. A focused real-account validation path exists through the opt-in OpenAI live suite, but no after-upgrade result is provided. Is this the best way to solve the issue? Unclear: grouped Dependabot updates are mechanically appropriate and compile cleanly, but upgrading the direct OpenAI runtime SDK without a live foreground and background check is not yet the safest merge path. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 68b8c51b0ee0. LabelsLabel 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 (1 earlier review cycle)
|
Bumps the dependencies group with 9 updates in the / directory:
1.29.01.30.05.6.26.0.06.48.07.0.026.1.126.1.20.0.16668400.0.16692071.49.01.50.00.60.00.61.01.75.01.76.025.3.025.4.0Updates
@modelcontextprotocol/sdkfrom 1.29.0 to 1.30.0Release notes
Sourced from @modelcontextprotocol/sdk's releases.
Commits
2d889f2chore: bump version to 1.30.0 (#2563)e3f3daaFix SSE keep-alive timer lifecycle in Streamable HTTP server transport (v1.x)...bb5a718fix(deps): widen@hono/node-serverpast GHSA-frvp-7c67-39w9 (#2549)1dad263fix: send SSE keep-alive comment frames from Streamable HTTP server transport...69749aaValidate Content-Type by parsed media type instead of substring match (v1.x) ...369513dfix: support Zod 3.25 method literals (#2368)e7ee57cv1 stdio buffer limit (#2239)c36e1efAdd end-to-end test suite (#2167)bf1e022chore(ci): switch publish to OIDC trusted publishing (#1839)9edbab7fix(server): prioritize zod issues and format them (#1503)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@modelcontextprotocol/sdksince your current version.Updates
chalkfrom 5.6.2 to 6.0.0Release notes
Sourced from chalk's releases.
Commits
661317e6.0.05729845Improve performance4c304ddAdd extended underline styles and underline colors (#689)e912931Fix: Treat a numericFORCE_COLORas an exact level (#688)8a94e0eRequire Node.js 22fa5cff2Optimize 2-argument calls (#670)ff549c5Fix: Downsampleansi256()andbgAnsi256()to 16 colors at level 1 (#687)678e550Tweaksaa06bb5Fix typos (#664)Updates
openaifrom 6.48.0 to 7.0.0Release notes
Sourced from openai's releases.
... (truncated)
Changelog
Sourced from openai's changelog.
Commits
cf810edrelease: 7.0.0 (#2014)c6a46b8build(deps): bump fast-uri in /ecosystem-tests/ts-browser-webpack (#2027)9185cddfeat!: require Node.js 22 and codify version support (#2026)8e775cfbuild(deps): bump fast-uri in /ecosystem-tests/vercel-edge (#2024)09f0b5ebuild(deps): bump next from 15.5.20 to 15.5.21 (#2025)32ed4b5test: support hermetic local API reference (#2019)228c224ci: add stable Node test matrix gate (#2013)04671d2release: 6.49.0 (#2004)4ced1a8feat(helpers): add standard schema support (#1997)eb04567feat(zod): support schema definitions (#1993)Updates
@types/nodefrom 26.1.1 to 26.1.2Commits
Updates
devtools-protocolfrom 0.0.1666840 to 0.0.1669207Commits
6fe72ecRoll protocol to r1669207Updates
es-toolkitfrom 1.49.0 to 1.50.0Release notes
Sourced from es-toolkit's releases.
... (truncated)
Changelog
Sourced from es-toolkit's changelog.
Commits
a443efdv1.50.09232c57test(check-dist): skip declaration-only ./types in CJS/ESM check (#1949)4bac390fix(types): register ./types entrypoint in check-dist test (#1948)8ea1291feat(types): add es-toolkit/types module with compile-time type utilities (#1...b854e15fix(partition): accept any predicate return value like Array.prototype.filter...953920bfix(compat/findIndex): convert fromIndex to an integer like lodash (#1938)9b92739fix(compat/every): treat falsy doesMatch as property shorthand, not identity ...278b4febuild(deps): bump github/codeql-action/upload-sarif (#1942)9d05639build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#1944)ffea687fix(compat/intersectionBy): resolve Lodash compatibility issues (#1935)Updates
oxfmtfrom 0.60.0 to 0.61.0Commits
65fe65drelease(apps): oxlint v1.76.0 && oxfmt v0.61.0 (#24976)Updates
oxlintfrom 1.75.0 to 1.76.0Release notes
Sourced from oxlint's releases.
... (truncated)
Changelog
Sourced from oxlint's changelog.
Commits
65fe65drelease(apps): oxlint v1.76.0 && oxfmt v0.61.0 (#24976)3ff2e0edocs(linter): clarify config extends types (#24936)8d31dfafeat(linter): verify eslint/no-restricted-globals config schema (#24598)7069621feat(linter): verify jest/vitest prefer-lowercase-title config schema (#24724)016cf2afeat(linter/oxc): add bad-match-all-arg rule (#24900)cdc941efeat(linter/n): implementexports-stylerule (#24087)1ad6f6cfeat(linter/eslint): implementid-denylistrule (#24632)Updates
puppeteer-corefrom 25.3.0 to 25.4.0Release notes
Sourced from puppeteer-core's releases.
Changelog
Sourced from puppeteer-core's changelog.
Commits
f5b96c5chore: release main (#15201)29a6e7cchore(webmcp): Update WebMCP to Chrome 151 implementation (#15146)4a48c8afeat: add browser-level PWA install/launch/uninstall APIs (#15235)ffe1c91chore(deps): bump the all group with 5 updates (#15262)06442aefeat: roll to Chrome 151.0.7922.47 (#15237)7c72827chore(deps): bump svgo from 3.3.3 to 3.3.4 in /website (#15253)83b0e31chore(deps): bump fast-uri from 3.1.2 to 3.1.4 in /website (#15254)0ebbd98chore(deps): bump shell-quote from 1.8.4 to 1.10.0 in /website (#15255)befa16fchore(deps): bump body-parser from 1.20.5 to 1.20.6 in /website (#15256)8af689dchore(deps): bump webpack-dev-server from 5.2.5 to 5.2.6 in /website (#15257)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