NIFI-13956: Upgrading Angular, Angular build tools, and nx. (#9479)

This commit is contained in:
Matt Gilman 2024-11-05 12:24:05 -05:00 committed by GitHub
parent a20eaa9a40
commit c5a5140ff8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1153 additions and 4517 deletions

View File

@ -15,8 +15,8 @@
* limitations under the License.
*/
import { getJestProjects } from '@nx/jest';
import { getJestProjectsAsync } from '@nx/jest';
export default {
projects: getJestProjects()
};
export default async () => ({
projects: await getJestProjectsAsync()
});

View File

@ -77,5 +77,6 @@
"@nx/angular:component": {
"style": "scss"
}
}
},
"useLegacyCache": true
}

File diff suppressed because it is too large Load Diff

View File

@ -15,16 +15,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.8",
"@angular/cdk": "18.2.8",
"@angular/common": "18.2.8",
"@angular/compiler": "18.2.8",
"@angular/core": "18.2.8",
"@angular/forms": "18.2.8",
"@angular/material": "18.2.8",
"@angular/platform-browser": "18.2.8",
"@angular/platform-browser-dynamic": "18.2.8",
"@angular/router": "18.2.8",
"@angular/animations": "18.2.10",
"@angular/cdk": "18.2.10",
"@angular/common": "18.2.10",
"@angular/compiler": "18.2.10",
"@angular/core": "18.2.10",
"@angular/forms": "18.2.10",
"@angular/material": "18.2.10",
"@angular/platform-browser": "18.2.10",
"@angular/platform-browser-dynamic": "18.2.10",
"@angular/router": "18.2.10",
"@ctrl/ngx-codemirror": "^7.0.0",
"@fontsource/inter": "^5.1.0",
"@ngrx/effects": "18.0.2",
@ -53,22 +53,22 @@
},
"devDependencies": {
"@angular-builders/jest": "^18.0.0",
"@angular-devkit/build-angular": "18.2.8",
"@angular-devkit/core": "18.2.8",
"@angular-devkit/schematics": "18.2.8",
"@angular-devkit/build-angular": "18.2.11",
"@angular-devkit/core": "18.2.11",
"@angular-devkit/schematics": "18.2.11",
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/build": "18.2.8",
"@angular/cli": "~18.2.8",
"@angular/compiler-cli": "18.2.8",
"@angular/build": "18.2.10",
"@angular/cli": "~18.2.10",
"@angular/compiler-cli": "18.2.10",
"@happy-dom/jest-environment": "^14.10.1",
"@nx/angular": "19.8.4",
"@nx/eslint": "19.8.4",
"@nx/eslint-plugin": "19.8.4",
"@nx/jest": "19.8.4",
"@nx/workspace": "19.8.4",
"@schematics/angular": "18.2.4",
"@nx/angular": "20.0.7",
"@nx/eslint": "20.0.7",
"@nx/eslint-plugin": "20.0.7",
"@nx/jest": "20.0.7",
"@nx/workspace": "20.0.7",
"@schematics/angular": "18.2.11",
"@types/codemirror": "^5.60.15",
"@types/d3": "^7.4.3",
"@types/humanize-duration": "^3.27.3",
@ -89,7 +89,7 @@
"jest-preset-angular": "14.1.1",
"ng-mocks": "^14.12.2",
"ng-packagr": "18.2.1",
"nx": "19.8.4",
"nx": "20.0.7",
"postcss": "^8.4.32",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.6",