AAE-40641 Upgarde Nx Workspace to latest (v22) (#11440)

This commit is contained in:
Denys Vuika
2025-12-08 12:34:33 +00:00
committed by GitHub
parent c89b5e23b8
commit ab0cb46065
6 changed files with 7111 additions and 6839 deletions
+2
View File
@@ -22,3 +22,5 @@ desktop.ini
.nx
nxcache
.husky
.cursor/rules/nx-rules.mdc
.github/instructions/nx.instructions.md
-1
View File
@@ -30,7 +30,6 @@
"outputPath": "dist/libs/core/schematics/migrations",
"main": "lib/core/schematics/migrations/index.ts",
"tsConfig": "lib/core/tsconfig.schematics.json",
"externalBuildTargets": ["build-schematics"],
"assets": ["lib/core/schematics/migrations/collection.json"]
}
},
+7 -7
View File
@@ -4,6 +4,7 @@
"sourceRoot": "lib/js-api",
"projectType": "library",
"prefix": "adf",
"tags": [],
"targets": {
"build": {
"executor": "@nx/js:tsc",
@@ -12,8 +13,7 @@
"options": {
"outputPath": "dist/libs/js-api/typings",
"main": "lib/js-api/src/index.ts",
"tsConfig": "lib/js-api/tsconfig/tsconfig.types.json",
"externalBuildTargets": ["build"]
"tsConfig": "lib/js-api/tsconfig/tsconfig.types.json"
},
"configurations": {
"test": {
@@ -108,9 +108,9 @@
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "lib/js-api/jest.config.ts",
"passWithNoTests": true
}}
},
"tags": []
"jestConfig": "lib/js-api/jest.config.ts",
"passWithNoTests": true
}
}
}
}
+2 -11
View File
@@ -25,17 +25,8 @@
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [
"{workspaceRoot}/angular.json",
"{workspaceRoot}/e2e/protractor.excludes.json",
"{workspaceRoot}/e2e/protractor.conf.js"
],
"production": [
"default",
"!{projectRoot}/**/*.spec.[jt]s",
"!{projectRoot}/tsconfig.spec.json",
"!{projectRoot}/karma.conf.js"
]
"sharedGlobals": ["{workspaceRoot}/angular.json", "{workspaceRoot}/e2e/protractor.excludes.json", "{workspaceRoot}/e2e/protractor.conf.js"],
"production": ["default", "!{projectRoot}/**/*.spec.[jt]s", "!{projectRoot}/tsconfig.spec.json", "!{projectRoot}/karma.conf.js"]
},
"cacheDirectory": "nxcache",
"defaultBase": "develop"
+7090 -6810
View File
File diff suppressed because it is too large Load Diff
+10 -10
View File
@@ -51,7 +51,7 @@
"@cspell/eslint-plugin": "8.16.1",
"@mat-datetimepicker/core": "15.0.2",
"@ngx-translate/core": "^16.0.4",
"@nx/webpack": "20.8.0",
"@nx/webpack": "22.1.3",
"angular-oauth2-oidc": "17.0.2",
"angular-oauth2-oidc-jwks": "^17.0.2",
"apollo-angular": "10.0.3",
@@ -83,11 +83,11 @@
"@angular-eslint/eslint-plugin-template": "19.3.0",
"@angular-eslint/template-parser": "19.3.0",
"@angular/compiler-cli": "19.2.17",
"@nx/angular": "21.4.1",
"@nx/eslint-plugin": "20.8.0",
"@nx/js": "20.8.0",
"@nx/node": "20.8.0",
"@nx/workspace": "20.8.0",
"@nx/angular": "22.1.3",
"@nx/eslint-plugin": "22.1.3",
"@nx/js": "22.1.3",
"@nx/node": "22.1.3",
"@nx/workspace": "22.1.3",
"@schematics/angular": "19.2.7",
"@types/ejs": "^3.1.5",
"@types/jasmine": "4.0.3",
@@ -118,7 +118,7 @@
"graphql": "^16.9.0",
"husky": "^9.1.7",
"jasmine-ajax": "4.0.0",
"jasmine-core": "5.4.0",
"jasmine-core": "5.13.0",
"jasmine-reporters": "^2.5.2",
"jasmine-spec-reporter": "7.0.0",
"jest": "^29.7.0",
@@ -138,7 +138,7 @@
"moment": "^2.29.4",
"ng-packagr": "19.2.2",
"nock": "13.5.5",
"nx": "20.8.2",
"nx": "22.1.3",
"prettier": "3.6.2",
"rimraf": "^6.1.2",
"sass-loader": "16.0.5",
@@ -146,8 +146,8 @@
"stylelint": "16.20.0",
"stylelint-config-standard-scss": "^13.1.0",
"ts-node": "^10.9.2",
"typescript": "5.8.2",
"webpack": "5.98.0",
"typescript": "5.8.3",
"webpack": "5.101.3",
"webpack-cli": "^5.1.4"
},
"license": "Apache-2.0",