permutive-engineering / fs2-pubsub

Google Cloud Pub/Sub stream-based client built on top of cats-effect, fs2 and http4s.
Apache License 2.0
45 stars 16 forks source link

Dependency Updates #538

Closed permutive-steward[bot] closed 1 month ago

permutive-steward[bot] commented 1 month ago

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