Skip to content

chore: Patches/Minor updates#171

Closed
scala-steward wants to merge 28 commits into
FunktionalIO:mainfrom
scala-steward:update/patches_minor
Closed

chore: Patches/Minor updates#171
scala-steward wants to merge 28 commits into
FunktionalIO:mainfrom
scala-steward:update/patches_minor

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

@scala-steward scala-steward commented Sep 24, 2024

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.

CHANGELOG.md
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.github.sbt", artifactId = "sbt-dynver" },
  { groupId = "com.outr", artifactId = "scribe" },
  { groupId = "com.outr", artifactId = "scribe-cats" },
  { groupId = "com.outr", artifactId = "scribe-file" },
  { groupId = "com.outr", artifactId = "scribe-json-circe" },
  { groupId = "com.outr", artifactId = "scribe-slf4j" },
  { groupId = "com.softwaremill.sttp.client3", artifactId = "core" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-http4s-client" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-http4s-server" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-iron" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-circe" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-openapi-docs" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-opentelemetry-metrics" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-sttp-stub-server" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-swagger-ui-bundle" },
  { groupId = "dev.profunktor", artifactId = "fs2-rabbit" },
  { groupId = "org.flywaydb", artifactId = "flyway-core" },
  { groupId = "org.flywaydb", artifactId = "flyway-database-postgresql" },
  { groupId = "org.http4s", artifactId = "http4s-circe" },
  { groupId = "org.http4s", artifactId = "http4s-core" },
  { groupId = "org.http4s", artifactId = "http4s-dsl" },
  { groupId = "org.http4s", artifactId = "http4s-netty-client" },
  { groupId = "org.http4s", artifactId = "http4s-netty-server" },
  { groupId = "org.scala-lang", artifactId = "scala3-library" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scala-sbt", artifactId = "scripted-plugin" },
  { groupId = "org.typelevel", artifactId = "cats-collections-core" },
  { groupId = "org.typelevel", artifactId = "cats-effect" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.sbt", artifactId = "sbt-dynver" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.outr", artifactId = "scribe" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.outr", artifactId = "scribe-cats" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.outr", artifactId = "scribe-file" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.outr", artifactId = "scribe-json-circe" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.outr", artifactId = "scribe-slf4j" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.client3", artifactId = "core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-http4s-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-http4s-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-iron" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-circe" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-openapi-docs" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-opentelemetry-metrics" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-sttp-stub-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-swagger-ui-bundle" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.profunktor", artifactId = "fs2-rabbit" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.flywaydb", artifactId = "flyway-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.flywaydb", artifactId = "flyway-database-postgresql" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-circe" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-dsl" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-netty-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-netty-server" }
  },
  {
    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.scala-sbt", artifactId = "scripted-plugin" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "cats-collections-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "cats-effect" }
  }
]
labels: sbt-plugin-update, library-update, test-library-update, early-semver-minor, semver-spec-minor, early-semver-patch, semver-spec-patch, version-scheme:early-semver, version-scheme:semver-spec, old-version-remains, commit-count:n:27

@scala-steward scala-steward force-pushed the update/patches_minor branch 4 times, most recently from 59c8ac2 to 7bc5f26 Compare October 2, 2024 18:46
@scala-steward scala-steward force-pushed the update/patches_minor branch 4 times, most recently from 9ea116b to c4851f8 Compare October 10, 2024 20:32
@scala-steward scala-steward force-pushed the update/patches_minor branch 3 times, most recently from 1b43510 to d02f7c4 Compare October 16, 2024 21:00
@scala-steward scala-steward force-pushed the update/patches_minor branch 4 times, most recently from c740688 to 4c16fb6 Compare October 26, 2024 17:55
@rlemaitre
Copy link
Copy Markdown
Member

Done in #183

@rlemaitre rlemaitre closed this Nov 25, 2024
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.

3 participants