Skip to content

v9.2.0

Latest
Compare
Choose a tag to compare
@jannikFuellgrafEnvite jannikFuellgrafEnvite released this 20 Dec 09:42
· 40 commits to master since this release

Important:

  • Angular update to version 19 - to build the kadai-web application, it requires a Node.js version 18.19.1 or higher and Typescript version 5.5.0

Improvements

  • Update to Spring Boot 3.4.0
  • End progress bar loading when entering access item management
  • Fix refresh in browser for kadai-web
  • Disable "Show more rows" button if there is nothing to show anymore
  • Add routing with owner
  • Filter Logs of KadaiConfiguration

What's Changed

  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.0 to 3.8.1 by @dependabot in #96
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0 by @dependabot in #97
  • Bump com.puppycrawl.tools:checkstyle from 10.18.2 to 10.19.0 by @dependabot in #98
  • Closes #57 - End progress bar loading when entering access item management by @CRoberto1926 in #100
  • Closes #94 - Fix KadaiProducersTest, refactor ExampleBootstrapTest by @CRoberto1926 in #95
  • Bump com.puppycrawl.tools:checkstyle from 10.19.0 to 10.20.0 by @dependabot in #102
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in #103
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 by @dependabot in #104
  • Bump nl.jqno.equalsverifier:equalsverifier from 3.17.1 to 3.17.2 by @dependabot in #106
  • Bump org.sonarsource.scanner.maven:sonar-maven-plugin from 4.0.0.4121 to 5.0.0.4389 by @dependabot in #108
  • Bump com.puppycrawl.tools:checkstyle from 10.20.0 to 10.20.1 by @dependabot in #110
  • Bump nl.jqno.equalsverifier:equalsverifier from 3.17.2 to 3.17.3 by @dependabot in #109
  • Closes #61 - Update Angular to v18, activate SonarCloud and dependabot for kadai-web by @CRoberto1926 in #88
  • Bump @angular/core from 18.2.8 to 18.2.11 in /web by @dependabot in #145
  • Bump @angular/cli from 18.2.9 to 18.2.11 in /web by @dependabot in #120
  • Bump @angular/forms from 18.2.8 to 18.2.11 in /web by @dependabot in #115
  • Bump @angular/animations from 18.2.8 to 18.2.11 in /web by @dependabot in #113
  • Bump @angular/platform-browser-dynamic from 18.2.8 to 18.2.11 in /web by @dependabot in #140
  • Bump @ngxs/store from 18.1.3 to 18.1.4 in /web by @dependabot in #124
  • Bump @angular/router from 18.2.8 to 18.2.11 in /web by @dependabot in #138
  • Bump @angular/compiler from 18.2.8 to 18.2.11 in /web by @dependabot in #127
  • Bump @angular/platform-browser from 18.2.8 to 18.2.11 in /web by @dependabot in #128
  • Bump @angular/compiler-cli from 18.2.8 to 18.2.11 in /web by @dependabot in #126
  • Bump @angular/cdk from 18.2.9 to 18.2.12 in /web by @dependabot in #136
  • Bump chart.js from 4.4.4 to 4.4.6 in /web by @dependabot in #143
  • Closes #150 - Show SonarCloud issues from Java and TypeScript by @CRoberto1926 in #151
  • Closes #84 - Disable "Show more rows" button if there is nothing to show anymore by @CRoberto1926 in #101
  • Bump eslint from 9.13.0 to 9.14.0 in /web by @dependabot in #111
  • Bump @ali-hm/angular-tree-component from 12.0.5 to 18.0.5 in /web by @dependabot in #112
  • Bump globals from 15.11.0 to 15.12.0 in /web by @dependabot in #146
  • Bump @typescript-eslint/parser from 8.10.0 to 8.13.0 in /web by @dependabot in #121
  • Bump webpack from 5.95.0 to 5.96.1 in /web by @dependabot in #117
  • Bump @ngxs/devtools-plugin from 18.1.3 to 18.1.4 in /web by @dependabot in #118
  • Bump @angular/build from 18.2.10 to 18.2.11 in /web by @dependabot in #133
  • Bump @angular/material from 18.2.9 to 18.2.12 in /web by @dependabot in #135
  • Bump @angular-devkit/build-angular from 18.2.9 to 18.2.11 in /web by @dependabot in #125
  • Bump ngx-bootstrap from 18.1.2 to 18.1.3 in /web by @dependabot in #119
  • Bump compression-webpack-plugin from 9.2.0 to 11.1.0 in /web by @dependabot in #116
  • Bump @ngxs/router-plugin from 18.1.3 to 18.1.4 in /web by @dependabot in #137
  • Bump core-js from 3.21.1 to 3.39.0 in /web by @dependabot in #139
  • Bump @angular/common from 18.2.8 to 18.2.11 in /web by @dependabot in #132
  • Bump angular-svg-icon from 13.0.0 to 18.0.2 in /web by @dependabot in #131
  • Bump @typescript-eslint/eslint-plugin from 8.10.0 to 8.13.0 in /web by @dependabot in #134
  • Bump tslib from 2.8.0 to 2.8.1 in /web by @dependabot in #130
  • Bump @types/jest from 27.4.1 to 29.5.14 in /web by @dependabot in #147
  • Bump sass from 1.49.11 to 1.80.6 in /web by @dependabot in #129
  • Bump @types/lodash from 4.14.181 to 4.17.13 in /web by @dependabot in #123
  • Bump @types/node from 17.0.23 to 22.9.0 in /web by @dependabot in #142
  • Closes #105 - Fix refresh in browser for kadai-web by @CRoberto1926 in #107
  • Bump cypress from 9.5.4 to 13.15.2 in /web by @dependabot in #144
  • Bump @ngneat/hot-toast from 5.0.2 to 7.0.0 in /web by @dependabot in #141
  • Bump @ngneat/overview from 3.0.4 to 6.1.1 in /web by @dependabot in #148
  • Bump @typescript-eslint/parser from 8.13.0 to 8.14.0 in /web by @dependabot in #152
  • Bump @typescript-eslint/eslint-plugin from 8.13.0 to 8.14.0 in /web by @dependabot in #153
  • Bump @ngxs/router-plugin from 18.1.4 to 18.1.5 in /web by @dependabot in #154
  • Bump @ngxs/store from 18.1.4 to 18.1.5 in /web by @dependabot in #155
  • Bump sass from 1.80.6 to 1.80.7 in /web by @dependabot in #157
  • Bump @ngxs/devtools-plugin from 18.1.4 to 18.1.5 in /web by @dependabot in #156
  • Closes #47 - Fix flakiness of some tests by @CRoberto1926 in #99
  • Bump @angular/material from 18.2.12 to 18.2.13 in /web by @dependabot in #160
  • Bump @angular/cdk from 18.2.12 to 18.2.13 in /web by @dependabot in #161
  • Bump @angular/common from 18.2.11 to 18.2.12 in /web by @dependabot in #164
  • Bump @angular/platform-browser from 18.2.11 to 18.2.12 in /web by @dependabot in #176
  • Bump @angular/router from 18.2.11 to 18.2.12 in /web by @dependabot in #165
  • Bump @angular/core from 18.2.11 to 18.2.12 in /web by @dependabot in #168
  • Bump @angular-devkit/build-angular from 18.2.11 to 18.2.12 in /web by @dependabot in #170
  • Bump @angular/forms from 18.2.11 to 18.2.12 in /web by @dependabot in #169
  • Bump @angular/build from 18.2.11 to 18.2.12 in /web by @dependabot in #175
  • Bump @angular/cli from 18.2.11 to 18.2.12 in /web by @dependabot in #173
  • Bump @angular/platform-browser-dynamic from 18.2.11 to 18.2.12 in /web by @dependabot in #172
  • Bump @angular/animations from 18.2.11 to 18.2.12 in /web by @dependabot in #171
  • Bump @angular/compiler-cli from 18.2.11 to 18.2.12 in /web by @dependabot in #167
  • Bump @angular/compiler from 18.2.11 to 18.2.12 in /web by @dependabot in #166
  • Bump sass from 1.80.7 to 1.81.0 in /web by @dependabot in #174
  • Bump jest-preset-angular from 14.2.4 to 14.3.0 in /web by @dependabot in #177
  • Bump eslint from 9.14.0 to 9.15.0 in /web by @dependabot in #178
  • Bump cross-spawn from 7.0.3 to 7.0.5 in /web by @dependabot in #179
  • Bump com.google.googlejavaformat:google-java-format from 1.24.0 to 1.25.0 by @dependabot in #180
  • Bump @typescript-eslint/parser from 8.14.0 to 8.15.0 in /web by @dependabot in #182
  • Bump jest-preset-angular from 14.3.0 to 14.3.1 in /web by @dependabot in #183
  • Bump @typescript-eslint/eslint-plugin from 8.14.0 to 8.15.0 in /web by @dependabot in #181
  • Bump @types/node from 22.9.0 to 22.9.1 in /web by @dependabot in #192
  • Bump cypress from 13.15.2 to 13.16.0 in /web by @dependabot in #197
  • Closes #184 - Update ng2-charts to v6 by @jannikFuellgrafEnvite in #185
  • Bump version.testcontainers from 1.20.3 to 1.20.4 by @dependabot in #205
  • Bump @ngxs/devtools-plugin from 18.1.5 to 18.1.6 in /web by @dependabot in #207
  • Bump jest-preset-angular from 14.3.1 to 14.3.2 in /web by @dependabot in #208
  • Bump @ngxs/router-plugin from 18.1.5 to 18.1.6 in /web by @dependabot in #210
  • Bump @ngxs/store from 18.1.5 to 18.1.6 in /web by @dependabot in #206
  • Closes #203 - Update to Angular 19 by @CRoberto1926 in #204
  • Bump angular-svg-icon from 18.0.2 to 19.0.0 in /web by @dependabot in #209
  • Bump jest-preset-angular from 14.3.2 to 14.3.3 in /web by @dependabot in #215
  • Bump @angular/cli from 18.2.12 to 19.0.1 in /web by @dependabot in #214
  • Bump @angular/build from 18.2.12 to 19.0.1 in /web by @dependabot in #217
  • Bump @angular-devkit/build-angular from 18.2.12 to 19.0.1 in /web by @dependabot in #216
  • Bump @types/node from 22.9.1 to 22.9.3 in /web by @dependabot in #220
  • Bump prettier from 3.3.3 to 3.4.0 in /web by @dependabot in #222
  • Bump @angular-devkit/build-angular from 19.0.1 to 19.0.2 in /web by @dependabot in #223
  • Bump @typescript-eslint/parser from 8.15.0 to 8.16.0 in /web by @dependabot in #225
  • Bump @angular/cli from 19.0.1 to 19.0.2 in /web by @dependabot in #224
  • Bump @typescript-eslint/eslint-plugin from 8.15.0 to 8.16.0 in /web by @dependabot in #227
  • Bump @angular/build from 19.0.1 to 19.0.2 in /web by @dependabot in #226
  • Bump @types/node from 22.9.3 to 22.10.0 in /web by @dependabot in #228
  • Bump prettier from 3.4.0 to 3.4.1 in /web by @dependabot in #232
  • Bump @angular/router from 19.0.0 to 19.0.1 in /web by @dependabot in #237
  • Bump @angular/compiler-cli from 19.0.0 to 19.0.1 in /web by @dependabot in #240
  • Bump @angular/animations from 19.0.0 to 19.0.1 in /web by @dependabot in #235
  • Bump @angular/core from 19.0.0 to 19.0.1 in /web by @dependabot in #239
  • Bump @angular/platform-browser-dynamic from 19.0.0 to 19.0.1 in /web by @dependabot in #238
  • Bump @angular/common from 19.0.0 to 19.0.1 in /web by @dependabot in #236
  • Bump @angular/compiler from 19.0.0 to 19.0.1 in /web by @dependabot in #234
  • Bump @angular/platform-browser from 19.0.0 to 19.0.1 in /web by @dependabot in #231
  • Bump @angular/forms from 19.0.0 to 19.0.1 in /web by @dependabot in #230
  • Bump ngx-infinite-scroll from 18.0.0 to 19.0.0 in /web by @dependabot in #233
  • Bump org.mybatis:mybatis from 3.5.16 to 3.5.17 by @dependabot in #229
  • Closes #73 - add routing with owner by @ryzheboka in #159
  • Bump version.spring.boot from 3.3.5 to 3.4.0 by @dependabot in #213
  • Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.6.0 to 2.7.0 by @dependabot in #219
  • Closes #162 - Fix some SonarCloud issues in Backend by @CRoberto1926 in #163
  • Bump ng2-charts from 6.0.1 to 7.0.0 in /web by @dependabot in #243
  • Bump @angular/material from 19.0.0 to 19.0.1 in /web by @dependabot in #245
  • Bump @angular/cdk from 19.0.0 to 19.0.1 in /web by @dependabot in #246
  • Bump jest-preset-angular from 14.3.3 to 14.4.0 in /web by @dependabot in #244
  • Bump @types/node from 22.10.0 to 22.10.1 in /web by @dependabot in #247
  • Bump jest-preset-angular from 14.4.0 to 14.4.1 in /web by @dependabot in #248
  • Bump com.ibm.db2:jcc from 11.5.9.0 to 12.1.0.0 by @dependabot in #212
  • Bump typescript from 5.5.4 to 5.6.3 in /web by @dependabot in #122
  • Bump com.puppycrawl.tools:checkstyle from 10.20.1 to 10.20.2 by @dependabot in #251
  • Bump chart.js from 4.4.6 to 4.4.7 in /web by @dependabot in #253
  • Bump eslint from 9.15.0 to 9.16.0 in /web by @dependabot in #252
  • Bump globals from 15.12.0 to 15.13.0 in /web by @dependabot in #254
  • Bump org.docx4j:docx4j-JAXB-ReferenceImpl from 11.5.0 to 11.5.1 by @dependabot in #249
  • Bump nl.jqno.equalsverifier:equalsverifier from 3.17.3 to 3.17.4 by @dependabot in #250
  • Closes #241: Filter Logs of KadaiConfiguration by @jamesrdi in #242
  • Bump sass from 1.81.0 to 1.81.1 in /web by @dependabot in #257
  • Bump @typescript-eslint/parser from 8.16.0 to 8.17.0 in /web by @dependabot in #256
  • Bump sass from 1.81.1 to 1.82.0 in /web by @dependabot in #258
  • Bump jest-preset-angular from 14.4.1 to 14.4.2 in /web by @dependabot in #259
  • Bump @ngxs/router-plugin from 18.1.6 to 19.0.0 in /web by @dependabot in #260
  • Bump @ngxs/devtools-plugin from 18.1.6 to 19.0.0 in /web by @dependabot in #261
  • Bump @ngxs/store from 18.1.6 to 19.0.0 in /web by @dependabot in #262
  • Bump webpack from 5.96.1 to 5.97.0 in /web by @dependabot in #263
  • Bump cypress from 13.16.0 to 13.16.1 in /web by @dependabot in #274
  • Bump @ali-hm/angular-tree-component from 18.0.5 to 19.0.1 in /web by @dependabot in #275
  • Bump prettier from 3.4.1 to 3.4.2 in /web by @dependabot in #277
  • Bump @angular/compiler from 19.0.1 to 19.0.3 in /web by @dependabot in #280
  • Bump @angular/material from 19.0.1 to 19.0.2 in /web by @dependabot in #279
  • Bump @angular/cdk from 19.0.1 to 19.0.2 in /web by @dependabot in #265
  • Bump @angular/platform-browser from 19.0.1 to 19.0.3 in /web by @dependabot in #271
  • Bump @angular-devkit/build-angular from 19.0.2 to 19.0.3 in /web by @dependabot in #268
  • Bump @angular/platform-browser-dynamic from 19.0.1 to 19.0.3 in /web by @dependabot in #278
  • Bump @angular/compiler-cli from 19.0.1 to 19.0.3 in /web by @dependabot in #267
  • Bump @angular/cli from 19.0.2 to 19.0.3 in /web by @dependabot in #276
  • Bump @angular/router from 19.0.1 to 19.0.3 in /web by @dependabot in #264
  • Bump @angular/forms from 19.0.1 to 19.0.3 in /web by @dependabot in #273
  • Bump @angular/animations from 19.0.1 to 19.0.3 in /web by @dependabot in #270
  • Bump @angular/build from 19.0.2 to 19.0.3 in /web by @dependabot in #266
  • Bump @angular/core from 19.0.1 to 19.0.3 in /web by @dependabot in #269
  • Bump @angular/common from 19.0.1 to 19.0.3 in /web by @dependabot in #272
  • Bump @typescript-eslint/eslint-plugin from 8.16.0 to 8.17.0 in /web by @dependabot in #255
  • Bump webpack from 5.97.0 to 5.97.1 in /web by @dependabot in #281
  • Bump @angular/cli from 19.0.3 to 19.0.4 in /web by @dependabot in #283
  • Bump @angular/build from 19.0.3 to 19.0.4 in /web by @dependabot in #284
  • Bump @angular-devkit/build-angular from 19.0.3 to 19.0.4 in /web by @dependabot in #282
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot in #287
  • Bump nl.jqno.equalsverifier:equalsverifier from 3.17.4 to 3.17.5 by @dependabot in #288
  • Bump angular-svg-icon from 19.0.0 to 19.0.1 in /web by @dependabot in #289
  • Bump com.google.googlejavaformat:google-java-format from 1.25.0 to 1.25.2 by @dependabot in #298
  • Bump @angular/material from 19.0.2 to 19.0.3 in /web by @dependabot in #294
  • Bump @types/node from 22.10.1 to 22.10.2 in /web by @dependabot in #295
  • Bump ngx-bootstrap from 18.1.3 to 19.0.1 in /web by @dependabot in #297
  • Bump @angular/cdk from 19.0.2 to 19.0.3 in /web by @dependabot in #296
  • Bump @typescript-eslint/eslint-plugin from 8.17.0 to 8.18.0 in /web by @dependabot in #291
  • Bump @typescript-eslint/parser from 8.17.0 to 8.18.0 in /web by @dependabot in #292
  • Bump nanoid from 3.3.7 to 3.3.8 in /web by @dependabot in #299
  • Bump @angular/cli from 19.0.4 to 19.0.5 in /web by @dependabot in #302
  • Bump @angular/forms from 19.0.3 to 19.0.4 in /web by @dependabot in #306
  • Bump @angular/router from 19.0.3 to 19.0.4 in /web by @dependabot in #314
  • Bump sass from 1.82.0 to 1.83.0 in /web by @dependabot in #305
  • Bump @angular/build from 19.0.4 to 19.0.5 in /web by @dependabot in #310
  • Bump com.puppycrawl.tools:checkstyle from 10.20.2 to 10.21.0 by @dependabot in #300
  • Bump @angular/compiler-cli from 19.0.3 to 19.0.4 in /web by @dependabot in #303
  • Bump @angular/animations from 19.0.3 to 19.0.4 in /web by @dependabot in #312
  • Bump @angular/platform-browser from 19.0.3 to 19.0.4 in /web by @dependabot in #311
  • Bump @angular-devkit/build-angular from 19.0.4 to 19.0.5 in /web by @dependabot in #304
  • Bump @angular/common from 19.0.3 to 19.0.4 in /web by @dependabot in #308
  • Bump @angular/platform-browser-dynamic from 19.0.3 to 19.0.4 in /web by @dependabot in #309
  • Bump @angular/compiler from 19.0.3 to 19.0.4 in /web by @dependabot in #307
  • Bump @angular/core from 19.0.3 to 19.0.4 in /web by @dependabot in #313
  • Bump version.shrinkwrap from 3.3.2 to 3.3.3 by @dependabot in #301
  • Closes #93 - improve the pipeline by @ryzheboka in #158
  • Bump eslint from 9.16.0 to 9.17.0 in /web by @dependabot in #315
  • Bump @typescript-eslint/eslint-plugin from 8.18.0 to 8.18.1 in /web by @dependabot in #317
  • Bump org.junit:junit-bom from 5.11.3 to 5.11.4 by @dependabot in #316
  • Bump @typescript-eslint/parser from 8.18.0 to 8.18.1 in /web by @dependabot in #318
  • Bump globals from 15.13.0 to 15.14.0 in /web by @dependabot in #333
  • Bump @angular-devkit/build-angular from 19.0.5 to 19.0.6 in /web by @dependabot in #320
  • Bump cypress from 13.16.1 to 13.17.0 in /web by @dependabot in #319
  • Bump @angular/router from 19.0.4 to 19.0.5 in /web by @dependabot in #322
  • Bump @angular/build from 19.0.5 to 19.0.6 in /web by @dependabot in #321
  • Bump @angular/core from 19.0.4 to 19.0.5 in /web by @dependabot in #334
  • Bump @angular/compiler-cli from 19.0.4 to 19.0.5 in /web by @dependabot in #323
  • Bump @angular/cdk from 19.0.3 to 19.0.4 in /web by @dependabot in #324
  • Bump @angular/platform-browser from 19.0.4 to 19.0.5 in /web by @dependabot in #325
  • Bump @angular/compiler from 19.0.4 to 19.0.5 in /web by @dependabot in #326
  • Bump @angular/material from 19.0.3 to 19.0.4 in /web by @dependabot in #328
  • Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 by @dependabot in #335
  • Bump @angular/common from 19.0.4 to 19.0.5 in /web by @dependabot in #327
  • Bump @angular/platform-browser-dynamic from 19.0.4 to 19.0.5 in /web by @dependabot in #331
  • Bump @angular/animations from 19.0.4 to 19.0.5 in /web by @dependabot in #329
  • Bump @angular/forms from 19.0.4 to 19.0.5 in /web by @dependabot in #332
  • Bump @angular/cli from 19.0.5 to 19.0.6 in /web by @dependabot in #330
  • Closes #337 - Bump version.spring.boot from 3.4.0 to 3.4.1 by @dependabot in #336
  • Revert "Closes #337 - Bump version.spring.boot from 3.4.0 to 3.4.1" by @CRoberto1926 in #338

Full Changelog: v9.1.0...v9.2.0