Skip to content

Commit eede25e

Browse files
committed
updated modules base test project to v20
1 parent e9b06ee commit eede25e

19 files changed

+52
-26
lines changed

test-angular-versions/v19/README.md renamed to test-angular-versions/v20/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# V19
1+
# v20
22

33
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.0.5.
44

test-angular-versions/v19/angular.json renamed to test-angular-versions/v20/angular.json

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"newProjectRoot": "projects",
88
"projects": {
9-
"v19": {
9+
"v20": {
1010
"projectType": "application",
1111
"schematics": {
1212
"@schematics/angular:class": {
@@ -39,9 +39,9 @@
3939
"prefix": "app",
4040
"architect": {
4141
"build": {
42-
"builder": "@angular-devkit/build-angular:application",
42+
"builder": "@angular/build:application",
4343
"options": {
44-
"outputPath": "dist/v19",
44+
"outputPath": "dist/v20",
4545
"index": "src/index.html",
4646
"browser": "src/main.ts",
4747
"polyfills": [
@@ -84,22 +84,22 @@
8484
"defaultConfiguration": "production"
8585
},
8686
"serve": {
87-
"builder": "@angular-devkit/build-angular:dev-server",
87+
"builder": "@angular/build:dev-server",
8888
"configurations": {
8989
"production": {
90-
"buildTarget": "v19:build:production"
90+
"buildTarget": "v20:build:production"
9191
},
9292
"development": {
93-
"buildTarget": "v19:build:development"
93+
"buildTarget": "v20:build:development"
9494
}
9595
},
9696
"defaultConfiguration": "development"
9797
},
9898
"extract-i18n": {
99-
"builder": "@angular-devkit/build-angular:extract-i18n"
99+
"builder": "@angular/build:extract-i18n"
100100
},
101101
"test": {
102-
"builder": "@angular-devkit/build-angular:karma",
102+
"builder": "@angular/build:karma",
103103
"options": {
104104
"polyfills": [
105105
"zone.js",
@@ -120,5 +120,31 @@
120120
}
121121
}
122122
}
123+
},
124+
"schematics": {
125+
"@schematics/angular:component": {
126+
"type": "component"
127+
},
128+
"@schematics/angular:directive": {
129+
"type": "directive"
130+
},
131+
"@schematics/angular:service": {
132+
"type": "service"
133+
},
134+
"@schematics/angular:guard": {
135+
"typeSeparator": "."
136+
},
137+
"@schematics/angular:interceptor": {
138+
"typeSeparator": "."
139+
},
140+
"@schematics/angular:module": {
141+
"typeSeparator": "."
142+
},
143+
"@schematics/angular:pipe": {
144+
"typeSeparator": "."
145+
},
146+
"@schematics/angular:resolver": {
147+
"typeSeparator": "."
148+
}
123149
}
124150
}

test-angular-versions/v19/package.json renamed to test-angular-versions/v20/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "v19",
2+
"name": "v20",
33
"version": "0.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
77
"build": "ng build",
88
"watch": "ng build --watch --configuration development",
99
"test": "npm run test:dev && npm run test:prod",
10-
"test:dev": "ng build --configuration development && cypress-runner run --path dist/v19/browser",
11-
"test:prod": "ng build --configuration production && cypress-runner run --path dist/v19/browser"
10+
"test:dev": "ng build --configuration development && cypress-runner run --path dist/v20/browser",
11+
"test:prod": "ng build --configuration production && cypress-runner run --path dist/v20/browser"
1212
},
1313
"private": true,
1414
"dependencies": {
15-
"@angular/animations": "^19.0.5",
16-
"@angular/common": "^19.0.5",
17-
"@angular/compiler": "^19.0.5",
18-
"@angular/core": "^19.0.5",
19-
"@angular/forms": "^19.0.5",
20-
"@angular/platform-browser": "^19.0.5",
21-
"@angular/platform-browser-dynamic": "^19.0.5",
22-
"@angular/router": "^19.0.5",
15+
"@angular/animations": "^20.1.6",
16+
"@angular/common": "^20.1.6",
17+
"@angular/compiler": "^20.1.6",
18+
"@angular/core": "^20.1.6",
19+
"@angular/forms": "^20.1.6",
20+
"@angular/platform-browser": "^20.1.6",
21+
"@angular/platform-browser-dynamic": "^20.1.6",
22+
"@angular/router": "^20.1.6",
2323
"rxjs": "~7.8.0",
2424
"tslib": "^2.3.0",
2525
"zone.js": "~0.15.0",
@@ -29,17 +29,17 @@
2929
"@uirouter/rx": "*"
3030
},
3131
"devDependencies": {
32-
"@angular-devkit/build-angular": "^19.0.6",
33-
"@angular/cli": "^19.0.6",
34-
"@angular/compiler-cli": "^19.0.5",
32+
"@angular/build": "^20.1.5",
33+
"@angular/cli": "^20.1.5",
34+
"@angular/compiler-cli": "^20.1.6",
3535
"@types/jasmine": "~5.1.0",
3636
"jasmine-core": "~5.1.0",
3737
"karma": "~6.4.0",
3838
"karma-chrome-launcher": "~3.2.0",
3939
"karma-coverage": "~2.2.0",
4040
"karma-jasmine": "~5.1.0",
4141
"karma-jasmine-html-reporter": "~2.1.0",
42-
"typescript": "~5.6.3"
42+
"typescript": "~5.8.3"
4343
},
4444
"checkPeerDependencies": {
4545
"ignore": [

0 commit comments

Comments
 (0)