Update Angular to v17 (#233)

* Update node.js to 20.11.0
Update Typescript to 5.3.3
Update zone.js to 0.14.3
This commit is contained in:
Simon
2024-01-28 19:44:51 +01:00
committed by GitHub
parent d4a2e2e934
commit 856b634f15
4 changed files with 2175 additions and 2640 deletions
+4 -4
View File
@@ -69,11 +69,11 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "frontend:build:production"
"buildTarget": "frontend:build:production"
},
"development": {
"browserTarget": "frontend:build:development",
"proxyConfig": "src/proxy.conf.json"
"proxyConfig": "src/proxy.conf.json",
"buildTarget": "frontend:build:development"
}
},
"defaultConfiguration": "development"
@@ -81,7 +81,7 @@
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "frontend:build"
"buildTarget": "frontend:build"
}
},
"test": {
+2154 -2620
View File
File diff suppressed because it is too large Load Diff
+14 -14
View File
@@ -10,27 +10,27 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.8",
"@angular/animations": "^17.1.1",
"@angular/cdk": "^16.2.7",
"@angular/common": "^16.2.8",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.8",
"@angular/forms": "^16.2.12",
"@angular/common": "^17.1.1",
"@angular/compiler": "^17.1.1",
"@angular/core": "^17.1.1",
"@angular/forms": "^17.1.1",
"@angular/material": "^16.2.9",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.11",
"@angular/platform-browser": "^17.1.1",
"@angular/platform-browser-dynamic": "^17.1.1",
"@angular/router": "^17.1.1",
"@angular/youtube-player": "^16.2.7",
"@ngbracket/ngx-layout": "^16.1.3",
"mat-table-filter": "^15.0.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.13.3"
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.5",
"@angular/cli": "~16.2.8",
"@angular/compiler-cli": "^16.2.8",
"@angular-devkit/build-angular": "^17.1.1",
"@angular/cli": "~17.1.1",
"@angular/compiler-cli": "^17.1.1",
"@types/jasmine": "~5.1.2",
"jasmine-core": "~4.6.0",
"karma": "~6.4.2",
@@ -38,6 +38,6 @@
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "^5.1.6"
"typescript": "^5.3.3"
}
}
}
+3 -2
View File
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>gameyfin</artifactId>
<groupId>de.grimsi</groupId>
@@ -49,7 +50,7 @@
<goal>install-node-and-npm</goal>
</goals>
<configuration>
<nodeVersion>v20.8.1</nodeVersion>
<nodeVersion>v20.11.0</nodeVersion>
</configuration>
</execution>