Skip to content

Commit ba8de48

Browse files
authored
fix(deps): Update dependency yargs to v18 (#339)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [yargs](https://yargs.js.org/) ([source](https://redirect.github.com/yargs/yargs)) | dependencies | major | [`^17.7.2` -> `^18.0.0`](https://renovatebot.com/diffs/npm/yargs/17.7.2/18.0.0) | --- ### Release Notes <details> <summary>yargs/yargs (yargs)</summary> ### [`v18.0.0`](https://redirect.github.com/yargs/yargs/blob/HEAD/CHANGELOG.md#1800-2025-05-26) [Compare Source](https://redirect.github.com/yargs/yargs/compare/v17.7.2...v18.0.0) ##### ⚠ 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 ([#&#8203;2461](https://redirect.github.com/yargs/yargs/issues/2461)) ([27eec18](https://redirect.github.com/yargs/yargs/commit/27eec188dad09656fe2e8dd42b529a5d98fea794)) - **locale:** adds hebrew translation ([#&#8203;2357](https://redirect.github.com/yargs/yargs/issues/2357)) ([4266485](https://redirect.github.com/yargs/yargs/commit/4266485b20e9b0f3a7f196e84c6d8284b04642cd)) - yargs is now ESM first ([d90af45](https://redirect.github.com/yargs/yargs/commit/d90af45f18db093396b41196830b04e6930aa542)) - **zsh:** Add default completion as fallback ([#&#8203;2331](https://redirect.github.com/yargs/yargs/issues/2331)) ([e02c91b](https://redirect.github.com/yargs/yargs/commit/e02c91b861380eccf743ac9c5c27c6895366e320)) ##### Bug Fixes - addDirectory do not support absolute command dir ([#&#8203;2465](https://redirect.github.com/yargs/yargs/issues/2465)) ([3a40a78](https://redirect.github.com/yargs/yargs/commit/3a40a787edc5784b8134af022948b30c707001ba)) - allows ESM modules commands to be extensible using visit option ([#&#8203;2468](https://redirect.github.com/yargs/yargs/issues/2468)) ([200e1aa](https://redirect.github.com/yargs/yargs/commit/200e1aae95aeac71fc084aabf449fa95edf63300)) - **browser:** fix shims so that yargs continues working in browser context ([#&#8203;2457](https://redirect.github.com/yargs/yargs/issues/2457)) ([4ae5f57](https://redirect.github.com/yargs/yargs/commit/4ae5f5742e2ce7bd9d7b18f3de25c90a938e5cc3)) - **build:** address problems with typescript compilation ([#&#8203;2445](https://redirect.github.com/yargs/yargs/issues/2445)) ([8d72fb3](https://redirect.github.com/yargs/yargs/commit/8d72fb3968498447df52e994e259920c9fefc2b5)) - coerce should play well with parser configuration ([#&#8203;2308](https://redirect.github.com/yargs/yargs/issues/2308)) ([8343c66](https://redirect.github.com/yargs/yargs/commit/8343c66eac10fbe60e85fc17adfe07eadd45cb35)) - **deps:** update dependency yargs-parser to v22 ([#&#8203;2470](https://redirect.github.com/yargs/yargs/issues/2470)) ([639130d](https://redirect.github.com/yargs/yargs/commit/639130d332066c204776c263b4217ac265a0a861)) - exit after async handler done ([#&#8203;2313](https://redirect.github.com/yargs/yargs/issues/2313)) ([e326cde](https://redirect.github.com/yargs/yargs/commit/e326cde53173e82407bf5e79cfdd58a199bcb909)) - handle spaces in bash completion ([#&#8203;2452](https://redirect.github.com/yargs/yargs/issues/2452)) ([83b7788](https://redirect.github.com/yargs/yargs/commit/83b7788a09576feb2ca1c8aa762431a8a4d6a186)) - parser-configuration should work well with generated completion script ([#&#8203;2332](https://redirect.github.com/yargs/yargs/issues/2332)) ([888db19](https://redirect.github.com/yargs/yargs/commit/888db19ccebcb5065a7aa415445e41cb15411c50)) - propagate Dictionary including undefined in value type ([#&#8203;2393](https://redirect.github.com/yargs/yargs/issues/2393)) ([2b2f7f5](https://redirect.github.com/yargs/yargs/commit/2b2f7f5611ec6b4229ca609041b0fc8ffc393d14)) - **zsh:** completion no longer requires double tab when using autoloaded ([0dd8fe4](https://redirect.github.com/yargs/yargs/commit/0dd8fe42ce98401fa54fd2458bf248bb38cb064d)) ##### Code Refactoring - command names are not derived from modules passed to `command`. ([d90af45](https://redirect.github.com/yargs/yargs/commit/d90af45f18db093396b41196830b04e6930aa542)) - singleton usage of yargs yargs.foo, yargs().argv, has been removed. ([d90af45](https://redirect.github.com/yargs/yargs/commit/d90af45f18db093396b41196830b04e6930aa542)) ##### Build System - minimum node.js versions now `^20.19.0 || ^22.12.0 || &gt;=23`. ([d90af45](https://redirect.github.com/yargs/yargs/commit/d90af45f18db093396b41196830b04e6930aa542)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 36e3982 commit ba8de48

File tree

2 files changed

+196
-47
lines changed

2 files changed

+196
-47
lines changed

package-lock.json

Lines changed: 195 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@
109109
"uuid": "^13.0.0",
110110
"winston": "^3.10.0",
111111
"winston-error-format": "^3.0.0",
112-
"yargs": "^17.7.2"
112+
"yargs": "^18.0.0"
113113
}
114114
}

0 commit comments

Comments
 (0)