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: Minor dependency updates #3078

Merged
merged 7 commits into from
Mar 1, 2024
Merged

chore: Minor dependency updates #3078

merged 7 commits into from
Mar 1, 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.

CHANGELOG.md
⚙ 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 = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.scoverage", artifactId = "scalac-scoverage-runtime" },
  { groupId = "org.wiremock", artifactId = "wiremock" }
]

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 = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "scalac-scoverage-runtime" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.wiremock", artifactId = "wiremock" }
  }
]
labels: library-update, test-library-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, old-version-remains, commit-count:n:6

Copy link

codecov bot commented Mar 1, 2024

Codecov Report

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

Project coverage is 12.45%. Comparing base (eac5751) to head (557e604).
Report is 95 commits behind head on main.

Files Patch % Lines
...knora/webapi/responders/v2/ValuesResponderV2.scala 0.00% 8 Missing ⚠️
...ora/webapi/responders/v2/StandoffResponderV2.scala 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3078      +/-   ##
==========================================
+ Coverage   11.74%   12.45%   +0.70%     
==========================================
  Files         246      263      +17     
  Lines       22907    22416     -491     
==========================================
+ Hits         2690     2791     +101     
+ Misses      20217    19625     -592     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seakayone seakayone self-requested a review March 1, 2024 12:17
@seakayone seakayone enabled auto-merge (squash) March 1, 2024 12:18
@seakayone seakayone merged commit f60d937 into main Mar 1, 2024
13 checks passed
@seakayone seakayone deleted the update/minor branch March 1, 2024 12:39
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.

2 participants