build(deps-dev): bump yargs from 17.7.2 to 18.0.0 by dependabot[bot] · Pull Request #3091 · firebase/firebase-admin-node
Navigation Menu
{{ message }}
firebase / firebase-admin-node Public
- Notifications You must be signed in to change notification settings
- Fork 415
Open
build(deps-dev): bump yargs from 17.7.2 to 18.0.0#3091
dependabot[bot] wants to merge 1 commit intomainfrom
build(deps-dev): bump yargs from 17.7.2 to 18.0.0#3091
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Copy link Copy Markdown
Contributor
Bumps yargs from 17.7.2 to 18.0.0.
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
- commandDir now works with ESM files (#2461) (27eec18)
- locale: adds hebrew translation (#2357) (4266485)
- yargs is now ESM first (d90af45)
- zsh: Add default completion as fallback (#2331) (e02c91b)
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)
Commits
0bc7255chore(main): release 18.0.0 (#2325)639130dfix(deps): update dependency yargs-parser to v22 (#2470)200e1aafix: allows ESM modules commands to be extensible using visit option (#2468)888db19fix: parser-configuration should work well with generated completion script (...3a40a78fix: addDirectory do not support absolute command dir (#2465)90e9ecadocs: remove to old slack channel (#2466)0dd8fe4fix(zsh): completion no longer requires double tab when using autoloaded27eec18feat: commandDir now works with ESM files (#2461)f9c72a7docs: update examples to run from examples folder (#2463)e02c91bfeat(zsh): Add default completion as fallback (#2331)- Additional commits viewable in compare view
dependabot
bot
added
dependencies
labels
Mar 4, 2026
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/yargs-18.0.0
branch
from
a5a06a4 to
8c9f9a5
Compare
Bumps [yargs](https://github.com/yargs/yargs) from 17.7.2 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@v17.7.2...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
bot
force-pushed
the
dependabot/npm_and_yarn/yargs-18.0.0
branch
from
8c9f9a5 to
4fb96b7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment