Bump Scala and Node dependency versions#22
Merged
Conversation
Scala: - Scala 3.3.7 -> 3.3.8, sbt 1.12.5 -> 1.12.14 - AWS Java SDK 2.42.6 -> 2.48.3, scanamo 6.0.0 -> 7.0.0 - cats-effect 3.6.3 -> 3.7.0, circe 0.14.15 -> 0.14.16 - javalin 7.0.1 -> 7.2.2, logback 1.5.32 -> 1.5.38 - log4cats 2.7.1 -> 2.8.0, aws-xray 2.20.0 -> 2.21.1 - test libs: scalatest 3.2.20, munit 1.3.4, munit-scalacheck 1.3.0, scalacheck-effect-munit 2.1.0, munit-cats-effect 2.2.0, scalacheck-1-19 3.2.20.0, cats-effect-testing-scalatest 1.8.0 - sbt-native-packager 1.7.4 -> 1.11.7 (now under com.github.sbt) Node: - frontend: svgo 4.0.2, partysocket 1.3.0, lockfile refresh - e2e: @playwright/test 1.61.1, @types/node 26.1.1, typescript 5.9.3 (staying on the TS 5.x line rather than the 7.x native-compiler rewrite) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Routine dependency refresh across the Scala backend and the Node-based frontend/e2e tooling.
Scala
Test libraries: scalatest 3.2.20, munit 1.3.4, munit-scalacheck 1.3.0, scalacheck-effect-munit 2.1.0, munit-cats-effect 2.2.0, scalacheck-1-19 3.2.20.0, cats-effect-testing-scalatest 1.8.0.
Notes:
com.typesafe.sbtto thecom.github.sbtorganisation; the plugin coordinate is updated accordingly.Node
Testing
sbt testpasses locally on the new versions (all modules, including the DynamoDB-backed integration suite: 50 passed, 0 failed).lambda/Universal/packageBinpath exercised via full compile; CI packages it as usual.elm-testpasses locally (57/57).🤖 Generated with Claude Code