Skip to content

Commit

Permalink
feat: slimmer ux (#1056)
Browse files Browse the repository at this point in the history
* chore: bump major version

* feat: slimmer ux module

* test: no fancy-tests

* chore(release): 4.0.0-v4.0 [skip ci]

* chore: code review

* chore(release): 4.0.0-v4.1 [skip ci]

* chore(release): 4.0.0-beta.1 [skip ci]

* chore: remove duplicate dep

* test: windows unit tests

* test: windows unit tests

---------

Co-authored-by: svc-cli-bot <[email protected]>
  • Loading branch information
mdonnalley and svc-cli-bot committed Apr 22, 2024
1 parent 74c8092 commit 879cac9
Show file tree
Hide file tree
Showing 102 changed files with 2,814 additions and 5,284 deletions.
9 changes: 5 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"extends": ["oclif", "oclif-typescript", "prettier"],
"rules": {
"unicorn/prefer-module": "off",
"unicorn/no-array-reduce": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-namespace": "off",
"import/no-named-as-default-member": "off",
"no-useless-constructor": "off",
"perfectionist/sort-object-types": "off",
"perfectionist/sort-union-types": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-namespace": "off",
"unicorn/no-array-reduce": "off",
"unicorn/prefer-module": "off",
"valid-jsdoc": "off"
}
}
15 changes: 4 additions & 11 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
{
"recursive": true,
"reporter": "spec",
"require": [
"test/helpers/init.js",
"ts-node/register"
],
"require": ["test/helpers/init.js", "ts-node/register"],
"timeout": 60000,
"watch-extensions": [
"ts"
],
"watch-files": [
"src",
"test"
]
"watch-extensions": ["ts"],
"watch-files": ["src", "test"],
"watch-ignore": ["test/tmp"]
}
44 changes: 11 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,83 +1,61 @@
{
"name": "@oclif/core",
"description": "base library for oclif CLIs",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"author": "Salesforce",
"bugs": "https://github.com/oclif/core/issues",
"dependencies": {
"@types/cli-progress": "^3.11.5",
"ansi-escapes": "^4.3.2",
"ansi-styles": "^4.3.0",
"cardinal": "^2.1.1",
"chalk": "^4.1.2",
"ansis": "^3.0.1",
"clean-stack": "^3.0.1",
"cli-progress": "^3.12.0",
"color": "^4.2.3",
"cli-spinners": "^2.9.2",
"debug": "^4.3.4",
"ejs": "^3.1.10",
"get-package-type": "^0.1.0",
"globby": "^11.1.0",
"hyperlinker": "^1.0.0",
"indent-string": "^4.0.0",
"is-wsl": "^2.2.0",
"js-yaml": "^3.14.1",
"minimatch": "^9.0.4",
"natural-orderby": "^2.0.3",
"object-treeify": "^1.1.33",
"password-prompt": "^1.1.3",
"slice-ansi": "^4.0.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"supports-color": "^8.1.1",
"supports-hyperlinks": "^2.2.0",
"widest-line": "^3.1.0",
"wordwrap": "^1.0.0",
"wrap-ansi": "^7.0.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.8.1",
"@commitlint/config-conventional": "^19",
"@oclif/plugin-help": "^6",
"@oclif/plugin-plugins": "^4",
"@oclif/plugin-plugins": "^5",
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^3.2.9",
"@types/ansi-styles": "^3.2.1",
"@types/benchmark": "^2.1.5",
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/clean-stack": "^2.1.1",
"@types/color": "^3.0.6",
"@types/debug": "^4.1.10",
"@types/ejs": "^3.1.5",
"@types/indent-string": "^4.0.1",
"@types/js-yaml": "^3.12.7",
"@types/mocha": "^10.0.6",
"@types/node": "^18",
"@types/node-notifier": "^8.0.5",
"@types/pnpapi": "^0.0.5",
"@types/slice-ansi": "^4.0.0",
"@types/strip-ansi": "^5.2.1",
"@types/supports-color": "^8.1.1",
"@types/sinon": "^17.0.3",
"@types/wordwrap": "^1.0.3",
"@types/wrap-ansi": "^3.0.0",
"benchmark": "^2.1.4",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"commitlint": "^17.8.1",
"commitlint": "^19",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-oclif": "^5.1.1",
"eslint-config-oclif-typescript": "^3.1.4",
"eslint-config-prettier": "^9.1.0",
"fancy-test": "^3.0.14",
"globby": "^11.1.0",
"husky": "^8",
"lint-staged": "^14.0.1",
"husky": "^9",
"lint-staged": "^15",
"madge": "^6.1.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"prettier": "^3.2.5",
"shx": "^0.3.4",
"sinon": "^16.1.3",
"sinon": "^17",
"ts-node": "^10.9.2",
"tsd": "^0.31.0",
"typescript": "^5"
Expand Down Expand Up @@ -122,7 +100,7 @@
"lint": "eslint . --ext .ts",
"posttest": "yarn lint && yarn test:circular-deps",
"prepack": "yarn run build",
"prepare": "husky install",
"prepare": "husky",
"pretest": "yarn build && tsc -p test --noEmit --skipLibCheck",
"test:circular-deps": "madge lib/ -c",
"test:debug": "nyc mocha --debug-brk --inspect \"test/**/*.test.ts\"",
Expand Down
Loading

0 comments on commit 879cac9

Please sign in to comment.