Skip to content

chore: Patches/Minor updates#194

Merged
rlemaitre merged 16 commits into
FunktionalIO:mainfrom
scala-steward:update/patches_minor
Dec 4, 2024
Merged

chore: Patches/Minor updates#194
rlemaitre merged 16 commits into
FunktionalIO:mainfrom
scala-steward:update/patches_minor

Conversation

@scala-steward
Copy link
Copy Markdown
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!

🔍 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.

modules/docs/src/docs/contribute/40_dependencies.adoc
CHANGELOG.md
⚙ Adjust future updates

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

updates.ignore = [
  { 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 = "org.flywaydb", artifactId = "flyway-core" },
  { groupId = "org.flywaydb", artifactId = "flyway-database-postgresql" },
  { groupId = "org.typelevel", artifactId = "otel4s-sdk" },
  { groupId = "org.typelevel", artifactId = "otel4s-sdk-exporter" }
]

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

dependencyOverrides = [
  {
    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 = "org.flywaydb", artifactId = "flyway-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.flywaydb", artifactId = "flyway-database-postgresql" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "otel4s-sdk" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "otel4s-sdk-exporter" }
  }
]
labels: library-update, test-library-update, early-semver-patch, semver-spec-patch, early-semver-minor, version-scheme:early-semver, old-version-remains, commit-count:n:12

@rlemaitre rlemaitre force-pushed the main branch 6 times, most recently from 76c6352 to d67c921 Compare December 4, 2024 10:33
@rlemaitre rlemaitre merged commit a88062e into FunktionalIO:main Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants