Skip to content

Patch updates#571

Open
gu-scala-steward-public-repos[bot] wants to merge 14 commits intomainfrom
update/patches
Open

Patch updates#571
gu-scala-steward-public-repos[bot] wants to merge 14 commits intomainfrom
update/patches

Conversation

@gu-scala-steward-public-repos
Copy link
Contributor

About this PR

Updates:

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

apps/rule-manager/client/package-lock.json
cdk/yarn.lock
script/js/yarn.lock
⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "com.google.guava", artifactId = "guava" },
  { groupId = "com.typesafe.play", artifactId = "play" },
  { groupId = "io.gatling", artifactId = "gatling-test-framework" },
  { groupId = "io.gatling.highcharts", artifactId = "gatling-charts-highcharts" },
  { groupId = "org.apache.opennlp", artifactId = "opennlp" },
  { groupId = "org.carrot2", artifactId = "morfologik-tools" },
  { groupId = "org.mockito", artifactId = "mockito-scala-scalatest" },
  { groupId = "org.postgresql", artifactId = "postgresql" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.scalatestplus.play", artifactId = "scalatestplus-play" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.guava", artifactId = "guava" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.play", artifactId = "play" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.gatling", artifactId = "gatling-test-framework" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.gatling.highcharts", artifactId = "gatling-charts-highcharts" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.opennlp", artifactId = "opennlp" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.carrot2", artifactId = "morfologik-tools" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.mockito", artifactId = "mockito-scala-scalatest" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.postgresql", artifactId = "postgresql" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalatestplus.play", artifactId = "scalatestplus-play" }
  }
]
labels: dependencies

@gu-scala-steward-public-repos gu-scala-steward-public-repos bot requested a review from a team as a code owner February 5, 2026 18:01
@gu-scala-steward-public-repos gu-scala-steward-public-repos bot added the dependencies Pull requests that update a dependency file label Feb 5, 2026
@emdash-ie
Copy link
Contributor

emdash-ie commented Feb 12, 2026

I’ve pulled in the sbt-scalafmt plugin update from #566 because I think it might fix the CI failure

@github-actions
Copy link

github-actions bot commented Feb 12, 2026

@emdash-ie
Copy link
Contributor

I plan to merge this on Tuesday and watch PROD once it’s out to make sure nothing has broken. If anyone wants to beat me to it tomorrow or Monday please go for it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants