Skip to content

Commit a2e2cb5

Browse files
authored
updated and smoke tested dependency updates locally, frontend deps updated and api client (#341)
1 parent aeb2b3a commit a2e2cb5

File tree

206 files changed

+213
-229
lines changed

Some content is hidden

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

206 files changed

+213
-229
lines changed

backend/build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ resolvers += "Tegonal releases".at(
3737
resolvers += "Sonatype OSS Releases".at(
3838
"https://oss.sonatype.org/content/repositories/releases")
3939

40-
val pekkoVersion = "1.1.3"
41-
val reactiveMongoPlayVersion = "1.1.0-play30.RC15"
40+
val pekkoVersion = "1.2.1"
41+
val reactiveMongoPlayVersion = "1.1.0-play30.RC17"
4242
// Play framework 3.x is still bound to older guice version
4343
val guiceVersion = "6.0.0"
4444
val pureConfigVersion = "0.17.9"
@@ -49,7 +49,7 @@ libraryDependencies ++= Seq(
4949
"com.github.scullxbones" %% "pekko-persistence-mongodb" % "1.2.2",
5050
"com.tegonal" %% "play-json-typedid" % "2.0.0",
5151
"org.julienrf" %% "play-json-derived-codecs" % "11.0.0",
52-
"org.playframework" %% "play-json-joda" % "3.0.4",
52+
"org.playframework" %% "play-json-joda" % "3.0.5",
5353
"com.google.inject" % "guice" % guiceVersion,
5454
"com.google.inject.extensions" % "guice-assistedinject" % guiceVersion,
5555
// support more than 22 fields in case classes
@@ -67,10 +67,10 @@ libraryDependencies ++= Seq(
6767
"io.github.alstanchev" % "pekko-persistence-inmemory_2.13" % "1.3.0" % "test",
6868
"io.kontainers" %% "purecsv" % "1.3.10",
6969
"com.chuusai" %% "shapeless" % "2.3.13",
70-
"net.openhft" % "zero-allocation-hashing" % "0.27ea0",
70+
"net.openhft" % "zero-allocation-hashing" % "0.27ea1",
7171
"com.github.pureconfig" %% "pureconfig" % pureConfigVersion,
7272
// depend on this plugin to be able to provide custom OutputTransformer
73-
"io.github.play-swagger" %% "play-swagger" % "2.0.4",
73+
"io.github.play-swagger" %% "play-swagger" % "2.0.6",
7474
"com.github.fdimuccio" %% "play2-sockjs" % "0.10.0",
7575

7676
// basic jwt token and jwks support
@@ -86,7 +86,7 @@ libraryDependencies ++= Seq(
8686
ws,
8787
specs2 % Test,
8888
guice,
89-
"org.webjars" % "swagger-ui" % "5.24.0"
89+
"org.webjars" % "swagger-ui" % "5.29.2"
9090
)
9191

9292
dependencyOverrides ++= Seq(

backend/conf/demo-large.conf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ db {
99
clean_database_on_startup = ${?LASIUS_CLEAN_DATABASE_ON_STARTUP}
1010
}
1111

12-
logger.root=WARN
13-
14-
# Logger used by the framework:
15-
logger.play=WARN
16-
1712
mongodb.uri = "mongodb://localhost:27017/lasius-demo-large"
1813
mongodb.uri = ${?MONGODB_URI}
1914

backend/conf/demo.conf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ db {
99
clean_database_on_startup = ${?LASIUS_CLEAN_DATABASE_ON_STARTUP}
1010
}
1111

12-
logger.root=WARN
13-
14-
# Logger used by the framework:
15-
logger.play=WARN
16-
1712
mongodb.uri = "mongodb://localhost:27017/lasius-demo"
1813
mongodb.uri = ${?MONGODB_URI}
1914

backend/conf/dev-minimal.conf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ db {
99
clean_database_on_startup = ${?LASIUS_CLEAN_DATABASE_ON_STARTUP}
1010
}
1111

12-
logger.root=WARN
13-
14-
# Logger used by the framework:
15-
logger.play=WARN
16-
1712
mongodb.uri = "mongodb://localhost:27017/lasius-demo"
1813
mongodb.uri = ${?MONGODB_URI}
1914

backend/conf/routes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ DELETE /user-organisations/organisations/:orgId/leave controllers.Orga
308308
###
309309
# security:
310310
# - bearerHttpAuthentication: []
311-
# summary: TagController
312311
# tags:
313312
# - user-organisations
314313
# summary: Get tags by organisation and project

backend/project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
// "https://repo.typesafe.com/typesafe/releases/")
33

44
// The Play plugin
5-
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.7")
5+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.9")
66

7-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
7+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
88

99
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
1010

1111
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
1212

13-
addSbtPlugin("io.github.play-swagger" % "sbt-play-swagger" % "2.0.4")
13+
addSbtPlugin("io.github.play-swagger" % "sbt-play-swagger" % "2.0.6")
1414

1515
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
1616

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"@typescript-eslint/eslint-plugin": "^8.46.1",
103103
"@typescript-eslint/parser": "^8.46.1",
104104
"concurrently": "^9.2.1",
105-
"daisyui": "^5.3.6",
105+
"daisyui": "^5.3.7",
106106
"dotenv-cli": "^10.0.0",
107107
"eslint": "9.37.0",
108108
"eslint-config-airbnb": "^19.0.4",

frontend/src/lib/api/lasius/deleteConfig400.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Do not edit manually.
2323
* Lasius API
2424
* Track your time
25-
* OpenAPI spec version: 2.1.3+0-5a9b540e+20251016-0430
25+
* OpenAPI spec version: 2.1.4+2-aeb2b3a9+20251017-0052
2626
*/
2727

2828
export type DeleteConfig400 = {

frontend/src/lib/api/lasius/deleteConfig403.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Do not edit manually.
2323
* Lasius API
2424
* Track your time
25-
* OpenAPI spec version: 2.1.3+0-5a9b540e+20251016-0430
25+
* OpenAPI spec version: 2.1.4+2-aeb2b3a9+20251017-0052
2626
*/
2727

2828
export type DeleteConfig403 = {

frontend/src/lib/api/lasius/deleteConfig404.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Do not edit manually.
2323
* Lasius API
2424
* Track your time
25-
* OpenAPI spec version: 2.1.3+0-5a9b540e+20251016-0430
25+
* OpenAPI spec version: 2.1.4+2-aeb2b3a9+20251017-0052
2626
*/
2727

2828
export type DeleteConfig404 = {

0 commit comments

Comments
 (0)