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: Major dependency updates #2977

Merged
merged 5 commits into from Jan 9, 2024
Merged

chore: Major dependency updates #2977

merged 5 commits into from Jan 9, 2024

Conversation

daschbot
Copy link
Collaborator

@daschbot daschbot commented Jan 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!

βš™ 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-config" },
  { groupId = "dev.zio", artifactId = "zio-config-magnolia" },
  { groupId = "dev.zio", artifactId = "zio-config-typesafe" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-config" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-config-magnolia" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-config-typesafe" }
  }
]
labels: library-update, early-semver-major, semver-spec-major, commit-count:1

@seakayone seakayone self-requested a review January 8, 2024 15:50
@seakayone seakayone self-assigned this Jan 8, 2024
@seakayone seakayone enabled auto-merge (squash) January 8, 2024 16:24
@seakayone seakayone removed their request for review January 8, 2024 16:32
Copy link

codecov bot commented Jan 8, 2024

Codecov Report

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

Comparison is base (eac5751) 11.74% compared to head (e32d965) 11.75%.
Report is 9 commits behind head on main.

Files Patch % Lines
webapi/src/main/scala/dsp/valueobjects/User.scala 64.28% 5 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2977   +/-   ##
=======================================
  Coverage   11.74%   11.75%           
=======================================
  Files         246      250    +4     
  Lines       22907    22925   +18     
=======================================
+ Hits         2690     2694    +4     
- Misses      20217    20231   +14     

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

@seakayone seakayone merged commit 6ee0111 into main Jan 9, 2024
12 checks passed
@seakayone seakayone deleted the update/major branch January 9, 2024 07:02
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

3 participants