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

Merged
merged 6 commits into from Dec 16, 2023
Merged

chore: Patch dependency updates #2965

merged 6 commits into from Dec 16, 2023

Conversation

daschbot
Copy link
Collaborator

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.

CHANGELOG.md
docs/05-internals/design/adr/ADR-0008-replace-akka-with-pekko.md
project/Dependencies.scala
βš™ 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" },
  { groupId = "dev.zio", artifactId = "zio-macros" },
  { groupId = "dev.zio", artifactId = "zio-test" },
  { groupId = "dev.zio", artifactId = "zio-test-sbt" },
  { groupId = "org.apache.pekko", artifactId = "pekko-actor" },
  { groupId = "org.apache.pekko", artifactId = "pekko-slf4j" },
  { groupId = "org.apache.pekko", artifactId = "pekko-stream" },
  { groupId = "org.apache.pekko", artifactId = "pekko-stream-testkit" },
  { groupId = "org.apache.pekko", artifactId = "pekko-testkit" },
  { groupId = "org.playframework.twirl", artifactId = "sbt-twirl" },
  { groupId = "org.playframework.twirl", artifactId = "twirl-api" },
  { groupId = "org.scala-sbt", artifactId = "sbt" }
]

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" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-macros" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-test" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-test-sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-actor" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-slf4j" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-stream" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-stream-testkit" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-testkit" }
  },
  {
    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-sbt", artifactId = "sbt" }
  }
]
labels: library-update, test-library-update, sbt-plugin-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, version-scheme:early-semver, old-version-remains, commit-count:n:6

Copy link

codecov bot commented Dec 15, 2023

Codecov Report

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

Comparison is base (44e6bdc) 11.63% compared to head (c61cf7d) 88.52%.
Report is 12 commits behind head on main.

Files Patch % Lines
...knora/webapi/messages/util/rdf/RdfFormatUtil.scala 84.41% 12 Missing ⚠️
...c/main/scala/org/knora/webapi/OntologySchema.scala 58.33% 10 Missing ⚠️
...cala/org/knora/webapi/slice/common/api/ApiV2.scala 82.60% 8 Missing ⚠️
...nora/webapi/slice/search/api/SearchEndpoints.scala 89.33% 8 Missing ⚠️
...n/scala/org/knora/webapi/routing/RouteUtilV2.scala 70.58% 5 Missing ⚠️
.../knora/webapi/slice/common/api/BaseEndpoints.scala 70.58% 5 Missing ⚠️
...org/knora/webapi/messages/util/rdf/JenaModel.scala 87.50% 3 Missing ⚠️
...knora/webapi/responders/v2/SearchResponderV2.scala 93.87% 3 Missing ⚠️
.../store/triplestore/upgrade/RepositoryUpdater.scala 0.00% 3 Missing ⚠️
webapi/src/main/scala/dsp/valueobjects/Iri.scala 0.00% 2 Missing ⚠️
... and 4 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2965       +/-   ##
===========================================
+ Coverage   11.63%   88.52%   +76.89%     
===========================================
  Files         246      246               
  Lines       22880    22870       -10     
===========================================
+ Hits         2661    20245    +17584     
+ Misses      20219     2625    -17594     

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

@BalduinLandolt BalduinLandolt merged commit d0d252d into main Dec 16, 2023
15 checks passed
@BalduinLandolt BalduinLandolt deleted the update/patch branch December 16, 2023 22:20
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