Skip to content

Commit 54a0d08

Browse files
Update dependency yargs to v18 (#131)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yargs](https://yargs.js.org/) ([source](https://redirect.github.com/yargs/yargs)) | [`17.7.2` -> `18.0.0`](https://renovatebot.com/diffs/npm/yargs/17.7.2/18.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/yargs/18.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/yargs/18.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/yargs/17.7.2/18.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/yargs/17.7.2/18.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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 - At any time (no schedule defined), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/graphql-hive/federation-gateway-audit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e983a92 commit 54a0d08

File tree

2 files changed

+60
-96
lines changed

2 files changed

+60
-96
lines changed

package-lock.json

Lines changed: 59 additions & 95 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
@@ -64,7 +64,7 @@
6464
"kill-port-process": "3.2.1",
6565
"wait-on": "8.0.3",
6666
"detect-port": "2.1.0",
67-
"yargs": "17.7.2"
67+
"yargs": "18.0.0"
6868
},
6969
"devDependencies": {
7070
"@apollo/gateway": "2.11.0",

0 commit comments

Comments
 (0)