diff --git a/.eslintrc.js b/.eslintrc.js
index 81f745d38247..7380b874d88f 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -214,7 +214,6 @@ module.exports = {
'jest/no-alias-methods': 'error',
'jest/no-identical-title': 'error',
'jest/no-jasmine-globals': 'error',
- 'jest/no-jest-import': 'error',
'jest/no-test-prefixes': 'error',
'jest/no-done-callback': 'error',
'jest/no-test-return-statement': 'error',
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b98a718e474..d478a90bce55 100644
--- a/CHANGELOG.md
+++ b/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.
+## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
+
+**Note:** Version bump only for package @typescript-eslint/typescript-eslint
+
+
+
+
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
### Bug Fixes
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 2dcd4d3f847e..b1c6bfe4f0d3 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -71,23 +71,16 @@ Thanks goes to these wonderful people:
 Niles Salter |
 Pavel Birukov |
-  Shahar Dawn Or |
+  Shahar "Dawn" Or |
 kmin-jeong |
-  James Garbutt |
+  koooge |
-  Jonathan Delgado |
-  Philipp A. |
-  Pig Fang |
-  Tadhg McDonald-Jensen |
-  Thomas den Hollander |
-
-
-  Tim Kraut |
+  thomas michael wallace |
+  Juan García |
+  Daniel Nixon |
 Yasar Siddiqui |
 Yusuke Tanaka |
-  zz |
-
diff --git a/lerna.json b/lerna.json
index 4884dc345fbd..1298fd74f44c 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,5 +1,5 @@
{
- "version": "5.48.0",
+ "version": "5.48.1",
"npmClient": "yarn",
"useWorkspaces": true,
"stream": true
diff --git a/package.json b/package.json
index 9fa957abee3b..e38db1983e64 100644
--- a/package.json
+++ b/package.json
@@ -94,7 +94,7 @@
"jest-diff": "^29.0.3",
"jest-snapshot": "^29.0.3",
"jest-specific-snapshot": "^7.0.0",
- "lerna": "6.1.0",
+ "lerna": "6.4.0",
"lint-staged": "^13.0.0",
"make-dir": "^3.1.0",
"markdownlint-cli": "^0.32.0",
diff --git a/packages/ast-spec/CHANGELOG.md b/packages/ast-spec/CHANGELOG.md
index ab29d3cf0299..204ea849c94b 100644
--- a/packages/ast-spec/CHANGELOG.md
+++ b/packages/ast-spec/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.
+## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
+
+**Note:** Version bump only for package @typescript-eslint/ast-spec
+
+
+
+
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
**Note:** Version bump only for package @typescript-eslint/ast-spec
diff --git a/packages/ast-spec/package.json b/packages/ast-spec/package.json
index 7fc5c10538ea..b13afa248d00 100644
--- a/packages/ast-spec/package.json
+++ b/packages/ast-spec/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/ast-spec",
- "version": "5.48.0",
+ "version": "5.48.1",
"description": "Complete specification for the TypeScript-ESTree AST",
"private": true,
"keywords": [
diff --git a/packages/eslint-plugin-internal/CHANGELOG.md b/packages/eslint-plugin-internal/CHANGELOG.md
index 494dcf91f510..5bb740e13e48 100644
--- a/packages/eslint-plugin-internal/CHANGELOG.md
+++ b/packages/eslint-plugin-internal/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.
+## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
+
+**Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
+
+
+
+
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
**Note:** Version bump only for package @typescript-eslint/eslint-plugin-internal
diff --git a/packages/eslint-plugin-internal/package.json b/packages/eslint-plugin-internal/package.json
index 6c63e13b2040..aee78a88102d 100644
--- a/packages/eslint-plugin-internal/package.json
+++ b/packages/eslint-plugin-internal/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/eslint-plugin-internal",
- "version": "5.48.0",
+ "version": "5.48.1",
"private": true,
"main": "dist/index.js",
"scripts": {
@@ -14,9 +14,9 @@
},
"dependencies": {
"@types/prettier": "*",
- "@typescript-eslint/scope-manager": "5.48.0",
- "@typescript-eslint/type-utils": "5.48.0",
- "@typescript-eslint/utils": "5.48.0",
+ "@typescript-eslint/scope-manager": "5.48.1",
+ "@typescript-eslint/type-utils": "5.48.1",
+ "@typescript-eslint/utils": "5.48.1",
"prettier": "*"
}
}
diff --git a/packages/eslint-plugin-tslint/CHANGELOG.md b/packages/eslint-plugin-tslint/CHANGELOG.md
index 021120c56278..b36c40902c39 100644
--- a/packages/eslint-plugin-tslint/CHANGELOG.md
+++ b/packages/eslint-plugin-tslint/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.
+## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
+
+**Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
+
+
+
+
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
**Note:** Version bump only for package @typescript-eslint/eslint-plugin-tslint
diff --git a/packages/eslint-plugin-tslint/package.json b/packages/eslint-plugin-tslint/package.json
index afb1af2f9122..bc6072116ff2 100644
--- a/packages/eslint-plugin-tslint/package.json
+++ b/packages/eslint-plugin-tslint/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/eslint-plugin-tslint",
- "version": "5.48.0",
+ "version": "5.48.1",
"main": "dist/index.js",
"typings": "src/index.ts",
"description": "ESLint plugin that wraps a TSLint configuration and lints the whole source using TSLint",
@@ -38,7 +38,7 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
- "@typescript-eslint/utils": "5.48.0",
+ "@typescript-eslint/utils": "5.48.1",
"lodash": "^4.17.21"
},
"peerDependencies": {
@@ -48,6 +48,6 @@
},
"devDependencies": {
"@types/lodash": "*",
- "@typescript-eslint/parser": "5.48.0"
+ "@typescript-eslint/parser": "5.48.1"
}
}
diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md
index 00302918a545..179ca8a01661 100644
--- a/packages/eslint-plugin/CHANGELOG.md
+++ b/packages/eslint-plugin/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.
+## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
+
+**Note:** Version bump only for package @typescript-eslint/eslint-plugin
+
+
+
+
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
### Features
diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json
index 594085447a74..a3edc28a093c 100644
--- a/packages/eslint-plugin/package.json
+++ b/packages/eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/eslint-plugin",
- "version": "5.48.0",
+ "version": "5.48.1",
"description": "TypeScript plugin for ESLint",
"keywords": [
"eslint",
@@ -44,9 +44,9 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
- "@typescript-eslint/scope-manager": "5.48.0",
- "@typescript-eslint/type-utils": "5.48.0",
- "@typescript-eslint/utils": "5.48.0",
+ "@typescript-eslint/scope-manager": "5.48.1",
+ "@typescript-eslint/type-utils": "5.48.1",
+ "@typescript-eslint/utils": "5.48.1",
"debug": "^4.3.4",
"ignore": "^5.2.0",
"natural-compare-lite": "^1.4.0",
diff --git a/packages/experimental-utils/CHANGELOG.md b/packages/experimental-utils/CHANGELOG.md
index 135d5828a102..ab8260b80e35 100644
--- a/packages/experimental-utils/CHANGELOG.md
+++ b/packages/experimental-utils/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.
+## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
+
+**Note:** Version bump only for package @typescript-eslint/experimental-utils
+
+
+
+
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
**Note:** Version bump only for package @typescript-eslint/experimental-utils
diff --git a/packages/experimental-utils/package.json b/packages/experimental-utils/package.json
index 0eb0544fb3b7..7ecad76788d2 100644
--- a/packages/experimental-utils/package.json
+++ b/packages/experimental-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/experimental-utils",
- "version": "5.48.0",
+ "version": "5.48.1",
"description": "(Experimental) Utilities for working with TypeScript + ESLint together",
"keywords": [
"eslint",
@@ -38,7 +38,7 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
- "@typescript-eslint/utils": "5.48.0"
+ "@typescript-eslint/utils": "5.48.1"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
diff --git a/packages/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md
index 327864cfdb87..6064d5d5cb3e 100644
--- a/packages/parser/CHANGELOG.md
+++ b/packages/parser/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.
+## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
+
+**Note:** Version bump only for package @typescript-eslint/parser
+
+
+
+
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
**Note:** Version bump only for package @typescript-eslint/parser
diff --git a/packages/parser/package.json b/packages/parser/package.json
index 2887ebccb3bd..548ecbe177e7 100644
--- a/packages/parser/package.json
+++ b/packages/parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/parser",
- "version": "5.48.0",
+ "version": "5.48.1",
"description": "An ESLint custom parser which leverages TypeScript ESTree",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -45,9 +45,9 @@
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"dependencies": {
- "@typescript-eslint/scope-manager": "5.48.0",
- "@typescript-eslint/types": "5.48.0",
- "@typescript-eslint/typescript-estree": "5.48.0",
+ "@typescript-eslint/scope-manager": "5.48.1",
+ "@typescript-eslint/types": "5.48.1",
+ "@typescript-eslint/typescript-estree": "5.48.1",
"debug": "^4.3.4"
},
"devDependencies": {
diff --git a/packages/scope-manager/CHANGELOG.md b/packages/scope-manager/CHANGELOG.md
index d0cf6085d3c1..be88aa64cd73 100644
--- a/packages/scope-manager/CHANGELOG.md
+++ b/packages/scope-manager/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.
+## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
+
+**Note:** Version bump only for package @typescript-eslint/scope-manager
+
+
+
+
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
**Note:** Version bump only for package @typescript-eslint/scope-manager
diff --git a/packages/scope-manager/package.json b/packages/scope-manager/package.json
index 698ca025fb9c..bbed25e3fb45 100644
--- a/packages/scope-manager/package.json
+++ b/packages/scope-manager/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/scope-manager",
- "version": "5.48.0",
+ "version": "5.48.1",
"description": "TypeScript scope analyser for ESLint",
"keywords": [
"eslint",
@@ -38,12 +38,12 @@
"typecheck": "nx typecheck"
},
"dependencies": {
- "@typescript-eslint/types": "5.48.0",
- "@typescript-eslint/visitor-keys": "5.48.0"
+ "@typescript-eslint/types": "5.48.1",
+ "@typescript-eslint/visitor-keys": "5.48.1"
},
"devDependencies": {
"@types/glob": "*",
- "@typescript-eslint/typescript-estree": "5.48.0",
+ "@typescript-eslint/typescript-estree": "5.48.1",
"glob": "*",
"jest-specific-snapshot": "*",
"make-dir": "*",
diff --git a/packages/shared-fixtures/CHANGELOG.md b/packages/shared-fixtures/CHANGELOG.md
index 286adfd8f926..cb9ad3452ca2 100644
--- a/packages/shared-fixtures/CHANGELOG.md
+++ b/packages/shared-fixtures/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.
+## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
+
+**Note:** Version bump only for package @typescript-eslint/shared-fixtures
+
+
+
+
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
**Note:** Version bump only for package @typescript-eslint/shared-fixtures
diff --git a/packages/shared-fixtures/package.json b/packages/shared-fixtures/package.json
index 11b72b946049..f35ce6b667d6 100644
--- a/packages/shared-fixtures/package.json
+++ b/packages/shared-fixtures/package.json
@@ -1,6 +1,6 @@
{
"description": "Code fixtures used to test the typescript-estree parser.",
"name": "@typescript-eslint/shared-fixtures",
- "version": "5.48.0",
+ "version": "5.48.1",
"private": true
}
diff --git a/packages/type-utils/CHANGELOG.md b/packages/type-utils/CHANGELOG.md
index 967fd183cc9a..6338987cf2f5 100644
--- a/packages/type-utils/CHANGELOG.md
+++ b/packages/type-utils/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.
+## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
+
+**Note:** Version bump only for package @typescript-eslint/type-utils
+
+
+
+
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
**Note:** Version bump only for package @typescript-eslint/type-utils
diff --git a/packages/type-utils/package.json b/packages/type-utils/package.json
index ce0d7e61be71..09a4809b3f66 100644
--- a/packages/type-utils/package.json
+++ b/packages/type-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/type-utils",
- "version": "5.48.0",
+ "version": "5.48.1",
"description": "Type utilities for working with TypeScript + ESLint together",
"keywords": [
"eslint",
@@ -39,13 +39,13 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
- "@typescript-eslint/typescript-estree": "5.48.0",
- "@typescript-eslint/utils": "5.48.0",
+ "@typescript-eslint/typescript-estree": "5.48.1",
+ "@typescript-eslint/utils": "5.48.1",
"debug": "^4.3.4",
"tsutils": "^3.21.0"
},
"devDependencies": {
- "@typescript-eslint/parser": "5.48.0",
+ "@typescript-eslint/parser": "5.48.1",
"typescript": "*"
},
"peerDependencies": {
diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md
index 831d02165a0e..a115502edd21 100644
--- a/packages/types/CHANGELOG.md
+++ b/packages/types/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.
+## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
+
+**Note:** Version bump only for package @typescript-eslint/types
+
+
+
+
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
**Note:** Version bump only for package @typescript-eslint/types
diff --git a/packages/types/package.json b/packages/types/package.json
index 5a4fec3b0882..d57bf48adb37 100644
--- a/packages/types/package.json
+++ b/packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/types",
- "version": "5.48.0",
+ "version": "5.48.1",
"description": "Types for the TypeScript-ESTree AST spec",
"keywords": [
"eslint",
diff --git a/packages/typescript-estree/CHANGELOG.md b/packages/typescript-estree/CHANGELOG.md
index 5afc35d15350..3194daf845bb 100644
--- a/packages/typescript-estree/CHANGELOG.md
+++ b/packages/typescript-estree/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.
+## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
+
+**Note:** Version bump only for package @typescript-eslint/typescript-estree
+
+
+
+
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
**Note:** Version bump only for package @typescript-eslint/typescript-estree
diff --git a/packages/typescript-estree/package.json b/packages/typescript-estree/package.json
index efcac1c0c443..f336f031cd80 100644
--- a/packages/typescript-estree/package.json
+++ b/packages/typescript-estree/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/typescript-estree",
- "version": "5.48.0",
+ "version": "5.48.1",
"description": "A parser that converts TypeScript source code into an ESTree compatible form",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -42,8 +42,8 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
- "@typescript-eslint/types": "5.48.0",
- "@typescript-eslint/visitor-keys": "5.48.0",
+ "@typescript-eslint/types": "5.48.1",
+ "@typescript-eslint/visitor-keys": "5.48.1",
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-glob": "^4.0.3",
@@ -59,7 +59,7 @@
"@types/is-glob": "*",
"@types/semver": "*",
"@types/tmp": "*",
- "@typescript-eslint/shared-fixtures": "5.48.0",
+ "@typescript-eslint/shared-fixtures": "5.48.1",
"glob": "*",
"jest-specific-snapshot": "*",
"make-dir": "*",
diff --git a/packages/typescript-estree/tests/lib/parse.test.ts b/packages/typescript-estree/tests/lib/parse.test.ts
index dab87e38ab6c..76e33bc8e0e0 100644
--- a/packages/typescript-estree/tests/lib/parse.test.ts
+++ b/packages/typescript-estree/tests/lib/parse.test.ts
@@ -397,6 +397,7 @@ describe('parseAndGenerateServices', () => {
let result:
| parser.ParseAndGenerateServicesResult
| undefined;
+ // eslint-disable-next-line jest/valid-expect
const exp = expect(() => {
result = parser.parseAndGenerateServices(code, {
...config,
diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md
index 645c8b26dea9..567b9f37301c 100644
--- a/packages/utils/CHANGELOG.md
+++ b/packages/utils/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.
+## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
+
+**Note:** Version bump only for package @typescript-eslint/utils
+
+
+
+
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
**Note:** Version bump only for package @typescript-eslint/utils
diff --git a/packages/utils/package.json b/packages/utils/package.json
index f49e8c4f2aff..324cea7c14d5 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/utils",
- "version": "5.48.0",
+ "version": "5.48.1",
"description": "Utilities for working with TypeScript + ESLint together",
"keywords": [
"eslint",
@@ -41,9 +41,9 @@
"dependencies": {
"@types/json-schema": "^7.0.9",
"@types/semver": "^7.3.12",
- "@typescript-eslint/scope-manager": "5.48.0",
- "@typescript-eslint/types": "5.48.0",
- "@typescript-eslint/typescript-estree": "5.48.0",
+ "@typescript-eslint/scope-manager": "5.48.1",
+ "@typescript-eslint/types": "5.48.1",
+ "@typescript-eslint/typescript-estree": "5.48.1",
"eslint-scope": "^5.1.1",
"eslint-utils": "^3.0.0",
"semver": "^7.3.7"
@@ -52,7 +52,7 @@
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"devDependencies": {
- "@typescript-eslint/parser": "5.48.0",
+ "@typescript-eslint/parser": "5.48.1",
"typescript": "*"
},
"funding": {
diff --git a/packages/visitor-keys/CHANGELOG.md b/packages/visitor-keys/CHANGELOG.md
index 5fcd04b89bcb..37e77485d1d5 100644
--- a/packages/visitor-keys/CHANGELOG.md
+++ b/packages/visitor-keys/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.
+## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
+
+**Note:** Version bump only for package @typescript-eslint/visitor-keys
+
+
+
+
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
**Note:** Version bump only for package @typescript-eslint/visitor-keys
diff --git a/packages/visitor-keys/package.json b/packages/visitor-keys/package.json
index 6299b8417cc8..8f6a47037800 100644
--- a/packages/visitor-keys/package.json
+++ b/packages/visitor-keys/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/visitor-keys",
- "version": "5.48.0",
+ "version": "5.48.1",
"description": "Visitor keys used to help traverse the TypeScript-ESTree AST",
"keywords": [
"eslint",
@@ -39,7 +39,7 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
- "@typescript-eslint/types": "5.48.0",
+ "@typescript-eslint/types": "5.48.1",
"eslint-visitor-keys": "^3.3.0"
},
"devDependencies": {
diff --git a/packages/website-eslint/CHANGELOG.md b/packages/website-eslint/CHANGELOG.md
index 8e410966cc8f..40471fdee26f 100644
--- a/packages/website-eslint/CHANGELOG.md
+++ b/packages/website-eslint/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.
+## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
+
+**Note:** Version bump only for package @typescript-eslint/website-eslint
+
+
+
+
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
**Note:** Version bump only for package @typescript-eslint/website-eslint
diff --git a/packages/website-eslint/package.json b/packages/website-eslint/package.json
index 8c47de79bfab..674d39879632 100644
--- a/packages/website-eslint/package.json
+++ b/packages/website-eslint/package.json
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/website-eslint",
- "version": "5.48.0",
+ "version": "5.48.1",
"private": true,
"description": "ESLint which works in browsers.",
"engines": {
@@ -16,19 +16,19 @@
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore"
},
"dependencies": {
- "@typescript-eslint/types": "5.48.0",
- "@typescript-eslint/utils": "5.48.0"
+ "@typescript-eslint/types": "5.48.1",
+ "@typescript-eslint/utils": "5.48.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-json": "^5.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/pluginutils": "^5.0.0",
- "@typescript-eslint/eslint-plugin": "5.48.0",
- "@typescript-eslint/parser": "5.48.0",
- "@typescript-eslint/scope-manager": "5.48.0",
- "@typescript-eslint/typescript-estree": "5.48.0",
- "@typescript-eslint/visitor-keys": "5.48.0",
+ "@typescript-eslint/eslint-plugin": "5.48.1",
+ "@typescript-eslint/parser": "5.48.1",
+ "@typescript-eslint/scope-manager": "5.48.1",
+ "@typescript-eslint/typescript-estree": "5.48.1",
+ "@typescript-eslint/visitor-keys": "5.48.1",
"eslint": "*",
"rollup": "^2.75.4",
"rollup-plugin-terser": "^7.0.2",
diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md
index 4191f33efae8..1aa06f081303 100644
--- a/packages/website/CHANGELOG.md
+++ b/packages/website/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.
+## [5.48.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.48.0...v5.48.1) (2023-01-09)
+
+**Note:** Version bump only for package website
+
+
+
+
+
# [5.48.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.47.1...v5.48.0) (2023-01-02)
**Note:** Version bump only for package website
diff --git a/packages/website/data/sponsors.json b/packages/website/data/sponsors.json
index 878c97221db3..e026d1389ef4 100644
--- a/packages/website/data/sponsors.json
+++ b/packages/website/data/sponsors.json
@@ -10,23 +10,30 @@
"id": "Nx (by Nrwl)",
"image": "https://images.opencollective.com/nx/0efbe42/logo.png",
"name": "Nx (by Nrwl)",
- "totalDonations": 575000,
+ "totalDonations": 600000,
"website": "https://nx.dev"
},
{
"id": "ESLint",
"image": "https://images.opencollective.com/eslint/96b09dc/logo.png",
"name": "ESLint",
- "totalDonations": 230000,
+ "totalDonations": 245000,
"website": "https://eslint.org/"
},
{
"id": "Airbnb",
"image": "https://images.opencollective.com/airbnb/d327d66/logo.png",
"name": "Airbnb",
- "totalDonations": 145800,
+ "totalDonations": 150800,
"website": "https://www.airbnb.com/"
},
+ {
+ "id": "GitBook",
+ "image": "https://images.opencollective.com/gitbook/d35a8e7/logo.png",
+ "name": "GitBook",
+ "totalDonations": 130000,
+ "website": "https://www.gitbook.com"
+ },
{
"id": "n8n.io - n8n GmbH",
"image": "https://images.opencollective.com/n8n/dca2f0c/logo.png",
@@ -42,11 +49,11 @@
"website": "https://blog.coinbase.com/engineering-and-security/home"
},
{
- "id": "GitBook",
- "image": "https://images.opencollective.com/gitbook/d35a8e7/logo.png",
- "name": "GitBook",
+ "id": "Codecademy",
+ "image": "https://images.opencollective.com/codecademy/d56a48d/logo.png",
+ "name": "Codecademy",
"totalDonations": 120000,
- "website": "https://www.gitbook.com"
+ "website": "https://codecademy.com"
},
{
"id": "Sentry",
@@ -55,13 +62,6 @@
"totalDonations": 114800,
"website": "https://sentry.io/welcome/"
},
- {
- "id": "Codecademy",
- "image": "https://images.opencollective.com/codecademy/d56a48d/logo.png",
- "name": "Codecademy",
- "totalDonations": 110000,
- "website": "https://codecademy.com"
- },
{
"id": "EY Doberman",
"image": "https://images.opencollective.com/ey-doberman/b269462/logo.png",
@@ -73,7 +73,7 @@
"id": "Sourcegraph",
"image": "https://images.opencollective.com/sourcegraph/67e40ff/logo.png",
"name": "Sourcegraph",
- "totalDonations": 60000,
+ "totalDonations": 70000,
"website": "https://about.sourcegraph.com"
},
{
@@ -83,6 +83,13 @@
"totalDonations": 54000,
"website": "https://www.future-processing.com/"
},
+ {
+ "id": "Codiga",
+ "image": "https://images.opencollective.com/codiga/1065f9f/logo.png",
+ "name": "Codiga",
+ "totalDonations": 50000,
+ "website": "https://www.codiga.io"
+ },
{
"id": "Whitebox",
"image": "https://images.opencollective.com/whiteboxinc/ef0d11d/logo.png",
@@ -91,11 +98,11 @@
"website": "https://whitebox.com"
},
{
- "id": "Codiga",
- "image": "https://images.opencollective.com/codiga/1065f9f/logo.png",
- "name": "Codiga",
- "totalDonations": 40000,
- "website": "https://www.codiga.io"
+ "id": "STORIS",
+ "image": "https://images.opencollective.com/storis/dfb0e13/logo.png",
+ "name": "STORIS",
+ "totalDonations": 30000,
+ "website": "https://www.storis.com/"
},
{
"id": "Monito",
@@ -104,13 +111,6 @@
"totalDonations": 30000,
"website": "https://www.monito.com"
},
- {
- "id": "STORIS",
- "image": "https://images.opencollective.com/storis/dfb0e13/logo.png",
- "name": "STORIS",
- "totalDonations": 28500,
- "website": "https://www.storis.com/"
- },
{
"id": "revo.js",
"image": "https://images.opencollective.com/revojsro/82623a7/logo.png",
@@ -125,11 +125,18 @@
"totalDonations": 22000,
"website": "https://twitter.com/nevir"
},
+ {
+ "id": "DeepSource",
+ "image": "https://images.opencollective.com/deepsource/0f18cea/logo.png",
+ "name": "DeepSource",
+ "totalDonations": 20000,
+ "website": "https://deepsource.io/"
+ },
{
"id": "David Johnston",
"image": "https://images.opencollective.com/blacksheepcode/976d69a/avatar.png",
"name": "David Johnston",
- "totalDonations": 15500,
+ "totalDonations": 16000,
"website": "https://blacksheepcode.com"
},
{
@@ -150,14 +157,14 @@
"id": "Evil Martians",
"image": "https://images.opencollective.com/evilmartians/707ab4d/logo.png",
"name": "Evil Martians",
- "totalDonations": 10500,
+ "totalDonations": 11000,
"website": "https://evilmartians.com/"
},
{
"id": "Balsa",
"image": "https://images.opencollective.com/balsa/77de498/logo.png",
"name": "Balsa",
- "totalDonations": 10500,
+ "totalDonations": 11000,
"website": "https://balsa.com"
},
{
@@ -181,18 +188,18 @@
"totalDonations": 10000,
"website": "https://laserhub.com/"
},
- {
- "id": "DeepSource",
- "image": "https://images.opencollective.com/deepsource/0f18cea/logo.png",
- "name": "DeepSource",
- "totalDonations": 10000,
- "website": "https://deepsource.io/"
- },
{
"id": "tRPC",
"image": "https://images.opencollective.com/trpc/82704a8/logo.png",
"name": "tRPC",
"totalDonations": 10000,
"website": "https://trpc.io"
+ },
+ {
+ "id": "Hugging Face",
+ "image": "https://images.opencollective.com/huggingface/5c934ee/logo.png",
+ "name": "Hugging Face",
+ "totalDonations": 10000,
+ "website": "https://huggingface.co"
}
]
diff --git a/packages/website/package.json b/packages/website/package.json
index 8450fb49bf2d..8576c262f254 100644
--- a/packages/website/package.json
+++ b/packages/website/package.json
@@ -1,6 +1,6 @@
{
"name": "website",
- "version": "5.48.0",
+ "version": "5.48.1",
"private": true,
"scripts": {
"build": "docusaurus build",
@@ -21,8 +21,8 @@
"@docusaurus/remark-plugin-npm2yarn": "~2.2.0",
"@docusaurus/theme-common": "~2.2.0",
"@mdx-js/react": "1.6.22",
- "@typescript-eslint/parser": "5.48.0",
- "@typescript-eslint/website-eslint": "5.48.0",
+ "@typescript-eslint/parser": "5.48.1",
+ "@typescript-eslint/website-eslint": "5.48.1",
"clsx": "^1.1.1",
"eslint": "*",
"json-schema": "^0.4.0",
@@ -48,7 +48,7 @@
"@types/react": "^18.0.9",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
- "@typescript-eslint/eslint-plugin": "5.48.0",
+ "@typescript-eslint/eslint-plugin": "5.48.1",
"copy-webpack-plugin": "^11.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
diff --git a/packages/website/plugins/generated-rule-docs.ts b/packages/website/plugins/generated-rule-docs.ts
index 37bd4e02cc40..90f0b3fa6f70 100644
--- a/packages/website/plugins/generated-rule-docs.ts
+++ b/packages/website/plugins/generated-rule-docs.ts
@@ -298,39 +298,7 @@ export const generatedRuleDocs: Plugin = () => {
}
}
- // 6. Add a notice about coming from ESLint core for extension rules
- if (meta.docs.extendsBaseRule) {
- root.children.push({
- children: [
- {
- type: 'jsx',
- value: '',
- },
- {
- type: 'text',
- value: 'Taken with ❤️ ',
- },
- {
- type: 'link',
- title: null,
- url: `https://github.com/eslint/eslint/blob/main/docs/rules/${meta.docs.extendsBaseRule}.md`,
- children: [
- {
- type: 'text',
- value: 'from ESLint core',
- },
- ],
- },
- {
- type: 'jsx',
- value: '',
- },
- ],
- type: 'paragraph',
- } as mdast.Paragraph);
- }
-
- // 7. Also add a link to view the rule's source and test code
+ // 6. Add a link to view the rule's source and test code
root.children.push(
{
children: [
@@ -388,6 +356,42 @@ export const generatedRuleDocs: Plugin = () => {
type: 'list',
} as mdast.List,
);
+
+ // 7. Also add a notice about coming from ESLint core for extension rules
+ if (meta.docs.extendsBaseRule) {
+ root.children.push({
+ children: [
+ {
+ type: 'jsx',
+ value: '',
+ },
+ {
+ type: 'text',
+ value: 'Taken with ❤️ ',
+ },
+ {
+ type: 'link',
+ title: null,
+ url: `https://github.com/eslint/eslint/blob/main/docs/src/rules/${
+ meta.docs.extendsBaseRule === true
+ ? file.stem
+ : meta.docs.extendsBaseRule
+ }.md`,
+ children: [
+ {
+ type: 'text',
+ value: 'from ESLint core',
+ },
+ ],
+ },
+ {
+ type: 'jsx',
+ value: '',
+ },
+ ],
+ type: 'paragraph',
+ } as mdast.Paragraph);
+ }
};
};
diff --git a/yarn.lock b/yarn.lock
index 8e38834824bb..2d237c3ce2cd 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2288,39 +2288,39 @@
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
-"@lerna/add@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/add/-/add-6.1.0.tgz#0f09495c5e1af4c4f316344af34b6d1a91b15b19"
- integrity sha512-f2cAeS1mE/p7QvSRn5TCgdUXw6QVbu8PeRxaTOxTThhTdJIWdXZfY00QjAsU6jw1PdYXK1qGUSwWOPkdR16mBg==
- dependencies:
- "@lerna/bootstrap" "6.1.0"
- "@lerna/command" "6.1.0"
- "@lerna/filter-options" "6.1.0"
- "@lerna/npm-conf" "6.1.0"
- "@lerna/validation-error" "6.1.0"
+"@lerna/add@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/add/-/add-6.4.0.tgz#47f09f693da750063820b728330c8be40caabde1"
+ integrity sha512-xLsYRqfF4l78wLcOGCeiYw/YCBwRlX76+PAvLTD//7f4o8Xygowp1Uqb+a4n2oWmvDlilHiTxs424oTds6n75w==
+ dependencies:
+ "@lerna/bootstrap" "6.4.0"
+ "@lerna/command" "6.4.0"
+ "@lerna/filter-options" "6.4.0"
+ "@lerna/npm-conf" "6.4.0"
+ "@lerna/validation-error" "6.4.0"
dedent "^0.7.0"
npm-package-arg "8.1.1"
p-map "^4.0.0"
pacote "^13.6.1"
semver "^7.3.4"
-"@lerna/bootstrap@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-6.1.0.tgz#81738f32cd431814c9943dfffe28752587d90830"
- integrity sha512-aDxKqgxexVj/Z0B1aPu7P1iPbPqhk1FPkl/iayCmPlkAh90pYEH0uVytGzi1hFB5iXEfG7Pa6azGQywUodx/1g==
- dependencies:
- "@lerna/command" "6.1.0"
- "@lerna/filter-options" "6.1.0"
- "@lerna/has-npm-version" "6.1.0"
- "@lerna/npm-install" "6.1.0"
- "@lerna/package-graph" "6.1.0"
- "@lerna/pulse-till-done" "6.1.0"
- "@lerna/rimraf-dir" "6.1.0"
- "@lerna/run-lifecycle" "6.1.0"
- "@lerna/run-topologically" "6.1.0"
- "@lerna/symlink-binary" "6.1.0"
- "@lerna/symlink-dependencies" "6.1.0"
- "@lerna/validation-error" "6.1.0"
+"@lerna/bootstrap@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-6.4.0.tgz#eaff82b2026f9897c70935506e2518c725df41f9"
+ integrity sha512-tgaFJDitwtwAO2kWIdcOWYjcLb6VdEZpakcDPMRICfCyKpcPQ62OYGkjMASzDhgkdJE0wgWRJKBoPUKUVc1I5w==
+ dependencies:
+ "@lerna/command" "6.4.0"
+ "@lerna/filter-options" "6.4.0"
+ "@lerna/has-npm-version" "6.4.0"
+ "@lerna/npm-install" "6.4.0"
+ "@lerna/package-graph" "6.4.0"
+ "@lerna/pulse-till-done" "6.4.0"
+ "@lerna/rimraf-dir" "6.4.0"
+ "@lerna/run-lifecycle" "6.4.0"
+ "@lerna/run-topologically" "6.4.0"
+ "@lerna/symlink-binary" "6.4.0"
+ "@lerna/symlink-dependencies" "6.4.0"
+ "@lerna/validation-error" "6.4.0"
"@npmcli/arborist" "5.3.0"
dedent "^0.7.0"
get-port "^5.1.1"
@@ -2332,100 +2332,100 @@
p-waterfall "^2.1.1"
semver "^7.3.4"
-"@lerna/changed@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-6.1.0.tgz#4fa480cbb0e7106ea9dad30d315e953975118d06"
- integrity sha512-p7C2tf1scmvoUC1Osck/XIKVKXAQ8m8neL8/rfgKSYsvUVjsOB1LbF5HH1VUZntE6S4OxkRxUQGkAHVf5xrGqw==
+"@lerna/changed@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-6.4.0.tgz#c2e47a172ade68a5a582d8224df6f9a7002fefae"
+ integrity sha512-9LJ3bb64xNi+XsUnb1KrVSvJybU4+UQmT5rSI/f3UpwLKjKNJuqauFnLgy1S0fWq4Lvd6H5W8BJOYiLJtaUiFw==
dependencies:
- "@lerna/collect-updates" "6.1.0"
- "@lerna/command" "6.1.0"
- "@lerna/listable" "6.1.0"
- "@lerna/output" "6.1.0"
+ "@lerna/collect-updates" "6.4.0"
+ "@lerna/command" "6.4.0"
+ "@lerna/listable" "6.4.0"
+ "@lerna/output" "6.4.0"
-"@lerna/check-working-tree@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/check-working-tree/-/check-working-tree-6.1.0.tgz#b8970fd27a26449b12456d5d0ece60477aa54e15"
- integrity sha512-hSciDmRqsNPevMhAD+SYbnhjatdb7UUu9W8vTyGtUXkrq2xtRZU0vAOgqovV8meirRkbC41pZePYKqyQtF0y3w==
+"@lerna/check-working-tree@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/check-working-tree/-/check-working-tree-6.4.0.tgz#e9babfdff4b6d7efcf6470ed6281d7a44c7f7b4e"
+ integrity sha512-8CHlAoOCg6rmay1vzQYQccozsozlSdYUxJ6D7jZxMBHoDVMHSxS0q3efOkzCj3EsAOzf5TuOhVB8T2ms8/ckQw==
dependencies:
- "@lerna/collect-uncommitted" "6.1.0"
- "@lerna/describe-ref" "6.1.0"
- "@lerna/validation-error" "6.1.0"
+ "@lerna/collect-uncommitted" "6.4.0"
+ "@lerna/describe-ref" "6.4.0"
+ "@lerna/validation-error" "6.4.0"
-"@lerna/child-process@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-6.1.0.tgz#6361f7945cd5b36e983f819de3cd91c315707302"
- integrity sha512-jhr3sCFeps6Y15SCrWEPvqE64i+QLOTSh+OzxlziCBf7ZEUu7sF0yA4n5bAqw8j43yCKhhjkf/ZLYxZe+pnl3Q==
+"@lerna/child-process@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-6.4.0.tgz#09738b47430f6c33f259a04b46ebbf28e116f544"
+ integrity sha512-5lNIjdHMx0G32TCLhwb1B4htH1utKP05lE+SeICUz03GFjQQw6UukCnoUf0Ae8ROsisXCwTFjiNxRxdnEcXTfA==
dependencies:
chalk "^4.1.0"
execa "^5.0.0"
strong-log-transformer "^2.1.0"
-"@lerna/clean@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/clean/-/clean-6.1.0.tgz#1114fd90ad82438123726e2493d3550e73abebbc"
- integrity sha512-LRK2hiNUiBhPe5tmJiefOVpkaX2Yob0rp15IFNIbuteRWUJg0oERFQo62WvnxwElfzKSOhr8OGuEq/vN4bMrRA==
- dependencies:
- "@lerna/command" "6.1.0"
- "@lerna/filter-options" "6.1.0"
- "@lerna/prompt" "6.1.0"
- "@lerna/pulse-till-done" "6.1.0"
- "@lerna/rimraf-dir" "6.1.0"
+"@lerna/clean@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/clean/-/clean-6.4.0.tgz#0243d21e0b66d40ebf3a8d112c9462d7fe5a0a0c"
+ integrity sha512-NG3qbcTemcvI4RFF0sjwENCFHZivbbbFwo+Y+Y3IRFl3h6g6FF3GGByIizK/ZyKIeB/xpdisF9Ck0rums4J1Sg==
+ dependencies:
+ "@lerna/command" "6.4.0"
+ "@lerna/filter-options" "6.4.0"
+ "@lerna/prompt" "6.4.0"
+ "@lerna/pulse-till-done" "6.4.0"
+ "@lerna/rimraf-dir" "6.4.0"
p-map "^4.0.0"
p-map-series "^2.1.0"
p-waterfall "^2.1.1"
-"@lerna/cli@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/cli/-/cli-6.1.0.tgz#41214331fa4c1ea5f41125befdd81b009fe12640"
- integrity sha512-p4G/OSPIrHiNkEl8bXrQdFOh4ORAZp2+ljvbXmAxpdf2qmopaUdr+bZYtIAxd+Z42SxRnDNz9IEyR0kOsARRQQ==
+"@lerna/cli@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/cli/-/cli-6.4.0.tgz#51e6f341c34f333c8d8fd1002060b5468b34d134"
+ integrity sha512-HYLDKEM1flTkJEGRiWFP/kOnXnvcJUNV0vlWoJbmUCPZFsSGCVEQvSshrwPxF2hABYi1m/UgHhGbWkbRUcH11Q==
dependencies:
- "@lerna/global-options" "6.1.0"
+ "@lerna/global-options" "6.4.0"
dedent "^0.7.0"
npmlog "^6.0.2"
yargs "^16.2.0"
-"@lerna/collect-uncommitted@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/collect-uncommitted/-/collect-uncommitted-6.1.0.tgz#b6ffd7adda24d73b70304210967d3518caa3529d"
- integrity sha512-VvWvqDZG+OiF4PwV4Ro695r3+8ty4w+11Bnq8tbsbu5gq8qZiam8Fkc/TQLuNNqP0SPi4qmMPaIzWvSze3SmDg==
+"@lerna/collect-uncommitted@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/collect-uncommitted/-/collect-uncommitted-6.4.0.tgz#8e0477d4b0922e1fd2396c0a26dea38f91a9c236"
+ integrity sha512-TLL4YXgf39R/DODvsGgKIYO91ebmZlQnthA84yDnZXnEN0cCmOCEHTgvIeWFFV3UrxAUbW3ChcccwVeiWiakhA==
dependencies:
- "@lerna/child-process" "6.1.0"
+ "@lerna/child-process" "6.4.0"
chalk "^4.1.0"
npmlog "^6.0.2"
-"@lerna/collect-updates@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/collect-updates/-/collect-updates-6.1.0.tgz#75fcc0733b5a9ac318a6484b890aa4061b7859c2"
- integrity sha512-dgH7kgstwCXFctylQ4cxuCmhwSIE6VJZfHdh2bOaLuncs6ATMErKWN/mVuFHuUWEqPDRyy5Ky40Cu9S40nUq5w==
+"@lerna/collect-updates@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/collect-updates/-/collect-updates-6.4.0.tgz#da19018e73ab4b10a6d057796a2261e4a93803fd"
+ integrity sha512-szBOZCq5TiIKgdlQ/bPrvWm4DTVamHvOLdsCtx/Kp+W/2gioJL1ds7+PouJaPlQ8g7uMf5iP6s9tOxxiB459ug==
dependencies:
- "@lerna/child-process" "6.1.0"
- "@lerna/describe-ref" "6.1.0"
+ "@lerna/child-process" "6.4.0"
+ "@lerna/describe-ref" "6.4.0"
minimatch "^3.0.4"
npmlog "^6.0.2"
slash "^3.0.0"
-"@lerna/command@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/command/-/command-6.1.0.tgz#bcb12516f2c181822b3b5be46c18eadc9b61e885"
- integrity sha512-OnMqBDaEBY0C8v9CXIWFbGGKgsiUtZrnKVvQRbupMSZDKMpVGWIUd3X98Is9j9MAmk1ynhBMWE9Fwai5ML/mcA==
- dependencies:
- "@lerna/child-process" "6.1.0"
- "@lerna/package-graph" "6.1.0"
- "@lerna/project" "6.1.0"
- "@lerna/validation-error" "6.1.0"
- "@lerna/write-log-file" "6.1.0"
+"@lerna/command@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/command/-/command-6.4.0.tgz#218ea11cc3f4969d727ab5fd6ffa9242cb439f0c"
+ integrity sha512-aToAXY79oqnQqob0043PJ+Ae56f/XADIRpWGN45DvLmnLAOBcQdISyJCJHCFHALLEKA4f29vgaC8LFAl5J03Ag==
+ dependencies:
+ "@lerna/child-process" "6.4.0"
+ "@lerna/package-graph" "6.4.0"
+ "@lerna/project" "6.4.0"
+ "@lerna/validation-error" "6.4.0"
+ "@lerna/write-log-file" "6.4.0"
clone-deep "^4.0.1"
dedent "^0.7.0"
execa "^5.0.0"
is-ci "^2.0.0"
npmlog "^6.0.2"
-"@lerna/conventional-commits@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-6.1.0.tgz#1157bb66d84d48880dc5c5026d743cedf0f47094"
- integrity sha512-Tipo3cVr8mNVca4btzrCIzct59ZJWERT8/ZCZ/TQWuI4huUJZs6LRofLtB0xsGJAVZ7Vz2WRXAeH4XYgeUxutQ==
+"@lerna/conventional-commits@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-6.4.0.tgz#176a5422acae5463b31c05aa05bfabedf418f25c"
+ integrity sha512-rbf7FCLatthMacQUXV3o/o8KSDi0a0nXsDW7v0wNow1KFPUhK5pc0m8a4TxiXMiLDVVn0YzVNHmoP0ns2vyCnA==
dependencies:
- "@lerna/validation-error" "6.1.0"
+ "@lerna/validation-error" "6.4.0"
conventional-changelog-angular "^5.0.12"
conventional-changelog-core "^4.2.4"
conventional-recommended-bump "^6.1.0"
@@ -2436,24 +2436,24 @@
pify "^5.0.0"
semver "^7.3.4"
-"@lerna/create-symlink@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/create-symlink/-/create-symlink-6.1.0.tgz#d4260831f5d10abc0c70f0a8f39bea91db87e640"
- integrity sha512-ulMa5OUJEwEWBHSgCUNGxrcsJllq1YMYWqhufvIigmMPJ0Zv3TV1Hha5i2MsqLJAakxtW0pNuwdutkUTtUdgxQ==
+"@lerna/create-symlink@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/create-symlink/-/create-symlink-6.4.0.tgz#856125ad8c723333e70eb78eff168d1160c85537"
+ integrity sha512-M4m1ujGImF9oTGGH3FK1HIHko9tG/l9bZtEfUA/Lv32d23QtKOVJ3e+iUmodHkogWI33d4UD1ORw8pROHoSH9Q==
dependencies:
cmd-shim "^5.0.0"
fs-extra "^9.1.0"
npmlog "^6.0.2"
-"@lerna/create@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/create/-/create-6.1.0.tgz#cde219da46a7c5062c558366b4ffce2134f13845"
- integrity sha512-ZqlknXu0L29cV5mcfNgBLl+1RbKTWmNk8mj545zgXc7qQDgmrY+EVvrs8Cirey8C7bBpVkzP7Brzze0MSoB4rQ==
+"@lerna/create@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/create/-/create-6.4.0.tgz#08676cfed541dfe6d581a902c2f4483d79f3e969"
+ integrity sha512-stywh4hsKfdNm093d/Nga6Otoz+P/lxzUXmNzoo8+T6ug9o9qBQZGbYCqON4VSvJNU0htgAJ9O8RnOZqCoqw5A==
dependencies:
- "@lerna/child-process" "6.1.0"
- "@lerna/command" "6.1.0"
- "@lerna/npm-conf" "6.1.0"
- "@lerna/validation-error" "6.1.0"
+ "@lerna/child-process" "6.4.0"
+ "@lerna/command" "6.4.0"
+ "@lerna/npm-conf" "6.4.0"
+ "@lerna/validation-error" "6.4.0"
dedent "^0.7.0"
fs-extra "^9.1.0"
init-package-json "^3.0.2"
@@ -2467,218 +2467,218 @@
validate-npm-package-name "^4.0.0"
yargs-parser "20.2.4"
-"@lerna/describe-ref@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/describe-ref/-/describe-ref-6.1.0.tgz#60f0b8297b912aa5fe5e6ab8ef6c4127813681a7"
- integrity sha512-0RQAYnxBaMz1SrEb/rhfR+8VeZx5tvCNYKRee5oXIDZdQ2c6/EPyrKCp3WcqiuOWY50SfGOVfxJEcxpK8Y3FNA==
+"@lerna/describe-ref@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/describe-ref/-/describe-ref-6.4.0.tgz#13a4fc7390202e0f76d6ec7e9e4bf93a746810e7"
+ integrity sha512-hlPaz+NUCKhocL5R8c7nDc3rurcG1CGlZeWqTIz09VwU2hhXD5VGKcPJKpQQPLI2I0fzXAQoxjE5gunMUgZkfQ==
dependencies:
- "@lerna/child-process" "6.1.0"
+ "@lerna/child-process" "6.4.0"
npmlog "^6.0.2"
-"@lerna/diff@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/diff/-/diff-6.1.0.tgz#bfa9bc35894d88a33fa0a3a5787082dea45d8cb2"
- integrity sha512-GhP+jPDbcp9QcAMSAjFn4lzM8MKpLR1yt5jll+zUD831U1sL0I5t8HUosFroe5MoRNffEL/jHuI3SbC3jjqWjQ==
+"@lerna/diff@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/diff/-/diff-6.4.0.tgz#979651727afec6b5ba9b4966be306ea0dff88c93"
+ integrity sha512-Ih0m+qdB17ycRTYcSqtDkhKOTqrKv3QNzOFrQlfH/f0y0ljJSaLzOzA3eRHnRG41M9jlQ8o0J2NM6PtWOodi+Q==
dependencies:
- "@lerna/child-process" "6.1.0"
- "@lerna/command" "6.1.0"
- "@lerna/validation-error" "6.1.0"
+ "@lerna/child-process" "6.4.0"
+ "@lerna/command" "6.4.0"
+ "@lerna/validation-error" "6.4.0"
npmlog "^6.0.2"
-"@lerna/exec@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/exec/-/exec-6.1.0.tgz#a2d165576471ff61e33c49952d40a5dbc36fc78f"
- integrity sha512-Ej6WlPHXLF6hZHsfD+J/dxeuTrnc0HIfIXR1DU//msHW5RNCdi9+I7StwreCAQH/dLEsdBjPg5chNmuj2JLQRg==
- dependencies:
- "@lerna/child-process" "6.1.0"
- "@lerna/command" "6.1.0"
- "@lerna/filter-options" "6.1.0"
- "@lerna/profiler" "6.1.0"
- "@lerna/run-topologically" "6.1.0"
- "@lerna/validation-error" "6.1.0"
+"@lerna/exec@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/exec/-/exec-6.4.0.tgz#e025bbd64a6b641f3e647cc87c2db9429fb6c8b3"
+ integrity sha512-AFz5kMoBJtRr5HK5MJIQGnW8Jp4wPFTIYPvxgNvNAFJum9skrk2bfEFUJ/e2G5imd0zSNzm7pZHzRujEcD6tJA==
+ dependencies:
+ "@lerna/child-process" "6.4.0"
+ "@lerna/command" "6.4.0"
+ "@lerna/filter-options" "6.4.0"
+ "@lerna/profiler" "6.4.0"
+ "@lerna/run-topologically" "6.4.0"
+ "@lerna/validation-error" "6.4.0"
p-map "^4.0.0"
-"@lerna/filter-options@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-6.1.0.tgz#f4ee65d0db0273ce490ce6c72c9dbb1d23268ca6"
- integrity sha512-kPf92Z7uLsR6MUiXnyXWebaUWArLa15wLfpfTwIp5H3MNk1lTbuG7QnrxE7OxQj+ozFmBvXeV9fuwfLsYTfmOw==
+"@lerna/filter-options@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-6.4.0.tgz#e15353ba2ce28a97f365912bceee650e55de1630"
+ integrity sha512-ezKSB0eEXCnNjecZLQcUyuCOf0jQcb8JVcCncbHbjsQdP8apTnXrKPoVlMwDJ/ihWK13Z3myJcVJXfoqiuvveQ==
dependencies:
- "@lerna/collect-updates" "6.1.0"
- "@lerna/filter-packages" "6.1.0"
+ "@lerna/collect-updates" "6.4.0"
+ "@lerna/filter-packages" "6.4.0"
dedent "^0.7.0"
npmlog "^6.0.2"
-"@lerna/filter-packages@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/filter-packages/-/filter-packages-6.1.0.tgz#1ddac63a6ffdf5f058d206be5adfb39ad7aaf4f9"
- integrity sha512-zW2avsZHs/ITE/37AEMhegGVHjiD0rgNk9bguNDfz6zaPa90UaW6PWDH6Tf4ThPRlbkl2Go48N3bFYHYSJKbcw==
+"@lerna/filter-packages@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/filter-packages/-/filter-packages-6.4.0.tgz#d7aae5a657fff8d9feec477c79e64697dc0d7c26"
+ integrity sha512-h9Z1Zy3Ihn03HIiaAutFwUMMKoV8pMHJaX1sGKqDzt3q+5TdX/TDbhzcbjo84LK3WaUCV54x3bLsm5z58HbkHA==
dependencies:
- "@lerna/validation-error" "6.1.0"
+ "@lerna/validation-error" "6.4.0"
multimatch "^5.0.0"
npmlog "^6.0.2"
-"@lerna/get-npm-exec-opts@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-6.1.0.tgz#22351e2ebc4adbef21ca4b86187278e15e4cb38a"
- integrity sha512-10Pdf+W0z7RT34o0SWlf+WVzz2/WbnTIJ1tQqXvXx6soj2L/xGLhOPvhJiKNtl4WlvUiO/zQ91yb83ESP4TZaA==
+"@lerna/get-npm-exec-opts@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-6.4.0.tgz#3c0f62cce691974813c20284b3d91fe8064780ca"
+ integrity sha512-qOu0mgWpLvpnfrSa10jci5+9GU1VcnQvMHywalY5IjpmbDT+RQjb/ELZfrWihSvx5QawVwUYXaAJ5mqRppwvfQ==
dependencies:
npmlog "^6.0.2"
-"@lerna/get-packed@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/get-packed/-/get-packed-6.1.0.tgz#b6d1c1dd1e068212e784b8dfc2e5fe64741ea8db"
- integrity sha512-lg0wPpV0wPekcD0mebJp619hMxsOgbZDOH5AkL/bCR217391eha0iPhQ0dU/G0Smd2vv6Cg443+J5QdI4LGRTg==
+"@lerna/get-packed@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/get-packed/-/get-packed-6.4.0.tgz#53f082eb5fdc01ccdd69decc1119a0093165363d"
+ integrity sha512-tqfmg301LQcQ+miGno7x0sdkAGwDfrAsFstzoh2sfYmua+rc5XBWnwpE1QUTHJOU2WHD/GPrbfQRGhwHyKCkpw==
dependencies:
fs-extra "^9.1.0"
ssri "^9.0.1"
tar "^6.1.0"
-"@lerna/github-client@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/github-client/-/github-client-6.1.0.tgz#cd33743e4529a0b822ae6716cb4b981e1d8ffe8f"
- integrity sha512-+/4PtDgsjt0VRRZtOCN2Piyu0asU/16gSZZy/opVb8dlT44lTrH/ZghrJLE4tSL8Nuv688kx0kSgbUG8BY54jQ==
+"@lerna/github-client@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/github-client/-/github-client-6.4.0.tgz#4d531a71e9eaa0e7a41039bb86a26136c833954f"
+ integrity sha512-0PVcyMs6vusYYddvUDaBKwHwReqNGa9HSPIYfI1EnmVUnGz2KwVI8duXuo30tZibB1jpgsDNsF8RNxnjPjmZnQ==
dependencies:
- "@lerna/child-process" "6.1.0"
+ "@lerna/child-process" "6.4.0"
"@octokit/plugin-enterprise-rest" "^6.0.1"
"@octokit/rest" "^19.0.3"
git-url-parse "^13.1.0"
npmlog "^6.0.2"
-"@lerna/gitlab-client@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/gitlab-client/-/gitlab-client-6.1.0.tgz#bbcbf80d937e5980798ac1e0edd1f769101057d8"
- integrity sha512-fUI/ppXzxJafN9ceSl+FDgsYvu3iTsO6UW0WTD63pS32CfM+PiCryLQHzuc4RkyVW8WQH3aCR/GbaKCqbu52bw==
+"@lerna/gitlab-client@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/gitlab-client/-/gitlab-client-6.4.0.tgz#0028d5f5750b2163f825a10c9129e05530e97ca9"
+ integrity sha512-1BTPV74cyBbCC+bD0QRibIkpvZUOjxk9kNC4EGb5TsXofI/5U3ePWfQUd3CKfZ5Or7gR68obwjVXvQga/Csf4A==
dependencies:
node-fetch "^2.6.1"
npmlog "^6.0.2"
-"@lerna/global-options@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/global-options/-/global-options-6.1.0.tgz#268e1de924369102e47babd9288086764ec6f9e6"
- integrity sha512-1OyJ/N1XJh3ZAy8S20c6th9C4yBm/k3bRIdC+z0XxpDaHwfNt8mT9kUIDt6AIFCUvVKjSwnIsMHwhzXqBnwYSA==
+"@lerna/global-options@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/global-options/-/global-options-6.4.0.tgz#16e5453e0e8308fbaeb5ff60e3f2c9ddc724eaa0"
+ integrity sha512-YQ3i3Z0wXzYQbqEN1qQmKW8O3SQw/o+H/j9PAn7VJ1FvVJHKQryiSAUscTh3qOrRipLBds1gEdQxBOQHcr0RMw==
-"@lerna/has-npm-version@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/has-npm-version/-/has-npm-version-6.1.0.tgz#a5d960213d1a7ca5374eb3c551a17b322b9a9e62"
- integrity sha512-up5PVuP6BmKQ5/UgH/t2c5B1q4HhjwW3/bqbNayX6V0qNz8OijnMYvEUbxFk8fOdeN41qVnhAk0Tb5kbdtYh2A==
+"@lerna/has-npm-version@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/has-npm-version/-/has-npm-version-6.4.0.tgz#4c2ebfbe0d373d1cabaa01ee3c50738f46f68695"
+ integrity sha512-01mBJtqCgbCxx7HHOXTZXQuWX+43o1hzhdjHxhkmf41vjrEKHaAAQ6NZYrzldX3vylFXByYX4ksYtvoSFuNRvQ==
dependencies:
- "@lerna/child-process" "6.1.0"
+ "@lerna/child-process" "6.4.0"
semver "^7.3.4"
-"@lerna/import@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/import/-/import-6.1.0.tgz#1c64281e3431c43c9cd140b66a6a51427afe7095"
- integrity sha512-xsBhiKLUavATR32dAFL+WFY0yuab0hsM1eztKtRKk4wy7lSyxRfA5EIUcNCsLXx2xaDOKoMncCTXgNcpeYuqcQ==
- dependencies:
- "@lerna/child-process" "6.1.0"
- "@lerna/command" "6.1.0"
- "@lerna/prompt" "6.1.0"
- "@lerna/pulse-till-done" "6.1.0"
- "@lerna/validation-error" "6.1.0"
+"@lerna/import@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/import/-/import-6.4.0.tgz#4c2f5b111bceabfb477518792ab2426cf8924f45"
+ integrity sha512-7n/9VargFVJQPNj/uwXZwkKiUSjzD4ZJ74RDRiQQk3VYm7SH37C0l8/Z7jzUR1P8K8ZXgG3di3DMuGnkW/pDpw==
+ dependencies:
+ "@lerna/child-process" "6.4.0"
+ "@lerna/command" "6.4.0"
+ "@lerna/prompt" "6.4.0"
+ "@lerna/pulse-till-done" "6.4.0"
+ "@lerna/validation-error" "6.4.0"
dedent "^0.7.0"
fs-extra "^9.1.0"
p-map-series "^2.1.0"
-"@lerna/info@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/info/-/info-6.1.0.tgz#a5d66a9c1f18398dc020a6f6073c399013081587"
- integrity sha512-CsrWdW/Wyb4kcvHSnrsm7KYWFvjUNItu+ryeyWBZJtWYQOv45jNmWix6j2L4/w1+mMlWMjsfLmBscg82UBrF5w==
+"@lerna/info@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/info/-/info-6.4.0.tgz#9b7ba52ec023238f3d846de80148b525dc6c6eb8"
+ integrity sha512-sQvW26EMHLGMZBwMMyu/3xq0rCnjoX1CwPfd9BevqhJqiqG/ByARN7Y//xx3R78X5/8bJINaddDYZiqn1O1bcQ==
dependencies:
- "@lerna/command" "6.1.0"
- "@lerna/output" "6.1.0"
+ "@lerna/command" "6.4.0"
+ "@lerna/output" "6.4.0"
envinfo "^7.7.4"
-"@lerna/init@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/init/-/init-6.1.0.tgz#b178775693b9c38c0f3fe3300eeb574cf76e0297"
- integrity sha512-z8oUeVjn+FQYAtepAw6G47cGodLyBAyNoEjO3IsJjQLWE1yH3r83L2sjyD/EckgR3o2VTEzrKo4ArhxLp2mNmg==
+"@lerna/init@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/init/-/init-6.4.0.tgz#9ecb1201368664de9e1788d9ecd8c47a94ffa603"
+ integrity sha512-Gvd3K43EAb9EbgeXnAHqP+U0L0dnMtsuwqRlZK7eE12zq1XeRRNRbwPYX7C6NcskQG1rCEXdNYFfuEfjW1UGYg==
dependencies:
- "@lerna/child-process" "6.1.0"
- "@lerna/command" "6.1.0"
- "@lerna/project" "6.1.0"
+ "@lerna/child-process" "6.4.0"
+ "@lerna/command" "6.4.0"
+ "@lerna/project" "6.4.0"
fs-extra "^9.1.0"
p-map "^4.0.0"
write-json-file "^4.3.0"
-"@lerna/link@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/link/-/link-6.1.0.tgz#f6f0cfd0b02aecdeb304ce614e4e4e89fe0a3ad5"
- integrity sha512-7OD2lYNQHl6Kl1KYmplt8KoWjVHdiaqpYqwD38AwcB09YN58nGmo4aJgC12Fdx8DSNjkumgM0ROg/JOjMCTIzQ==
+"@lerna/link@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/link/-/link-6.4.0.tgz#4fa76d98b3e4a2a26636709754616917b81ee938"
+ integrity sha512-iwE77+W/nfbXETXpp2+T2scL/hWIIsQ2a8Vs/w3xWwaJYntNkJroyFUWnYjdTNSGuqJeUBxGOubKKUvgGGHp8w==
dependencies:
- "@lerna/command" "6.1.0"
- "@lerna/package-graph" "6.1.0"
- "@lerna/symlink-dependencies" "6.1.0"
- "@lerna/validation-error" "6.1.0"
+ "@lerna/command" "6.4.0"
+ "@lerna/package-graph" "6.4.0"
+ "@lerna/symlink-dependencies" "6.4.0"
+ "@lerna/validation-error" "6.4.0"
p-map "^4.0.0"
slash "^3.0.0"
-"@lerna/list@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/list/-/list-6.1.0.tgz#a7625bceb5224c4bf1154e715c07ea29f9698bac"
- integrity sha512-7/g2hjizkvVnBGpVm+qC7lUFGhZ/0GIMUbGQwnE6yXDGm8yP9aEcNVkU4JGrDWW+uIklf9oodnMHaLXd/FJe6Q==
+"@lerna/list@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/list/-/list-6.4.0.tgz#6a34e7efc7709e9f72bbdfe95ca96ad8674734ad"
+ integrity sha512-PQxYzJ0PUrIlI5d2b2j0aBP08cQMXLxRpA6hua7k6uhoe0ygp4avn+Dv9CXkAj1GgdvhU61pRFTkFmlQr2RTTA==
dependencies:
- "@lerna/command" "6.1.0"
- "@lerna/filter-options" "6.1.0"
- "@lerna/listable" "6.1.0"
- "@lerna/output" "6.1.0"
+ "@lerna/command" "6.4.0"
+ "@lerna/filter-options" "6.4.0"
+ "@lerna/listable" "6.4.0"
+ "@lerna/output" "6.4.0"
-"@lerna/listable@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/listable/-/listable-6.1.0.tgz#2510045fde7bc568b18172a5d24372a719bb5c4c"
- integrity sha512-3KZ9lQ9AtNfGNH/mYJYaMKCiF2EQvLLBGYkWHeIzIs6foegcZNXe0Cyv3LNXuo5WslMNr5RT4wIgy3BOoAxdtg==
+"@lerna/listable@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/listable/-/listable-6.4.0.tgz#808cce8aa41500ce5e22c19b4e0d93bd17e211aa"
+ integrity sha512-g/86PO8bMYxbtV4oRS8JjeqYimtN5v5C16PIxtLEPtDK9sYx7EOCleTS1dI5FyQ1qMA4JdMU5eBPelNCtKbsYg==
dependencies:
- "@lerna/query-graph" "6.1.0"
+ "@lerna/query-graph" "6.4.0"
chalk "^4.1.0"
columnify "^1.6.0"
-"@lerna/log-packed@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/log-packed/-/log-packed-6.1.0.tgz#18ae946e8b7881f2fc5b973cc6682cc599b1759b"
- integrity sha512-Sq2HZJAcPuoNeEHeIutcPYQCyWBxLyVGvEhgsP3xTe6XkBGQCG8piCp9wX+sc2zT+idPdpI6qLqdh85yYIMMhA==
+"@lerna/log-packed@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/log-packed/-/log-packed-6.4.0.tgz#9813a0f42b291658fa236cac53e4c168f2094a32"
+ integrity sha512-+ZbhilD/x5s9MzUGqCa43PWWlxGhANta2uQOHOwbBVkBMhCMythdcbgfO3rnfrIUU1JdQCGbUUXO5hUkm09QFA==
dependencies:
byte-size "^7.0.0"
columnify "^1.6.0"
has-unicode "^2.0.1"
npmlog "^6.0.2"
-"@lerna/npm-conf@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/npm-conf/-/npm-conf-6.1.0.tgz#79697260c9d14ffb9d892927f37fcde75b89ec58"
- integrity sha512-+RD3mmJe9XSQj7Diibs0+UafAHPcrFCd29ODpDI+tzYl4MmYZblfrlL6mbSCiVYCZQneQ8Uku3P0r+DlbYBaFw==
+"@lerna/npm-conf@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/npm-conf/-/npm-conf-6.4.0.tgz#6228c6a0418182639a65bb194f4661d3a3531b5d"
+ integrity sha512-2T7sg6XV00hsXk2OL7PscNwRxANsllDQwwdJMT4mzTSZWxGzhwXtgJ15sZXCt+PNOUjsSvGhwZthxp555GfA8Q==
dependencies:
config-chain "^1.1.12"
pify "^5.0.0"
-"@lerna/npm-dist-tag@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/npm-dist-tag/-/npm-dist-tag-6.1.0.tgz#29f843aa628687a29dc3a9b905dd3002db7a3820"
- integrity sha512-1zo+Yww/lvWJWZnEXpke9dZSb5poDzhUM/pQNqAQYSlbZ96o18SuCR6TEi5isMPiw63Aq1MMzbUqttQfJ11EOA==
+"@lerna/npm-dist-tag@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/npm-dist-tag/-/npm-dist-tag-6.4.0.tgz#78e2af4b2f373efec7727d04e465a9bc94b9ace5"
+ integrity sha512-df26FdMitwG20YViW7WXba/6N33BBHxI46RSiNEH0CNrqH4MxKztO9nVzxoxznqTOEEiXjOlUq+fKWxPKOj+hg==
dependencies:
- "@lerna/otplease" "6.1.0"
+ "@lerna/otplease" "6.4.0"
npm-package-arg "8.1.1"
npm-registry-fetch "^13.3.0"
npmlog "^6.0.2"
-"@lerna/npm-install@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/npm-install/-/npm-install-6.1.0.tgz#b75d1f152540a144bd6c81586a9f6010ed7f3046"
- integrity sha512-1SHmOHZA1YJuUctLQBRjA2+yMp+UNYdOBsFb3xUVT7MjWnd1Zl0toT3jxGu96RNErD9JKkk/cGo/Aq+DU3s9pg==
+"@lerna/npm-install@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/npm-install/-/npm-install-6.4.0.tgz#3bd9882caa80db79d249db3838c67e3a98a72e4e"
+ integrity sha512-F5YciWIq17SVXy4sFaPmHBv7C4IwBK6CbSot/aHAfBw0m7pDAwuTjMXwX14wfLqRsSpYbKOzT5xTWn6RaH9+nw==
dependencies:
- "@lerna/child-process" "6.1.0"
- "@lerna/get-npm-exec-opts" "6.1.0"
+ "@lerna/child-process" "6.4.0"
+ "@lerna/get-npm-exec-opts" "6.4.0"
fs-extra "^9.1.0"
npm-package-arg "8.1.1"
npmlog "^6.0.2"
signal-exit "^3.0.3"
write-pkg "^4.0.0"
-"@lerna/npm-publish@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/npm-publish/-/npm-publish-6.1.0.tgz#8fe561e639e6a06380354271aeca7cbc39acf7dd"
- integrity sha512-N0LdR1ImZQw1r4cYaKtVbBhBPtj4Zu9NbvygzizEP5HuTfxZmE1Ans3w93Kks9VTXZXob8twNbXnzBwzTyEpEA==
+"@lerna/npm-publish@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/npm-publish/-/npm-publish-6.4.0.tgz#39b9bfc1713aff566a6b87532fe7fc7e7ba60328"
+ integrity sha512-E8tz5HvPoO0Rt8gcDRV4W4Z/Bnv3uVeKyNQYa4w5GCHEWb7f2oHOicDkjafN2dRjYr1a3X1v4k8grB8gUItnCw==
dependencies:
- "@lerna/otplease" "6.1.0"
- "@lerna/run-lifecycle" "6.1.0"
+ "@lerna/otplease" "6.4.0"
+ "@lerna/run-lifecycle" "6.4.0"
fs-extra "^9.1.0"
libnpmpublish "^6.0.4"
npm-package-arg "8.1.1"
@@ -2686,85 +2686,85 @@
pify "^5.0.0"
read-package-json "^5.0.1"
-"@lerna/npm-run-script@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/npm-run-script/-/npm-run-script-6.1.0.tgz#bc5bd414ee9696168d88d8ce78f8e8b715967100"
- integrity sha512-7p13mvdxdY5+VqWvvtMsMDeyCRs0PrrTmSHRO+FKuLQuGhBvUo05vevcMEOQNDvEvl/tXPrOVbeGCiGubYTCLg==
+"@lerna/npm-run-script@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/npm-run-script/-/npm-run-script-6.4.0.tgz#4bcedcdedd87d5a23dfdabc344ede32058f62dac"
+ integrity sha512-ebNX56fFLPm2+WZYo9s+zGk9l2axnoe1qwOqTvHHx9i+7aV630rm6nl9IgI6ivpt6zVPgWvVdU9ez+6bcopQuw==
dependencies:
- "@lerna/child-process" "6.1.0"
- "@lerna/get-npm-exec-opts" "6.1.0"
+ "@lerna/child-process" "6.4.0"
+ "@lerna/get-npm-exec-opts" "6.4.0"
npmlog "^6.0.2"
-"@lerna/otplease@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/otplease/-/otplease-6.1.0.tgz#d25dbe2d867215b69f06de12ab4ff559d83d1d01"
- integrity sha512-gqSE6IbaD4IeNJePkaDLaFLoGp0Ceu35sn7z0AHAOoHiQGGorOmvM+h1Md3xZZRSXQmY9LyJVhG5eRa38SoG4g==
+"@lerna/otplease@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/otplease/-/otplease-6.4.0.tgz#222979a62d394a81e49d62d9121f2dafbfde3996"
+ integrity sha512-IoI8MeVk1GaBDVCc//GDqLrVh/OziMXhocjxcdh54NS5D2vtXu4BEVThjJMzsQI9svIfUsQurF/mL7xsFfxKdQ==
dependencies:
- "@lerna/prompt" "6.1.0"
+ "@lerna/prompt" "6.4.0"
-"@lerna/output@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/output/-/output-6.1.0.tgz#d470146c6ee8ee063fd416081c1ca64fb132c4d8"
- integrity sha512-mgCIzLKIuroytXuxjTB689ERtpfgyNXW0rMv9WHOa6ufQc+QJPjh3L4jVsOA0l+/OxZyi97PUXotduNj+0cbnA==
+"@lerna/output@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/output/-/output-6.4.0.tgz#95ce3ab54d0c5499aea231c8c51b102d2eb2f5cc"
+ integrity sha512-J9mS9lx+qZbuKZvvkxk39osuPK4FV2sLxtR+9EBXAVu39AXYb8DMsN8S6KLXt0ff+XbIr3m6xQRf4c0hTu0P1A==
dependencies:
npmlog "^6.0.2"
-"@lerna/pack-directory@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/pack-directory/-/pack-directory-6.1.0.tgz#3252ba7250d826b9922238c775abf5004e7580c4"
- integrity sha512-Xsixqm2nkGXs9hvq08ClbGpRlCYnlBV4TwSrLttIDL712RlyXoPe2maJzTUqo9OXBbOumFSahUEInCMT2OS05g==
+"@lerna/pack-directory@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/pack-directory/-/pack-directory-6.4.0.tgz#3af8705c1df8132a79b0712085d3af79c0dc4128"
+ integrity sha512-gKWtBhRbI0e6+3kqIogqg0K6QxnNrvJMGDTFkyvVRhKmH4tNEpeKhBM4yNtJdTGIOcm+Tu9IKzm+nkk6r0GzHQ==
dependencies:
- "@lerna/get-packed" "6.1.0"
- "@lerna/package" "6.1.0"
- "@lerna/run-lifecycle" "6.1.0"
- "@lerna/temp-write" "6.1.0"
+ "@lerna/get-packed" "6.4.0"
+ "@lerna/package" "6.4.0"
+ "@lerna/run-lifecycle" "6.4.0"
+ "@lerna/temp-write" "6.4.0"
npm-packlist "^5.1.1"
npmlog "^6.0.2"
tar "^6.1.0"
-"@lerna/package-graph@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/package-graph/-/package-graph-6.1.0.tgz#2373617605f48f53b5fa9d13188838b6c09022b0"
- integrity sha512-yGyxd/eHTDjkpnBbDhTV0hwKF+i01qZc+6/ko65wOsh8xtgqpQeE6mtdgbvsLKcuMcIQ7PDy1ntyIv9phg14gQ==
+"@lerna/package-graph@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/package-graph/-/package-graph-6.4.0.tgz#77123cbb31cc7c61e3bfb69b75ebee4af143465b"
+ integrity sha512-3Z1IyexsjNV/uGK8hfvUCcwP7je+MFXTxG33malZBKi9a7hEhV0ssb29ZKwetjtkCqefsVUNFTjyn7DR1YSjzg==
dependencies:
- "@lerna/prerelease-id-from-version" "6.1.0"
- "@lerna/validation-error" "6.1.0"
+ "@lerna/prerelease-id-from-version" "6.4.0"
+ "@lerna/validation-error" "6.4.0"
npm-package-arg "8.1.1"
npmlog "^6.0.2"
semver "^7.3.4"
-"@lerna/package@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/package/-/package-6.1.0.tgz#e9e33876c0509a86c1b676045b19fd3f7f1c77e2"
- integrity sha512-PyNFtdH2IcLasp/nyMDshmeXotriOSlhbeFIxhdl1XuGj5v1so3utMSOrJMO5kzZJQg5zyx8qQoxL+WH/hkrVQ==
+"@lerna/package@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/package/-/package-6.4.0.tgz#c2b48c2cc26f5c5aa32fa4b2628c0c40b5348481"
+ integrity sha512-/nYlPQbsypYJHLcQSptIAa1oGXoTyjSyk9uH9PW/YVl6SywqcNinT72OPAEfKgpl+61swzz/NPqdoAiPr/s3Sg==
dependencies:
load-json-file "^6.2.0"
npm-package-arg "8.1.1"
write-pkg "^4.0.0"
-"@lerna/prerelease-id-from-version@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/prerelease-id-from-version/-/prerelease-id-from-version-6.1.0.tgz#4ee5beeef4e81d77001e94ec5613c140b6615616"
- integrity sha512-ngC4I6evvZztB6aOaSDEnhUgRTlqX3TyBXwWwLGTOXCPaCQBTPaLNokhmRdJ+ZVdZ4iHFbzEDSL07ubZrYUcmQ==
+"@lerna/prerelease-id-from-version@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/prerelease-id-from-version/-/prerelease-id-from-version-6.4.0.tgz#a6b27bcb484f5a2635f520e30ad1bec2da327db6"
+ integrity sha512-D3P5O4y7C7t4mutsTGynAJ4JwDy4QR/mJGBRpzSCb/W9o3p/oS9BHNAWuoADPOMVCs/VDVc5omH8CKO6tYP8gQ==
dependencies:
semver "^7.3.4"
-"@lerna/profiler@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/profiler/-/profiler-6.1.0.tgz#aae2249f1a39c79db72a548ce50bf32f86a0f3a5"
- integrity sha512-WFDQNpuqPqMJLg8llvrBHF8Ib5Asgp23lMeNUe89T62NUX6gkjVBTYdjsduxM0tZH6Pa0GAGaQcha97P6fxfdQ==
+"@lerna/profiler@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/profiler/-/profiler-6.4.0.tgz#9f6e40ff15b822e1072e28054f83abd4bbf63955"
+ integrity sha512-YmsmJj0mb4gefa3Px0EoiRAVjmorz5rym7BZut3nWmn41paebRKeQkMlpZDxUQo37N3b8b/UpBdMZNzlHfDb4g==
dependencies:
fs-extra "^9.1.0"
npmlog "^6.0.2"
upath "^2.0.1"
-"@lerna/project@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/project/-/project-6.1.0.tgz#605afe28fb15d8b8b890fafe0ec1da2700964056"
- integrity sha512-EOkfjjrTM16c3GUxGqcfYD2stV35p9mBEmkF41NPmyjfbzjol/irDF1r6Q7BsQSRsdClMJRCeZ168xdSxC2X0A==
+"@lerna/project@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/project/-/project-6.4.0.tgz#22592f47b2f24d8673ffa3a08d5c080d8cd4efe4"
+ integrity sha512-LDA6qo4pYxhUKUtKArLS6Nw+cx7h4timzssf2goKJvJtlTDMslRXYbPGHHgbmTKuqRL3whfNFLVhLjnY2tq9ew==
dependencies:
- "@lerna/package" "6.1.0"
- "@lerna/validation-error" "6.1.0"
+ "@lerna/package" "6.4.0"
+ "@lerna/validation-error" "6.4.0"
cosmiconfig "^7.0.0"
dedent "^0.7.0"
dot-prop "^6.0.1"
@@ -2777,38 +2777,38 @@
resolve-from "^5.0.0"
write-json-file "^4.3.0"
-"@lerna/prompt@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/prompt/-/prompt-6.1.0.tgz#98e228220428d33620822f77e39f592ce29c776c"
- integrity sha512-981J/C53TZ2l2mFVlWJN7zynSzf5GEHKvKQa12Td9iknhASZOuwTAWb6eq46246Ant6W5tWwb0NSPu3I5qtcrA==
+"@lerna/prompt@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/prompt/-/prompt-6.4.0.tgz#a40fb56ab21ed9139533f72215aa2a6bc6a56c10"
+ integrity sha512-tQ8NcRZDqIOhohOPh5rL2WpY/7KQBZqi1yYeC89UP+Syxfsd333NtuG+EHQ/f2duMQuuGclBmTIce5empaejxQ==
dependencies:
inquirer "^8.2.4"
npmlog "^6.0.2"
-"@lerna/publish@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-6.1.0.tgz#9d62c327bc3541a0430951d726b39a2fb17b7925"
- integrity sha512-XtvuydtU0IptbAapLRgoN1AZj/WJR+e3UKnx9BQ1Dwc+Fpg2oqPxR/vi+6hxAsr95pdQ5CnWBdgS+dg2wEUJ7Q==
- dependencies:
- "@lerna/check-working-tree" "6.1.0"
- "@lerna/child-process" "6.1.0"
- "@lerna/collect-updates" "6.1.0"
- "@lerna/command" "6.1.0"
- "@lerna/describe-ref" "6.1.0"
- "@lerna/log-packed" "6.1.0"
- "@lerna/npm-conf" "6.1.0"
- "@lerna/npm-dist-tag" "6.1.0"
- "@lerna/npm-publish" "6.1.0"
- "@lerna/otplease" "6.1.0"
- "@lerna/output" "6.1.0"
- "@lerna/pack-directory" "6.1.0"
- "@lerna/prerelease-id-from-version" "6.1.0"
- "@lerna/prompt" "6.1.0"
- "@lerna/pulse-till-done" "6.1.0"
- "@lerna/run-lifecycle" "6.1.0"
- "@lerna/run-topologically" "6.1.0"
- "@lerna/validation-error" "6.1.0"
- "@lerna/version" "6.1.0"
+"@lerna/publish@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-6.4.0.tgz#f02899151e46672e37441f02320c3cddb91cd0eb"
+ integrity sha512-8TQSB794jjRejC3OPiTs81v3rv3DhNrkrbgFOrASx4suvH1SHsJKRXSS4xsCLiyv9b8NzodxfCPmSriOAhynUw==
+ dependencies:
+ "@lerna/check-working-tree" "6.4.0"
+ "@lerna/child-process" "6.4.0"
+ "@lerna/collect-updates" "6.4.0"
+ "@lerna/command" "6.4.0"
+ "@lerna/describe-ref" "6.4.0"
+ "@lerna/log-packed" "6.4.0"
+ "@lerna/npm-conf" "6.4.0"
+ "@lerna/npm-dist-tag" "6.4.0"
+ "@lerna/npm-publish" "6.4.0"
+ "@lerna/otplease" "6.4.0"
+ "@lerna/output" "6.4.0"
+ "@lerna/pack-directory" "6.4.0"
+ "@lerna/prerelease-id-from-version" "6.4.0"
+ "@lerna/prompt" "6.4.0"
+ "@lerna/pulse-till-done" "6.4.0"
+ "@lerna/run-lifecycle" "6.4.0"
+ "@lerna/run-topologically" "6.4.0"
+ "@lerna/validation-error" "6.4.0"
+ "@lerna/version" "6.4.0"
fs-extra "^9.1.0"
libnpmaccess "^6.0.3"
npm-package-arg "8.1.1"
@@ -2819,99 +2819,100 @@
pacote "^13.6.1"
semver "^7.3.4"
-"@lerna/pulse-till-done@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/pulse-till-done/-/pulse-till-done-6.1.0.tgz#df0112a9a5b8547b53d18742ce21104eb360d731"
- integrity sha512-a2RVT82E4R9nVXtehzp2TQL6iXp0QfEM3bu8tBAR/SfI1A9ggZWQhuuUqtRyhhVCajdQDOo7rS0UG7R5JzK58w==
+"@lerna/pulse-till-done@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/pulse-till-done/-/pulse-till-done-6.4.0.tgz#ca7612f6058f238c138078ddfd0ddafe25712b3a"
+ integrity sha512-Di7KLRAoRBN0rag5jDbZlV9WpH+a3L50AIIasSEr2vwMd/w/vPdRAyJ8uJ6zwAUdTyYYxIpeFL43IaMFtH6zeQ==
dependencies:
npmlog "^6.0.2"
-"@lerna/query-graph@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/query-graph/-/query-graph-6.1.0.tgz#e78c47c78d4691231fc379570e036bc2753cf6fa"
- integrity sha512-YkyCc+6aR7GlCOcZXEKPcl5o5L2v+0YUNs59JrfAS0mctFosZ/2tP7pkdu2SI4qXIi5D0PMNsh/0fRni56znsQ==
+"@lerna/query-graph@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/query-graph/-/query-graph-6.4.0.tgz#ab60de919246d04f05f2bd59170ca302f9947da3"
+ integrity sha512-nh+NeYBs21qKwsJmYT1aa+LG5Q1LVLOgyW25cR3lsTvibtGccrua19nt97Va9Seuknnvz8/UkQ0LUrz8eSXjqw==
dependencies:
- "@lerna/package-graph" "6.1.0"
+ "@lerna/package-graph" "6.4.0"
-"@lerna/resolve-symlink@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/resolve-symlink/-/resolve-symlink-6.1.0.tgz#5a8686b99c838bc6e869930e5b5fd582607ebbe7"
- integrity sha512-8ILO+h5fsE0q8MSLfdL+MT1GEsNhAB1fDyMkSsYgLRCsssN/cViZbffpclZyT/EfAhpyKfBCHZ0CmT1ZGofU1A==
+"@lerna/resolve-symlink@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/resolve-symlink/-/resolve-symlink-6.4.0.tgz#1d3d5aa699bc93eff47b9d279ec3ac8ee37ba535"
+ integrity sha512-fFNrsGN5VxOERBezz9c2EzxdZO/eG6nf8sKzWq8MnbABeVsAxaUb6gAcMtvXxCP+qGCH0ECJIbv16CyrkelgcA==
dependencies:
fs-extra "^9.1.0"
npmlog "^6.0.2"
read-cmd-shim "^3.0.0"
-"@lerna/rimraf-dir@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/rimraf-dir/-/rimraf-dir-6.1.0.tgz#75559585d5921563eff0e206bb9ec8ab0cc967c6"
- integrity sha512-J9YeGHkCCeAIzsnKURYeGECBexiIii6HA+Bbd+rAgoKPsNCOj6ql4+qJE8Jbd7fQEFNDPQeBCYvM7JcdMc0WSA==
+"@lerna/rimraf-dir@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/rimraf-dir/-/rimraf-dir-6.4.0.tgz#b515fbf944ac1c310ab31430e56514e65d19e449"
+ integrity sha512-p1kPWlnYg6otbfMN95ojZPPLK+r+FE2EvaxCIMHJIYPo5rmdhYg+07uUASck+de/AuRgqpT5OGmjrAauRpWxeA==
dependencies:
- "@lerna/child-process" "6.1.0"
+ "@lerna/child-process" "6.4.0"
npmlog "^6.0.2"
path-exists "^4.0.0"
rimraf "^3.0.2"
-"@lerna/run-lifecycle@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/run-lifecycle/-/run-lifecycle-6.1.0.tgz#e1fa6cd300842ef1d688af77648fed05ec2d5345"
- integrity sha512-GbTdKxL+hWHEPgyBEKtqY9Nf+jFlt6YLtP5VjEVc5SdLkm+FeRquar9/YcZVUbzr3c+NJwWNgVjHuePfowdpUA==
+"@lerna/run-lifecycle@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/run-lifecycle/-/run-lifecycle-6.4.0.tgz#18a251f24144a803779160ab3039725266cbfc78"
+ integrity sha512-45r4VfSK+EwC6emVEzIidTglFlRSUlr/jmfHnZt5wWdY8laGGf21zs0g70w9tgdXW5J6PQmjgoAnoUAafbn5aA==
dependencies:
- "@lerna/npm-conf" "6.1.0"
+ "@lerna/npm-conf" "6.4.0"
"@npmcli/run-script" "^4.1.7"
npmlog "^6.0.2"
p-queue "^6.6.2"
-"@lerna/run-topologically@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/run-topologically/-/run-topologically-6.1.0.tgz#8f1a428b5d4b800bced178edabfa2262b328572f"
- integrity sha512-kpTaSBKdKjtf61be8Z1e7TIaMt/aksfxswQtpFxEuKDsPsdHfR8htSkADO4d/3SZFtmcAHIHNCQj9CaNj4O4Xw==
+"@lerna/run-topologically@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/run-topologically/-/run-topologically-6.4.0.tgz#f3d388983fa417bf958ae5aeeb92d7624ee147f1"
+ integrity sha512-Wwsg2JhckeQKeHJdCHV6yZQh1akLcMAvVBEWpAmEEM1Kyb4hsUI/1LEexjexddjOmz8ZDjBH9uhuj5FE5q2qmg==
dependencies:
- "@lerna/query-graph" "6.1.0"
+ "@lerna/query-graph" "6.4.0"
p-queue "^6.6.2"
-"@lerna/run@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/run/-/run-6.1.0.tgz#efaea1acc78cb7fc73b4906be70002e118628d64"
- integrity sha512-vlEEKPcTloiob6EK7gxrjEdB6fQQ/LNfWhSJCGxJlvNVbrMpoWIu0Kpp20b0nE+lzX7rRJ4seWr7Wdo/Fjub4Q==
- dependencies:
- "@lerna/command" "6.1.0"
- "@lerna/filter-options" "6.1.0"
- "@lerna/npm-run-script" "6.1.0"
- "@lerna/output" "6.1.0"
- "@lerna/profiler" "6.1.0"
- "@lerna/run-topologically" "6.1.0"
- "@lerna/timer" "6.1.0"
- "@lerna/validation-error" "6.1.0"
+"@lerna/run@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/run/-/run-6.4.0.tgz#c57575f732e3b33474df3774a9af8425a3ad0725"
+ integrity sha512-tJ0TbcR9mG0IcaWahT2rm4RTpHdYgwRNEv/NHE/MuckNGew7D8D+IAyOHtV4dCc7hc1ccbWFD1QioEiSKmd3ag==
+ dependencies:
+ "@lerna/command" "6.4.0"
+ "@lerna/filter-options" "6.4.0"
+ "@lerna/npm-run-script" "6.4.0"
+ "@lerna/output" "6.4.0"
+ "@lerna/profiler" "6.4.0"
+ "@lerna/run-topologically" "6.4.0"
+ "@lerna/timer" "6.4.0"
+ "@lerna/validation-error" "6.4.0"
fs-extra "^9.1.0"
+ nx ">=14.8.6 < 16"
p-map "^4.0.0"
-"@lerna/symlink-binary@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/symlink-binary/-/symlink-binary-6.1.0.tgz#7d476499b86ae5fcb853c510603cff9a27acf105"
- integrity sha512-DaiRNZk/dvomNxgEaTW145PyL7vIGP7rvnfXV2FO+rjX8UUSNUOjmVmHlYfs64gV9Eqx/dLfQClIbKcwYMD83A==
+"@lerna/symlink-binary@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/symlink-binary/-/symlink-binary-6.4.0.tgz#d6f4d5e2133f6a69f99239df7f20ead6bc97395c"
+ integrity sha512-PwIaSD4pbBv/E5ulGE1dTOOOzpyec4jT1QHEeVfYOQNJKn3rh7Rx8B/PFN58pHuuUtUrLbb/Qajt02LYqdT1Dg==
dependencies:
- "@lerna/create-symlink" "6.1.0"
- "@lerna/package" "6.1.0"
+ "@lerna/create-symlink" "6.4.0"
+ "@lerna/package" "6.4.0"
fs-extra "^9.1.0"
p-map "^4.0.0"
-"@lerna/symlink-dependencies@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/symlink-dependencies/-/symlink-dependencies-6.1.0.tgz#f44d33e043fed21a366c4ced2cbde8fa8be0c5fc"
- integrity sha512-hrTvtY1Ek+fLA4JjXsKsvwPjuJD0rwB/+K4WY57t00owj//BpCsJ37w3kkkS7f/PcW/5uRjCuHcY67LOEwsRxw==
+"@lerna/symlink-dependencies@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/symlink-dependencies/-/symlink-dependencies-6.4.0.tgz#7752d3d2e7f51f127c7923c3cc9f9fb191984e09"
+ integrity sha512-ivaBmPqKUb956K3gnH+0FrI0xMqiATu6grJmHNvYSixgKyS3eE694FGRwv3Fgm5a/e0TZ9FlbkPgBR+h78D3nA==
dependencies:
- "@lerna/create-symlink" "6.1.0"
- "@lerna/resolve-symlink" "6.1.0"
- "@lerna/symlink-binary" "6.1.0"
+ "@lerna/create-symlink" "6.4.0"
+ "@lerna/resolve-symlink" "6.4.0"
+ "@lerna/symlink-binary" "6.4.0"
fs-extra "^9.1.0"
p-map "^4.0.0"
p-map-series "^2.1.0"
-"@lerna/temp-write@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/temp-write/-/temp-write-6.1.0.tgz#a5d532090dd7b2d4f8965fbb475376aae06b9242"
- integrity sha512-ZcQl88H9HbQ/TeWUOVt+vDYwptm7kwprGvj9KkZXr9S5Bn6SiKRQOeydCCfCrQT+9Q3dm7QZXV6rWzLsACcAlQ==
+"@lerna/temp-write@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/temp-write/-/temp-write-6.4.0.tgz#ac0ed7b335580241455b5fdc7b8779c56701e593"
+ integrity sha512-73sVS9SIIulRUip8jAbhkQ8NuXN++cuRqbENPU6+P2Z9l98L1qHdIVY2gzEPZgk8nKhIDc50vkHkIpIABukY4Q==
dependencies:
graceful-fs "^4.1.15"
is-stream "^2.0.0"
@@ -2919,38 +2920,38 @@
temp-dir "^1.0.0"
uuid "^8.3.2"
-"@lerna/timer@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/timer/-/timer-6.1.0.tgz#245b02c05b2dec6d2aed2da8a0962cf0343d83d5"
- integrity sha512-du+NQ9q7uO4d2nVU4AD2DSPuAZqUapA/bZKuVpFVxvY9Qhzb8dQKLsFISe4A9TjyoNAk8ZeWK0aBc/6N+Qer9A==
+"@lerna/timer@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/timer/-/timer-6.4.0.tgz#25757bae2e79ee7d5ca30ab3fbc80bd8e03f27f8"
+ integrity sha512-8A8El4Z6J7RGShXWZOxwvZIUfyWsQ4WCm0ZZgaw/nUhSJhMl5H4LEmHW5j8+rE8awr7OovNEGTzc5FwbHWrYlg==
-"@lerna/validation-error@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/validation-error/-/validation-error-6.1.0.tgz#03bd46f6219b6db7c4420528d5aaf047f92693e3"
- integrity sha512-q0c3XCi5OpyTr8AcfbisS6e3svZaJF/riCvBDqRMaQUT4A8QOPzB4fVF3/+J2u54nidBuTlIk0JZu9aOdWTUkQ==
+"@lerna/validation-error@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/validation-error/-/validation-error-6.4.0.tgz#4434ae77005a70af278e303ed20e4a555caf716d"
+ integrity sha512-lsfZMp8/DuwTUGJUNOOAlW/tuhj/wqprqQL+KH1rd/53zYx5rglZnQBiyHndS1SsV2FSj0JPZtvuO89o5qEInA==
dependencies:
npmlog "^6.0.2"
-"@lerna/version@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/version/-/version-6.1.0.tgz#44d8649e978df9d6a14d97c9d7631a7dcd4a9cbf"
- integrity sha512-RUxVFdzHt0739lRNMrAbo6HWcFrcyG7atM1pn+Eo61fUoA5R/9N4bCk4m9xUGkJ/mOcROjuwAGe+wT1uOs58Bg==
- dependencies:
- "@lerna/check-working-tree" "6.1.0"
- "@lerna/child-process" "6.1.0"
- "@lerna/collect-updates" "6.1.0"
- "@lerna/command" "6.1.0"
- "@lerna/conventional-commits" "6.1.0"
- "@lerna/github-client" "6.1.0"
- "@lerna/gitlab-client" "6.1.0"
- "@lerna/output" "6.1.0"
- "@lerna/prerelease-id-from-version" "6.1.0"
- "@lerna/prompt" "6.1.0"
- "@lerna/run-lifecycle" "6.1.0"
- "@lerna/run-topologically" "6.1.0"
- "@lerna/temp-write" "6.1.0"
- "@lerna/validation-error" "6.1.0"
- "@nrwl/devkit" ">=14.8.6 < 16"
+"@lerna/version@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/version/-/version-6.4.0.tgz#90bcb78b749f5810513f4ae8cbd556ec091699a9"
+ integrity sha512-E5+8s0IMrQA9LEKo3npV/VRBZCgD7a3ZLPSlloX3SAFT9ZRJOE/RC1ajLxomL4q2StafuEriLH3cYujOBOAefA==
+ dependencies:
+ "@lerna/check-working-tree" "6.4.0"
+ "@lerna/child-process" "6.4.0"
+ "@lerna/collect-updates" "6.4.0"
+ "@lerna/command" "6.4.0"
+ "@lerna/conventional-commits" "6.4.0"
+ "@lerna/github-client" "6.4.0"
+ "@lerna/gitlab-client" "6.4.0"
+ "@lerna/output" "6.4.0"
+ "@lerna/prerelease-id-from-version" "6.4.0"
+ "@lerna/prompt" "6.4.0"
+ "@lerna/run-lifecycle" "6.4.0"
+ "@lerna/run-topologically" "6.4.0"
+ "@lerna/temp-write" "6.4.0"
+ "@lerna/validation-error" "6.4.0"
+ "@nrwl/devkit" ">=15.4.2 < 16"
chalk "^4.1.0"
dedent "^0.7.0"
load-json-file "^6.2.0"
@@ -2964,10 +2965,10 @@
slash "^3.0.0"
write-json-file "^4.3.0"
-"@lerna/write-log-file@6.1.0":
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/@lerna/write-log-file/-/write-log-file-6.1.0.tgz#b811cffd2ea2b3be6239a756c64dac9a3795707a"
- integrity sha512-09omu2w4NCt8mJH/X9ZMuToQQ3xu/KpC7EU4yDl2Qy8nxKf8HiG8Oe+YYNprngmkdsq60F5eUZvoiFDZ5JeGIg==
+"@lerna/write-log-file@6.4.0":
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/@lerna/write-log-file/-/write-log-file-6.4.0.tgz#420a9771f200898e467bc5e4e8b37b2e80576ccc"
+ integrity sha512-cH9Lqtj6zjPTghaDqbJy3r/2q0CGWwIdcVTi/22gCwYQwZpavhJAr0BxgS2du4EK5a5iccHUj4dZXVFchQY0mQ==
dependencies:
npmlog "^6.0.2"
write-file-atomic "^4.0.1"
@@ -3218,7 +3219,14 @@
dependencies:
nx "15.3.2"
-"@nrwl/devkit@15.3.2", "@nrwl/devkit@>=14.8.6 < 16":
+"@nrwl/cli@15.4.5":
+ version "15.4.5"
+ resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-15.4.5.tgz#2a8f663e5265379812ba83c0577abdc94dcdba8f"
+ integrity sha512-f13s0/hzS9jsV1+QPr1Lp3Um+3dOHD8gEP2h7uw17rEPrtJ5ggRKMj/HcZ9dkT9zDM9EmPtVTb6k38ON+NWcUw==
+ dependencies:
+ nx "15.4.5"
+
+"@nrwl/devkit@15.3.2":
version "15.3.2"
resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-15.3.2.tgz#44ea9bc038ce87d9ea24447f6b3f3e1351a58787"
integrity sha512-h0MmDOjvhBJCrpXaAEK6eojpO5juaV6OEX0XjadPAQs4McxTALJxNP7Te6wIfgsY8t9WecARPIt85zKsLJeCjg==
@@ -3229,6 +3237,17 @@
semver "7.3.4"
tslib "^2.3.0"
+"@nrwl/devkit@>=15.4.2 < 16":
+ version "15.4.5"
+ resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-15.4.5.tgz#22b7aa16bc14c171f061f770060d9af480d5f1cb"
+ integrity sha512-oag+wJgusKz+rwvgcVy9i8bNtTo7ikbjVVtSOmyVBE0ZrgN1CMFjugBj4FEjKGtd73djjpvW9Mm36uJRujrc2w==
+ dependencies:
+ "@phenomnomnominal/tsquery" "4.1.1"
+ ejs "^3.1.7"
+ ignore "^5.0.4"
+ semver "7.3.4"
+ tslib "^2.3.0"
+
"@nrwl/jest@15.3.2":
version "15.3.2"
resolved "https://registry.yarnpkg.com/@nrwl/jest/-/jest-15.3.2.tgz#5616af79444914e8a6c4b0dd7426eac8993accfb"
@@ -3278,6 +3297,13 @@
dependencies:
nx "15.3.2"
+"@nrwl/tao@15.4.5":
+ version "15.4.5"
+ resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-15.4.5.tgz#d07f6d06cecb6acb84259e0654cfc59fcc5edd53"
+ integrity sha512-UMtxXxTWqbyZOdyD9Zt2IsDY/JVXIFZtY6pO4jPha7+UIHWf2Zi8Dszs6UoUTS4mqpNMIkKymwpZGtkDTfiAJA==
+ dependencies:
+ nx "15.4.5"
+
"@nrwl/workspace@15.3.2":
version "15.3.2"
resolved "https://registry.yarnpkg.com/@nrwl/workspace/-/workspace-15.3.2.tgz#143609997f1e391083a2934a7e5305f0ef385ea5"
@@ -9391,10 +9417,10 @@ json5@^1.0.1:
dependencies:
minimist "^1.2.0"
-json5@^2.1.2, json5@^2.2.0, json5@^2.2.1:
- version "2.2.1"
- resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
- integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
+json5@^2.1.2, json5@^2.2.0, json5@^2.2.1, json5@^2.2.2:
+ version "2.2.3"
+ resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
+ integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
jsonc-parser@3.2.0, jsonc-parser@^3.2.0:
version "3.2.0"
@@ -9511,33 +9537,35 @@ latest-version@^5.1.0:
dependencies:
package-json "^6.3.0"
-lerna@6.1.0:
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/lerna/-/lerna-6.1.0.tgz#693145393ec22fd3ca98d817deab2246c1e2b107"
- integrity sha512-3qAjIj8dgBwHtCAiLbq4VU/C1V9D1tvTLm2owZubdGAN72aB5TxuCu2mcw+yeEorOcXuR9YWx7EXIkAf+G0N2w==
- dependencies:
- "@lerna/add" "6.1.0"
- "@lerna/bootstrap" "6.1.0"
- "@lerna/changed" "6.1.0"
- "@lerna/clean" "6.1.0"
- "@lerna/cli" "6.1.0"
- "@lerna/command" "6.1.0"
- "@lerna/create" "6.1.0"
- "@lerna/diff" "6.1.0"
- "@lerna/exec" "6.1.0"
- "@lerna/import" "6.1.0"
- "@lerna/info" "6.1.0"
- "@lerna/init" "6.1.0"
- "@lerna/link" "6.1.0"
- "@lerna/list" "6.1.0"
- "@lerna/publish" "6.1.0"
- "@lerna/run" "6.1.0"
- "@lerna/version" "6.1.0"
- "@nrwl/devkit" ">=14.8.6 < 16"
+lerna@6.4.0:
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/lerna/-/lerna-6.4.0.tgz#ca706a0d6ea1310c49e5fbd0b5234149ef0bec0c"
+ integrity sha512-XqfWovJwkHFoCkNXpidJgzyl6lE523Y29tKvMoGTOfOnEmC05Fadj7wLnNHomP8UEL7A+63Wau5bC5ymigfeRw==
+ dependencies:
+ "@lerna/add" "6.4.0"
+ "@lerna/bootstrap" "6.4.0"
+ "@lerna/changed" "6.4.0"
+ "@lerna/clean" "6.4.0"
+ "@lerna/cli" "6.4.0"
+ "@lerna/command" "6.4.0"
+ "@lerna/create" "6.4.0"
+ "@lerna/diff" "6.4.0"
+ "@lerna/exec" "6.4.0"
+ "@lerna/filter-options" "6.4.0"
+ "@lerna/import" "6.4.0"
+ "@lerna/info" "6.4.0"
+ "@lerna/init" "6.4.0"
+ "@lerna/link" "6.4.0"
+ "@lerna/list" "6.4.0"
+ "@lerna/publish" "6.4.0"
+ "@lerna/run" "6.4.0"
+ "@lerna/validation-error" "6.4.0"
+ "@lerna/version" "6.4.0"
+ "@nrwl/devkit" ">=15.4.2 < 16"
import-local "^3.0.2"
inquirer "^8.2.4"
npmlog "^6.0.2"
- nx ">=14.8.6 < 16"
+ nx ">=15.4.2 < 16"
typescript "^3 || ^4"
leven@^3.1.0:
@@ -10590,7 +10618,7 @@ nth-check@^2.0.0, nth-check@^2.0.1:
dependencies:
boolbase "^1.0.0"
-nx@15.3.2, "nx@>=14.8.6 < 16":
+nx@15.3.2:
version "15.3.2"
resolved "https://registry.yarnpkg.com/nx/-/nx-15.3.2.tgz#3269b7c1c0be4dc4c389a4c54f463eb43636d542"
integrity sha512-i/y9pkZj6OACnk/+VmJaqrRIhY9VZw0twyeUp9z3gy7KElFoQZ7EMm4LcacFpVYy/MTsHYi0c87CDzkSyPogOA==
@@ -10631,6 +10659,47 @@ nx@15.3.2, "nx@>=14.8.6 < 16":
yargs "^17.6.2"
yargs-parser "21.1.1"
+nx@15.4.5, "nx@>=14.8.6 < 16", "nx@>=15.4.2 < 16":
+ version "15.4.5"
+ resolved "https://registry.yarnpkg.com/nx/-/nx-15.4.5.tgz#12daa740256fa29ba634fbc4f3f87b6d078c2990"
+ integrity sha512-1spZL6sgOV8JJJuN8W5CLtJYwTOnlyaV32jPXfidavU0QMS8MP+rW3+NUQ9Uzc1UYhOu8llZWtnen93neVGQRw==
+ dependencies:
+ "@nrwl/cli" "15.4.5"
+ "@nrwl/tao" "15.4.5"
+ "@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"
+ chokidar "^3.5.1"
+ 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 "^10.1.0"
+ glob "7.1.4"
+ ignore "^5.0.4"
+ js-yaml "4.1.0"
+ jsonc-parser "3.2.0"
+ 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-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
@@ -13443,6 +13512,15 @@ tsconfig-paths@^3.14.1, tsconfig-paths@^3.9.0:
minimist "^1.2.6"
strip-bom "^3.0.0"
+tsconfig-paths@^4.1.2:
+ version "4.1.2"
+ resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.1.2.tgz#4819f861eef82e6da52fb4af1e8c930a39ed979a"
+ integrity sha512-uhxiMgnXQp1IR622dUXI+9Ehnws7i/y6xvpZB9IbUVOPy0muvdvgXeZOn88UcGPiT98Vp3rJPTa8bFoalZ3Qhw==
+ dependencies:
+ json5 "^2.2.2"
+ minimist "^1.2.6"
+ strip-bom "^3.0.0"
+
tslib@^1.10.0, tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"