Skip to content

Commit 3e096bb

Browse files
feat!: migrate to Angular 19
1 parent 72b5a95 commit 3e096bb

File tree

57 files changed

+6487
-6240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+6487
-6240
lines changed

.github/workflows/ci_test_core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
working-directory: projects/core
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[20, 22]'
26+
node-versions: '[22]'
2727
lint: true
2828
test: true
2929

.github/workflows/ci_test_date-picker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/date-picker
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[20, 22]'
26+
node-versions: '[22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_layout.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/layout
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[20, 22]'
26+
node-versions: '[22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_list-loader.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/list-loader
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[20, 22]'
26+
node-versions: '[22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_message-box-dialog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/message-box-dialog
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[20, 22]'
26+
node-versions: '[22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_message-box.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
working-directory: projects/message-box
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[20, 22]'
26+
node-versions: '[22]'
2727
lint: true
2828
test: true
2929

.github/workflows/ci_test_numeric-stepper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/numeric-stepper
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[20, 22]'
26+
node-versions: '[22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_overlay.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/overlay
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[20, 22]'
26+
node-versions: '[22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_search-container.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/search-container
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[20, 22]'
26+
node-versions: '[22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_sidenav.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
working-directory: projects/sidenav
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[20, 22]'
26+
node-versions: '[22]'
2727
lint: true
2828
test: true
2929

.github/workflows/ci_test_snackbar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
working-directory: projects/snackbar
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[20, 22]'
26+
node-versions: '[22]'
2727
lint: true
2828
test: true
2929

.github/workflows/ci_test_splitter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/splitter
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[20, 22]'
26+
node-versions: '[22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_status.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/status
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[20, 22]'
26+
node-versions: '[22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_time-picker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/time-picker
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[20, 22]'
26+
node-versions: '[22]'
2727
lint: true
2828
test: true

.github/workflows/ci_test_tooltip.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
working-directory: projects/tooltip
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[20, 22]'
26+
node-versions: '[22]'
2727
lint: true
2828
test: true
2929

.github/workflows/ci_test_user-card.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
working-directory: projects/user-card
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[20, 22]'
26+
node-versions: '[22]'
2727
lint: true
2828
test: true
2929

.github/workflows/ci_test_user-tooltip.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
working-directory: projects/user-tooltip
2525
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26-
node-versions: '[20, 22]'
26+
node-versions: '[22]'
2727
lint: true
2828
test: true

angular.json

-102
Original file line numberDiff line numberDiff line change
@@ -3,108 +3,6 @@
33
"version": 1,
44
"newProjectRoot": "projects",
55
"projects": {
6-
"demo-app": {
7-
"projectType": "application",
8-
"schematics": {
9-
"@schematics/angular:component": {
10-
"style": "scss"
11-
}
12-
},
13-
"root": "projects/demo-app",
14-
"sourceRoot": "projects/demo-app/src",
15-
"prefix": "app",
16-
"architect": {
17-
"build": {
18-
"builder": "@angular-devkit/build-angular:browser",
19-
"options": {
20-
"outputPath": "dist/demo-app",
21-
"index": "projects/demo-app/src/index.html",
22-
"main": "projects/demo-app/src/main.ts",
23-
"polyfills": "projects/demo-app/src/polyfills.ts",
24-
"tsConfig": "projects/demo-app/tsconfig.app.json",
25-
"inlineStyleLanguage": "scss",
26-
"assets": [
27-
"projects/demo-app/src/favicon.ico",
28-
"projects/demo-app/src/assets"
29-
],
30-
"styles": [
31-
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
32-
"projects/demo-app/src/styles.scss"
33-
],
34-
"scripts": []
35-
},
36-
"configurations": {
37-
"production": {
38-
"budgets": [
39-
{
40-
"type": "initial",
41-
"maximumWarning": "500kb",
42-
"maximumError": "1mb"
43-
},
44-
{
45-
"type": "anyComponentStyle",
46-
"maximumWarning": "2kb",
47-
"maximumError": "4kb"
48-
}
49-
],
50-
"fileReplacements": [
51-
{
52-
"replace": "projects/demo-app/src/environments/environment.ts",
53-
"with": "projects/demo-app/src/environments/environment.prod.ts"
54-
}
55-
],
56-
"outputHashing": "all"
57-
},
58-
"development": {
59-
"buildOptimizer": false,
60-
"optimization": false,
61-
"vendorChunk": true,
62-
"extractLicenses": false,
63-
"sourceMap": true,
64-
"namedChunks": true
65-
}
66-
},
67-
"defaultConfiguration": "production"
68-
},
69-
"serve": {
70-
"builder": "@angular-devkit/build-angular:dev-server",
71-
"configurations": {
72-
"production": {
73-
"buildTarget": "demo-app:build:production"
74-
},
75-
"development": {
76-
"buildTarget": "demo-app:build:development"
77-
}
78-
},
79-
"defaultConfiguration": "development"
80-
},
81-
"extract-i18n": {
82-
"builder": "@angular-devkit/build-angular:extract-i18n",
83-
"options": {
84-
"buildTarget": "demo-app:build"
85-
}
86-
},
87-
"test": {
88-
"builder": "@angular-devkit/build-angular:karma",
89-
"options": {
90-
"main": "projects/demo-app/src/test.ts",
91-
"polyfills": "projects/demo-app/src/polyfills.ts",
92-
"tsConfig": "projects/demo-app/tsconfig.spec.json",
93-
"karmaConfig": "projects/demo-app/karma.conf.js",
94-
"inlineStyleLanguage": "scss",
95-
"assets": [
96-
"projects/demo-app/src/favicon.ico",
97-
"projects/demo-app/src/assets"
98-
],
99-
"styles": [
100-
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
101-
"projects/demo-app/src/styles.scss"
102-
],
103-
"scripts": []
104-
}
105-
}
106-
}
107-
},
1086
"story-book": {
1097
"projectType": "library",
1108
"root": "projects/story-book",

0 commit comments

Comments
 (0)