Skip to content

Commit 22887c4

Browse files
authored
Revert the recent NX upgrades (#11908)
1 parent 2571b37 commit 22887c4

File tree

2 files changed

+180
-4
lines changed

2 files changed

+180
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"ncp": "2.0.0",
120120
"nodemon": "3.1.9",
121121
"npm-packlist": "8.0.2",
122-
"nx": "20.3.0",
122+
"nx": "19.8.4",
123123
"ora": "8.1.1",
124124
"prettier": "3.4.2",
125125
"prettier-plugin-curly": "0.3.1",

yarn.lock

Lines changed: 179 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5925,6 +5925,18 @@ __metadata:
59255925
languageName: node
59265926
linkType: hard
59275927

5928+
"@nrwl/tao@npm:19.8.4":
5929+
version: 19.8.4
5930+
resolution: "@nrwl/tao@npm:19.8.4"
5931+
dependencies:
5932+
nx: "npm:19.8.4"
5933+
tslib: "npm:^2.3.0"
5934+
bin:
5935+
tao: index.js
5936+
checksum: 10c0/04053ed58c8e3653ad41b930ef604bc11f748d044c1b73e22ad1d0429d9e88518f8fe4a2092a30e87267a6fb6bcade62786c04d58ad563a32d188c510cb8554e
5937+
languageName: node
5938+
linkType: hard
5939+
59285940
"@nx/devkit@npm:>=17.1.2 < 21":
59295941
version: 20.3.0
59305942
resolution: "@nx/devkit@npm:20.3.0"
@@ -5943,69 +5955,139 @@ __metadata:
59435955
languageName: node
59445956
linkType: hard
59455957

5958+
"@nx/nx-darwin-arm64@npm:19.8.4":
5959+
version: 19.8.4
5960+
resolution: "@nx/nx-darwin-arm64@npm:19.8.4"
5961+
conditions: os=darwin & cpu=arm64
5962+
languageName: node
5963+
linkType: hard
5964+
59465965
"@nx/nx-darwin-arm64@npm:20.3.0":
59475966
version: 20.3.0
59485967
resolution: "@nx/nx-darwin-arm64@npm:20.3.0"
59495968
conditions: os=darwin & cpu=arm64
59505969
languageName: node
59515970
linkType: hard
59525971

5972+
"@nx/nx-darwin-x64@npm:19.8.4":
5973+
version: 19.8.4
5974+
resolution: "@nx/nx-darwin-x64@npm:19.8.4"
5975+
conditions: os=darwin & cpu=x64
5976+
languageName: node
5977+
linkType: hard
5978+
59535979
"@nx/nx-darwin-x64@npm:20.3.0":
59545980
version: 20.3.0
59555981
resolution: "@nx/nx-darwin-x64@npm:20.3.0"
59565982
conditions: os=darwin & cpu=x64
59575983
languageName: node
59585984
linkType: hard
59595985

5986+
"@nx/nx-freebsd-x64@npm:19.8.4":
5987+
version: 19.8.4
5988+
resolution: "@nx/nx-freebsd-x64@npm:19.8.4"
5989+
conditions: os=freebsd & cpu=x64
5990+
languageName: node
5991+
linkType: hard
5992+
59605993
"@nx/nx-freebsd-x64@npm:20.3.0":
59615994
version: 20.3.0
59625995
resolution: "@nx/nx-freebsd-x64@npm:20.3.0"
59635996
conditions: os=freebsd & cpu=x64
59645997
languageName: node
59655998
linkType: hard
59665999

6000+
"@nx/nx-linux-arm-gnueabihf@npm:19.8.4":
6001+
version: 19.8.4
6002+
resolution: "@nx/nx-linux-arm-gnueabihf@npm:19.8.4"
6003+
conditions: os=linux & cpu=arm
6004+
languageName: node
6005+
linkType: hard
6006+
59676007
"@nx/nx-linux-arm-gnueabihf@npm:20.3.0":
59686008
version: 20.3.0
59696009
resolution: "@nx/nx-linux-arm-gnueabihf@npm:20.3.0"
59706010
conditions: os=linux & cpu=arm
59716011
languageName: node
59726012
linkType: hard
59736013

6014+
"@nx/nx-linux-arm64-gnu@npm:19.8.4":
6015+
version: 19.8.4
6016+
resolution: "@nx/nx-linux-arm64-gnu@npm:19.8.4"
6017+
conditions: os=linux & cpu=arm64 & libc=glibc
6018+
languageName: node
6019+
linkType: hard
6020+
59746021
"@nx/nx-linux-arm64-gnu@npm:20.3.0":
59756022
version: 20.3.0
59766023
resolution: "@nx/nx-linux-arm64-gnu@npm:20.3.0"
59776024
conditions: os=linux & cpu=arm64 & libc=glibc
59786025
languageName: node
59796026
linkType: hard
59806027

6028+
"@nx/nx-linux-arm64-musl@npm:19.8.4":
6029+
version: 19.8.4
6030+
resolution: "@nx/nx-linux-arm64-musl@npm:19.8.4"
6031+
conditions: os=linux & cpu=arm64 & libc=musl
6032+
languageName: node
6033+
linkType: hard
6034+
59816035
"@nx/nx-linux-arm64-musl@npm:20.3.0":
59826036
version: 20.3.0
59836037
resolution: "@nx/nx-linux-arm64-musl@npm:20.3.0"
59846038
conditions: os=linux & cpu=arm64 & libc=musl
59856039
languageName: node
59866040
linkType: hard
59876041

6042+
"@nx/nx-linux-x64-gnu@npm:19.8.4":
6043+
version: 19.8.4
6044+
resolution: "@nx/nx-linux-x64-gnu@npm:19.8.4"
6045+
conditions: os=linux & cpu=x64 & libc=glibc
6046+
languageName: node
6047+
linkType: hard
6048+
59886049
"@nx/nx-linux-x64-gnu@npm:20.3.0":
59896050
version: 20.3.0
59906051
resolution: "@nx/nx-linux-x64-gnu@npm:20.3.0"
59916052
conditions: os=linux & cpu=x64 & libc=glibc
59926053
languageName: node
59936054
linkType: hard
59946055

6056+
"@nx/nx-linux-x64-musl@npm:19.8.4":
6057+
version: 19.8.4
6058+
resolution: "@nx/nx-linux-x64-musl@npm:19.8.4"
6059+
conditions: os=linux & cpu=x64 & libc=musl
6060+
languageName: node
6061+
linkType: hard
6062+
59956063
"@nx/nx-linux-x64-musl@npm:20.3.0":
59966064
version: 20.3.0
59976065
resolution: "@nx/nx-linux-x64-musl@npm:20.3.0"
59986066
conditions: os=linux & cpu=x64 & libc=musl
59996067
languageName: node
60006068
linkType: hard
60016069

6070+
"@nx/nx-win32-arm64-msvc@npm:19.8.4":
6071+
version: 19.8.4
6072+
resolution: "@nx/nx-win32-arm64-msvc@npm:19.8.4"
6073+
conditions: os=win32 & cpu=arm64
6074+
languageName: node
6075+
linkType: hard
6076+
60026077
"@nx/nx-win32-arm64-msvc@npm:20.3.0":
60036078
version: 20.3.0
60046079
resolution: "@nx/nx-win32-arm64-msvc@npm:20.3.0"
60056080
conditions: os=win32 & cpu=arm64
60066081
languageName: node
60076082
linkType: hard
60086083

6084+
"@nx/nx-win32-x64-msvc@npm:19.8.4":
6085+
version: 19.8.4
6086+
resolution: "@nx/nx-win32-x64-msvc@npm:19.8.4"
6087+
conditions: os=win32 & cpu=x64
6088+
languageName: node
6089+
linkType: hard
6090+
60096091
"@nx/nx-win32-x64-msvc@npm:20.3.0":
60106092
version: 20.3.0
60116093
resolution: "@nx/nx-win32-x64-msvc@npm:20.3.0"
@@ -12005,6 +12087,16 @@ __metadata:
1200512087
languageName: node
1200612088
linkType: hard
1200712089

12090+
"@yarnpkg/parsers@npm:3.0.0-rc.46":
12091+
version: 3.0.0-rc.46
12092+
resolution: "@yarnpkg/parsers@npm:3.0.0-rc.46"
12093+
dependencies:
12094+
js-yaml: "npm:^3.10.0"
12095+
tslib: "npm:^2.4.0"
12096+
checksum: 10c0/c7f421c6885142f351459031c093fb2e79abcce6f4a89765a10e600bb7ab122949c54bcea2b23de9572a2b34ba29f822b17831c1c43ba50373ceb8cb5b336667
12097+
languageName: node
12098+
linkType: hard
12099+
1200812100
"@yarnpkg/parsers@npm:3.0.2":
1200912101
version: 3.0.2
1201012102
resolution: "@yarnpkg/parsers@npm:3.0.2"
@@ -24048,7 +24140,91 @@ __metadata:
2404824140
languageName: node
2404924141
linkType: hard
2405024142

24051-
"nx@npm:20.3.0, nx@npm:>=17.1.2 < 21":
24143+
"nx@npm:19.8.4":
24144+
version: 19.8.4
24145+
resolution: "nx@npm:19.8.4"
24146+
dependencies:
24147+
"@napi-rs/wasm-runtime": "npm:0.2.4"
24148+
"@nrwl/tao": "npm:19.8.4"
24149+
"@nx/nx-darwin-arm64": "npm:19.8.4"
24150+
"@nx/nx-darwin-x64": "npm:19.8.4"
24151+
"@nx/nx-freebsd-x64": "npm:19.8.4"
24152+
"@nx/nx-linux-arm-gnueabihf": "npm:19.8.4"
24153+
"@nx/nx-linux-arm64-gnu": "npm:19.8.4"
24154+
"@nx/nx-linux-arm64-musl": "npm:19.8.4"
24155+
"@nx/nx-linux-x64-gnu": "npm:19.8.4"
24156+
"@nx/nx-linux-x64-musl": "npm:19.8.4"
24157+
"@nx/nx-win32-arm64-msvc": "npm:19.8.4"
24158+
"@nx/nx-win32-x64-msvc": "npm:19.8.4"
24159+
"@yarnpkg/lockfile": "npm:^1.1.0"
24160+
"@yarnpkg/parsers": "npm:3.0.0-rc.46"
24161+
"@zkochan/js-yaml": "npm:0.0.7"
24162+
axios: "npm:^1.7.4"
24163+
chalk: "npm:^4.1.0"
24164+
cli-cursor: "npm:3.1.0"
24165+
cli-spinners: "npm:2.6.1"
24166+
cliui: "npm:^8.0.1"
24167+
dotenv: "npm:~16.4.5"
24168+
dotenv-expand: "npm:~11.0.6"
24169+
enquirer: "npm:~2.3.6"
24170+
figures: "npm:3.2.0"
24171+
flat: "npm:^5.0.2"
24172+
front-matter: "npm:^4.0.2"
24173+
ignore: "npm:^5.0.4"
24174+
jest-diff: "npm:^29.4.1"
24175+
jsonc-parser: "npm:3.2.0"
24176+
lines-and-columns: "npm:2.0.3"
24177+
minimatch: "npm:9.0.3"
24178+
node-machine-id: "npm:1.1.12"
24179+
npm-run-path: "npm:^4.0.1"
24180+
open: "npm:^8.4.0"
24181+
ora: "npm:5.3.0"
24182+
semver: "npm:^7.5.3"
24183+
string-width: "npm:^4.2.3"
24184+
strong-log-transformer: "npm:^2.1.0"
24185+
tar-stream: "npm:~2.2.0"
24186+
tmp: "npm:~0.2.1"
24187+
tsconfig-paths: "npm:^4.1.2"
24188+
tslib: "npm:^2.3.0"
24189+
yargs: "npm:^17.6.2"
24190+
yargs-parser: "npm:21.1.1"
24191+
peerDependencies:
24192+
"@swc-node/register": ^1.8.0
24193+
"@swc/core": ^1.3.85
24194+
dependenciesMeta:
24195+
"@nx/nx-darwin-arm64":
24196+
optional: true
24197+
"@nx/nx-darwin-x64":
24198+
optional: true
24199+
"@nx/nx-freebsd-x64":
24200+
optional: true
24201+
"@nx/nx-linux-arm-gnueabihf":
24202+
optional: true
24203+
"@nx/nx-linux-arm64-gnu":
24204+
optional: true
24205+
"@nx/nx-linux-arm64-musl":
24206+
optional: true
24207+
"@nx/nx-linux-x64-gnu":
24208+
optional: true
24209+
"@nx/nx-linux-x64-musl":
24210+
optional: true
24211+
"@nx/nx-win32-arm64-msvc":
24212+
optional: true
24213+
"@nx/nx-win32-x64-msvc":
24214+
optional: true
24215+
peerDependenciesMeta:
24216+
"@swc-node/register":
24217+
optional: true
24218+
"@swc/core":
24219+
optional: true
24220+
bin:
24221+
nx: bin/nx.js
24222+
nx-cloud: bin/nx-cloud.js
24223+
checksum: 10c0/d8f16347c28d228ad7d013546ea0bcbec6591dd45003f3b981a311eec022177ee087f628b22917131e868a7cccb747b0b734116fdc9f16ecf37270840cd55815
24224+
languageName: node
24225+
linkType: hard
24226+
24227+
"nx@npm:>=17.1.2 < 21":
2405224228
version: 20.3.0
2405324229
resolution: "nx@npm:20.3.0"
2405424230
dependencies:
@@ -26991,7 +27167,7 @@ __metadata:
2699127167
ncp: "npm:2.0.0"
2699227168
nodemon: "npm:3.1.9"
2699327169
npm-packlist: "npm:8.0.2"
26994-
nx: "npm:20.3.0"
27170+
nx: "npm:19.8.4"
2699527171
ora: "npm:8.1.1"
2699627172
prettier: "npm:3.4.2"
2699727173
prettier-plugin-curly: "npm:0.3.1"
@@ -28243,7 +28419,7 @@ __metadata:
2824328419
languageName: node
2824428420
linkType: hard
2824528421

28246-
"strong-log-transformer@npm:2.1.0":
28422+
"strong-log-transformer@npm:2.1.0, strong-log-transformer@npm:^2.1.0":
2824728423
version: 2.1.0
2824828424
resolution: "strong-log-transformer@npm:2.1.0"
2824928425
dependencies:

0 commit comments

Comments
 (0)