Skip to content

Commit 113f572

Browse files
committed
fix(simulator-ui): upgrade to angular 20
1 parent 9bf519d commit 113f572

File tree

109 files changed

+4562
-4585
lines changed

Some content is hidden

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

109 files changed

+4562
-4585
lines changed

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: true
4242
matrix:
43-
node-version: [ 22 ]
43+
node-version: [ 22, 24 ]
4444
os: [ ubuntu-latest ]
4545
runs-on: ${{ matrix.os }}
4646
steps:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<!-- see https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-logging/3.5.8 -->
4040
<logback.classic.version>1.5.21</logback.classic.version>
4141

42-
<node.version>v22.4.1</node.version>
43-
<npm.version>10.8.1</npm.version>
42+
<node.version>v22.21.1</node.version>
43+
<npm.version>10.9.4</npm.version>
4444

4545
<skip.gpg>false</skip.gpg>
4646
<reuseForks>true</reuseForks>

simulator-ui/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"outputPath": "target/classes/static/simulator-ui",
2727
"index": "src/main/webapp/index.html",
2828
"main": "src/main/webapp/main.ts",
29-
"polyfills": ["zone.js"],
29+
"polyfills": ["@angular/localize/init"],
3030
"tsConfig": "tsconfig.app.json",
3131
"inlineStyleLanguage": "scss",
3232
"assets": [

0 commit comments

Comments
 (0)