From 95854015590dc03b05b986b4c6448733478461d0 Mon Sep 17 00:00:00 2001 From: JamesHenry Date: Tue, 15 Jul 2025 14:05:34 +0400 Subject: [PATCH] chore: update to nx 21.2.3 --- .gitignore | 5 ++ .vscode/settings.json | 1 + package.json | 10 +-- yarn.lock | 145 +++++++++++++++++++++--------------------- 4 files changed, 84 insertions(+), 77 deletions(-) diff --git a/.gitignore b/.gitignore index bf83f8f9300a..94d644e2544a 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,8 @@ packages/**/.yarn # Vitest type tests tsconfig*.vitest-temp.json + +# Leave these AI agent files up to individual contributors for now +.cursor/mcp.json +.cursor/rules/nx-rules.mdc +.github/instructions/nx.instructions.md diff --git a/.vscode/settings.json b/.vscode/settings.json index 896fbaebbb3a..23eb7b35f04c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -34,4 +34,5 @@ "extends": "jest_snapshot" }, ], + "nxConsole.generateAiAgentRules": true, } diff --git a/package.json b/package.json index 866837f95da8..33567c469efa 100644 --- a/package.json +++ b/package.json @@ -54,10 +54,10 @@ "@eslint/compat": "^1.2.4", "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.26.0", - "@nx/devkit": "21.0.3", - "@nx/js": "21.0.3", - "@nx/vite": "21.0.3", - "@nx/workspace": "21.0.3", + "@nx/devkit": "21.2.3", + "@nx/js": "21.2.3", + "@nx/vite": "21.2.3", + "@nx/workspace": "21.2.3", "@swc/core": "^1.4.12", "@types/debug": "^4.1.12", "@types/eslint-plugin-jsx-a11y": "^6.10.0", @@ -93,7 +93,7 @@ "knip": "^5.41.1", "lint-staged": "^15.2.2", "markdownlint-cli": "^0.44.0", - "nx": "21.0.3", + "nx": "21.2.3", "prettier": "3.5.0", "rimraf": "^5.0.5", "semver": "7.7.0", diff --git a/yarn.lock b/yarn.lock index 5cfb0b47eb02..4b24883fa03d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4352,9 +4352,9 @@ __metadata: languageName: node linkType: hard -"@nx/devkit@npm:21.0.3": - version: 21.0.3 - resolution: "@nx/devkit@npm:21.0.3" +"@nx/devkit@npm:21.2.3": + version: 21.2.3 + resolution: "@nx/devkit@npm:21.2.3" dependencies: ejs: ^3.1.7 enquirer: ~2.3.6 @@ -4365,14 +4365,14 @@ __metadata: tslib: ^2.3.0 yargs-parser: 21.1.1 peerDependencies: - nx: 21.0.3 - checksum: a742dce7d5103b585d0cb13fc2cf11fb41ad5b031b5bb2ff6c7a6f0c837a287123866a0809d411974e4f03a41b057b14b46c8b226231755563267f6a46d3c611 + nx: 21.2.3 + checksum: 3db18a83a29d5577e89266880d6449d9e1677512adc47bdf0a2fd4448809247a964658555a809ca8f8c3197560e5f08ae3cf12244b9b87329cea6399406ca25a languageName: node linkType: hard -"@nx/js@npm:21.0.3": - version: 21.0.3 - resolution: "@nx/js@npm:21.0.3" +"@nx/js@npm:21.2.3": + version: 21.2.3 + resolution: "@nx/js@npm:21.2.3" dependencies: "@babel/core": ^7.23.2 "@babel/plugin-proposal-decorators": ^7.22.7 @@ -4381,8 +4381,8 @@ __metadata: "@babel/preset-env": ^7.23.2 "@babel/preset-typescript": ^7.22.5 "@babel/runtime": ^7.22.6 - "@nx/devkit": 21.0.3 - "@nx/workspace": 21.0.3 + "@nx/devkit": 21.2.3 + "@nx/workspace": 21.2.3 "@zkochan/js-yaml": 0.0.7 babel-plugin-const-enum: ^1.0.1 babel-plugin-macros: ^3.1.0 @@ -4408,88 +4408,89 @@ __metadata: peerDependenciesMeta: verdaccio: optional: true - checksum: 97af3d23ef58484011ba7e0667656c4ab15e38935176d29310c926ba42d3b78aa50724ae293c15e2f565a9752bcbee3b4007197e778d43a33329d8bd38773bb7 + checksum: d2a79a4ca57bd6251362c8853dddc52f6ea51b7da96913611f73ae44e24d562d9f9d8afa002822932d3e246b605f69e363c5c22db8962d14d5e210eae84a9693 languageName: node linkType: hard -"@nx/nx-darwin-arm64@npm:21.0.3": - version: 21.0.3 - resolution: "@nx/nx-darwin-arm64@npm:21.0.3" +"@nx/nx-darwin-arm64@npm:21.2.3": + version: 21.2.3 + resolution: "@nx/nx-darwin-arm64@npm:21.2.3" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@nx/nx-darwin-x64@npm:21.0.3": - version: 21.0.3 - resolution: "@nx/nx-darwin-x64@npm:21.0.3" +"@nx/nx-darwin-x64@npm:21.2.3": + version: 21.2.3 + resolution: "@nx/nx-darwin-x64@npm:21.2.3" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@nx/nx-freebsd-x64@npm:21.0.3": - version: 21.0.3 - resolution: "@nx/nx-freebsd-x64@npm:21.0.3" +"@nx/nx-freebsd-x64@npm:21.2.3": + version: 21.2.3 + resolution: "@nx/nx-freebsd-x64@npm:21.2.3" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@nx/nx-linux-arm-gnueabihf@npm:21.0.3": - version: 21.0.3 - resolution: "@nx/nx-linux-arm-gnueabihf@npm:21.0.3" +"@nx/nx-linux-arm-gnueabihf@npm:21.2.3": + version: 21.2.3 + resolution: "@nx/nx-linux-arm-gnueabihf@npm:21.2.3" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@nx/nx-linux-arm64-gnu@npm:21.0.3": - version: 21.0.3 - resolution: "@nx/nx-linux-arm64-gnu@npm:21.0.3" +"@nx/nx-linux-arm64-gnu@npm:21.2.3": + version: 21.2.3 + resolution: "@nx/nx-linux-arm64-gnu@npm:21.2.3" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@nx/nx-linux-arm64-musl@npm:21.0.3": - version: 21.0.3 - resolution: "@nx/nx-linux-arm64-musl@npm:21.0.3" +"@nx/nx-linux-arm64-musl@npm:21.2.3": + version: 21.2.3 + resolution: "@nx/nx-linux-arm64-musl@npm:21.2.3" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@nx/nx-linux-x64-gnu@npm:21.0.3": - version: 21.0.3 - resolution: "@nx/nx-linux-x64-gnu@npm:21.0.3" +"@nx/nx-linux-x64-gnu@npm:21.2.3": + version: 21.2.3 + resolution: "@nx/nx-linux-x64-gnu@npm:21.2.3" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@nx/nx-linux-x64-musl@npm:21.0.3": - version: 21.0.3 - resolution: "@nx/nx-linux-x64-musl@npm:21.0.3" +"@nx/nx-linux-x64-musl@npm:21.2.3": + version: 21.2.3 + resolution: "@nx/nx-linux-x64-musl@npm:21.2.3" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@nx/nx-win32-arm64-msvc@npm:21.0.3": - version: 21.0.3 - resolution: "@nx/nx-win32-arm64-msvc@npm:21.0.3" +"@nx/nx-win32-arm64-msvc@npm:21.2.3": + version: 21.2.3 + resolution: "@nx/nx-win32-arm64-msvc@npm:21.2.3" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@nx/nx-win32-x64-msvc@npm:21.0.3": - version: 21.0.3 - resolution: "@nx/nx-win32-x64-msvc@npm:21.0.3" +"@nx/nx-win32-x64-msvc@npm:21.2.3": + version: 21.2.3 + resolution: "@nx/nx-win32-x64-msvc@npm:21.2.3" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@nx/vite@npm:21.0.3": - version: 21.0.3 - resolution: "@nx/vite@npm:21.0.3" +"@nx/vite@npm:21.2.3": + version: 21.2.3 + resolution: "@nx/vite@npm:21.2.3" dependencies: - "@nx/devkit": 21.0.3 - "@nx/js": 21.0.3 + "@nx/devkit": 21.2.3 + "@nx/js": 21.2.3 "@phenomnomnominal/tsquery": ~5.0.1 "@swc/helpers": ~0.5.0 + ajv: ^8.0.0 enquirer: ~2.3.6 picomatch: 4.0.2 semver: ^7.6.3 @@ -4497,23 +4498,23 @@ __metadata: peerDependencies: vite: ^5.0.0 || ^6.0.0 vitest: ^1.3.1 || ^2.0.0 || ^3.0.0 - checksum: 4195276b94cfd310650d5fd68172e00a025b2df75424f1e930923a8703178bc8c1887d3d3854cd4cad2b5b15d70ed4331b9f2aadfba1d172f2d33bc49f098e36 + checksum: cc274da699980816d52927ac037e9f206978853fc4d97c98a08eef8ae542b8ec392e19cf39a2c66889da392853d1553f2179dd8fb223833b3729dcfd8cd68e75 languageName: node linkType: hard -"@nx/workspace@npm:21.0.3": - version: 21.0.3 - resolution: "@nx/workspace@npm:21.0.3" +"@nx/workspace@npm:21.2.3": + version: 21.2.3 + resolution: "@nx/workspace@npm:21.2.3" dependencies: - "@nx/devkit": 21.0.3 + "@nx/devkit": 21.2.3 "@zkochan/js-yaml": 0.0.7 chalk: ^4.1.0 enquirer: ~2.3.6 - nx: 21.0.3 + nx: 21.2.3 picomatch: 4.0.2 tslib: ^2.3.0 yargs-parser: 21.1.1 - checksum: 20c4051faa3a61c28acd8578b04afb4e991da23b382ff8e70aa907d88ea2f553e4b39759a21da893fdf36814ce809a1dce97fc95683576cfb37bf7278f38efc9 + checksum: 6381eb146a0b9b4786452161f7179fcb5f1301b2aa0608ab522b02a0a8e73cdf80097ba68f454dbea94aae31c3b2eb7b23572152fb6cfb6df31b1d6f5a42b4f2 languageName: node linkType: hard @@ -6154,10 +6155,10 @@ __metadata: "@eslint/compat": ^1.2.4 "@eslint/eslintrc": ^3.2.0 "@eslint/js": ^9.26.0 - "@nx/devkit": 21.0.3 - "@nx/js": 21.0.3 - "@nx/vite": 21.0.3 - "@nx/workspace": 21.0.3 + "@nx/devkit": 21.2.3 + "@nx/js": 21.2.3 + "@nx/vite": 21.2.3 + "@nx/workspace": 21.2.3 "@swc/core": ^1.4.12 "@types/debug": ^4.1.12 "@types/eslint-plugin-jsx-a11y": ^6.10.0 @@ -6193,7 +6194,7 @@ __metadata: knip: ^5.41.1 lint-staged: ^15.2.2 markdownlint-cli: ^0.44.0 - nx: 21.0.3 + nx: 21.2.3 prettier: 3.5.0 rimraf: ^5.0.5 semver: 7.7.0 @@ -15289,21 +15290,21 @@ __metadata: languageName: node linkType: hard -"nx@npm:21.0.3": - version: 21.0.3 - resolution: "nx@npm:21.0.3" +"nx@npm:21.2.3": + version: 21.2.3 + resolution: "nx@npm:21.2.3" dependencies: "@napi-rs/wasm-runtime": 0.2.4 - "@nx/nx-darwin-arm64": 21.0.3 - "@nx/nx-darwin-x64": 21.0.3 - "@nx/nx-freebsd-x64": 21.0.3 - "@nx/nx-linux-arm-gnueabihf": 21.0.3 - "@nx/nx-linux-arm64-gnu": 21.0.3 - "@nx/nx-linux-arm64-musl": 21.0.3 - "@nx/nx-linux-x64-gnu": 21.0.3 - "@nx/nx-linux-x64-musl": 21.0.3 - "@nx/nx-win32-arm64-msvc": 21.0.3 - "@nx/nx-win32-x64-msvc": 21.0.3 + "@nx/nx-darwin-arm64": 21.2.3 + "@nx/nx-darwin-x64": 21.2.3 + "@nx/nx-freebsd-x64": 21.2.3 + "@nx/nx-linux-arm-gnueabihf": 21.2.3 + "@nx/nx-linux-arm64-gnu": 21.2.3 + "@nx/nx-linux-arm64-musl": 21.2.3 + "@nx/nx-linux-x64-gnu": 21.2.3 + "@nx/nx-linux-x64-musl": 21.2.3 + "@nx/nx-win32-arm64-msvc": 21.2.3 + "@nx/nx-win32-x64-msvc": 21.2.3 "@yarnpkg/lockfile": ^1.1.0 "@yarnpkg/parsers": 3.0.2 "@zkochan/js-yaml": 0.0.7 @@ -15370,7 +15371,7 @@ __metadata: bin: nx: bin/nx.js nx-cloud: bin/nx-cloud.js - checksum: 9b3ae238d5df6265bff3430e4e0680762fc3236fb2cd3aed4d3177f64f12586fa19aa8dc4f60f9f5674fb035c46dcf6e0dcad3744d717e84f4a70775aaa10d1b + checksum: faaef03d763f6da739f8108c3f8fe4ad5dd30926d15b279508266e8a272164b5d53598fb3ff5b636ee665bb8e9782ccc2a3134cb6c977b577c5c16d5f20722bd languageName: node linkType: hard 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