Skip to content

Commit 33775a3

Browse files
Update dependency yargs to v17.7.2
| datasource | package | from | to | | ---------- | ------------ | ------ | ------- | | npm | yargs | 17.6.0 | 17.7.2 | | npm | @types/yargs | 16.0.0 | 17.0.33 | ## [v17.7.2](https://github.com/yargs/yargs/blob/HEAD/CHANGELOG.md#1772-2023-04-27) ##### Bug Fixes - do not crash completion when having negated options ([#2322](yargs/yargs#2322)) ([7f42848](yargs/yargs@7f42848)) ## [v17.7.1](https://github.com/yargs/yargs/blob/HEAD/CHANGELOG.md#1771-2023-02-21) ##### Bug Fixes - address display bug with default sub-commands ([#2303](yargs/yargs#2303)) ([9aa2490](yargs/yargs@9aa2490)) ## [v17.7.0](https://github.com/yargs/yargs/blob/HEAD/CHANGELOG.md#1770-2023-02-13) ##### Features - add method to hide option extras ([#2156](yargs/yargs#2156)) ([2c144c4](yargs/yargs@2c144c4)) - convert line break to whitespace for the description of the option ([#2271](yargs/yargs#2271)) ([4cb41dc](yargs/yargs@4cb41dc)) ##### Bug Fixes - copy the description of the option to its alias in completion ([#2269](yargs/yargs#2269)) ([f37ee6f](yargs/yargs@f37ee6f)) ## [v17.6.2](https://github.com/yargs/yargs/blob/HEAD/CHANGELOG.md#1762-2022-11-03) ##### Bug Fixes - **deps:** update dependency yargs-parser to v21.1.1 ([#2231](yargs/yargs#2231)) ([75b4d52](yargs/yargs@75b4d52)) - **lang:** typo in Finnish unknown argument singular form ([#2222](yargs/yargs#2222)) ([a6dfd0a](yargs/yargs@a6dfd0a)) ## [v17.6.1](https://github.com/yargs/yargs/blob/HEAD/CHANGELOG.md#1761-2022-11-02) ##### Bug Fixes - **lang:** fix "Not enough non-option arguments" message for the Czech language ([#2242](yargs/yargs#2242)) ([3987b13](yargs/yargs@3987b13))
1 parent c53afd6 commit 33775a3

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/node": "20.16.0",
2525
"@types/react": "17.0.13",
2626
"@types/react-dom": "17.0.8",
27-
"@types/yargs": "16.0.0",
27+
"@types/yargs": "17.0.33",
2828
"@typescript-eslint/eslint-plugin": "5.62.0",
2929
"@typescript-eslint/parser": "5.62.0",
3030
"@vitejs/plugin-react": "4.3.1",
@@ -61,6 +61,6 @@
6161
"vite-plugin-checker": "0.7.2",
6262
"vite-plugin-ejs": "1.7.0",
6363
"vite-tsconfig-paths": "4.3.2",
64-
"yargs": "17.6.0"
64+
"yargs": "17.7.2"
6565
}
6666
}

pnpm-lock.yaml

+8-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)