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

Dependency Updates #538

Merged
merged 26 commits into from
May 24, 2024
Merged

Dependency Updates #538

merged 26 commits into from
May 24, 2024

Conversation

permutive-steward[bot]
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!

⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" },
  { groupId = "ch.epfl.scala", artifactId = "sbt-version-policy" },
  { groupId = "co.fs2", artifactId = "fs2-core" },
  { groupId = "com.alejandrohdezma", artifactId = "sbt-ci" },
  { groupId = "com.alejandrohdezma", artifactId = "sbt-scalafix-defaults" },
  { groupId = "com.github.pureconfig", artifactId = "pureconfig-http4s" },
  { groupId = "com.google.api.grpc", artifactId = "proto-google-cloud-pubsub-v1" },
  { groupId = "com.google.api.grpc", artifactId = "proto-google-common-protos" },
  { groupId = "com.google.protobuf", artifactId = "protobuf-java" },
  { groupId = "com.permutive", artifactId = "common-types-gcp-http4s" },
  { groupId = "com.permutive", artifactId = "common-types-gcp-pureconfig" },
  { groupId = "com.permutive", artifactId = "gcp-auth" },
  { groupId = "io.circe", artifactId = "circe-parser" },
  { groupId = "org.http4s", artifactId = "http4s-circe" },
  { groupId = "org.http4s", artifactId = "http4s-client" },
  { groupId = "org.http4s", artifactId = "http4s-dsl" },
  { groupId = "org.http4s", artifactId = "http4s-ember-client" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-lang", artifactId = "scala3-library" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.slf4j", artifactId = "slf4j-nop" },
  { groupId = "org.typelevel", artifactId = "munit-cats-effect" },
  { groupId = "org.typelevel", artifactId = "sbt-tpolecat" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-version-policy" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "co.fs2", artifactId = "fs2-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.alejandrohdezma", artifactId = "sbt-ci" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.alejandrohdezma", artifactId = "sbt-scalafix-defaults" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.pureconfig", artifactId = "pureconfig-http4s" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.api.grpc", artifactId = "proto-google-cloud-pubsub-v1" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.api.grpc", artifactId = "proto-google-common-protos" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.protobuf", artifactId = "protobuf-java" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.permutive", artifactId = "common-types-gcp-http4s" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.permutive", artifactId = "common-types-gcp-pureconfig" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.permutive", artifactId = "gcp-auth" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.circe", artifactId = "circe-parser" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-circe" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-dsl" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-ember-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala3-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.slf4j", artifactId = "slf4j-nop" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "munit-cats-effect" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "sbt-tpolecat" }
  }
]
labels: sbt-plugin-update, library-update, test-library-update, early-semver-minor, semver-spec-patch, early-semver-patch, version-scheme:early-semver, semver-spec-minor, early-semver-major, version-scheme:semver-spec, early-semver-pre-release, semver-spec-pre-release, commit-count:n:25

@permutive-steward permutive-steward bot requested a review from a team as a code owner May 24, 2024 11:10
@github-actions github-actions bot enabled auto-merge May 24, 2024 11:10
@github-actions github-actions bot added 📈 dependency-update Dependency update (possibly bot-automated) ⚖️ S Size of PR between 50 and 100 lines labels May 24, 2024
Signed-off-by: Alejandro Hernández <[email protected]>
@github-actions github-actions bot merged commit 2ba977a into main May 24, 2024
4 checks passed
@github-actions github-actions bot deleted the update/all branch May 24, 2024 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚖️ S Size of PR between 50 and 100 lines 📈 dependency-update Dependency update (possibly bot-automated)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant