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 #535

Merged
merged 29 commits into from
Apr 17, 2024
Merged

Dependency Updates #535

merged 29 commits into from
Apr 17, 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!

πŸ” 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.

project/Dependencies.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.auth0", artifactId = "java-jwt" },
  { groupId = "com.dimafeng", artifactId = "testcontainers-scala-scalatest" },
  { groupId = "com.github.plokhotnyuk.jsoniter-scala", artifactId = "jsoniter-scala-core" },
  { groupId = "com.github.plokhotnyuk.jsoniter-scala", artifactId = "jsoniter-scala-macros" },
  { groupId = "com.google.cloud", artifactId = "google-cloud-pubsub" },
  { groupId = "org.http4s", artifactId = "http4s-client" },
  { groupId = "org.http4s", artifactId = "http4s-dsl" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-lang", artifactId = "scala3-library" },
  { groupId = "org.scala-lang.modules", artifactId = "scala-collection-compat" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.scalatest", artifactId = "scalatest" },
  { groupId = "org.scoverage", artifactId = "sbt-scoverage" },
  { groupId = "org.slf4j", artifactId = "slf4j-simple" },
  { groupId = "org.typelevel", artifactId = "alleycats-core" },
  { groupId = "org.typelevel", artifactId = "cats-core" },
  { groupId = "org.typelevel", artifactId = "cats-effect-kernel" },
  { groupId = "org.typelevel", artifactId = "log4cats-core" },
  { groupId = "org.typelevel", artifactId = "log4cats-slf4j" },
  { groupId = "org.typelevel", artifactId = "sbt-typelevel" }
]

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.auth0", artifactId = "java-jwt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.dimafeng", artifactId = "testcontainers-scala-scalatest" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.plokhotnyuk.jsoniter-scala", artifactId = "jsoniter-scala-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.plokhotnyuk.jsoniter-scala", artifactId = "jsoniter-scala-macros" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.cloud", artifactId = "google-cloud-pubsub" }
  },
  {
    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.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-lang.modules", artifactId = "scala-collection-compat" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalatest", artifactId = "scalatest" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.slf4j", artifactId = "slf4j-simple" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "alleycats-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "cats-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "cats-effect-kernel" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "log4cats-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "log4cats-slf4j" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "sbt-typelevel" }
  }
]
labels: library-update, test-library-update, sbt-plugin-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, early-semver-patch, semver-spec-patch, early-semver-major, version-scheme:semver-spec, semver-spec-major, old-version-remains, commit-count:n:25

permutive-steward bot and others added 29 commits April 15, 2024 05:02
Executed command: sbt githubWorkflowGenerate
Executed command: sbt githubWorkflowGenerate
Executed command: sbt githubWorkflowGenerate
Executed command: scalafmt --non-interactive
Executed command: sbt tlPrePrBotHook
Signed-off-by: Alejandro HernΓ‘ndez <info@alejandrohdezma.com>
Signed-off-by: Alejandro HernΓ‘ndez <info@alejandrohdezma.com>
Signed-off-by: Alejandro HernΓ‘ndez <info@alejandrohdezma.com>
@alejandrohdezma alejandrohdezma merged commit 95d6bc1 into main Apr 17, 2024
5 checks passed
@alejandrohdezma alejandrohdezma deleted the update/all branch April 17, 2024 08:32
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.

None yet

1 participant