Skip to content

Commit

Permalink
Merge pull request #2711 from balena-io/bump-oclif-core
Browse files Browse the repository at this point in the history
Bump oclif core & use default missing flag handler
  • Loading branch information
flowzone-app[bot] authored Dec 8, 2023
2 parents 29ade0f + b9722c6 commit 81ee9f3
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 69 deletions.
1 change: 0 additions & 1 deletion lib/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ const EXPECTED_ERROR_REGEXES = [
/^BalenaOrganizationNotFound/, // balena-sdk
/Request error: Unauthorized$/, // balena-sdk
/^Missing \d+ required arg/, // oclif parser: RequiredArgsError
/Missing required flag/, // oclif parser: RequiredFlagError
/^Unexpected argument/, // oclif parser: UnexpectedArgsError
/to be one of/, // oclif parser: FlagInvalidOptionError, ArgInvalidOptionError
/must also be provided when using/, // oclif parser (depends-on)
Expand Down
151 changes: 110 additions & 41 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"@balena/compose": "^3.0.5",
"@balena/dockerignore": "^1.0.2",
"@balena/es-version": "^1.0.1",
"@oclif/core": "~3.11.0",
"@oclif/core": "^3.14.1",
"@resin.io/valid-email": "^0.1.0",
"@sentry/node": "^6.16.1",
"@types/fast-levenshtein": "0.0.1",
Expand Down
Loading

0 comments on commit 81ee9f3

Please sign in to comment.