diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3f7c71d1fc..94c5ffe771 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -6,7 +6,7 @@ jobs: v14: runs-on: ubuntu-22.04 container: - image: "ubuntu:22.04" + image: 'ubuntu:22.04' steps: - name: Install required dependencies run: | @@ -35,7 +35,7 @@ jobs: v16: runs-on: ubuntu-22.04 container: - image: "ubuntu:22.04" + image: 'ubuntu:22.04' steps: - name: Install required dependencies run: | @@ -64,7 +64,7 @@ jobs: v18: runs-on: ubuntu-22.04 container: - image: "ubuntu:22.04" + image: 'ubuntu:22.04' steps: - name: Install required dependencies run: | @@ -90,6 +90,35 @@ jobs: - name: Test run: yarn test-ci + v20: + runs-on: ubuntu-22.04 + container: + image: 'ubuntu:22.04' + steps: + - name: Install required dependencies + run: | + apt update + apt install --yes sudo + sudo apt install --yes git + sudo apt install --yes curl + curl --location https://deb.nodesource.com/setup_20.x | sudo --preserve-env bash - + sudo DEBIAN_FRONTEND=noninteractive apt install --yes nodejs + - uses: actions/checkout@v3 + # workaround for https://github.com/actions/runner/issues/2033 + - name: ownership workaround + run: git config --global --add safe.directory '*' + - name: Install yarn + run: | + npm install --global yarn + node --version + yarn global add yarn@latest + - name: Install dependencies + run: yarn install --ignore-engines --frozen-lockfile + - name: Build packages + run: yarn build + - name: Test + run: yarn test-ci + windows: runs-on: windows-2022 steps: diff --git a/.nvmrc b/.nvmrc index 19c7bdba7b..25bf17fc5a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 \ No newline at end of file +18 \ No newline at end of file diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000000..8ead549ecc --- /dev/null +++ b/.tool-versions @@ -0,0 +1 @@ +nodejs 18.16.0 diff --git a/@alias/commitlint-config-angular/CHANGELOG.md b/@alias/commitlint-config-angular/CHANGELOG.md index 749482c512..884f473b02 100644 --- a/@alias/commitlint-config-angular/CHANGELOG.md +++ b/@alias/commitlint-config-angular/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30) + +**Note:** Version bump only for package commitlint-config-angular + + + + + ## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04) **Note:** Version bump only for package commitlint-config-angular diff --git a/@alias/commitlint-config-angular/package.json b/@alias/commitlint-config-angular/package.json index a8dc0ae05c..7cb25a924d 100644 --- a/@alias/commitlint-config-angular/package.json +++ b/@alias/commitlint-config-angular/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-config-angular", - "version": "17.6.3", + "version": "17.6.5", "description": "Shareable commitlint config enforcing the angular commit convention", "files": [ "index.js" @@ -30,7 +30,7 @@ "node": ">=v14" }, "dependencies": { - "@commitlint/config-angular": "^17.6.3" + "@commitlint/config-angular": "^17.6.5" }, "devDependencies": { "@commitlint/utils": "^17.4.0" diff --git a/@alias/commitlint-config-nx-scopes/CHANGELOG.md b/@alias/commitlint-config-nx-scopes/CHANGELOG.md index e61faec43e..a583fe4ad0 100644 --- a/@alias/commitlint-config-nx-scopes/CHANGELOG.md +++ b/@alias/commitlint-config-nx-scopes/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.4](https://github.com/conventional-changelog/commitlint/compare/v17.6.3...v17.6.4) (2023-05-07) + +**Note:** Version bump only for package commitlint-config-nx-scopes + + + + + ## [17.4.3](https://github.com/conventional-changelog/commitlint/compare/v17.4.2...v17.4.3) (2023-02-13) **Note:** Version bump only for package commitlint-config-nx-scopes diff --git a/@alias/commitlint-config-nx-scopes/package.json b/@alias/commitlint-config-nx-scopes/package.json index ba1879181f..9a5c8558e0 100644 --- a/@alias/commitlint-config-nx-scopes/package.json +++ b/@alias/commitlint-config-nx-scopes/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-config-nx-scopes", - "version": "17.4.3", + "version": "17.6.4", "description": "Shareable commitlint config enforcing nx project names as scopes", "files": [ "index.js" @@ -30,7 +30,7 @@ "node": ">=v14" }, "dependencies": { - "@commitlint/config-nx-scopes": "^17.4.3" + "@commitlint/config-nx-scopes": "^17.6.4" }, "devDependencies": { "@commitlint/utils": "^17.4.0" diff --git a/@alias/commitlint-config-patternplate/CHANGELOG.md b/@alias/commitlint-config-patternplate/CHANGELOG.md index d6304e5403..0732c4e03a 100644 --- a/@alias/commitlint-config-patternplate/CHANGELOG.md +++ b/@alias/commitlint-config-patternplate/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30) + +**Note:** Version bump only for package commitlint-config-patternplate + + + + + ## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04) **Note:** Version bump only for package commitlint-config-patternplate diff --git a/@alias/commitlint-config-patternplate/package.json b/@alias/commitlint-config-patternplate/package.json index 6bb5201adc..41bdfc97d0 100644 --- a/@alias/commitlint-config-patternplate/package.json +++ b/@alias/commitlint-config-patternplate/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-config-patternplate", - "version": "17.6.3", + "version": "17.6.5", "description": "Lint your commits, patternplate-style", "files": [ "index.js" @@ -30,7 +30,7 @@ "node": ">=v14" }, "dependencies": { - "@commitlint/config-patternplate": "^17.6.3" + "@commitlint/config-patternplate": "^17.6.5" }, "devDependencies": { "@commitlint/utils": "^17.4.0" diff --git a/@alias/commitlint/CHANGELOG.md b/@alias/commitlint/CHANGELOG.md index 1ca8325499..a8c920661a 100644 --- a/@alias/commitlint/CHANGELOG.md +++ b/@alias/commitlint/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30) + +**Note:** Version bump only for package commitlint + + + + + ## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04) **Note:** Version bump only for package commitlint diff --git a/@alias/commitlint/package.json b/@alias/commitlint/package.json index ef7f401c71..7d474384a4 100644 --- a/@alias/commitlint/package.json +++ b/@alias/commitlint/package.json @@ -1,6 +1,6 @@ { "name": "commitlint", - "version": "17.6.3", + "version": "17.6.5", "description": "Lint your commit messages", "files": [ "cli.js" @@ -35,7 +35,7 @@ }, "license": "MIT", "dependencies": { - "@commitlint/cli": "^17.6.3", + "@commitlint/cli": "^17.6.5", "@commitlint/types": "^17.4.4" }, "devDependencies": { diff --git a/@commitlint/cli/CHANGELOG.md b/@commitlint/cli/CHANGELOG.md index fcfd91e33c..973a83fb37 100644 --- a/@commitlint/cli/CHANGELOG.md +++ b/@commitlint/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30) + +**Note:** Version bump only for package @commitlint/cli + + + + + ## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04) **Note:** Version bump only for package @commitlint/cli diff --git a/@commitlint/cli/package.json b/@commitlint/cli/package.json index d74a40853d..51c350ea2a 100644 --- a/@commitlint/cli/package.json +++ b/@commitlint/cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/cli", - "version": "17.6.3", + "version": "17.6.5", "description": "Lint your commit messages", "files": [ "index.js", @@ -48,7 +48,7 @@ }, "dependencies": { "@commitlint/format": "^17.4.4", - "@commitlint/lint": "^17.6.3", + "@commitlint/lint": "^17.6.5", "@commitlint/load": "^17.5.0", "@commitlint/read": "^17.5.1", "@commitlint/types": "^17.4.4", diff --git a/@commitlint/config-angular/CHANGELOG.md b/@commitlint/config-angular/CHANGELOG.md index e9a04ddd8a..22ebdcbfc2 100644 --- a/@commitlint/config-angular/CHANGELOG.md +++ b/@commitlint/config-angular/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30) + +**Note:** Version bump only for package @commitlint/config-angular + + + + + ## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04) **Note:** Version bump only for package @commitlint/config-angular diff --git a/@commitlint/config-angular/package.json b/@commitlint/config-angular/package.json index f960613140..cba90e656c 100644 --- a/@commitlint/config-angular/package.json +++ b/@commitlint/config-angular/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-angular", - "version": "17.6.3", + "version": "17.6.5", "description": "Shareable commitlint config enforcing the angular commit convention", "files": [ "index.js" @@ -30,7 +30,7 @@ "node": ">=v14" }, "devDependencies": { - "@commitlint/lint": "^17.6.3", + "@commitlint/lint": "^17.6.5", "@commitlint/utils": "^17.4.0" }, "dependencies": { diff --git a/@commitlint/config-conventional/CHANGELOG.md b/@commitlint/config-conventional/CHANGELOG.md index 08a4a4fb7f..d72f0b9488 100644 --- a/@commitlint/config-conventional/CHANGELOG.md +++ b/@commitlint/config-conventional/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30) + +**Note:** Version bump only for package @commitlint/config-conventional + + + + + ## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04) **Note:** Version bump only for package @commitlint/config-conventional diff --git a/@commitlint/config-conventional/package.json b/@commitlint/config-conventional/package.json index cb53720899..cc762d9bab 100644 --- a/@commitlint/config-conventional/package.json +++ b/@commitlint/config-conventional/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-conventional", - "version": "17.6.3", + "version": "17.6.5", "description": "Shareable commitlint config enforcing conventional commits", "files": [ "index.js" @@ -33,7 +33,7 @@ "node": ">=v14" }, "devDependencies": { - "@commitlint/lint": "^17.6.3", + "@commitlint/lint": "^17.6.5", "@commitlint/utils": "^17.4.0" }, "dependencies": { diff --git a/@commitlint/config-nx-scopes/CHANGELOG.md b/@commitlint/config-nx-scopes/CHANGELOG.md index a63be35c08..141ffb101b 100644 --- a/@commitlint/config-nx-scopes/CHANGELOG.md +++ b/@commitlint/config-nx-scopes/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.4](https://github.com/conventional-changelog/commitlint/compare/v17.6.3...v17.6.4) (2023-05-07) + +**Note:** Version bump only for package @commitlint/config-nx-scopes + + + + + ## [17.4.3](https://github.com/conventional-changelog/commitlint/compare/v17.4.2...v17.4.3) (2023-02-13) **Note:** Version bump only for package @commitlint/config-nx-scopes diff --git a/@commitlint/config-nx-scopes/fixtures/basic/nx.json b/@commitlint/config-nx-scopes/fixtures/basic/nx.json index 8101f3d70a..7d14dd19e9 100644 --- a/@commitlint/config-nx-scopes/fixtures/basic/nx.json +++ b/@commitlint/config-nx-scopes/fixtures/basic/nx.json @@ -4,11 +4,11 @@ "defaultBase": "main" }, "cli": { - "defaultCollection": "@nrwl/react" + "defaultCollection": "@nx/react" }, "tasksRunnerOptions": { "default": { - "runner": "@nrwl/nx-cloud", + "runner": "nx-cloud", "options": { "cacheableOperations": [ "build", @@ -20,7 +20,7 @@ } }, "generators": { - "@nrwl/react": { + "@nx/react": { "application": { "style": "css", "linter": "eslint", diff --git a/@commitlint/config-nx-scopes/fixtures/basic/nx/a/project.json b/@commitlint/config-nx-scopes/fixtures/basic/nx/a/project.json index 643c9f86eb..6d65b16d03 100644 --- a/@commitlint/config-nx-scopes/fixtures/basic/nx/a/project.json +++ b/@commitlint/config-nx-scopes/fixtures/basic/nx/a/project.json @@ -4,7 +4,7 @@ "projectType": "library", "targets": { "lint": { - "executor": "@nrwl/linter:eslint", + "executor": "@nx/linter:eslint", "outputs": [ "{options.outputFile}" ], @@ -15,7 +15,7 @@ } }, "test": { - "executor": "@nrwl/jest:jest", + "executor": "@nx/jest:jest", "outputs": [ "coverage/nx/a" ], diff --git a/@commitlint/config-nx-scopes/fixtures/basic/nx/b/project.json b/@commitlint/config-nx-scopes/fixtures/basic/nx/b/project.json index 734fca153d..256f6af075 100644 --- a/@commitlint/config-nx-scopes/fixtures/basic/nx/b/project.json +++ b/@commitlint/config-nx-scopes/fixtures/basic/nx/b/project.json @@ -4,7 +4,7 @@ "projectType": "library", "targets": { "lint": { - "executor": "@nrwl/linter:eslint", + "executor": "@nx/linter:eslint", "outputs": [ "{options.outputFile}" ], @@ -15,7 +15,7 @@ } }, "test": { - "executor": "@nrwl/jest:jest", + "executor": "@nx/jest:jest", "outputs": [ "coverage/nx/b" ], diff --git a/@commitlint/config-nx-scopes/fixtures/basic/package.json b/@commitlint/config-nx-scopes/fixtures/basic/package.json index c3827cefb7..557fdf5904 100644 --- a/@commitlint/config-nx-scopes/fixtures/basic/package.json +++ b/@commitlint/config-nx-scopes/fixtures/basic/package.json @@ -2,6 +2,6 @@ "name": "basic", "version": "1.0.0", "devDependencies": { - "nx": "^14.0.0" + "nx": "^16.0.0" } } \ No newline at end of file diff --git a/@commitlint/config-nx-scopes/fixtures/empty/nx.json b/@commitlint/config-nx-scopes/fixtures/empty/nx.json index b3fbc22df8..a5e2f1f8f9 100644 --- a/@commitlint/config-nx-scopes/fixtures/empty/nx.json +++ b/@commitlint/config-nx-scopes/fixtures/empty/nx.json @@ -3,9 +3,6 @@ "affected": { "defaultBase": "main" }, - "cli": { - "defaultCollection": "@nrwl/workspace" - }, "implicitDependencies": { "package.json": { "dependencies": "*", @@ -15,7 +12,7 @@ }, "tasksRunnerOptions": { "default": { - "runner": "@nrwl/workspace/tasks-runners/default", + "runner": "nx/tasks-runners/default", "options": { "cacheableOperations": [ "build", diff --git a/@commitlint/config-nx-scopes/fixtures/empty/package.json b/@commitlint/config-nx-scopes/fixtures/empty/package.json index f260d8fb5e..af4f3c9f89 100644 --- a/@commitlint/config-nx-scopes/fixtures/empty/package.json +++ b/@commitlint/config-nx-scopes/fixtures/empty/package.json @@ -2,6 +2,6 @@ "name": "empty", "version": "1.0.0", "devDependencies": { - "nx": "^14.0.0" + "nx": "^16.0.0" } } \ No newline at end of file diff --git a/@commitlint/config-nx-scopes/fixtures/empty/workspace.json b/@commitlint/config-nx-scopes/fixtures/empty/workspace.json deleted file mode 100644 index 3701672da5..0000000000 --- a/@commitlint/config-nx-scopes/fixtures/empty/workspace.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "version": 2, - "projects": {} -} diff --git a/@commitlint/config-nx-scopes/fixtures/nx14/nx.json b/@commitlint/config-nx-scopes/fixtures/nx14/nx.json new file mode 100644 index 0000000000..e1fda9a1e9 --- /dev/null +++ b/@commitlint/config-nx-scopes/fixtures/nx14/nx.json @@ -0,0 +1,39 @@ +{ + "npmScope": "secretarium", + "affected": { + "defaultBase": "main" + }, + "cli": { + "defaultCollection": "@nrwl/react" + }, + "tasksRunnerOptions": { + "default": { + "runner": "@nrwl/nx-cloud", + "options": { + "cacheableOperations": [ + "build", + "lint", + "test", + "e2e" + ] + } + } + }, + "generators": { + "@nrwl/react": { + "application": { + "style": "css", + "linter": "eslint", + "babel": true + }, + "component": { + "style": "css" + }, + "library": { + "style": "css", + "linter": "eslint" + } + } + }, + "defaultProject": "c" +} \ No newline at end of file diff --git a/@commitlint/config-nx-scopes/fixtures/nx14/nx/c/package.json b/@commitlint/config-nx-scopes/fixtures/nx14/nx/c/package.json new file mode 100644 index 0000000000..abd3384930 --- /dev/null +++ b/@commitlint/config-nx-scopes/fixtures/nx14/nx/c/package.json @@ -0,0 +1,4 @@ +{ + "name": "c", + "version": "1.0.0" +} diff --git a/@commitlint/config-nx-scopes/fixtures/nx14/nx/c/project.json b/@commitlint/config-nx-scopes/fixtures/nx14/nx/c/project.json new file mode 100644 index 0000000000..b70597129a --- /dev/null +++ b/@commitlint/config-nx-scopes/fixtures/nx14/nx/c/project.json @@ -0,0 +1,29 @@ +{ + "root": "nx/c", + "sourceRoot": "nx/c/src", + "projectType": "library", + "targets": { + "lint": { + "executor": "@nrwl/linter:eslint", + "outputs": [ + "{options.outputFile}" + ], + "options": { + "lintFilePatterns": [ + "nx/c/**/*.ts" + ] + } + }, + "test": { + "executor": "@nrwl/jest:jest", + "outputs": [ + "coverage/nx/c" + ], + "options": { + "jestConfig": "nx/c/jest.config.js", + "passWithNoTests": true + } + } + }, + "tags": [] +} \ No newline at end of file diff --git a/@commitlint/config-nx-scopes/fixtures/nx14/nx/d/package.json b/@commitlint/config-nx-scopes/fixtures/nx14/nx/d/package.json new file mode 100644 index 0000000000..9a87c98d21 --- /dev/null +++ b/@commitlint/config-nx-scopes/fixtures/nx14/nx/d/package.json @@ -0,0 +1,4 @@ +{ + "name": "d", + "version": "1.0.0" +} diff --git a/@commitlint/config-nx-scopes/fixtures/nx14/nx/d/project.json b/@commitlint/config-nx-scopes/fixtures/nx14/nx/d/project.json new file mode 100644 index 0000000000..9b7a3a2d19 --- /dev/null +++ b/@commitlint/config-nx-scopes/fixtures/nx14/nx/d/project.json @@ -0,0 +1,29 @@ +{ + "root": "nx/d", + "sourceRoot": "nx/d/src", + "projectType": "library", + "targets": { + "lint": { + "executor": "@nrwl/linter:eslint", + "outputs": [ + "{options.outputFile}" + ], + "options": { + "lintFilePatterns": [ + "nx/d/**/*.ts" + ] + } + }, + "test": { + "executor": "@nrwl/jest:jest", + "outputs": [ + "coverage/nx/d" + ], + "options": { + "jestConfig": "nx/d/jest.config.js", + "passWithNoTests": true + } + } + }, + "tags": [] +} \ No newline at end of file diff --git a/@commitlint/config-nx-scopes/fixtures/nx14/package.json b/@commitlint/config-nx-scopes/fixtures/nx14/package.json new file mode 100644 index 0000000000..c3827cefb7 --- /dev/null +++ b/@commitlint/config-nx-scopes/fixtures/nx14/package.json @@ -0,0 +1,7 @@ +{ + "name": "basic", + "version": "1.0.0", + "devDependencies": { + "nx": "^14.0.0" + } +} \ No newline at end of file diff --git a/@commitlint/config-nx-scopes/fixtures/basic/workspace.json b/@commitlint/config-nx-scopes/fixtures/nx14/workspace.json similarity index 54% rename from @commitlint/config-nx-scopes/fixtures/basic/workspace.json rename to @commitlint/config-nx-scopes/fixtures/nx14/workspace.json index 81b6247b45..ba6aa2d02c 100644 --- a/@commitlint/config-nx-scopes/fixtures/basic/workspace.json +++ b/@commitlint/config-nx-scopes/fixtures/nx14/workspace.json @@ -1,7 +1,7 @@ { "version": 2, "projects": { - "a": "nx/a", - "b": "nx/b" + "c": "nx/c", + "d": "nx/d" } } \ No newline at end of file diff --git a/@commitlint/config-nx-scopes/fixtures/nx15/nx.json b/@commitlint/config-nx-scopes/fixtures/nx15/nx.json new file mode 100644 index 0000000000..3f0e9751de --- /dev/null +++ b/@commitlint/config-nx-scopes/fixtures/nx15/nx.json @@ -0,0 +1,39 @@ +{ + "npmScope": "secretarium", + "affected": { + "defaultBase": "main" + }, + "cli": { + "defaultCollection": "@nrwl/react" + }, + "tasksRunnerOptions": { + "default": { + "runner": "@nrwl/nx-cloud", + "options": { + "cacheableOperations": [ + "build", + "lint", + "test", + "e2e" + ] + } + } + }, + "generators": { + "@nrwl/react": { + "application": { + "style": "css", + "linter": "eslint", + "babel": true + }, + "component": { + "style": "css" + }, + "library": { + "style": "css", + "linter": "eslint" + } + } + }, + "defaultProject": "e" +} \ No newline at end of file diff --git a/@commitlint/config-nx-scopes/fixtures/nx15/nx/e/package.json b/@commitlint/config-nx-scopes/fixtures/nx15/nx/e/package.json new file mode 100644 index 0000000000..f3ca19803a --- /dev/null +++ b/@commitlint/config-nx-scopes/fixtures/nx15/nx/e/package.json @@ -0,0 +1,4 @@ +{ + "name": "e", + "version": "1.0.0" +} diff --git a/@commitlint/config-nx-scopes/fixtures/nx15/nx/e/project.json b/@commitlint/config-nx-scopes/fixtures/nx15/nx/e/project.json new file mode 100644 index 0000000000..08ba437419 --- /dev/null +++ b/@commitlint/config-nx-scopes/fixtures/nx15/nx/e/project.json @@ -0,0 +1,29 @@ +{ + "root": "nx/e", + "sourceRoot": "nx/e/src", + "projectType": "library", + "targets": { + "lint": { + "executor": "@nrwl/linter:eslint", + "outputs": [ + "{options.outputFile}" + ], + "options": { + "lintFilePatterns": [ + "nx/e/**/*.ts" + ] + } + }, + "test": { + "executor": "@nrwl/jest:jest", + "outputs": [ + "coverage/nx/e" + ], + "options": { + "jestConfig": "nx/e/jest.config.js", + "passWithNoTests": true + } + } + }, + "tags": [] +} \ No newline at end of file diff --git a/@commitlint/config-nx-scopes/fixtures/nx15/nx/f/package.json b/@commitlint/config-nx-scopes/fixtures/nx15/nx/f/package.json new file mode 100644 index 0000000000..64560a1558 --- /dev/null +++ b/@commitlint/config-nx-scopes/fixtures/nx15/nx/f/package.json @@ -0,0 +1,4 @@ +{ + "name": "f", + "version": "1.0.0" +} diff --git a/@commitlint/config-nx-scopes/fixtures/nx15/nx/f/project.json b/@commitlint/config-nx-scopes/fixtures/nx15/nx/f/project.json new file mode 100644 index 0000000000..e3fb849310 --- /dev/null +++ b/@commitlint/config-nx-scopes/fixtures/nx15/nx/f/project.json @@ -0,0 +1,29 @@ +{ + "root": "nx/f", + "sourceRoot": "nx/f/src", + "projectType": "library", + "targets": { + "lint": { + "executor": "@nrwl/linter:eslint", + "outputs": [ + "{options.outputFile}" + ], + "options": { + "lintFilePatterns": [ + "nx/f/**/*.ts" + ] + } + }, + "test": { + "executor": "@nrwl/jest:jest", + "outputs": [ + "coverage/nx/f" + ], + "options": { + "jestConfig": "nx/f/jest.config.js", + "passWithNoTests": true + } + } + }, + "tags": [] +} \ No newline at end of file diff --git a/@commitlint/config-nx-scopes/fixtures/nx15/package.json b/@commitlint/config-nx-scopes/fixtures/nx15/package.json new file mode 100644 index 0000000000..038809a9ed --- /dev/null +++ b/@commitlint/config-nx-scopes/fixtures/nx15/package.json @@ -0,0 +1,7 @@ +{ + "name": "basic", + "version": "1.0.0", + "devDependencies": { + "nx": "^15.0.0" + } +} \ No newline at end of file diff --git a/@commitlint/config-nx-scopes/index.test.js b/@commitlint/config-nx-scopes/index.test.js index 3acdb476b8..2650706f93 100644 --- a/@commitlint/config-nx-scopes/index.test.js +++ b/@commitlint/config-nx-scopes/index.test.js @@ -58,3 +58,19 @@ test('returns expected value for basic nx repository', async () => { const [, , value] = await fn({cwd}); expect(value).toEqual(['a', 'b']); }); + +test('expect correct result from Nx 14', async () => { + const {'scope-enum': fn} = config.rules; + const cwd = await npm.bootstrap('fixtures/nx14', __dirname); + + const [, , value] = await fn({cwd}); + expect(value).toEqual(['c', 'd']); +}); + +test('expect correct result from Nx 15', async () => { + const {'scope-enum': fn} = config.rules; + const cwd = await npm.bootstrap('fixtures/nx15', __dirname); + + const [, , value] = await fn({cwd}); + expect(value).toEqual(['e', 'f']); +}); diff --git a/@commitlint/config-nx-scopes/package.json b/@commitlint/config-nx-scopes/package.json index 890b0f1092..175ad0ea94 100644 --- a/@commitlint/config-nx-scopes/package.json +++ b/@commitlint/config-nx-scopes/package.json @@ -1,7 +1,7 @@ { "name": "@commitlint/config-nx-scopes", - "version": "17.4.3", - "description": "Shareable commitlint config enforcing nx project and workspace names as scopes", + "version": "17.6.4", + "description": "Shareable commitlint config enforcing nx project names as scopes", "files": [ "index.js" ], @@ -27,7 +27,7 @@ }, "homepage": "https://commitlint.js.org/", "peerDependencies": { - "nx": "^14.0.0 || ^15.0.0" + "nx": "^14.0.0 || ^15.0.0 || ^16.0.0" }, "peerDependenciesMeta": { "nx": { @@ -39,8 +39,7 @@ }, "devDependencies": { "@commitlint/test": "^17.4.2", - "@commitlint/utils": "^17.4.0", - "nx": "^15.0.0" + "@commitlint/utils": "^17.4.0" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" } diff --git a/@commitlint/config-patternplate/CHANGELOG.md b/@commitlint/config-patternplate/CHANGELOG.md index cbfdd8753f..1b7670d35d 100644 --- a/@commitlint/config-patternplate/CHANGELOG.md +++ b/@commitlint/config-patternplate/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30) + +**Note:** Version bump only for package @commitlint/config-patternplate + + + + + ## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04) **Note:** Version bump only for package @commitlint/config-patternplate diff --git a/@commitlint/config-patternplate/package.json b/@commitlint/config-patternplate/package.json index f19f5f4c3a..b72da907bb 100644 --- a/@commitlint/config-patternplate/package.json +++ b/@commitlint/config-patternplate/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/config-patternplate", - "version": "17.6.3", + "version": "17.6.5", "description": "Lint your commits, patternplate-style", "files": [ "index.js" @@ -30,7 +30,7 @@ "node": ">=v14" }, "dependencies": { - "@commitlint/config-angular": "^17.6.3", + "@commitlint/config-angular": "^17.6.5", "glob": "^8.0.3", "lodash.merge": "^4.6.2" }, diff --git a/@commitlint/core/CHANGELOG.md b/@commitlint/core/CHANGELOG.md index 2991d36dc2..f6ebe30ac8 100644 --- a/@commitlint/core/CHANGELOG.md +++ b/@commitlint/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30) + +**Note:** Version bump only for package @commitlint/core + + + + + ## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04) **Note:** Version bump only for package @commitlint/core diff --git a/@commitlint/core/package.json b/@commitlint/core/package.json index 3cc03c4137..e26ec3cb3d 100644 --- a/@commitlint/core/package.json +++ b/@commitlint/core/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/core", - "version": "17.6.3", + "version": "17.6.5", "description": "Lint your commit messages", "main": "lib/core.js", "types": "lib/core.d.ts", @@ -36,7 +36,7 @@ "license": "MIT", "dependencies": { "@commitlint/format": "^17.4.4", - "@commitlint/lint": "^17.6.3", + "@commitlint/lint": "^17.6.5", "@commitlint/load": "^17.5.0", "@commitlint/read": "^17.5.1" }, diff --git a/@commitlint/is-ignored/CHANGELOG.md b/@commitlint/is-ignored/CHANGELOG.md index 226e363c6c..06c492808f 100644 --- a/@commitlint/is-ignored/CHANGELOG.md +++ b/@commitlint/is-ignored/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30) + +**Note:** Version bump only for package @commitlint/is-ignored + + + + + ## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04) diff --git a/@commitlint/is-ignored/package.json b/@commitlint/is-ignored/package.json index bd2b32252d..91bccde094 100644 --- a/@commitlint/is-ignored/package.json +++ b/@commitlint/is-ignored/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/is-ignored", - "version": "17.6.3", + "version": "17.6.5", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -35,7 +35,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/parse": "^17.4.4", + "@commitlint/parse": "^17.6.5", "@commitlint/test": "^17.4.2", "@commitlint/utils": "^17.4.0", "@types/semver": "7.3.13" diff --git a/@commitlint/lint/CHANGELOG.md b/@commitlint/lint/CHANGELOG.md index 4f3982cf40..75c82d003f 100644 --- a/@commitlint/lint/CHANGELOG.md +++ b/@commitlint/lint/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30) + +**Note:** Version bump only for package @commitlint/lint + + + + + ## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04) **Note:** Version bump only for package @commitlint/lint diff --git a/@commitlint/lint/package.json b/@commitlint/lint/package.json index 0b3672eaab..4eb653e5c5 100644 --- a/@commitlint/lint/package.json +++ b/@commitlint/lint/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/lint", - "version": "17.6.3", + "version": "17.6.5", "description": "Lint a string against commitlint rules", "main": "lib/lint.js", "types": "lib/lint.d.ts", @@ -39,9 +39,9 @@ "@commitlint/utils": "^17.4.0" }, "dependencies": { - "@commitlint/is-ignored": "^17.6.3", - "@commitlint/parse": "^17.4.4", - "@commitlint/rules": "^17.6.1", + "@commitlint/is-ignored": "^17.6.5", + "@commitlint/parse": "^17.6.5", + "@commitlint/rules": "^17.6.5", "@commitlint/types": "^17.4.4" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" diff --git a/@commitlint/parse/CHANGELOG.md b/@commitlint/parse/CHANGELOG.md index 3fdc5a99a2..0d7b8d8a65 100644 --- a/@commitlint/parse/CHANGELOG.md +++ b/@commitlint/parse/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30) + + +### Bug Fixes + +* add named export to @commitlint/parse ([#3614](https://github.com/conventional-changelog/commitlint/issues/3614)) ([2cd236b](https://github.com/conventional-changelog/commitlint/commit/2cd236b3065c69303c56833d120eb04c6fefc2c3)) + + + + + ## [17.4.4](https://github.com/conventional-changelog/commitlint/compare/v17.4.3...v17.4.4) (2023-02-17) diff --git a/@commitlint/parse/package.json b/@commitlint/parse/package.json index 7a50f3ed67..ad396b708c 100644 --- a/@commitlint/parse/package.json +++ b/@commitlint/parse/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/parse", - "version": "17.4.4", + "version": "17.6.5", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/@commitlint/parse/src/index.ts b/@commitlint/parse/src/index.ts index 284c3e61b6..52b3ac17a8 100644 --- a/@commitlint/parse/src/index.ts +++ b/@commitlint/parse/src/index.ts @@ -3,7 +3,7 @@ import {Commit, Parser, ParserOptions} from '@commitlint/types'; const {sync} = require('conventional-commits-parser'); const defaultChangelogOpts = require('conventional-changelog-angular'); -export default async function parse( +export async function parse( message: string, parser: Parser = sync, parserOpts?: ParserOptions @@ -18,3 +18,5 @@ export default async function parse( parsed.raw = message; return parsed; } + +export default parse; diff --git a/@commitlint/prompt-cli/CHANGELOG.md b/@commitlint/prompt-cli/CHANGELOG.md index 7d0f3c8650..839ca7b30b 100644 --- a/@commitlint/prompt-cli/CHANGELOG.md +++ b/@commitlint/prompt-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30) + +**Note:** Version bump only for package @commitlint/prompt-cli + + + + + ## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04) **Note:** Version bump only for package @commitlint/prompt-cli diff --git a/@commitlint/prompt-cli/package.json b/@commitlint/prompt-cli/package.json index 4d3af9fc48..46da8dd403 100644 --- a/@commitlint/prompt-cli/package.json +++ b/@commitlint/prompt-cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/prompt-cli", - "version": "17.6.3", + "version": "17.6.5", "description": "commit prompt using commitlint.config.js", "files": [ "cli.js" @@ -36,7 +36,7 @@ "@commitlint/utils": "^17.4.0" }, "dependencies": { - "@commitlint/prompt": "^17.6.3", + "@commitlint/prompt": "^17.6.5", "execa": "^5.0.0", "inquirer": "^6.5.2" }, diff --git a/@commitlint/prompt/CHANGELOG.md b/@commitlint/prompt/CHANGELOG.md index 200208c092..225e111ab8 100644 --- a/@commitlint/prompt/CHANGELOG.md +++ b/@commitlint/prompt/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30) + +**Note:** Version bump only for package @commitlint/prompt + + + + + ## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04) **Note:** Version bump only for package @commitlint/prompt diff --git a/@commitlint/prompt/package.json b/@commitlint/prompt/package.json index ed43341a0c..cf373ea2ac 100644 --- a/@commitlint/prompt/package.json +++ b/@commitlint/prompt/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/prompt", - "version": "17.6.3", + "version": "17.6.5", "description": "commitizen prompt using commitlint.config.js", "main": "./lib/index.js", "files": [ @@ -37,7 +37,7 @@ "node": ">=v14" }, "devDependencies": { - "@commitlint/config-angular": "^17.6.3", + "@commitlint/config-angular": "^17.6.5", "@commitlint/types": "^14.0.0", "@commitlint/utils": "^17.4.0", "@types/inquirer": "^6.5.0", diff --git a/@commitlint/rules/CHANGELOG.md b/@commitlint/rules/CHANGELOG.md index f9993acba1..250076aa06 100644 --- a/@commitlint/rules/CHANGELOG.md +++ b/@commitlint/rules/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30) + +**Note:** Version bump only for package @commitlint/rules + + + + + ## [17.6.1](https://github.com/conventional-changelog/commitlint/compare/v17.6.0...v17.6.1) (2023-04-14) diff --git a/@commitlint/rules/package.json b/@commitlint/rules/package.json index 34b6435444..f4e7b3f128 100644 --- a/@commitlint/rules/package.json +++ b/@commitlint/rules/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/rules", - "version": "17.6.1", + "version": "17.6.5", "description": "Lint your commit messages", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -35,7 +35,7 @@ }, "license": "MIT", "devDependencies": { - "@commitlint/parse": "^17.4.4", + "@commitlint/parse": "^17.6.5", "@commitlint/test": "^17.4.2", "@commitlint/utils": "^17.4.0", "conventional-changelog-angular": "5.0.13", diff --git a/@commitlint/travis-cli/CHANGELOG.md b/@commitlint/travis-cli/CHANGELOG.md index f0473fd4ab..b8d5ecd26e 100644 --- a/@commitlint/travis-cli/CHANGELOG.md +++ b/@commitlint/travis-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30) + +**Note:** Version bump only for package @commitlint/travis-cli + + + + + ## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04) **Note:** Version bump only for package @commitlint/travis-cli diff --git a/@commitlint/travis-cli/package.json b/@commitlint/travis-cli/package.json index 8d43638c91..8a6a04161a 100644 --- a/@commitlint/travis-cli/package.json +++ b/@commitlint/travis-cli/package.json @@ -1,6 +1,6 @@ { "name": "@commitlint/travis-cli", - "version": "17.6.3", + "version": "17.6.5", "description": "Lint all relevant commits for a change or PR on Travis CI", "files": [ "lib/", @@ -40,7 +40,7 @@ "@commitlint/utils": "^17.4.0" }, "dependencies": { - "@commitlint/cli": "^17.6.3", + "@commitlint/cli": "^17.6.5", "execa": "^5.0.0" }, "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7288c1baf2..4ae74ad1fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [17.6.5](https://github.com/conventional-changelog/commitlint/compare/v17.6.4...v17.6.5) (2023-05-30) + + +### Bug Fixes + +* add named export to @commitlint/parse ([#3614](https://github.com/conventional-changelog/commitlint/issues/3614)) ([2cd236b](https://github.com/conventional-changelog/commitlint/commit/2cd236b3065c69303c56833d120eb04c6fefc2c3)) + + + + + +## [17.6.4](https://github.com/conventional-changelog/commitlint/compare/v17.6.3...v17.6.4) (2023-05-07) + +**Note:** Version bump only for package @commitlint/root + + + + + ## [17.6.3](https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3) (2023-05-04) diff --git a/README.md b/README.md index d82adb6fa6..b4d5fa05da 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,9 @@ npm login nvm use (if you have nvm installed) ``` +- [nvm](https://github.com/nvm-sh/nvm) +- [asdf](https://asdf-vm.com/) is supported as well + ```sh yarn clean yarn install diff --git a/lerna.json b/lerna.json index 1788548fe5..f8ef8d5f56 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "lerna": "4", "npmClient": "yarn", "useWorkspaces": true, - "version": "17.6.3" + "version": "17.6.5" } diff --git a/yarn.lock b/yarn.lock index 7b794912f0..e13aee6bb1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1495,13 +1495,6 @@ dependencies: nx "15.4.8" -"@nrwl/cli@15.5.0": - version "15.5.0" - resolved "https://registry.npmjs.org/@nrwl/cli/-/cli-15.5.0.tgz#c6aead1f0e6bb61264029766feb0452414a938bc" - integrity sha512-bHO0kn3pTARDCSDkNtRtGge2a08yWTW/Kjg1vBXqUUv5+Bwu7XndHi/Mfy87ZCxW78hedtQYSnNc84p5d7kYAg== - dependencies: - nx "15.5.0" - "@nrwl/devkit@>=15.4.2 < 16": version "15.4.8" resolved "https://registry.npmjs.org/@nrwl/devkit/-/devkit-15.4.8.tgz#e812285059b1ce39acd8e3b705159db280b33982" @@ -1520,13 +1513,6 @@ dependencies: nx "15.4.8" -"@nrwl/tao@15.5.0": - version "15.5.0" - resolved "https://registry.npmjs.org/@nrwl/tao/-/tao-15.5.0.tgz#efa930157ae0d53e3c262f027c9dcb74a9d01d07" - integrity sha512-50blIKmbjkd8JvUNkAe9nPYX1bTrPS1n5vUh5rLJAvShGSKfulORPmght5I6M8JhBtRgYOsqyqsB0s0LZll85A== - dependencies: - nx "15.5.0" - "@octokit/auth-token@^3.0.0": version "3.0.2" resolved "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.2.tgz#a0fc8de149fd15876e1ac78f6525c1c5ab48435f" @@ -6732,47 +6718,6 @@ nx@15.4.8, "nx@>=15.4.2 < 16": yargs "^17.6.2" yargs-parser "21.1.1" -nx@15.5.0, nx@^15.0.0: - version "15.5.0" - resolved "https://registry.npmjs.org/nx/-/nx-15.5.0.tgz#6c5da686f78472d2b56177ea24219093bd788527" - integrity sha512-N6gp339SS6YaDClY1Vpxad9OsdGyVmkXWEUpUbdm+YZw1GVCAD7MQd5jy9xU/byccTlv32eZ0/tTAfvTf+HQzA== - dependencies: - "@nrwl/cli" "15.5.0" - "@nrwl/tao" "15.5.0" - "@parcel/watcher" "2.0.4" - "@yarnpkg/lockfile" "^1.1.0" - "@yarnpkg/parsers" "^3.0.0-rc.18" - "@zkochan/js-yaml" "0.0.6" - axios "^1.0.0" - chalk "4.1.0" - cli-cursor "3.1.0" - cli-spinners "2.6.1" - cliui "^7.0.2" - dotenv "~10.0.0" - enquirer "~2.3.6" - fast-glob "3.2.7" - figures "3.2.0" - flat "^5.0.2" - fs-extra "^11.1.0" - glob "7.1.4" - ignore "^5.0.4" - js-yaml "4.1.0" - jsonc-parser "3.2.0" - lines-and-columns "~2.0.3" - minimatch "3.0.5" - npm-run-path "^4.0.1" - open "^8.4.0" - semver "7.3.4" - string-width "^4.2.3" - strong-log-transformer "^2.1.0" - tar-stream "~2.2.0" - tmp "~0.2.1" - tsconfig-paths "^4.1.2" - tslib "^2.3.0" - v8-compile-cache "2.3.0" - yargs "^17.6.2" - yargs-parser "21.1.1" - object-inspect@^1.12.2, object-inspect@^1.12.3, object-inspect@^1.9.0: version "1.12.3" resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz#ba62dffd67ee256c8c086dfae69e016cd1f198b9"