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

Merged
merged 4 commits into from Jan 15, 2024
Merged

chore: Patch dependency updates #2992

merged 4 commits into from Jan 15, 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!

βš™ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { 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.slf4j", artifactId = "slf4j-api" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    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.slf4j", artifactId = "slf4j-api" }
  }
]
labels: library-update, test-library-update, early-semver-patch, semver-spec-patch, commit-count:n:2

Copy link

codecov bot commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Comparison is base (eac5751) 11.74% compared to head (da89bad) 86.80%.
Report is 19 commits behind head on main.

❗ Current head da89bad differs from pull request most recent head 2a479d6. Consider uploading reports for the commit 2a479d6 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2992       +/-   ##
===========================================
+ Coverage   11.74%   86.80%   +75.06%     
===========================================
  Files         246      255        +9     
  Lines       22907    23077      +170     
===========================================
+ Hits         2690    20033    +17343     
+ Misses      20217     3044    -17173     

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

@BalduinLandolt BalduinLandolt enabled auto-merge (squash) January 15, 2024 08:59
@BalduinLandolt BalduinLandolt merged commit 9b57f16 into main Jan 15, 2024
11 checks passed
@BalduinLandolt BalduinLandolt deleted the update/patch branch January 15, 2024 09:23
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