Closed gu-scala-steward-public-repos[bot] closed 1 year ago
Updates:
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.
.scala-steward.conf
Have a fantastic day writing Scala!
labels: sbt-plugin-update, library-update, test-library-update, early-semver-major, semver-spec-minor, early-semver-minor, early-semver-patch, semver-spec-patch, version-scheme:early-semver, semver-spec-major, early-semver-pre-release, semver-spec-pre-release, old-version-remains, commit-count:n:27
Updates:
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-audit-client/package-lock.json apps/rule-manager/rule-manager-client/package-lock.json cdk/yarn.lock script/js/yarn.lock apps/rule-audit-client/package.json apps/rule-manager/rule-manager-client/package.json build.sbt cdk/package.json apps/checker/app/assets/stylesheets/main.less project/plugins.sbt project/build.properties ```Adjust future updates
Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" }, { groupId = "com.google.api-client", artifactId = "google-api-client" }, { groupId = "com.google.apis", artifactId = "google-api-services-sheets" }, { groupId = "com.gu", artifactId = "content-api-client-default" }, { groupId = "com.gu", artifactId = "content-api-models-json" }, { groupId = "com.gu", artifactId = "content-api-models-scala" }, { groupId = "com.gu", artifactId = "editorial-permissions-client" }, { groupId = "com.gu", artifactId = "kinesis-logback-appender" }, { groupId = "com.gu", artifactId = "kinesis-logback-appender" }, { groupId = "com.typesafe.play", artifactId = "filters-helpers" }, { groupId = "com.typesafe.play", artifactId = "play" }, { groupId = "com.typesafe.play", artifactId = "play-ahc-ws" }, { groupId = "com.typesafe.play", artifactId = "play-akka-http-server" }, { groupId = "com.typesafe.play", artifactId = "play-docs" }, { groupId = "com.typesafe.play", artifactId = "play-guice" }, { groupId = "com.typesafe.play", artifactId = "play-jdbc" }, { groupId = "com.typesafe.play", artifactId = "play-jdbc-evolutions" }, { groupId = "com.typesafe.play", artifactId = "play-logback" }, { groupId = "com.typesafe.play", artifactId = "play-server" }, { groupId = "com.typesafe.play", artifactId = "play-test" }, { groupId = "com.typesafe.play", artifactId = "sbt-plugin" }, { groupId = "com.typesafe.play", artifactId = "twirl-api" }, { groupId = "io.circe", artifactId = "circe-core" }, { groupId = "io.circe", artifactId = "circe-generic" }, { groupId = "io.circe", artifactId = "circe-parser" }, { groupId = "io.gatling", artifactId = "gatling-sbt" }, { groupId = "io.gatling", artifactId = "gatling-test-framework" }, { groupId = "io.gatling.highcharts", artifactId = "gatling-charts-highcharts" }, { groupId = "net.logstash.logback", artifactId = "logstash-logback-encoder" }, { groupId = "net.logstash.logback", artifactId = "logstash-logback-encoder" }, { groupId = "org.apache.opennlp", artifactId = "opennlp" }, { groupId = "org.languagetool", artifactId = "language-en" }, { groupId = "org.languagetool", artifactId = "languagetool-core" }, { groupId = "org.postgresql", artifactId = "postgresql" }, { groupId = "org.scala-lang", artifactId = "scala-library" }, { groupId = "org.scala-sbt", artifactId = "sbt" }, { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }, { groupId = "org.scalikejdbc", artifactId = "scalikejdbc" }, { groupId = "org.scalikejdbc", artifactId = "scalikejdbc-config" }, { groupId = "org.scalikejdbc", artifactId = "scalikejdbc-mapper-generator" }, { groupId = "org.scalikejdbc", artifactId = "scalikejdbc-play-initializer" }, { groupId = "org.scalikejdbc", artifactId = "scalikejdbc-test" }, { groupId = "org.vafer", artifactId = "jdeb" }, { groupId = "org.webjars", artifactId = "bootstrap" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.google.api-client", artifactId = "google-api-client" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.google.apis", artifactId = "google-api-services-sheets" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "content-api-client-default" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "content-api-models-json" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "content-api-models-scala" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "editorial-permissions-client" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "kinesis-logback-appender" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "kinesis-logback-appender" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "filters-helpers" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-ahc-ws" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-akka-http-server" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-docs" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-guice" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-jdbc" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-jdbc-evolutions" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-logback" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-server" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-test" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "sbt-plugin" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "twirl-api" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.circe", artifactId = "circe-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.circe", artifactId = "circe-generic" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.circe", artifactId = "circe-parser" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.gatling", artifactId = "gatling-sbt" } }, { 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 = "net.logstash.logback", artifactId = "logstash-logback-encoder" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "net.logstash.logback", artifactId = "logstash-logback-encoder" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.opennlp", artifactId = "opennlp" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.languagetool", artifactId = "language-en" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.languagetool", artifactId = "languagetool-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.postgresql", artifactId = "postgresql" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang", artifactId = "scala-library" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt", artifactId = "sbt" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalikejdbc", artifactId = "scalikejdbc" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalikejdbc", artifactId = "scalikejdbc-config" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalikejdbc", artifactId = "scalikejdbc-mapper-generator" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalikejdbc", artifactId = "scalikejdbc-play-initializer" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalikejdbc", artifactId = "scalikejdbc-test" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.vafer", artifactId = "jdeb" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.webjars", artifactId = "bootstrap" } } ] ```labels: sbt-plugin-update, library-update, test-library-update, early-semver-major, semver-spec-minor, early-semver-minor, early-semver-patch, semver-spec-patch, version-scheme:early-semver, semver-spec-major, early-semver-pre-release, semver-spec-pre-release, old-version-remains, commit-count:n:27