diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbaf798fb..555fd3f72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,6 @@ jobs: - uses: actions/checkout@v2 - name: Configure Environment run: | - npm config set scripts-prepend-node-path auto git config --global user.email uirouter@github.actions git config --global user.name uirouter_github_actions - name: Install Dependencies diff --git a/downstream_projects.json b/downstream_projects.json index ec2ab7f92..08a44940e 100644 --- a/downstream_projects.json +++ b/downstream_projects.json @@ -1,22 +1,5 @@ { "typescript": { - "typescript2.2": "./test/typescript/2.2", - "typescript2.3": "./test/typescript/2.3", - "typescript2.4": "./test/typescript/2.4", - "typescript2.5": "./test/typescript/2.5", - "typescript2.6": "./test/typescript/2.6", - "typescript2.8": "./test/typescript/2.8", - "typescript2.7": "./test/typescript/2.7", - "typescript2.9": "./test/typescript/2.9", - "typescript3.0": "./test/typescript/3.0", - "typescript3.1": "./test/typescript/3.1", - "typescript3.2": "./test/typescript/3.2", - "typescript3.3": "./test/typescript/3.3", - "typescript3.4": "./test/typescript/3.4", - "typescript3.5": "./test/typescript/3.5", - "typescript3.6": "./test/typescript/3.6", - "typescript3.7": "./test/typescript/3.7", - "typescript3.8": "./test/typescript/3.8", "typescript3.9": "./test/typescript/3.9" }, "sample-app-angularjs": "https://github.com/ui-router/sample-app-angularjs.git" diff --git a/package.json b/package.json index 92582c75a..6e3b8bed4 100644 --- a/package.json +++ b/package.json @@ -74,11 +74,9 @@ "jsnext:main": "lib-esm/index.js", "module": "lib-esm/index.js", "typings": "lib/index.d.ts", - "dependencies": { - "@uirouter/core": "6.0.8" - }, "peerDependencies": { - "angular": ">=1.2.0" + "angular": ">=1.2.0", + "@uirouter/core": "^6.0.8" }, "devDependencies": { "@types/angular": "1.6.57", @@ -87,7 +85,8 @@ "@types/jest": "^26.0.5", "@typescript-eslint/eslint-plugin": "^3.7.0", "@typescript-eslint/parser": "^3.7.0", - "@uirouter/publish-scripts": "2.5.5", + "@uirouter/publish-scripts": "^2.6.0", + "@uirouter/core": "^6.1.0", "angular": "1.8.0", "dts-downlevel": "^0.4.0", "eslint": "^7.5.0", diff --git a/test/typescript/2.2/index.ts b/test/typescript/2.2/index.ts deleted file mode 100644 index e4514f58a..000000000 --- a/test/typescript/2.2/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { UIRouter } from '@uirouter/angularjs'; -console.log(UIRouter); diff --git a/test/typescript/2.2/package.json b/test/typescript/2.2/package.json deleted file mode 100644 index d490ae08e..000000000 --- a/test/typescript/2.2/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "@uirouter/angularjs-test-typescript2.2", - "version": "1.0.0", - "description": "Test against Typescript 2.2", - "scripts": { - "test": "tsc" - }, - "author": "", - "license": "MIT", - "dependencies": { - "@types/angular": "1.6.36", - "@types/jquery": "2.0.51", - "@uirouter/angularjs": "latest", - "typescript": "2.2" - }, - "devDependencies": {} -} diff --git a/test/typescript/2.2/tsconfig.json b/test/typescript/2.2/tsconfig.json deleted file mode 100644 index 5539fd818..000000000 --- a/test/typescript/2.2/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noEmit": true, - "target": "es5", - "typeRoots": ["node_modules/@types"] - }, - "files": ["index.ts"] -} diff --git a/test/typescript/2.3/index.ts b/test/typescript/2.3/index.ts deleted file mode 100644 index e4514f58a..000000000 --- a/test/typescript/2.3/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { UIRouter } from '@uirouter/angularjs'; -console.log(UIRouter); diff --git a/test/typescript/2.3/package.json b/test/typescript/2.3/package.json deleted file mode 100644 index f15fbcb10..000000000 --- a/test/typescript/2.3/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "@uirouter/angularjs-test-typescript2.3", - "version": "1.0.0", - "description": "Test against Typescript 2.3", - "scripts": { - "test": "tsc" - }, - "author": "", - "license": "MIT", - "dependencies": { - "@types/angular": "latest", - "@uirouter/angularjs": "latest", - "typescript": "2.3" - }, - "devDependencies": {} -} diff --git a/test/typescript/2.3/tsconfig.json b/test/typescript/2.3/tsconfig.json deleted file mode 100644 index 5539fd818..000000000 --- a/test/typescript/2.3/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noEmit": true, - "target": "es5", - "typeRoots": ["node_modules/@types"] - }, - "files": ["index.ts"] -} diff --git a/test/typescript/2.4/index.ts b/test/typescript/2.4/index.ts deleted file mode 100644 index e4514f58a..000000000 --- a/test/typescript/2.4/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { UIRouter } from '@uirouter/angularjs'; -console.log(UIRouter); diff --git a/test/typescript/2.4/package.json b/test/typescript/2.4/package.json deleted file mode 100644 index 8de045cb6..000000000 --- a/test/typescript/2.4/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "@uirouter/angularjs-test-typescript2.4", - "version": "1.0.0", - "description": "Test against Typescript 2.4", - "scripts": { - "test": "tsc" - }, - "author": "", - "license": "MIT", - "dependencies": { - "@types/angular": "latest", - "@uirouter/angularjs": "latest", - "typescript": "2.4" - }, - "devDependencies": {} -} diff --git a/test/typescript/2.4/tsconfig.json b/test/typescript/2.4/tsconfig.json deleted file mode 100644 index 5539fd818..000000000 --- a/test/typescript/2.4/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noEmit": true, - "target": "es5", - "typeRoots": ["node_modules/@types"] - }, - "files": ["index.ts"] -} diff --git a/test/typescript/2.5/index.ts b/test/typescript/2.5/index.ts deleted file mode 100644 index e4514f58a..000000000 --- a/test/typescript/2.5/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { UIRouter } from '@uirouter/angularjs'; -console.log(UIRouter); diff --git a/test/typescript/2.5/package.json b/test/typescript/2.5/package.json deleted file mode 100644 index f91e77bf3..000000000 --- a/test/typescript/2.5/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "@uirouter/angularjs-test-typescript2.5", - "version": "1.0.0", - "description": "Test against Typescript 2.5", - "scripts": { - "test": "tsc" - }, - "author": "", - "license": "MIT", - "dependencies": { - "@types/angular": "latest", - "@uirouter/angularjs": "latest", - "typescript": "2.5" - }, - "devDependencies": {} -} diff --git a/test/typescript/2.5/tsconfig.json b/test/typescript/2.5/tsconfig.json deleted file mode 100644 index 5539fd818..000000000 --- a/test/typescript/2.5/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noEmit": true, - "target": "es5", - "typeRoots": ["node_modules/@types"] - }, - "files": ["index.ts"] -} diff --git a/test/typescript/2.6/index.ts b/test/typescript/2.6/index.ts deleted file mode 100644 index e4514f58a..000000000 --- a/test/typescript/2.6/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { UIRouter } from '@uirouter/angularjs'; -console.log(UIRouter); diff --git a/test/typescript/2.6/package.json b/test/typescript/2.6/package.json deleted file mode 100644 index bc9c5277e..000000000 --- a/test/typescript/2.6/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Test against Typescript 2.6", - "scripts": { - "test": "tsc" - }, - "dependencies": { - "@types/angular": "latest", - "@uirouter/angularjs": "latest", - "typescript": "2.6" - } -} diff --git a/test/typescript/2.6/tsconfig.json b/test/typescript/2.6/tsconfig.json deleted file mode 100644 index 5539fd818..000000000 --- a/test/typescript/2.6/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noEmit": true, - "target": "es5", - "typeRoots": ["node_modules/@types"] - }, - "files": ["index.ts"] -} diff --git a/test/typescript/2.7/index.ts b/test/typescript/2.7/index.ts deleted file mode 100644 index e4514f58a..000000000 --- a/test/typescript/2.7/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { UIRouter } from '@uirouter/angularjs'; -console.log(UIRouter); diff --git a/test/typescript/2.7/package.json b/test/typescript/2.7/package.json deleted file mode 100644 index a557ab909..000000000 --- a/test/typescript/2.7/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Test against Typescript 2.7", - "scripts": { - "test": "tsc" - }, - "dependencies": { - "@types/angular": "latest", - "@uirouter/angularjs": "latest", - "typescript": "2.7" - } -} diff --git a/test/typescript/2.7/tsconfig.json b/test/typescript/2.7/tsconfig.json deleted file mode 100644 index 5539fd818..000000000 --- a/test/typescript/2.7/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noEmit": true, - "target": "es5", - "typeRoots": ["node_modules/@types"] - }, - "files": ["index.ts"] -} diff --git a/test/typescript/2.8/index.ts b/test/typescript/2.8/index.ts deleted file mode 100644 index e4514f58a..000000000 --- a/test/typescript/2.8/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { UIRouter } from '@uirouter/angularjs'; -console.log(UIRouter); diff --git a/test/typescript/2.8/package.json b/test/typescript/2.8/package.json deleted file mode 100644 index f329eb294..000000000 --- a/test/typescript/2.8/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Test against Typescript 2.8", - "scripts": { - "test": "tsc" - }, - "dependencies": { - "@types/angular": "latest", - "@uirouter/angularjs": "latest", - "typescript": "2.8" - } -} diff --git a/test/typescript/2.8/tsconfig.json b/test/typescript/2.8/tsconfig.json deleted file mode 100644 index 5539fd818..000000000 --- a/test/typescript/2.8/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noEmit": true, - "target": "es5", - "typeRoots": ["node_modules/@types"] - }, - "files": ["index.ts"] -} diff --git a/test/typescript/2.9/index.ts b/test/typescript/2.9/index.ts deleted file mode 100644 index e4514f58a..000000000 --- a/test/typescript/2.9/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { UIRouter } from '@uirouter/angularjs'; -console.log(UIRouter); diff --git a/test/typescript/2.9/package.json b/test/typescript/2.9/package.json deleted file mode 100644 index 1e99f16ea..000000000 --- a/test/typescript/2.9/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Test against Typescript 2.9", - "scripts": { - "test": "tsc" - }, - "dependencies": { - "@types/angular": "latest", - "@uirouter/angularjs": "latest", - "typescript": "2.9" - } -} diff --git a/test/typescript/2.9/tsconfig.json b/test/typescript/2.9/tsconfig.json deleted file mode 100644 index 5539fd818..000000000 --- a/test/typescript/2.9/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noEmit": true, - "target": "es5", - "typeRoots": ["node_modules/@types"] - }, - "files": ["index.ts"] -} diff --git a/test/typescript/3.0/index.ts b/test/typescript/3.0/index.ts deleted file mode 100644 index e4514f58a..000000000 --- a/test/typescript/3.0/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { UIRouter } from '@uirouter/angularjs'; -console.log(UIRouter); diff --git a/test/typescript/3.0/package.json b/test/typescript/3.0/package.json deleted file mode 100644 index 2a49482a8..000000000 --- a/test/typescript/3.0/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Test against Typescript 3.0", - "scripts": { - "test": "tsc" - }, - "dependencies": { - "@types/angular": "latest", - "@uirouter/angularjs": "latest", - "typescript": "3.0" - } -} diff --git a/test/typescript/3.0/tsconfig.json b/test/typescript/3.0/tsconfig.json deleted file mode 100644 index 5539fd818..000000000 --- a/test/typescript/3.0/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noEmit": true, - "target": "es5", - "typeRoots": ["node_modules/@types"] - }, - "files": ["index.ts"] -} diff --git a/test/typescript/3.1/index.ts b/test/typescript/3.1/index.ts deleted file mode 100644 index e4514f58a..000000000 --- a/test/typescript/3.1/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { UIRouter } from '@uirouter/angularjs'; -console.log(UIRouter); diff --git a/test/typescript/3.1/package.json b/test/typescript/3.1/package.json deleted file mode 100644 index f19ba0b77..000000000 --- a/test/typescript/3.1/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Test against Typescript 3.1", - "scripts": { - "test": "tsc" - }, - "dependencies": { - "@types/angular": "latest", - "@uirouter/angularjs": "latest", - "typescript": "3.1" - } -} diff --git a/test/typescript/3.1/tsconfig.json b/test/typescript/3.1/tsconfig.json deleted file mode 100644 index 5539fd818..000000000 --- a/test/typescript/3.1/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noEmit": true, - "target": "es5", - "typeRoots": ["node_modules/@types"] - }, - "files": ["index.ts"] -} diff --git a/test/typescript/3.2/index.ts b/test/typescript/3.2/index.ts deleted file mode 100644 index e4514f58a..000000000 --- a/test/typescript/3.2/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { UIRouter } from '@uirouter/angularjs'; -console.log(UIRouter); diff --git a/test/typescript/3.2/package.json b/test/typescript/3.2/package.json deleted file mode 100644 index 182df4eb6..000000000 --- a/test/typescript/3.2/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Test against Typescript 3.2", - "scripts": { - "test": "tsc" - }, - "dependencies": { - "@types/angular": "latest", - "@uirouter/angularjs": "latest", - "typescript": "3.2" - } -} diff --git a/test/typescript/3.2/tsconfig.json b/test/typescript/3.2/tsconfig.json deleted file mode 100644 index 5539fd818..000000000 --- a/test/typescript/3.2/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noEmit": true, - "target": "es5", - "typeRoots": ["node_modules/@types"] - }, - "files": ["index.ts"] -} diff --git a/test/typescript/3.3/index.ts b/test/typescript/3.3/index.ts deleted file mode 100644 index e4514f58a..000000000 --- a/test/typescript/3.3/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { UIRouter } from '@uirouter/angularjs'; -console.log(UIRouter); diff --git a/test/typescript/3.3/package.json b/test/typescript/3.3/package.json deleted file mode 100644 index c5cc85ff6..000000000 --- a/test/typescript/3.3/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Test against Typescript 3.3", - "scripts": { - "test": "tsc" - }, - "dependencies": { - "@types/angular": "latest", - "@uirouter/angularjs": "latest", - "typescript": "3.3" - } -} diff --git a/test/typescript/3.3/tsconfig.json b/test/typescript/3.3/tsconfig.json deleted file mode 100644 index 5539fd818..000000000 --- a/test/typescript/3.3/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noEmit": true, - "target": "es5", - "typeRoots": ["node_modules/@types"] - }, - "files": ["index.ts"] -} diff --git a/test/typescript/3.4/index.ts b/test/typescript/3.4/index.ts deleted file mode 100644 index e4514f58a..000000000 --- a/test/typescript/3.4/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { UIRouter } from '@uirouter/angularjs'; -console.log(UIRouter); diff --git a/test/typescript/3.4/package.json b/test/typescript/3.4/package.json deleted file mode 100644 index cdc432775..000000000 --- a/test/typescript/3.4/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Test against Typescript 3.4", - "scripts": { - "test": "tsc" - }, - "dependencies": { - "@types/angular": "latest", - "@uirouter/angularjs": "latest", - "typescript": "3.4" - } -} diff --git a/test/typescript/3.4/tsconfig.json b/test/typescript/3.4/tsconfig.json deleted file mode 100644 index 5539fd818..000000000 --- a/test/typescript/3.4/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noEmit": true, - "target": "es5", - "typeRoots": ["node_modules/@types"] - }, - "files": ["index.ts"] -} diff --git a/test/typescript/3.5/index.ts b/test/typescript/3.5/index.ts deleted file mode 100644 index e4514f58a..000000000 --- a/test/typescript/3.5/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { UIRouter } from '@uirouter/angularjs'; -console.log(UIRouter); diff --git a/test/typescript/3.5/package.json b/test/typescript/3.5/package.json deleted file mode 100644 index 8427f049d..000000000 --- a/test/typescript/3.5/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Test against Typescript 3.5", - "scripts": { - "test": "tsc" - }, - "dependencies": { - "@types/angular": "latest", - "@uirouter/angularjs": "latest", - "typescript": "3.5" - } -} diff --git a/test/typescript/3.5/tsconfig.json b/test/typescript/3.5/tsconfig.json deleted file mode 100644 index 5539fd818..000000000 --- a/test/typescript/3.5/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noEmit": true, - "target": "es5", - "typeRoots": ["node_modules/@types"] - }, - "files": ["index.ts"] -} diff --git a/test/typescript/3.6/index.ts b/test/typescript/3.6/index.ts deleted file mode 100644 index e4514f58a..000000000 --- a/test/typescript/3.6/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { UIRouter } from '@uirouter/angularjs'; -console.log(UIRouter); diff --git a/test/typescript/3.6/package.json b/test/typescript/3.6/package.json deleted file mode 100644 index cd0df86f3..000000000 --- a/test/typescript/3.6/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Test against Typescript 3.6", - "scripts": { - "test": "tsc" - }, - "dependencies": { - "@types/angular": "latest", - "@uirouter/angularjs": "latest", - "typescript": "3.6" - } -} diff --git a/test/typescript/3.6/tsconfig.json b/test/typescript/3.6/tsconfig.json deleted file mode 100644 index 5539fd818..000000000 --- a/test/typescript/3.6/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noEmit": true, - "target": "es5", - "typeRoots": ["node_modules/@types"] - }, - "files": ["index.ts"] -} diff --git a/test/typescript/3.7/index.ts b/test/typescript/3.7/index.ts deleted file mode 100644 index e4514f58a..000000000 --- a/test/typescript/3.7/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { UIRouter } from '@uirouter/angularjs'; -console.log(UIRouter); diff --git a/test/typescript/3.7/package.json b/test/typescript/3.7/package.json deleted file mode 100644 index d5810276a..000000000 --- a/test/typescript/3.7/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Test against Typescript 3.7", - "scripts": { - "test": "tsc" - }, - "dependencies": { - "@types/angular": "latest", - "@uirouter/angularjs": "latest", - "typescript": "3.7" - } -} diff --git a/test/typescript/3.7/tsconfig.json b/test/typescript/3.7/tsconfig.json deleted file mode 100644 index 5539fd818..000000000 --- a/test/typescript/3.7/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noEmit": true, - "target": "es5", - "typeRoots": ["node_modules/@types"] - }, - "files": ["index.ts"] -} diff --git a/test/typescript/3.8/index.ts b/test/typescript/3.8/index.ts deleted file mode 100644 index e4514f58a..000000000 --- a/test/typescript/3.8/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -import { UIRouter } from '@uirouter/angularjs'; -console.log(UIRouter); diff --git a/test/typescript/3.8/package.json b/test/typescript/3.8/package.json deleted file mode 100644 index 30ea4b0d3..000000000 --- a/test/typescript/3.8/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Test against Typescript 3.8", - "scripts": { - "test": "tsc" - }, - "dependencies": { - "@types/angular": "latest", - "@uirouter/angularjs": "latest", - "typescript": "3.8" - } -} diff --git a/test/typescript/3.8/tsconfig.json b/test/typescript/3.8/tsconfig.json deleted file mode 100644 index 5539fd818..000000000 --- a/test/typescript/3.8/tsconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "module": "commonjs", - "lib": ["es6", "dom"], - "noImplicitAny": true, - "noEmit": true, - "target": "es5", - "typeRoots": ["node_modules/@types"] - }, - "files": ["index.ts"] -} diff --git a/yarn.lock b/yarn.lock index 8fb84e9f9..fb1722799 100644 --- a/yarn.lock +++ b/yarn.lock @@ -735,32 +735,32 @@ dependencies: eslint-visitor-keys "^1.1.0" -"@uirouter/core@6.0.8": - version "6.0.8" - resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-6.0.8.tgz#a1e919a4743be729751aafc4ce353d0dc0ffd26c" - integrity sha512-Gc/BAW47i4L54p8dqYCJJZuv2s3tqlXQ0fvl6Zp2xrblELPVfxmjnc0eurx3XwfQdaqm3T6uls6tQKkof/4QMw== +"@uirouter/core@^6.1.0": + version "6.1.0" + resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-6.1.0.tgz#ca90ae476c85805e7d70add461e91738ae383bd5" + integrity sha512-WFYh5NPAqRX4L2qlI4k62tgR6pxoqOBSW1CM1uBWCau4mAmgasYd5etJ9RoSJrSnCpCQ2km2Jltf0n5ql684MQ== -"@uirouter/publish-scripts@2.5.5": - version "2.5.5" - resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.5.5.tgz#1b0d074db08a8ec5e72e4ab54a004ad2e4b4932a" - integrity sha512-oaWhj7NAHJxuHxRs3JLZe3a88VhppxpIjl/lPexaDwAm/OSQjTBj81cUYXwBOXeow/Ucqc9lrFKTocVvoooCQA== +"@uirouter/publish-scripts@^2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.6.0.tgz#650022272b3c2d0855c7ab836ced72abebf01424" + integrity sha512-2VXK/ZGJZZwe+EIwRb0EW/EX/qFfp8CytgqY6Om8oN8VO9RmocEa76jSfXcseX1uYZL9aNx4oP3bH3dxgrkFmQ== dependencies: - check-peer-dependencies "^4.0.0" + check-peer-dependencies "^4.1.0" conventional-changelog "^3.1.24" conventional-changelog-ui-router-core "^1.4.2" - find-parent-dir "^0.3.0" + find-parent-dir "^0.3.1" git-semver-tags "^4.1.1" - lodash "^4.17.20" + lodash "^4.17.21" node-cleanup "^2.1.2" npm-run-all "^4.1.5" - open "^7.3.0" + open "^8.4.0" readline-sync "^1.4.10" shelljs "^0.8.4" shx "^0.3.3" tmp "^0.2.1" tweak-sourcemap-paths "0.0.4" - yalc "^1.0.0-pre.49" - yargs "^16.2.0" + yalc "^1.0.0-pre.53" + yargs "^17.3.0" JSONStream@^1.0.4: version "1.3.5" @@ -865,6 +865,11 @@ ansi-regex@^5.0.0: resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75" integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== +ansi-regex@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" + integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== + ansi-styles@^3.2.0, ansi-styles@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" @@ -1278,10 +1283,10 @@ char-regex@^1.0.2: resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf" integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw== -check-peer-dependencies@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/check-peer-dependencies/-/check-peer-dependencies-4.0.0.tgz#075253764a850b1af3a14beec67dd1f653dcae62" - integrity sha512-AVYu8OKy54mp+KCvyzP0ag4erPH8w78TUXiWu++4i8vqM8Iunqn+j0IfLtyQIjEW5OoNErxuvsoa13kW8FjtxA== +check-peer-dependencies@^4.1.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/check-peer-dependencies/-/check-peer-dependencies-4.2.0.tgz#64caa7a4202ebcb570d9a55ddcbd4f2738f81993" + integrity sha512-IYLKCFvmOcc+yXvte3JRH0dwAueuMSRTZZqyvjstb3ENZ0Jdov7VHvHVHvnQNBDUwjotwUmuiQy9elYkpIcL3g== dependencies: resolve "^1.19.0" semver "^7.3.4" @@ -1330,6 +1335,15 @@ cliui@^7.0.2: strip-ansi "^6.0.0" wrap-ansi "^7.0.0" +cliui@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa" + integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.1" + wrap-ansi "^7.0.0" + co@^4.6.0: version "4.6.0" resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" @@ -1746,6 +1760,11 @@ deepmerge@^4.2.2: resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== +define-lazy-prop@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f" + integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== + define-properties@^1.1.2: version "1.1.3" resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" @@ -2232,10 +2251,10 @@ fill-range@^7.0.1: dependencies: to-regex-range "^5.0.1" -find-parent-dir@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/find-parent-dir/-/find-parent-dir-0.3.0.tgz#33c44b429ab2b2f0646299c5f9f718f376ff8d54" - integrity sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ= +find-parent-dir@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/find-parent-dir/-/find-parent-dir-0.3.1.tgz#c5c385b96858c3351f95d446cab866cbf9f11125" + integrity sha512-o4UcykWV/XN9wm+jMEtWLPlV8RXCZnMhQI6F6OdHeSez7iiJWePw8ijOlskJZMsaQoGR/b7dH6lO02HhaTN7+A== find-up@^1.0.0: version "1.1.2" @@ -2656,10 +2675,10 @@ iconv-lite@0.4.24: dependencies: safer-buffer ">= 2.1.2 < 3" -ignore-walk@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.1.tgz#a83e62e7d272ac0e3b551aaa82831a19b69f82f8" - integrity sha512-DTVlMx3IYPe0/JJcYP7Gxg7ttZZu3IInhuEhbchuqneY9wWe5Ojy2mXLBaQFUQmo0AW2r3qG7m1mg86js+gnlQ== +ignore-walk@^3.0.3: + version "3.0.4" + resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.4.tgz#c9a09f69b7c7b479a5d74ac1a3c0d4236d2a6335" + integrity sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ== dependencies: minimatch "^3.0.4" @@ -2734,6 +2753,11 @@ ini@^1.3.2: resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== +ini@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5" + integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA== + interpret@^1.0.0: version "1.2.0" resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296" @@ -2834,6 +2858,11 @@ is-docker@^2.0.0: resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.0.0.tgz#2cb0df0e75e2d064fe1864c37cdeacb7b2dcf25b" integrity sha512-pJEdRugimx4fBMra5z2/5iRdZ63OhYV0vr0Dwm5+xtW4D1FvRkB8hamMIhnWfyJeDdyr/aa7BDyNbtG38VxgoQ== +is-docker@^2.1.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" + integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== + is-extendable@^0.1.0, is-extendable@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" @@ -2982,6 +3011,13 @@ is-wsl@^2.1.1: resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.1.1.tgz#4a1c152d429df3d441669498e2486d3596ebaf1d" integrity sha512-umZHcSrwlDHo2TGMXv0DZ8dIUGunZ2Iv68YZnrmCiBPkZ4aaOhtv7pXJKeki9k3qJ3RJr0cDyitcl5wEH3AYog== +is-wsl@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" + integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== + dependencies: + is-docker "^2.0.0" + isarray@1.0.0, isarray@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" @@ -3697,10 +3733,10 @@ lodash@^4.17.14, lodash@^4.17.19: resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== -lodash@^4.17.20: - version "4.17.20" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" - integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== +lodash@^4.17.21: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== loud-rejection@^1.0.0: version "1.6.0" @@ -4066,18 +4102,27 @@ normalize-path@^3.0.0: resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== -npm-bundled@^1.0.1: - version "1.0.6" - resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd" - integrity sha512-8/JCaftHwbd//k6y2rEWp6k1wxVfpFzB6t1p825+cUb7Ym2XQfhwIC5KwhrvzZRJu+LtDE585zVaS32+CGtf0g== +npm-bundled@^1.1.1: + version "1.1.2" + resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.1.2.tgz#944c78789bd739035b70baa2ca5cc32b8d860bc1" + integrity sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ== + dependencies: + npm-normalize-package-bin "^1.0.1" -npm-packlist@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.1.tgz#19064cdf988da80ea3cee45533879d90192bbfbc" - integrity sha512-+TcdO7HJJ8peiiYhvPxsEDhF3PJFGUGRcFsGve3vxvxdcpO2Z4Z7rkosRM0kWj6LfbK/P0gu3dzk5RU1ffvFcw== +npm-normalize-package-bin@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2" + integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA== + +npm-packlist@^2.1.5: + version "2.2.2" + resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-2.2.2.tgz#076b97293fa620f632833186a7a8f65aaa6148c8" + integrity sha512-Jt01acDvJRhJGthnUJVF/w6gumWOZxO7IkpY/lsX9//zqQgnF7OJaxgQXcerd4uQOLu7W5bkb4mChL9mdfm+Zg== dependencies: - ignore-walk "^3.0.1" - npm-bundled "^1.0.1" + glob "^7.1.6" + ignore-walk "^3.0.3" + npm-bundled "^1.1.1" + npm-normalize-package-bin "^1.0.1" npm-run-all@^4.1.5: version "4.1.5" @@ -4177,13 +4222,14 @@ onetime@^5.1.0: dependencies: mimic-fn "^2.1.0" -open@^7.3.0: - version "7.3.0" - resolved "https://registry.yarnpkg.com/open/-/open-7.3.0.tgz#45461fdee46444f3645b6e14eb3ca94b82e1be69" - integrity sha512-mgLwQIx2F/ye9SmbrUkurZCnkoXyXyu9EbHtJZrICjVAJfyMArdHp3KkixGdZx1ZHFPNIwl0DDM1dFFqXbTLZw== +open@^8.4.0: + version "8.4.2" + resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9" + integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ== dependencies: - is-docker "^2.0.0" - is-wsl "^2.1.1" + define-lazy-prop "^2.0.0" + is-docker "^2.1.1" + is-wsl "^2.2.0" opencollective-postinstall@^2.0.2: version "2.0.2" @@ -5342,6 +5388,15 @@ string-width@^4.1.0, string-width@^4.2.0: is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.0" +string-width@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + string.prototype.padend@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz#f3aaef7c1719f170c5eab1c32bf780d96e21f2f0" @@ -5393,6 +5448,13 @@ strip-ansi@^6.0.0: dependencies: ansi-regex "^5.0.0" +strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + strip-bom@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" @@ -6004,17 +6066,18 @@ y18n@^5.0.5: resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.5.tgz#8769ec08d03b1ea2df2500acef561743bbb9ab18" integrity sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg== -yalc@^1.0.0-pre.49: - version "1.0.0-pre.49" - resolved "https://registry.yarnpkg.com/yalc/-/yalc-1.0.0-pre.49.tgz#ec576c4abeb80181402df6711f20785bd3b7fc0d" - integrity sha512-7fTnwsX4qKnr2h1LVTLQzc9gosFrGnJcBRPnNGsM+3YJSLAjB+i8XnqmNptdktjyc4hOzI+XzN1Wp2kXvKAPxA== +yalc@^1.0.0-pre.53: + version "1.0.0-pre.53" + resolved "https://registry.yarnpkg.com/yalc/-/yalc-1.0.0-pre.53.tgz#c51db2bb924a6908f4cb7e82af78f7e5606810bc" + integrity sha512-tpNqBCpTXplnduzw5XC+FF8zNJ9L/UXmvQyyQj7NKrDNavbJtHvzmZplL5ES/RCnjX7JR7W9wz5GVDXVP3dHUQ== dependencies: chalk "^4.1.0" detect-indent "^6.0.0" fs-extra "^8.0.1" glob "^7.1.4" ignore "^5.0.4" - npm-packlist "^1.4.1" + ini "^2.0.0" + npm-packlist "^2.1.5" yargs "^16.1.1" yallist@^2.1.2: @@ -6055,6 +6118,11 @@ yargs-parser@^20.2.2, yargs-parser@^20.2.3: resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54" integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA== +yargs-parser@^21.1.1: + version "21.1.1" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" + integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== + yargs-parser@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-7.0.0.tgz#8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9" @@ -6109,6 +6177,19 @@ yargs@^16.1.1, yargs@^16.2.0: y18n "^5.0.5" yargs-parser "^20.2.2" +yargs@^17.3.0: + version "17.7.1" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.1.tgz#34a77645201d1a8fc5213ace787c220eabbd0967" + integrity sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw== + dependencies: + cliui "^8.0.1" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.3" + y18n "^5.0.5" + yargs-parser "^21.1.1" + yargs@^8.0.2: version "8.0.2" resolved "https://registry.yarnpkg.com/yargs/-/yargs-8.0.2.tgz#6299a9055b1cefc969ff7e79c1d918dceb22c360"