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: Patches/Minor updates #92

Merged
merged 16 commits into from
Apr 6, 2024

Conversation

scala-steward
Copy link
Contributor

@scala-steward scala-steward commented Mar 18, 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!

⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "co.fs2", artifactId = "fs2-core" },
  { 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 = "org.scalameta", artifactId = "scalafmt-core" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "co.fs2", artifactId = "fs2-core" }
  },
  {
    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 = "org.scalameta", artifactId = "scalafmt-core" }
  }
]
labels: library-update, test-library-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, early-semver-patch, semver-spec-patch, commit-count:n:15

@scala-steward scala-steward force-pushed the update/patches_minor branch 4 times, most recently from c42c5bb to 0d9a0d5 Compare March 26, 2024 19:02
@scala-steward scala-steward force-pushed the update/patches_minor branch 2 times, most recently from 8c1cacd to d4e7141 Compare March 30, 2024 22:12
@scala-steward scala-steward force-pushed the update/patches_minor branch from d4e7141 to a868146 Compare April 1, 2024 19:39
@rlemaitre rlemaitre merged commit 1d74de5 into FunktionalIO:main Apr 6, 2024
3 checks passed
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.

2 participants