AAE-49807 Upgrade Nx Workspace to v23 (#12142)

This commit is contained in:
Denys Vuika
2026-08-07 14:39:36 +01:00
committed by GitHub
parent 2a873d7a06
commit 015fa82e36
3 changed files with 752 additions and 846 deletions
+8 -2
View File
@@ -47,7 +47,12 @@
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": ["{workspaceRoot}/package.json", "{workspaceRoot}/angular.json", "{workspaceRoot}/e2e/protractor.excludes.json", "{workspaceRoot}/e2e/protractor.conf.js"],
"sharedGlobals": [
"{workspaceRoot}/package.json",
"{workspaceRoot}/angular.json",
"{workspaceRoot}/e2e/protractor.excludes.json",
"{workspaceRoot}/e2e/protractor.conf.js"
],
"production": [
"default",
"!{projectRoot}/.storybook/**/*",
@@ -60,5 +65,6 @@
},
"cacheDirectory": "nxcache",
"defaultBase": "develop",
"analytics": false
"analytics": false,
"neverConnectToCloud": true
}
+6 -6
View File
@@ -89,11 +89,11 @@
"@eslint/config-helpers": "^0.7.0",
"@eslint/eslintrc": "^3.3.6",
"@eslint/js": "~10.0.1",
"@nx/angular": "22.7.4",
"@nx/eslint-plugin": "22.7.4",
"@nx/js": "22.7.7",
"@nx/storybook": "22.7.7",
"@nx/workspace": "22.7.7",
"@nx/angular": "23.1.1",
"@nx/eslint-plugin": "23.1.1",
"@nx/js": "23.1.1",
"@nx/storybook": "23.1.1",
"@nx/workspace": "23.1.1",
"@schematics/angular": "20.3.32",
"@storybook/addon-themes": "10.4.0",
"@storybook/angular": "10.4.0",
@@ -129,7 +129,7 @@
"karma-jasmine-html-reporter": "2.2.0",
"lint-staged": "17.2.0",
"ng-packagr": "20.3.2",
"nx": "22.7.7",
"nx": "23.1.1",
"prettier": "3.9.6",
"react": "19.2.6",
"react-dom": "19.2.6",
+738 -838
View File
File diff suppressed because it is too large Load Diff