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

Merged
merged 7 commits into from Dec 4, 2023
Merged

chore: Patch dependency updates #2954

merged 7 commits into from Dec 4, 2023

Conversation

daschbot
Copy link
Collaborator

@daschbot daschbot commented Dec 1, 2023

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/03-endpoints/api-util/version.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.apicatalog", artifactId = "titanium-json-ld" },
  { groupId = "com.eed3si9n", artifactId = "sbt-assembly" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-refined" },
  { 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.scalameta", artifactId = "scalafmt-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.apicatalog", artifactId = "titanium-json-ld" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.eed3si9n", artifactId = "sbt-assembly" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-refined" }
  },
  {
    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.scalameta", artifactId = "scalafmt-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, old-version-remains, commit-count:n:7

Copy link

codecov bot commented Dec 1, 2023

Codecov Report

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

Comparison is base (44e6bdc) 11.63% compared to head (2711834) 88.51%.
Report is 2 commits behind head on main.

Files Patch % Lines
...knora/webapi/messages/util/rdf/RdfFormatUtil.scala 83.33% 11 Missing ⚠️
...org/knora/webapi/messages/util/rdf/JenaModel.scala 87.50% 3 Missing ⚠️
.../store/triplestore/upgrade/RepositoryUpdater.scala 0.00% 3 Missing ⚠️
...esponder/resourcemessages/ResourceMessagesV2.scala 0.00% 2 Missing ⚠️
...e/triplestore/api/TriplestoreServiceInMemory.scala 66.66% 1 Missing ⚠️
...plestore/upgrade/plugins/UpgradePluginPR1921.scala 75.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2954       +/-   ##
===========================================
+ Coverage   11.63%   88.51%   +76.88%     
===========================================
  Files         246      244        -2     
  Lines       22880    22823       -57     
===========================================
+ Hits         2661    20202    +17541     
+ Misses      20219     2621    -17598     

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

@mpro7 mpro7 self-requested a review December 4, 2023 08:59
@mpro7 mpro7 merged commit 1c37768 into main Dec 4, 2023
15 checks passed
@mpro7 mpro7 deleted the update/patch branch December 4, 2023 08:59
seakayone pushed a commit that referenced this pull request Dec 4, 2023
seakayone added a commit that referenced this pull request Dec 4, 2023
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