Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ACS-6849][ACA] Upgrade to Angular 17 #4275

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
ee4ba0e
[ACS-6849][ACA] Upgrade to Angular 17
dominikiwanekhyland Dec 2, 2024
e5a69b2
[ACS-9049] [ACA] - Sidebar is missing panels and has broken styles (#…
dominikiwanekhyland Dec 4, 2024
8db76c8
[ACA] - 'Manage permission' edit properties inputs have background on…
dominikiwanekhyland Dec 5, 2024
6dc3169
[ACS-9068] [ACA] - Pipeline changes enabling packagage release (#4295)
dominikiwanekhyland Dec 9, 2024
f294489
[ACS-9068] [ACA] - Pipeline changes enabling packagage release
dominikiwanekhyland Dec 11, 2024
39c8886
[ACS-9068] [ACA] - Pipeline changes enabling packagage release
dominikiwanekhyland Dec 11, 2024
05968dd
[ACS-9068] [ACA] - Pipeline changes enabling packagage release
dominikiwanekhyland Dec 11, 2024
7bd903e
[ACS-9068] [ACA] - Pipeline changes enabling packagage release
dominikiwanekhyland Dec 11, 2024
5df081f
[ACS-9068] [ACA] - Pipeline changes enabling packagage release
dominikiwanekhyland Dec 11, 2024
d948364
[ACS-9075] Fixed incorrect buttons labels color (#4303)
AleksanderSklorz Dec 12, 2024
be29ff4
[ACS-9076] Fixed colors for text in navigation buttons (#4307)
AleksanderSklorz Dec 16, 2024
51f3f63
[ACS-9068] [ACA] - Pipeline changes enabling packagage release
dominikiwanekhyland Dec 18, 2024
2b4f922
[ACS-9068] [ACA] - Pipeline changes enabling packagage release
dominikiwanekhyland Dec 18, 2024
14ae82d
[ACS-9068] [ACA] - Pipeline changes enabling packagage release
dominikiwanekhyland Dec 18, 2024
c3d9e50
[ACS-9068] [ACA] - Pipeline changes enabling packagage release
dominikiwanekhyland Dec 19, 2024
d241705
[ACS-9089] NG17 - Fix library metadata form field height (#4311)
nikita-web-ua Dec 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e/playwright/navigation/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"parserOptions": {
"project": [
"e2e/playwright/authentication/tsconfig.e2e.json"
"e2e/playwright/navigation/tsconfig.e2e.json"
],
"createDefaultProgram": true
},
Expand Down
125 changes: 120 additions & 5 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,126 @@
{
"migrations": [
{
"description": "Update alfresco-api imports",
"version": "6.10.0-10366268804",
"factory": "./7_0_0/index#updateAlfrescoApiImports",
"package": "@alfresco/adf-core",
"name": "move-out-alfresco-api"
"cli": "nx",
"version": "17.1.0-beta.5",
"requires": { "@angular/core": ">=17.0.0" },
"description": "Update the @angular/cli package version to ~17.0.0.",
"factory": "./src/migrations/update-17-1-0/update-angular-cli",
"package": "@nx/angular",
"name": "update-angular-cli-version-17-0-0"
},
{
"cli": "nx",
"version": "17.1.0-beta.5",
"requires": { "@angular/core": ">=17.0.0" },
"description": "Rename 'browserTarget' to 'buildTarget'.",
"factory": "./src/migrations/update-17-1-0/browser-target-to-build-target",
"package": "@nx/angular",
"name": "rename-browser-target-to-build-target"
},
{
"cli": "nx",
"version": "17.1.0-beta.5",
"requires": { "@angular/core": ">=17.0.0" },
"description": "Replace usages of '@nguniversal/builders' with '@angular-devkit/build-angular'.",
"factory": "./src/migrations/update-17-1-0/replace-nguniversal-builders",
"package": "@nx/angular",
"name": "replace-nguniversal-builders"
},
{
"cli": "nx",
"version": "17.1.0-beta.5",
"requires": { "@angular/core": ">=17.0.0" },
"description": "Replace usages of '@nguniversal/' packages with '@angular/ssr'.",
"factory": "./src/migrations/update-17-1-0/replace-nguniversal-engines",
"package": "@nx/angular",
"name": "replace-nguniversal-engines"
},
{
"cli": "nx",
"version": "17.1.0-beta.5",
"requires": { "@angular/core": ">=17.0.0" },
"description": "Replace the deep imports from 'zone.js/dist/zone' and 'zone.js/dist/zone-testing' with 'zone.js' and 'zone.js/testing'.",
"factory": "./src/migrations/update-17-1-0/update-zone-js-deep-import",
"package": "@nx/angular",
"name": "update-zone-js-deep-import"
},
{
"cli": "nx",
"version": "17.2.0-beta.2",
"description": "Rename '@nx/angular:webpack-dev-server' executor to '@nx/angular:dev-server'",
"factory": "./src/migrations/update-17-2-0/rename-webpack-dev-server",
"package": "@nx/angular",
"name": "rename-webpack-dev-server-executor"
},
{
"cli": "nx",
"version": "17.3.0-beta.10",
"requires": { "@angular/core": ">=17.1.0" },
"description": "Update the @angular/cli package version to ~17.1.0.",
"factory": "./src/migrations/update-17-3-0/update-angular-cli",
"package": "@nx/angular",
"name": "update-angular-cli-version-17-1-0"
},
{
"cli": "nx",
"version": "17.3.0-beta.10",
"requires": { "@angular/core": ">=17.1.0" },
"description": "Add 'browser-sync' as dev dependency when '@angular-devkit/build-angular:ssr-dev-server' or '@nx/angular:module-federation-dev-ssr' is used.",
"factory": "./src/migrations/update-17-3-0/add-browser-sync-dependency",
"package": "@nx/angular",
"name": "add-browser-sync-dependency"
},
{
"cli": "nx",
"version": "17.3.0-beta.10",
"requires": { "@angular/core": ">=17.1.0" },
"description": "Add 'autoprefixer' as dev dependency when '@nx/angular:ng-packagr-lite' or '@nx/angular:package` is used.",
"factory": "./src/migrations/update-17-3-0/add-autoprefixer-dependency",
"package": "@nx/angular",
"name": "add-autoprefixer-dependency"
},
{
"version": "17.0.0",
"description": "Angular v17 introduces a new control flow syntax that uses the @ and } characters. This migration replaces the existing usages with their corresponding HTML entities.",
"factory": "./migrations/block-template-entities/bundle",
"package": "@angular/core",
"name": "block-template-entities"
},
{
"version": "17.0.0",
"description": "CompilerOption.useJit and CompilerOption.missingTranslation are unused under Ivy. This migration removes their usage",
"factory": "./migrations/compiler-options/bundle",
"package": "@angular/core",
"name": "migration-v17-compiler-options"
},
{
"version": "17.0.0",
"description": "Updates `TransferState`, `makeStateKey`, `StateKey` imports from `@angular/platform-browser` to `@angular/core`.",
"factory": "./migrations/transfer-state/bundle",
"package": "@angular/core",
"name": "migration-transfer-state"
},
{
"version": "17.0.0-0",
"description": "Updates Angular Material to v17",
"factory": "./ng-update/index_bundled#updateToV17",
"package": "@angular/material",
"name": "migration-v17"
},
{
"version": "17.0.0-0",
"description": "Updates the Angular CDK to v17",
"factory": "./ng-update/index#updateToV17",
"package": "@angular/cdk",
"name": "migration-v17"
},
{
"description": "The road to v17-beta.1",
"version": "17.0.0-beta",
"factory": "./17_0_0-beta/index",
"package": "@ngrx/store-devtools",
"name": "ngrx-store-devtools-migration-17-0-0-beta"
}
]
}
Loading