dev-cli
dev-cli copied to clipboard
`$ oclif-dev pack` doesn't seem to work in a yarn workspace where the CLI depends on unpublished packages from the workspace. - First, I get a failure about 'can't find...
Bumps [globby](https://github.com/sindresorhus/globby) from 11.0.4 to 13.1.1. Release notes Sourced from globby's releases. v13.1.1 Fix duplicated result when using globstar (#231) f9d35ae https://github.com/sindresorhus/globby/compare/v13.1.0...v13.1.1 v13.1.0 Add ignoreFiles option (#228) 895d6ec https://github.com/sindresorhus/globby/compare/v13.0.0...v13.1.0 v13.0.0...
Bumps [@oclif/test](https://github.com/oclif/test) from 1.2.9 to 2.1.0. Release notes Sourced from @oclif/test's releases. v2.1.0 2.1.0 (2022-02-10) Features support commands with spaces (531f8e0) v2.0.3 2.0.3 (2021-12-08) Bug Fixes align deps (742fdb3) v2.0.2...
Currently the setup file generated is kinda messy (at least with organisational names in packages):  It would be nice to be able to; 1) change the title (in this...
When installing this package, or any package that depends on it, npm prints the following warning: ``` npm WARN deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for...
Bumps [@oclif/config](https://github.com/oclif/config) from 1.18.2 to 1.18.3. Changelog Sourced from @oclif/config's changelog. 1.18.3 (2022-01-31) Bug Fixes module resolution of linked plugins (#302) (2ca8627) 1.18.3 (2022-01-31) Bug Fixes module resolution of linked...
Bumps [chai](https://github.com/chaijs/chai) from 4.3.4 to 4.3.6. Release notes Sourced from chai's releases. v4.3.6 Update loupe to 2.3.1 v4.3.5 build chaijs fca5bb1 build(deps-dev): bump codecov from 3.1.0 to 3.7.1 (#1446) 747eb4e...
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 7.0.2 to 9.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [cli-ux](https://github.com/oclif/cli-ux) from 5.6.7 to 6.0.9. Release notes Sourced from cli-ux's releases. v6.0.9 6.0.9 (2022-01-31) Bug Fixes deprecate cli ux (#477) (270efe3) v6.0.8 6.0.8 (2022-01-10) Bug Fixes security: bump cli-progress...
[This way](https://github.com/oclif/dev-cli/blob/ef2ec22438e87fb7107b4c49d2c47584a2222817/src/commands/readme.ts#L221) of checking for a TypeScript repository in the `readme` command is fragile: ```javascript if (plugin.pjson.devDependencies && plugin.pjson.devDependencies.typescript) { ``` In a TypeScript monorepo using [workspaces](https://yarnpkg.com/features/workspaces), `typescript` can be...