:rocket: UI5 Schemas allows you to develop SAPUI5/OpenUI5 XML at a maximum convenience. It downloads, upgrades and sets up SAPUI5/OpenUI5 XML schemas for a better development experience in your favorite IDE (if it is WebStorm ;).
Changelog
*Sourced from [yargs's changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md).*
> ## [14.2.0](https://github.com/yargs/yargs/compare/v14.1.0...v14.2.0) (2019-10-07)
>
>
> ### Bug Fixes
>
> * async middleware was called twice ([#1422](https://github-redirect.dependabot.com/yargs/yargs/issues/1422)) ([9a42b63](https://github.com/yargs/yargs/commit/9a42b63))
> * fix promise check to accept any spec conform object ([#1424](https://github-redirect.dependabot.com/yargs/yargs/issues/1424)) ([0be43d2](https://github.com/yargs/yargs/commit/0be43d2))
> * groups were not being maintained for nested commands ([#1430](https://github-redirect.dependabot.com/yargs/yargs/issues/1430)) ([d38650e](https://github.com/yargs/yargs/commit/d38650e))
> * **docs:** broken markdown link ([#1426](https://github-redirect.dependabot.com/yargs/yargs/issues/1426)) ([236e24e](https://github.com/yargs/yargs/commit/236e24e))
> * support merging deeply nested configuration ([#1423](https://github-redirect.dependabot.com/yargs/yargs/issues/1423)) ([bae66fe](https://github.com/yargs/yargs/commit/bae66fe))
>
>
> ### Features
>
> * **deps:** introduce yargs-parser with support for unknown-options-as-args ([#1440](https://github-redirect.dependabot.com/yargs/yargs/issues/1440)) ([4d21520](https://github.com/yargs/yargs/commit/4d21520))
>
> ## [14.1.0](https://github.com/yargs/yargs/compare/v14.0.0...v14.1.0) (2019-09-06)
>
>
> ### Bug Fixes
>
> * **docs:** fix incorrect parserConfiguration documentation ([2a99124](https://github.com/yargs/yargs/commit/2a99124))
> * detect zsh when zsh isnt run as a login prompt ([#1395](https://github-redirect.dependabot.com/yargs/yargs/issues/1395)) ([8792d13](https://github.com/yargs/yargs/commit/8792d13))
> * populate correct value on yargs.parsed and stop warning on access ([#1412](https://github-redirect.dependabot.com/yargs/yargs/issues/1412)) ([bb0eb52](https://github.com/yargs/yargs/commit/bb0eb52))
> * showCompletionScript was logging script twice ([#1388](https://github-redirect.dependabot.com/yargs/yargs/issues/1388)) ([07c8537](https://github.com/yargs/yargs/commit/07c8537))
> * strict() should not ignore hyphenated arguments ([#1414](https://github-redirect.dependabot.com/yargs/yargs/issues/1414)) ([b774b5e](https://github.com/yargs/yargs/commit/b774b5e))
> * **docs:** formalize existing callback argument to showHelp ([#1386](https://github-redirect.dependabot.com/yargs/yargs/issues/1386)) ([d217764](https://github.com/yargs/yargs/commit/d217764))
>
>
> ### Features
>
> * make it possible to merge configurations when extending other config. ([#1411](https://github-redirect.dependabot.com/yargs/yargs/issues/1411)) ([5d7ad98](https://github.com/yargs/yargs/commit/5d7ad98))
Commits
- [`bc3c4d1`](https://github.com/yargs/yargs/commit/bc3c4d1aa08e06d82e0e886ea61ea0d0034faa03) chore(release): 14.2.0
- [`4d21520`](https://github.com/yargs/yargs/commit/4d21520ca487b65f2ace422c323aaecb2be1c8a6) feat(deps): introduce yargs-parser with support for unknown-options-as-args (...
- [`1b47745`](https://github.com/yargs/yargs/commit/1b477454f87fd125184b3514360e23964a009478) docs: update supported locales ([#1425](https://github-redirect.dependabot.com/yargs/yargs/issues/1425))
- [`d38650e`](https://github.com/yargs/yargs/commit/d38650e45b478ef0104af40281df54b41a50f12f) fix: groups were not being maintained for nested commands ([#1430](https://github-redirect.dependabot.com/yargs/yargs/issues/1430))
- [`9a42b63`](https://github.com/yargs/yargs/commit/9a42b6380c92a3528a1e47ebf2ed0354e723fea2) fix: async middleware was called twice ([#1422](https://github-redirect.dependabot.com/yargs/yargs/issues/1422))
- [`0be43d2`](https://github.com/yargs/yargs/commit/0be43d2e1bfa0a485a13d0bbf4aa02bd4a05d4dd) fix: fix promise check to accept any spec conform object ([#1424](https://github-redirect.dependabot.com/yargs/yargs/issues/1424))
- [`afaf6d3`](https://github.com/yargs/yargs/commit/afaf6d38aad3cc016f130faa1ebafc165807fade) chore: Minor refactor ([#1396](https://github-redirect.dependabot.com/yargs/yargs/issues/1396))
- [`236e24e`](https://github.com/yargs/yargs/commit/236e24ef74cb32ff22f3d82a808333ec666d3c22) fix(docs): broken markdown link ([#1426](https://github-redirect.dependabot.com/yargs/yargs/issues/1426))
- [`bae66fe`](https://github.com/yargs/yargs/commit/bae66feee45cb59241facc978c8fdd2bb4d4c751) fix: support merging deeply nested configuration ([#1423](https://github-redirect.dependabot.com/yargs/yargs/issues/1423))
- [`a05a49c`](https://github.com/yargs/yargs/commit/a05a49c2f3209569318f57442eeb917f2a6b64b6) chore(release): 14.1.0
- Additional commits viewable in [compare view](https://github.com/yargs/yargs/compare/v14.0.0...v14.2.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps yargs from 14.0.0 to 14.2.0.
Changelog
*Sourced from [yargs's changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md).* > ## [14.2.0](https://github.com/yargs/yargs/compare/v14.1.0...v14.2.0) (2019-10-07) > > > ### Bug Fixes > > * async middleware was called twice ([#1422](https://github-redirect.dependabot.com/yargs/yargs/issues/1422)) ([9a42b63](https://github.com/yargs/yargs/commit/9a42b63)) > * fix promise check to accept any spec conform object ([#1424](https://github-redirect.dependabot.com/yargs/yargs/issues/1424)) ([0be43d2](https://github.com/yargs/yargs/commit/0be43d2)) > * groups were not being maintained for nested commands ([#1430](https://github-redirect.dependabot.com/yargs/yargs/issues/1430)) ([d38650e](https://github.com/yargs/yargs/commit/d38650e)) > * **docs:** broken markdown link ([#1426](https://github-redirect.dependabot.com/yargs/yargs/issues/1426)) ([236e24e](https://github.com/yargs/yargs/commit/236e24e)) > * support merging deeply nested configuration ([#1423](https://github-redirect.dependabot.com/yargs/yargs/issues/1423)) ([bae66fe](https://github.com/yargs/yargs/commit/bae66fe)) > > > ### Features > > * **deps:** introduce yargs-parser with support for unknown-options-as-args ([#1440](https://github-redirect.dependabot.com/yargs/yargs/issues/1440)) ([4d21520](https://github.com/yargs/yargs/commit/4d21520)) > > ## [14.1.0](https://github.com/yargs/yargs/compare/v14.0.0...v14.1.0) (2019-09-06) > > > ### Bug Fixes > > * **docs:** fix incorrect parserConfiguration documentation ([2a99124](https://github.com/yargs/yargs/commit/2a99124)) > * detect zsh when zsh isnt run as a login prompt ([#1395](https://github-redirect.dependabot.com/yargs/yargs/issues/1395)) ([8792d13](https://github.com/yargs/yargs/commit/8792d13)) > * populate correct value on yargs.parsed and stop warning on access ([#1412](https://github-redirect.dependabot.com/yargs/yargs/issues/1412)) ([bb0eb52](https://github.com/yargs/yargs/commit/bb0eb52)) > * showCompletionScript was logging script twice ([#1388](https://github-redirect.dependabot.com/yargs/yargs/issues/1388)) ([07c8537](https://github.com/yargs/yargs/commit/07c8537)) > * strict() should not ignore hyphenated arguments ([#1414](https://github-redirect.dependabot.com/yargs/yargs/issues/1414)) ([b774b5e](https://github.com/yargs/yargs/commit/b774b5e)) > * **docs:** formalize existing callback argument to showHelp ([#1386](https://github-redirect.dependabot.com/yargs/yargs/issues/1386)) ([d217764](https://github.com/yargs/yargs/commit/d217764)) > > > ### Features > > * make it possible to merge configurations when extending other config. ([#1411](https://github-redirect.dependabot.com/yargs/yargs/issues/1411)) ([5d7ad98](https://github.com/yargs/yargs/commit/5d7ad98))Commits
- [`bc3c4d1`](https://github.com/yargs/yargs/commit/bc3c4d1aa08e06d82e0e886ea61ea0d0034faa03) chore(release): 14.2.0 - [`4d21520`](https://github.com/yargs/yargs/commit/4d21520ca487b65f2ace422c323aaecb2be1c8a6) feat(deps): introduce yargs-parser with support for unknown-options-as-args (... - [`1b47745`](https://github.com/yargs/yargs/commit/1b477454f87fd125184b3514360e23964a009478) docs: update supported locales ([#1425](https://github-redirect.dependabot.com/yargs/yargs/issues/1425)) - [`d38650e`](https://github.com/yargs/yargs/commit/d38650e45b478ef0104af40281df54b41a50f12f) fix: groups were not being maintained for nested commands ([#1430](https://github-redirect.dependabot.com/yargs/yargs/issues/1430)) - [`9a42b63`](https://github.com/yargs/yargs/commit/9a42b6380c92a3528a1e47ebf2ed0354e723fea2) fix: async middleware was called twice ([#1422](https://github-redirect.dependabot.com/yargs/yargs/issues/1422)) - [`0be43d2`](https://github.com/yargs/yargs/commit/0be43d2e1bfa0a485a13d0bbf4aa02bd4a05d4dd) fix: fix promise check to accept any spec conform object ([#1424](https://github-redirect.dependabot.com/yargs/yargs/issues/1424)) - [`afaf6d3`](https://github.com/yargs/yargs/commit/afaf6d38aad3cc016f130faa1ebafc165807fade) chore: Minor refactor ([#1396](https://github-redirect.dependabot.com/yargs/yargs/issues/1396)) - [`236e24e`](https://github.com/yargs/yargs/commit/236e24ef74cb32ff22f3d82a808333ec666d3c22) fix(docs): broken markdown link ([#1426](https://github-redirect.dependabot.com/yargs/yargs/issues/1426)) - [`bae66fe`](https://github.com/yargs/yargs/commit/bae66feee45cb59241facc978c8fdd2bb4d4c751) fix: support merging deeply nested configuration ([#1423](https://github-redirect.dependabot.com/yargs/yargs/issues/1423)) - [`a05a49c`](https://github.com/yargs/yargs/commit/a05a49c2f3209569318f57442eeb917f2a6b64b6) chore(release): 14.1.0 - Additional commits viewable in [compare view](https://github.com/yargs/yargs/compare/v14.0.0...v14.2.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)