Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

fix: bump @oclif/help #303

Merged
merged 2 commits into from Dec 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"@oclif/config": "^1.18.2",
"@oclif/errors": "^1.3.5",
"@oclif/parser": "^3.8.6",
"@oclif/help": "^1.0.0",
"@oclif/help": "^1.0.1",
"debug": "^4.1.1",
"semver": "^7.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion test/command.test.ts
Expand Up @@ -308,7 +308,7 @@ USAGE
}
await CMD.run(['-h'])
})
.catch((error: Error) => expect(error.message).to.contain('Could not load a help class, consider installing the @oclif/plugin-help package, failed with message:\n'))
.catch((error: Error) => expect(error.message).to.contain('Could not load a help class, consider installing the @oclif/help package, failed with message:\n'))
.it('shows useful error message when no help class has been configured and the default cannot be loaded')

describe('from a help class', () => {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -318,10 +318,10 @@
strip-ansi "^6.0.0"
wrap-ansi "^7.0.0"

"@oclif/help@^1.0.0":
version "1.0.0"
resolved "https://registry.npmjs.org/@oclif/help/-/help-1.0.0.tgz#aa3c01ba9c93d026500243d0ae9665ebfbcfed46"
integrity sha512-5uiVU+eF3kW5kC3T+Bxyydk3WekhYYifxgnZFLbthCQrjpJETdo7ELL26djMz0AmMIzhiZLWADeLNMSVTiLUaw==
"@oclif/help@^1.0.1":
version "1.0.1"
resolved "https://registry.npmjs.org/@oclif/help/-/help-1.0.1.tgz#fd96a3dd9fb2314479e6c8584c91b63754a7dff5"
integrity sha512-8rsl4RHL5+vBUAKBL6PFI3mj58hjPCp2VYyXD4TAa7IMStikFfOH2gtWmqLzIlxAED2EpD0dfYwo9JJxYsH7Aw==
dependencies:
"@oclif/config" "1.18.2"
"@oclif/errors" "1.3.5"
Expand Down