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

Merged
merged 11 commits into from
Nov 18, 2024
Merged

chore: Patch dependency updates #3426

merged 11 commits into from
Nov 18, 2024

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
⚙ 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-logging" },
  { groupId = "dev.zio", artifactId = "zio-logging-slf4j2-bridge" },
  { groupId = "dev.zio", artifactId = "zio-macros" },
  { groupId = "dev.zio", artifactId = "zio-test" },
  { groupId = "dev.zio", artifactId = "zio-test-sbt" },
  { groupId = "org.eclipse.rdf4j", artifactId = "rdf4j-client" },
  { groupId = "org.eclipse.rdf4j", artifactId = "rdf4j-shacl" },
  { groupId = "org.eclipse.rdf4j", artifactId = "rdf4j-sparqlbuilder" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scala-sbt", artifactId = "scripted-plugin" },
  { groupId = "org.scoverage", artifactId = "sbt-scoverage" },
  { groupId = "org.springframework.security", artifactId = "spring-security-core" },
  { groupId = "org.testcontainers", artifactId = "testcontainers" },
  { groupId = "org.wiremock", artifactId = "wiremock" }
]

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-logging" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-logging-slf4j2-bridge" }
  },
  {
    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.eclipse.rdf4j", artifactId = "rdf4j-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.eclipse.rdf4j", artifactId = "rdf4j-shacl" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.eclipse.rdf4j", artifactId = "rdf4j-sparqlbuilder" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "scripted-plugin" }
  },
  {
    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" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.wiremock", artifactId = "wiremock" }
  }
]
labels: library-update, test-library-update, sbt-plugin-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, old-version-remains, commit-count:n:10

Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.84%. Comparing base (6ebe8e7) to head (ea943b5).
Report is 135 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3426      +/-   ##
==========================================
- Coverage   83.04%   82.84%   -0.20%     
==========================================
  Files         290      308      +18     
  Lines       23087    22792     -295     
==========================================
- Hits        19172    18883     -289     
+ Misses       3915     3909       -6     

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

@mpro7 mpro7 merged commit 69e24fa into main Nov 18, 2024
10 checks passed
@mpro7 mpro7 deleted the update/patch branch November 18, 2024 14:19
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.

3 participants