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

Merged
merged 6 commits into from Jan 8, 2024
Merged

chore: Patch dependency updates #2976

merged 6 commits into from Jan 8, 2024

Conversation

daschbot
Copy link
Collaborator

@daschbot daschbot commented Jan 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/plugins.sbt
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-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-metrics-connectors" },
  { groupId = "dev.zio", artifactId = "zio-metrics-connectors-prometheus" },
  { groupId = "org.slf4j", artifactId = "slf4j-api" },
  { groupId = "org.springframework.security", artifactId = "spring-security-core" }
]

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-metrics-connectors" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-metrics-connectors-prometheus" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.slf4j", artifactId = "slf4j-api" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.springframework.security", artifactId = "spring-security-core" }
  }
]
labels: library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:n:5

Copy link

codecov bot commented Jan 1, 2024

Codecov Report

Attention: 124 lines in your changes are missing coverage. Please review.

Comparison is base (eac5751) 11.74% compared to head (5c5d1f1) 11.76%.
Report is 7 commits behind head on main.

Files Patch % Lines
...g/knora/webapi/slice/admin/domain/model/User.scala 0.00% 40 Missing ⚠️
...ra/webapi/responders/admin/UsersResponderADM.scala 0.00% 28 Missing ⚠️
...knora/webapi/store/iiif/impl/SipiServiceLive.scala 0.00% 16 Missing ⚠️
...webapi/responders/admin/ProjectsResponderADM.scala 0.00% 11 Missing ⚠️
.../knora/webapi/slice/admin/api/UsersEndpoints.scala 0.00% 6 Missing ⚠️
...s/v2/responder/valuemessages/ValueMessagesV2.scala 58.33% 5 Missing ⚠️
...webapi/slice/admin/api/UsersEndpointsHandler.scala 0.00% 3 Missing ⚠️
...a/webapi/responders/admin/GroupsResponderADM.scala 0.00% 2 Missing ⚠️
...scala/org/knora/webapi/routing/Authenticator.scala 0.00% 2 Missing ⚠️
.../slice/admin/api/service/UsersADMRestService.scala 0.00% 2 Missing ⚠️
... and 9 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2976      +/-   ##
==========================================
+ Coverage   11.74%   11.76%   +0.02%     
==========================================
  Files         246      250       +4     
  Lines       22907    22934      +27     
==========================================
+ Hits         2690     2698       +8     
- Misses      20217    20236      +19     

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

@seakayone seakayone self-assigned this Jan 8, 2024
@seakayone seakayone self-requested a review January 8, 2024 15:49
@seakayone seakayone enabled auto-merge (squash) January 8, 2024 15:50
@seakayone seakayone merged commit b150911 into main Jan 8, 2024
13 checks passed
@seakayone seakayone deleted the update/patch branch January 8, 2024 16:13
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