Skip to content

Commit 9ab0568

Browse files
authored
chore: update to nx 21.2.3 (typescript-eslint#11400)
1 parent 816be17 commit 9ab0568

File tree

4 files changed

+84
-77
lines changed

4 files changed

+84
-77
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,8 @@ packages/**/.yarn
9696

9797
# Vitest type tests
9898
tsconfig*.vitest-temp.json
99+
100+
# Leave these AI agent files up to individual contributors for now
101+
.cursor/mcp.json
102+
.cursor/rules/nx-rules.mdc
103+
.github/instructions/nx.instructions.md

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@
3434
"extends": "jest_snapshot"
3535
},
3636
],
37+
"nxConsole.generateAiAgentRules": true,
3738
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
"@eslint/compat": "^1.2.4",
5555
"@eslint/eslintrc": "^3.2.0",
5656
"@eslint/js": "^9.26.0",
57-
"@nx/devkit": "21.0.3",
58-
"@nx/js": "21.0.3",
59-
"@nx/vite": "21.0.3",
60-
"@nx/workspace": "21.0.3",
57+
"@nx/devkit": "21.2.3",
58+
"@nx/js": "21.2.3",
59+
"@nx/vite": "21.2.3",
60+
"@nx/workspace": "21.2.3",
6161
"@swc/core": "^1.4.12",
6262
"@types/debug": "^4.1.12",
6363
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
@@ -93,7 +93,7 @@
9393
"knip": "^5.41.1",
9494
"lint-staged": "^15.2.2",
9595
"markdownlint-cli": "^0.44.0",
96-
"nx": "21.0.3",
96+
"nx": "21.2.3",
9797
"prettier": "3.5.0",
9898
"rimraf": "^5.0.5",
9999
"semver": "7.7.0",

yarn.lock

Lines changed: 73 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -4352,9 +4352,9 @@ __metadata:
43524352
languageName: node
43534353
linkType: hard
43544354

4355-
"@nx/devkit@npm:21.0.3":
4356-
version: 21.0.3
4357-
resolution: "@nx/devkit@npm:21.0.3"
4355+
"@nx/devkit@npm:21.2.3":
4356+
version: 21.2.3
4357+
resolution: "@nx/devkit@npm:21.2.3"
43584358
dependencies:
43594359
ejs: ^3.1.7
43604360
enquirer: ~2.3.6
@@ -4365,14 +4365,14 @@ __metadata:
43654365
tslib: ^2.3.0
43664366
yargs-parser: 21.1.1
43674367
peerDependencies:
4368-
nx: 21.0.3
4369-
checksum: a742dce7d5103b585d0cb13fc2cf11fb41ad5b031b5bb2ff6c7a6f0c837a287123866a0809d411974e4f03a41b057b14b46c8b226231755563267f6a46d3c611
4368+
nx: 21.2.3
4369+
checksum: 3db18a83a29d5577e89266880d6449d9e1677512adc47bdf0a2fd4448809247a964658555a809ca8f8c3197560e5f08ae3cf12244b9b87329cea6399406ca25a
43704370
languageName: node
43714371
linkType: hard
43724372

4373-
"@nx/js@npm:21.0.3":
4374-
version: 21.0.3
4375-
resolution: "@nx/js@npm:21.0.3"
4373+
"@nx/js@npm:21.2.3":
4374+
version: 21.2.3
4375+
resolution: "@nx/js@npm:21.2.3"
43764376
dependencies:
43774377
"@babel/core": ^7.23.2
43784378
"@babel/plugin-proposal-decorators": ^7.22.7
@@ -4381,8 +4381,8 @@ __metadata:
43814381
"@babel/preset-env": ^7.23.2
43824382
"@babel/preset-typescript": ^7.22.5
43834383
"@babel/runtime": ^7.22.6
4384-
"@nx/devkit": 21.0.3
4385-
"@nx/workspace": 21.0.3
4384+
"@nx/devkit": 21.2.3
4385+
"@nx/workspace": 21.2.3
43864386
"@zkochan/js-yaml": 0.0.7
43874387
babel-plugin-const-enum: ^1.0.1
43884388
babel-plugin-macros: ^3.1.0
@@ -4408,112 +4408,113 @@ __metadata:
44084408
peerDependenciesMeta:
44094409
verdaccio:
44104410
optional: true
4411-
checksum: 97af3d23ef58484011ba7e0667656c4ab15e38935176d29310c926ba42d3b78aa50724ae293c15e2f565a9752bcbee3b4007197e778d43a33329d8bd38773bb7
4411+
checksum: d2a79a4ca57bd6251362c8853dddc52f6ea51b7da96913611f73ae44e24d562d9f9d8afa002822932d3e246b605f69e363c5c22db8962d14d5e210eae84a9693
44124412
languageName: node
44134413
linkType: hard
44144414

4415-
"@nx/nx-darwin-arm64@npm:21.0.3":
4416-
version: 21.0.3
4417-
resolution: "@nx/nx-darwin-arm64@npm:21.0.3"
4415+
"@nx/nx-darwin-arm64@npm:21.2.3":
4416+
version: 21.2.3
4417+
resolution: "@nx/nx-darwin-arm64@npm:21.2.3"
44184418
conditions: os=darwin & cpu=arm64
44194419
languageName: node
44204420
linkType: hard
44214421

4422-
"@nx/nx-darwin-x64@npm:21.0.3":
4423-
version: 21.0.3
4424-
resolution: "@nx/nx-darwin-x64@npm:21.0.3"
4422+
"@nx/nx-darwin-x64@npm:21.2.3":
4423+
version: 21.2.3
4424+
resolution: "@nx/nx-darwin-x64@npm:21.2.3"
44254425
conditions: os=darwin & cpu=x64
44264426
languageName: node
44274427
linkType: hard
44284428

4429-
"@nx/nx-freebsd-x64@npm:21.0.3":
4430-
version: 21.0.3
4431-
resolution: "@nx/nx-freebsd-x64@npm:21.0.3"
4429+
"@nx/nx-freebsd-x64@npm:21.2.3":
4430+
version: 21.2.3
4431+
resolution: "@nx/nx-freebsd-x64@npm:21.2.3"
44324432
conditions: os=freebsd & cpu=x64
44334433
languageName: node
44344434
linkType: hard
44354435

4436-
"@nx/nx-linux-arm-gnueabihf@npm:21.0.3":
4437-
version: 21.0.3
4438-
resolution: "@nx/nx-linux-arm-gnueabihf@npm:21.0.3"
4436+
"@nx/nx-linux-arm-gnueabihf@npm:21.2.3":
4437+
version: 21.2.3
4438+
resolution: "@nx/nx-linux-arm-gnueabihf@npm:21.2.3"
44394439
conditions: os=linux & cpu=arm
44404440
languageName: node
44414441
linkType: hard
44424442

4443-
"@nx/nx-linux-arm64-gnu@npm:21.0.3":
4444-
version: 21.0.3
4445-
resolution: "@nx/nx-linux-arm64-gnu@npm:21.0.3"
4443+
"@nx/nx-linux-arm64-gnu@npm:21.2.3":
4444+
version: 21.2.3
4445+
resolution: "@nx/nx-linux-arm64-gnu@npm:21.2.3"
44464446
conditions: os=linux & cpu=arm64 & libc=glibc
44474447
languageName: node
44484448
linkType: hard
44494449

4450-
"@nx/nx-linux-arm64-musl@npm:21.0.3":
4451-
version: 21.0.3
4452-
resolution: "@nx/nx-linux-arm64-musl@npm:21.0.3"
4450+
"@nx/nx-linux-arm64-musl@npm:21.2.3":
4451+
version: 21.2.3
4452+
resolution: "@nx/nx-linux-arm64-musl@npm:21.2.3"
44534453
conditions: os=linux & cpu=arm64 & libc=musl
44544454
languageName: node
44554455
linkType: hard
44564456

4457-
"@nx/nx-linux-x64-gnu@npm:21.0.3":
4458-
version: 21.0.3
4459-
resolution: "@nx/nx-linux-x64-gnu@npm:21.0.3"
4457+
"@nx/nx-linux-x64-gnu@npm:21.2.3":
4458+
version: 21.2.3
4459+
resolution: "@nx/nx-linux-x64-gnu@npm:21.2.3"
44604460
conditions: os=linux & cpu=x64 & libc=glibc
44614461
languageName: node
44624462
linkType: hard
44634463

4464-
"@nx/nx-linux-x64-musl@npm:21.0.3":
4465-
version: 21.0.3
4466-
resolution: "@nx/nx-linux-x64-musl@npm:21.0.3"
4464+
"@nx/nx-linux-x64-musl@npm:21.2.3":
4465+
version: 21.2.3
4466+
resolution: "@nx/nx-linux-x64-musl@npm:21.2.3"
44674467
conditions: os=linux & cpu=x64 & libc=musl
44684468
languageName: node
44694469
linkType: hard
44704470

4471-
"@nx/nx-win32-arm64-msvc@npm:21.0.3":
4472-
version: 21.0.3
4473-
resolution: "@nx/nx-win32-arm64-msvc@npm:21.0.3"
4471+
"@nx/nx-win32-arm64-msvc@npm:21.2.3":
4472+
version: 21.2.3
4473+
resolution: "@nx/nx-win32-arm64-msvc@npm:21.2.3"
44744474
conditions: os=win32 & cpu=arm64
44754475
languageName: node
44764476
linkType: hard
44774477

4478-
"@nx/nx-win32-x64-msvc@npm:21.0.3":
4479-
version: 21.0.3
4480-
resolution: "@nx/nx-win32-x64-msvc@npm:21.0.3"
4478+
"@nx/nx-win32-x64-msvc@npm:21.2.3":
4479+
version: 21.2.3
4480+
resolution: "@nx/nx-win32-x64-msvc@npm:21.2.3"
44814481
conditions: os=win32 & cpu=x64
44824482
languageName: node
44834483
linkType: hard
44844484

4485-
"@nx/vite@npm:21.0.3":
4486-
version: 21.0.3
4487-
resolution: "@nx/vite@npm:21.0.3"
4485+
"@nx/vite@npm:21.2.3":
4486+
version: 21.2.3
4487+
resolution: "@nx/vite@npm:21.2.3"
44884488
dependencies:
4489-
"@nx/devkit": 21.0.3
4490-
"@nx/js": 21.0.3
4489+
"@nx/devkit": 21.2.3
4490+
"@nx/js": 21.2.3
44914491
"@phenomnomnominal/tsquery": ~5.0.1
44924492
"@swc/helpers": ~0.5.0
4493+
ajv: ^8.0.0
44934494
enquirer: ~2.3.6
44944495
picomatch: 4.0.2
44954496
semver: ^7.6.3
44964497
tsconfig-paths: ^4.1.2
44974498
peerDependencies:
44984499
vite: ^5.0.0 || ^6.0.0
44994500
vitest: ^1.3.1 || ^2.0.0 || ^3.0.0
4500-
checksum: 4195276b94cfd310650d5fd68172e00a025b2df75424f1e930923a8703178bc8c1887d3d3854cd4cad2b5b15d70ed4331b9f2aadfba1d172f2d33bc49f098e36
4501+
checksum: cc274da699980816d52927ac037e9f206978853fc4d97c98a08eef8ae542b8ec392e19cf39a2c66889da392853d1553f2179dd8fb223833b3729dcfd8cd68e75
45014502
languageName: node
45024503
linkType: hard
45034504

4504-
"@nx/workspace@npm:21.0.3":
4505-
version: 21.0.3
4506-
resolution: "@nx/workspace@npm:21.0.3"
4505+
"@nx/workspace@npm:21.2.3":
4506+
version: 21.2.3
4507+
resolution: "@nx/workspace@npm:21.2.3"
45074508
dependencies:
4508-
"@nx/devkit": 21.0.3
4509+
"@nx/devkit": 21.2.3
45094510
"@zkochan/js-yaml": 0.0.7
45104511
chalk: ^4.1.0
45114512
enquirer: ~2.3.6
4512-
nx: 21.0.3
4513+
nx: 21.2.3
45134514
picomatch: 4.0.2
45144515
tslib: ^2.3.0
45154516
yargs-parser: 21.1.1
4516-
checksum: 20c4051faa3a61c28acd8578b04afb4e991da23b382ff8e70aa907d88ea2f553e4b39759a21da893fdf36814ce809a1dce97fc95683576cfb37bf7278f38efc9
4517+
checksum: 6381eb146a0b9b4786452161f7179fcb5f1301b2aa0608ab522b02a0a8e73cdf80097ba68f454dbea94aae31c3b2eb7b23572152fb6cfb6df31b1d6f5a42b4f2
45174518
languageName: node
45184519
linkType: hard
45194520

@@ -6154,10 +6155,10 @@ __metadata:
61546155
"@eslint/compat": ^1.2.4
61556156
"@eslint/eslintrc": ^3.2.0
61566157
"@eslint/js": ^9.26.0
6157-
"@nx/devkit": 21.0.3
6158-
"@nx/js": 21.0.3
6159-
"@nx/vite": 21.0.3
6160-
"@nx/workspace": 21.0.3
6158+
"@nx/devkit": 21.2.3
6159+
"@nx/js": 21.2.3
6160+
"@nx/vite": 21.2.3
6161+
"@nx/workspace": 21.2.3
61616162
"@swc/core": ^1.4.12
61626163
"@types/debug": ^4.1.12
61636164
"@types/eslint-plugin-jsx-a11y": ^6.10.0
@@ -6193,7 +6194,7 @@ __metadata:
61936194
knip: ^5.41.1
61946195
lint-staged: ^15.2.2
61956196
markdownlint-cli: ^0.44.0
6196-
nx: 21.0.3
6197+
nx: 21.2.3
61976198
prettier: 3.5.0
61986199
rimraf: ^5.0.5
61996200
semver: 7.7.0
@@ -15289,21 +15290,21 @@ __metadata:
1528915290
languageName: node
1529015291
linkType: hard
1529115292

15292-
"nx@npm:21.0.3":
15293-
version: 21.0.3
15294-
resolution: "nx@npm:21.0.3"
15293+
"nx@npm:21.2.3":
15294+
version: 21.2.3
15295+
resolution: "nx@npm:21.2.3"
1529515296
dependencies:
1529615297
"@napi-rs/wasm-runtime": 0.2.4
15297-
"@nx/nx-darwin-arm64": 21.0.3
15298-
"@nx/nx-darwin-x64": 21.0.3
15299-
"@nx/nx-freebsd-x64": 21.0.3
15300-
"@nx/nx-linux-arm-gnueabihf": 21.0.3
15301-
"@nx/nx-linux-arm64-gnu": 21.0.3
15302-
"@nx/nx-linux-arm64-musl": 21.0.3
15303-
"@nx/nx-linux-x64-gnu": 21.0.3
15304-
"@nx/nx-linux-x64-musl": 21.0.3
15305-
"@nx/nx-win32-arm64-msvc": 21.0.3
15306-
"@nx/nx-win32-x64-msvc": 21.0.3
15298+
"@nx/nx-darwin-arm64": 21.2.3
15299+
"@nx/nx-darwin-x64": 21.2.3
15300+
"@nx/nx-freebsd-x64": 21.2.3
15301+
"@nx/nx-linux-arm-gnueabihf": 21.2.3
15302+
"@nx/nx-linux-arm64-gnu": 21.2.3
15303+
"@nx/nx-linux-arm64-musl": 21.2.3
15304+
"@nx/nx-linux-x64-gnu": 21.2.3
15305+
"@nx/nx-linux-x64-musl": 21.2.3
15306+
"@nx/nx-win32-arm64-msvc": 21.2.3
15307+
"@nx/nx-win32-x64-msvc": 21.2.3
1530715308
"@yarnpkg/lockfile": ^1.1.0
1530815309
"@yarnpkg/parsers": 3.0.2
1530915310
"@zkochan/js-yaml": 0.0.7
@@ -15370,7 +15371,7 @@ __metadata:
1537015371
bin:
1537115372
nx: bin/nx.js
1537215373
nx-cloud: bin/nx-cloud.js
15373-
checksum: 9b3ae238d5df6265bff3430e4e0680762fc3236fb2cd3aed4d3177f64f12586fa19aa8dc4f60f9f5674fb035c46dcf6e0dcad3744d717e84f4a70775aaa10d1b
15374+
checksum: faaef03d763f6da739f8108c3f8fe4ad5dd30926d15b279508266e8a272164b5d53598fb3ff5b636ee665bb8e9782ccc2a3134cb6c977b577c5c16d5f20722bd
1537415375
languageName: node
1537515376
linkType: hard
1537615377

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy