Skip to content

build(deps-dev): bump yargs from 17.7.2 to 18.1.0 - #2154

Merged
HAYDEN-OAI merged 1 commit into
mainfrom
dependabot/npm_and_yarn/yargs-18.1.0
Aug 10, 2026
Merged

build(deps-dev): bump yargs from 17.7.2 to 18.1.0#2154
HAYDEN-OAI merged 1 commit into
mainfrom
dependabot/npm_and_yarn/yargs-18.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps yargs from 17.7.2 to 18.1.0.

Changelog

Sourced from yargs's changelog.

18.1.0 (2026-07-26)

Features

  • ignore bun when getting bin name (b77831c)

Bug Fixes

  • lang: 'count' for de locale (#2476) (971e351)
  • local prototype pollution vulnerability in apply-extends (437f3a4)
  • locale: add Georgian translation (#2474) (086aeaa)

17.7.3 (2026-06-19)

Bug Fixes

  • fix: use entry point with file extension for anything that supports exports (#2514) (c7597e3)

16.2.2 (2026-06-19)

Bug Fixes

  • fix: use entry point with .cjs file extension for yargs export (#2546) (6feb819)

18.0.0 (2025-05-26)

⚠ BREAKING CHANGES

  • command names are not derived from modules passed to command.
  • singleton usage of yargs yargs.foo, yargs().argv, has been removed.
  • minimum node.js versions now ^20.19.0 || ^22.12.0 || >=23.
  • yargs is now ESM first

Features

Bug Fixes

  • addDirectory do not support absolute command dir (#2465) (3a40a78)
  • allows ESM modules commands to be extensible using visit option (#2468) (200e1aa)
  • browser: fix shims so that yargs continues working in browser context (#2457) (4ae5f57)
  • build: address problems with typescript compilation (#2445) (8d72fb3)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by shadowspawn, a new releaser for yargs since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 10, 2026 15:17
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
@openai-sdks

openai-sdks Bot commented Aug 10, 2026

Copy link
Copy Markdown

OkTest Summary

237/237 SDK tests passed in 10.398s for Node SDK PR #2154.

Test results — 42 files
Test Result Time
tests/chat-completions-complex-body.test.ts ✅ Passed 136ms
tests/chat-completions-create.test.ts ✅ Passed 260ms
tests/chat-completions-stream.test.ts ✅ Passed 146ms
tests/files-content-binary.test.ts ✅ Passed 176ms
tests/files-create-multipart.test.ts ✅ Passed 130ms
tests/files-list-pagination.test.ts ✅ Passed 146ms
tests/initialize-config.test.ts ✅ Passed 150ms
tests/instance-isolation.test.ts ✅ Passed 110ms
tests/models-list.test.ts ✅ Passed 145ms
tests/responses-background-lifecycle.test.ts ✅ Passed 208ms
tests/responses-body-method-errors.test.ts ✅ Passed 293ms
tests/responses-cancel-timeout.test.ts ✅ Passed 221ms
tests/responses-cancel.test.ts ✅ Passed 245ms
tests/responses-compact-retries.test.ts ✅ Passed 228ms
tests/responses-compact.test.ts ✅ Passed 205ms
tests/responses-create-advanced-stream.test.ts ✅ Passed 158ms
tests/responses-create-advanced.test.ts ✅ Passed 233ms
tests/responses-create-disconnect.test.ts ✅ Passed 1.12s
tests/responses-create-errors.test.ts ✅ Passed 236ms
tests/responses-create-malformed-api-responses.test.ts ✅ Passed 179ms
tests/responses-create-retries.test.ts ✅ Passed 262ms
tests/responses-create-stream-failures.test.ts ✅ Passed 195ms
tests/responses-create-stream-timeout.test.ts ✅ Passed 2.156s
tests/responses-create-stream-wire.test.ts ✅ Passed 2.499s
tests/responses-create-stream.test.ts ✅ Passed 74ms
tests/responses-create-terminal-states.test.ts ✅ Passed 252ms
tests/responses-create-timeout.test.ts ✅ Passed 204ms
tests/responses-create.test.ts ✅ Passed 169ms
tests/responses-delete.test.ts ✅ Passed 214ms
tests/responses-input-items-errors.test.ts ✅ Passed 196ms
tests/responses-input-items-list.test.ts ✅ Passed 185ms
tests/responses-input-items-options.test.ts ✅ Passed 116ms
tests/responses-input-tokens-count-timeout.test.ts ✅ Passed 245ms
tests/responses-input-tokens-count.test.ts ✅ Passed 223ms
tests/responses-malformed-inputs.test.ts ✅ Passed 2.174s
tests/responses-not-found-errors.test.ts ✅ Passed 242ms
tests/responses-parse.test.ts ✅ Passed 217ms
tests/responses-retrieve-retries.test.ts ✅ Passed 254ms
tests/responses-retrieve.test.ts ✅ Passed 238ms
tests/responses-stored-method-errors.test.ts ✅ Passed 560ms
tests/retry-behavior.test.ts ✅ Passed 3.088s
tests/sdk-error-shape.test.ts ✅ Passed 296ms

View OkTest run #31429964304

SDK merge (8579fda4b8d1) · head (124af2a1b5bc) · base (f79329f7a7d2) · OkTest (91635c6a2723)

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 355c82de3d

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread package.json

@jbeckwith-oai jbeckwith-oai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The yargs 18 upgrade itself is compatible here, but the lockfile also includes unrelated transitive upgrades. Please keep this dependency PR scoped to the yargs closure.

Comment thread pnpm-lock.yaml

@jbeckwith-oai jbeckwith-oai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re-reviewed the refreshed exact head. The previous lockfile-scope blocker is resolved: the remaining lock changes are confined to yargs and its dependency closure, including the maintained 16.x/17.x yargs backports. The yargs 18 ESM and Node floor are compatible with this repository, supply-chain verification passes, and the complete Node 22/24/26, build, lint, examples, ecosystem, and breaking-change checks are green.

Bumps [yargs](https://github.com/yargs/yargs) from 17.7.2 to 18.1.0.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](yargs/yargs@v17.7.2...v18.1.0)

---
updated-dependencies:
- dependency-name: yargs
  dependency-version: 18.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/yargs-18.1.0 branch from 7cc16a3 to 124af2a Compare August 10, 2026 20:37
@HAYDEN-OAI
HAYDEN-OAI added this pull request to the merge queue Aug 10, 2026
Merged via the queue into main with commit c5f12d1 Aug 10, 2026
22 checks passed
@HAYDEN-OAI
HAYDEN-OAI deleted the dependabot/npm_and_yarn/yargs-18.1.0 branch August 10, 2026 20:50
@openai-sdks openai-sdks Bot mentioned this pull request Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants