Skip to content

Commit 36be492

Browse files
chore: bump @nrwl/cli from 12.6.0 to 12.6.3 (typescript-eslint#3683)
Bumps [@nrwl/cli](https://github.com/nrwl/nx) from 12.6.0 to 12.6.3. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](nrwl/nx@12.6.0...12.6.3) --- updated-dependencies: - dependency-name: "@nrwl/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93acf38 commit 36be492

File tree

2 files changed

+2
-34
lines changed

2 files changed

+2
-34
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@commitlint/cli": "^13.1.0",
7878
"@commitlint/config-conventional": "^12.1.4",
7979
"@commitlint/config-lerna-scopes": "^13.1.0",
80-
"@nrwl/cli": "12.6.0",
80+
"@nrwl/cli": "12.6.3",
8181
"@nrwl/nx-cloud": "12.3.0",
8282
"@nrwl/tao": "12.6.3",
8383
"@nrwl/workspace": "12.6.3",

yarn.lock

+1-33
Original file line numberDiff line numberDiff line change
@@ -1743,17 +1743,6 @@
17431743
"@nodelib/fs.scandir" "2.1.3"
17441744
fastq "^1.6.0"
17451745

1746-
"@nrwl/cli@12.6.0":
1747-
version "12.6.0"
1748-
resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-12.6.0.tgz#c5104bbe7b7c5fa8674e53858e21c9022eff7d58"
1749-
integrity sha512-gzQ2QWUCTxC2tNVg+9gPAGxO9RVrF+35Q1SidC4I8VxXh7uhzEp5aweWnfTHSBuefPzqpKDxsjco4070z0c3zQ==
1750-
dependencies:
1751-
"@nrwl/tao" "12.6.0"
1752-
chalk "4.1.0"
1753-
v8-compile-cache "2.3.0"
1754-
yargs "15.4.1"
1755-
yargs-parser "20.0.0"
1756-
17571746
"@nrwl/cli@12.6.3":
17581747
version "12.6.3"
17591748
resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-12.6.3.tgz#d74a0a639698d0b8c9347e0679ef9e8ba97182a4"
@@ -1816,22 +1805,6 @@
18161805
strip-json-comments "^3.1.1"
18171806
tar "5.0.5"
18181807

1819-
"@nrwl/tao@12.6.0":
1820-
version "12.6.0"
1821-
resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-12.6.0.tgz#b0ef91cbc0a8b7747407d1f25b0be669d9a8ddc7"
1822-
integrity sha512-h6X+mqmTlZjA9nqlyPAu9TFNORHAMcC1BD8H8kA8lTHN1nktLHQ266qpHVLsxcqww2EYsVqQaKaOpUacck49+w==
1823-
dependencies:
1824-
chalk "4.1.0"
1825-
enquirer "~2.3.6"
1826-
fs-extra "^9.1.0"
1827-
jsonc-parser "3.0.0"
1828-
rxjs "^6.5.4"
1829-
rxjs-for-await "0.0.2"
1830-
semver "7.3.4"
1831-
tmp "~0.2.1"
1832-
tslib "^2.0.0"
1833-
yargs-parser "20.0.0"
1834-
18351808
"@nrwl/tao@12.6.3":
18361809
version "12.6.3"
18371810
resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-12.6.3.tgz#3eee7eee4d18a0580eee30fe3e3df0193195bc07"
@@ -9626,16 +9599,11 @@ uuid@^3.0.1, uuid@^3.3.2:
96269599
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
96279600
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
96289601

9629-
v8-compile-cache@2.3.0:
9602+
v8-compile-cache@2.3.0, v8-compile-cache@^2.0.3:
96309603
version "2.3.0"
96319604
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
96329605
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
96339606

9634-
v8-compile-cache@^2.0.3:
9635-
version "2.2.0"
9636-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"
9637-
integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==
9638-
96399607
v8-to-istanbul@^8.0.0:
96409608
version "8.0.0"
96419609
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.0.0.tgz#4229f2a99e367f3f018fa1d5c2b8ec684667c69c"

0 commit comments

Comments
 (0)