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: Patch dependency updates #3077

Merged
merged 11 commits into from
Mar 7, 2024
Merged

chore: Patch dependency updates #3077

merged 11 commits into from
Mar 7, 2024

Conversation

daschbot
Copy link
Collaborator

@daschbot daschbot commented Mar 1, 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.

project/build.properties
sbtx
βš™ 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-json-spray" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-zio" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-pekko-http-server" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-refined" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-swagger-ui-bundle" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-http-server" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-metrics" },
  { groupId = "dev.zio", artifactId = "zio-logging" },
  { groupId = "dev.zio", artifactId = "zio-logging-slf4j2-bridge" },
  { groupId = "org.playframework.twirl", artifactId = "sbt-twirl" },
  { groupId = "org.playframework.twirl", artifactId = "twirl-api" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scoverage", artifactId = "sbt-scoverage" },
  { groupId = "org.springframework.security", artifactId = "spring-security-core" },
  { groupId = "org.testcontainers", artifactId = "testcontainers" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-spray" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-zio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-pekko-http-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-refined" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-swagger-ui-bundle" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-http-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-metrics" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-logging" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-logging-slf4j2-bridge" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework.twirl", artifactId = "sbt-twirl" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework.twirl", artifactId = "twirl-api" }
  },
  {
    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-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.springframework.security", artifactId = "spring-security-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.testcontainers", artifactId = "testcontainers" }
  }
]
labels: library-update, sbt-plugin-update, test-library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, old-version-remains, commit-count:n:9

Copy link

codecov bot commented Mar 7, 2024

Codecov Report

Attention: Patch coverage is 17.50000% with 66 lines in your changes are missing coverage. Please review.

Project coverage is 12.92%. Comparing base (eac5751) to head (027b585).
Report is 116 commits behind head on main.

Files Patch % Lines
...r/permissionsmessages/PermissionsMessagesADM.scala 0.00% 19 Missing ⚠️
...min/responder/listsmessages/ListsMessagesADM.scala 0.00% 10 Missing ⚠️
...min/responder/usersmessages/UsersMessagesADM.scala 0.00% 7 Missing ⚠️
...henticationmessages/AuthenticationMessagesV2.scala 0.00% 5 Missing ⚠️
...sponder/projectsmessages/ProjectsMessagesADM.scala 0.00% 4 Missing ⚠️
...api/messages/store/sipimessages/SipiMessages.scala 0.00% 4 Missing ⚠️
...n/responder/groupsmessages/GroupsMessagesADM.scala 0.00% 3 Missing ⚠️
...messages/store/triplestoremessages/FusekiAPI.scala 0.00% 3 Missing ⚠️
...tore/triplestoremessages/TriplestoreMessages.scala 0.00% 2 Missing ⚠️
...a/webapi/responders/admin/GroupsResponderADM.scala 0.00% 2 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3077      +/-   ##
==========================================
+ Coverage   11.74%   12.92%   +1.18%     
==========================================
  Files         246      260      +14     
  Lines       22907    22339     -568     
==========================================
+ Hits         2690     2887     +197     
+ Misses      20217    19452     -765     

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@seakayone seakayone enabled auto-merge (squash) March 7, 2024 18:27
@seakayone seakayone merged commit 3decf23 into main Mar 7, 2024
13 checks passed
@seakayone seakayone deleted the update/patch branch March 7, 2024 18:42
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

2 participants