Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Non-AWS dependency updates #4118

Open
wants to merge 140 commits into
base: main
Choose a base branch
from

Conversation

gu-scala-steward-public-repos[bot]
Copy link

@gu-scala-steward-public-repos gu-scala-steward-public-repos bot commented Jul 7, 2023

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!

💡 Applied Scalafix Migrations
  • org.scalacheck:scalacheck:1.14.1 (created no change)
    • github:typelevel/scalacheck/v1_14_1?sha=1.14.1
🔍 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.

kahuna/package-lock.json
s3watcher/lambda/package-lock.json
image-counter-lambda/package-lock.json
dev/script/generate-config/package-lock.json
kahuna/package.json
reaper/package-lock.json
s3watcher/scripts/package-lock.json
scripts/inadvisable-metadata-backup/yarn.lock
dev/script/generate-config/package.json
scripts/inadvisable-metadata-backup/package.json
dev/oidc-provider/package-lock.json
build.sbt
common-lib/src/test/scala/com/gu/mediaservice/lib/metadata/ImageMetadataConverterTest.scala
docs/README.md
thrall/test/lib/ThrallStreamProcessorTest.scala
kahuna/public/js/components/gr-collections-panel/gr-collections-panel.css
kahuna/public/js/components/gr-icon/icons/frontend.svg
kahuna/public/js/components/gr-preset-labels/gr-preset-labels.css
kahuna/public/js/edits/list-editor.css
kahuna/public/js/leases/leases.css
kahuna/public/stylesheets/main.css
scripts/sample-images/package-lock.json
scripts/src/main/java/com/gu/typesafe/config/Config.java
scripts/src/main/java/com/gu/typesafe/config/ConfigBeanFactory.java
scripts/src/main/java/com/gu/typesafe/config/ConfigException.java
scripts/src/main/java/com/gu/typesafe/config/ConfigFactory.java
scripts/src/main/java/com/gu/typesafe/config/ConfigMemorySize.java
scripts/src/main/java/com/gu/typesafe/config/ConfigOrigin.java
scripts/src/main/java/com/gu/typesafe/config/ConfigOriginFactory.java
scripts/src/main/java/com/gu/typesafe/config/ConfigResolveOptions.java
scripts/src/main/java/com/gu/typesafe/config/ConfigResolver.java
scripts/src/main/java/com/gu/typesafe/config/ConfigValue.java
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.drewnoakes", artifactId = "metadata-extractor" },
  { groupId = "com.eed3si9n", artifactId = "sbt-assembly" },
  { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" },
  { groupId = "com.google.protobuf", artifactId = "protobuf-java" },
  { groupId = "com.gu", artifactId = "content-api-client-default" },
  { groupId = "com.gu", artifactId = "editorial-permissions-client" },
  { groupId = "com.gu", artifactId = "kinesis-logback-appender" },
  { groupId = "com.sksamuel.elastic4s", artifactId = "elastic4s-client-esjava" },
  { groupId = "com.sksamuel.elastic4s", artifactId = "elastic4s-core" },
  { groupId = "com.sksamuel.elastic4s", artifactId = "elastic4s-domain" },
  { groupId = "com.softwaremill.quicklens", artifactId = "quicklens" },
  { groupId = "com.typesafe.play", artifactId = "play-ahc-ws" },
  { groupId = "com.typesafe.play", artifactId = "play-json-joda" },
  { groupId = "com.typesafe.play", artifactId = "twirl-api" },
  { groupId = "com.typesafe.scala-logging", artifactId = "scala-logging" },
  { groupId = "com.whisk", artifactId = "docker-testkit-impl-spotify" },
  { groupId = "com.whisk", artifactId = "docker-testkit-scalatest" },
  { groupId = "com.yakaz.elasticsearch.plugins", artifactId = "elasticsearch-action-updatebyquery" },
  { groupId = "io.get-coursier", artifactId = "sbt-coursier" },
  { groupId = "io.reactivex", artifactId = "rxscala" },
  { groupId = "net.logstash.logback", artifactId = "logstash-logback-encoder" },
  { groupId = "org.apache.tika", artifactId = "tika-core" },
  { groupId = "org.codehaus.groovy", artifactId = "groovy-json" },
  { groupId = "org.codehaus.janino", artifactId = "janino" },
  { groupId = "org.elasticsearch", artifactId = "elasticsearch" },
  { groupId = "org.http4s", artifactId = "http4s-core" },
  { groupId = "org.mockito", artifactId = "mockito-core" },
  { groupId = "org.parboiled", artifactId = "parboiled" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalacheck", artifactId = "scalacheck" },
  { groupId = "org.scalamock", artifactId = "scalamock" },
  { groupId = "org.vafer", artifactId = "jdeb" },
  { groupId = "org.yaml", artifactId = "snakeyaml" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.drewnoakes", artifactId = "metadata-extractor" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.eed3si9n", artifactId = "sbt-assembly" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.protobuf", artifactId = "protobuf-java" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.gu", artifactId = "content-api-client-default" }
  },
  {
    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.sksamuel.elastic4s", artifactId = "elastic4s-client-esjava" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.sksamuel.elastic4s", artifactId = "elastic4s-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.sksamuel.elastic4s", artifactId = "elastic4s-domain" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.quicklens", artifactId = "quicklens" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.play", artifactId = "play-ahc-ws" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.play", artifactId = "play-json-joda" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.play", artifactId = "twirl-api" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.scala-logging", artifactId = "scala-logging" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.whisk", artifactId = "docker-testkit-impl-spotify" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.whisk", artifactId = "docker-testkit-scalatest" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.yakaz.elasticsearch.plugins", artifactId = "elasticsearch-action-updatebyquery" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.get-coursier", artifactId = "sbt-coursier" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.reactivex", artifactId = "rxscala" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "net.logstash.logback", artifactId = "logstash-logback-encoder" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.tika", artifactId = "tika-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.codehaus.groovy", artifactId = "groovy-json" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.codehaus.janino", artifactId = "janino" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.elasticsearch", artifactId = "elasticsearch" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.mockito", artifactId = "mockito-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.parboiled", artifactId = "parboiled" }
  },
  {
    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.scalacheck", artifactId = "scalacheck" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalamock", artifactId = "scalamock" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.vafer", artifactId = "jdeb" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.yaml", artifactId = "snakeyaml" }
  }
]
labels: dependencies, library-update, sbt-plugin-update, test-library-update, early-semver-minor, semver-spec-minor, semver-spec-patch, early-semver-major, early-semver-patch, version-scheme:early-semver, semver-spec-major, scalafix-migrations, old-version-remains, commit-count:n:31

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

Successfully merging this pull request may close these issues.

0 participants