chore(deps): bump yargs from 17.7.3 to 18.1.0 - #103
Open
dependabot[bot] wants to merge 1 commit into
Open
Annotations
5 errors
|
Run tests with coverage
Process completed with exit code 1.
|
|
Run tests with coverage:
test/cli.ts#L1356
YError: Unknown argument: manifest-release
❯ Object.fail node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/usage.js:61:26
❯ Object.unknownArguments node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/validation.js:109:19
❯ node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/yargs-factory.js:1491:78
❯ node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/yargs-factory.js:1188:13
❯ maybeAsyncResult node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/utils/maybe-async-result.js:9:15
❯ YargsInstance.[validateAsync] node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/yargs-factory.js:1187:16
❯ YargsInstance.[runYargsParserAndExecuteCommands] node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/yargs-factory.js:1462:55
❯ YargsInstance.parse node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/yargs-factory.js:704:63
❯ test/cli.ts:1356:23
|
|
Run tests with coverage:
test/cli.ts#L1356
YError: Unknown argument: manifest-pr
❯ Object.fail node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/usage.js:61:26
❯ Object.unknownArguments node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/validation.js:109:19
❯ node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/yargs-factory.js:1491:78
❯ node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/yargs-factory.js:1188:13
❯ maybeAsyncResult node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/utils/maybe-async-result.js:9:15
❯ YargsInstance.[validateAsync] node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/yargs-factory.js:1187:16
❯ YargsInstance.[runYargsParserAndExecuteCommands] node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/yargs-factory.js:1462:55
❯ YargsInstance.parse node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/yargs-factory.js:704:63
❯ test/cli.ts:1356:23
|
|
Run tests with coverage:
test/cli.ts#L1356
YError: Unknown argument: github-release
❯ Object.fail node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/usage.js:61:26
❯ Object.unknownArguments node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/validation.js:109:19
❯ node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/yargs-factory.js:1491:78
❯ node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/yargs-factory.js:1188:13
❯ maybeAsyncResult node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/utils/maybe-async-result.js:9:15
❯ YargsInstance.[validateAsync] node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/yargs-factory.js:1187:16
❯ YargsInstance.[runYargsParserAndExecuteCommands] node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/yargs-factory.js:1462:55
❯ YargsInstance.parse node_modules/.pnpm/[email protected]/node_modules/yargs/build/lib/yargs-factory.js:704:63
❯ test/cli.ts:1356:23
|
|
Run tests with coverage:
test/cli.ts#L1353
Error: Snapshot `CLI > --help > release-pr 1` mismatched
- Expected
+ Received
@@ -3,103 +3,104 @@
create or update a PR representing the next release
Options:
--help Show help [boolean]
--version Show version number [boolean]
- --debug print verbose errors (use only for local deb
+ --debug print verbose errors (use only for local
- ugging). [boolean] [default: false]
+ debugging). [boolean] [default: false]
- --trace print extra verbose errors (use only for loc
+ --trace print extra verbose errors (use only for
- al debugging). [boolean] [default: false]
+ local debugging). [boolean] [default: false]
- --plugin load plugin named release-please-<plugin-nam
- e> [array] [default: []]
+ --plugin load plugin named
+ release-please-<plugin-name>
+ [array] [default: []]
--token GitHub token with repo write permissions
--api-url URL to use when making API requests
[string] [default: "https://api.github.com"]
--graphql-url URL to use when making GraphQL requests
[string] [default: "https://api.github.com"]
- --default-branch The branch to open release PRs against and t
+ --default-branch The branch to open release PRs against and
- ag releases on
+ tag releases on
[deprecated: use --target-branch instead] [string]
- --target-branch The branch to open release PRs against and t
+ --target-branch The branch to open release PRs against and
- ag releases on [string]
+ tag releases on [string]
--repo-url GitHub URL to generate release for[required]
--dry-run Prepare but do not take action
[boolean] [default: false]
- --use-graphql Whether or not the GraphQL API should be use
+ --use-graphql Whether or not the GraphQL API should be
- d. If false, the REST API will be used inste
+ used. If false, the REST API will be used
- ad. [boolean] [default: true]
+ instead. [boolean] [default: true]
--release-as override the semantically determined release
- version [string]
+ version [string]
--bump-minor-pre-major should we bump the semver minor prior to the
- first major release
+ first major release
[boolean] [default: false]
- --bump-patch-for-minor-pre-major should we bump the semver patch instead of t
+ --bump-patch-for-minor-pre-major should we bump the semver patch instead of
- he minor for non-breaking changes prior to t
+ the minor for non-breaking changes prior to
- he first major release
+
|
background
wait
wait-all
cancel
parallel
Loading