Skip to content

Bump yargs from 15.4.1 to 18.0.0#11

Merged
digiguru merged 3 commits into
masterfrom
dependabot/npm_and_yarn/yargs-18.0.0
Jun 9, 2026
Merged

Bump yargs from 15.4.1 to 18.0.0#11
digiguru merged 3 commits into
masterfrom
dependabot/npm_and_yarn/yargs-18.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown

Bumps yargs from 15.4.1 to 18.0.0.

Release notes

Sourced from yargs's releases.

yargs yargs-v16.2.1

Bug Fixes

Changelog

Sourced from yargs's changelog.

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)
  • coerce should play well with parser configuration (#2308) (8343c66)
  • deps: update dependency yargs-parser to v22 (#2470) (639130d)
  • exit after async handler done (#2313) (e326cde)
  • handle spaces in bash completion (#2452) (83b7788)
  • parser-configuration should work well with generated completion script (#2332) (888db19)
  • propagate Dictionary including undefined in value type (#2393) (2b2f7f5)
  • zsh: completion no longer requires double tab when using autoloaded (0dd8fe4)

Code Refactoring

  • command names are not derived from modules passed to command. (d90af45)
  • singleton usage of yargs yargs.foo, yargs().argv, has been removed. (d90af45)

Build System

  • minimum node.js versions now ^20.19.0 || ^22.12.0 || >=23. (d90af45)

17.7.2 (2023-04-27)

Bug Fixes

  • do not crash completion when having negated options (#2322) (7f42848)

... (truncated)

Commits
  • 0bc7255 chore(main): release 18.0.0 (#2325)
  • 639130d fix(deps): update dependency yargs-parser to v22 (#2470)
  • 200e1aa fix: allows ESM modules commands to be extensible using visit option (#2468)
  • 888db19 fix: parser-configuration should work well with generated completion script (...
  • 3a40a78 fix: addDirectory do not support absolute command dir (#2465)
  • 90e9eca docs: remove to old slack channel (#2466)
  • 0dd8fe4 fix(zsh): completion no longer requires double tab when using autoloaded
  • 27eec18 feat: commandDir now works with ESM files (#2461)
  • f9c72a7 docs: update examples to run from examples folder (#2463)
  • e02c91b feat(zsh): Add default completion as fallback (#2331)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 3, 2026
Bumps [yargs](https://github.com/yargs/yargs) from 15.4.1 to 18.0.0.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](yargs/yargs@v15.4.1...v18.0.0)

---
updated-dependencies:
- dependency-name: yargs
  dependency-version: 18.0.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.0.0 branch from 040be92 to 9177a85 Compare June 9, 2026 14:06
digiguru added 2 commits June 9, 2026 16:28
yargs 18 changed require('yargs') to return a factory function instead
of a parsed-args instance, so yargs.argv was undefined and accessing
yargs.argv.root threw at load time. Use yargs/yargs with hideBin to
parse process.argv explicitly.

🤖 Generated by Claude Code for AND Digital
Tests that register inside Reveal.initialize().then() raced against
QUnit's default autostart: on slower CI runners QUnit could start and
drain an empty queue before the tests were registered, producing
"No tests were run." (test-iframes.html hit this on CI while passing
locally).

Set QUnit.config.autostart = false and call QUnit.start() after
registering, matching the existing pattern in test-dependencies-async.html.
Applied to all four async-registering test files: test-iframes,
test-iframe-backgrounds, test-auto-animate, and test.html.

🤖 Generated by Claude Code for AND Digital
@digiguru digiguru merged commit e643dc1 into master Jun 9, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/yargs-18.0.0 branch June 9, 2026 21:27
@digiguru digiguru restored the dependabot/npm_and_yarn/yargs-18.0.0 branch June 10, 2026 08:04
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.

1 participant