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

Merged
merged 5 commits into from Apr 2, 2024
Merged

chore: Patch dependency updates #3156

merged 5 commits into from Apr 2, 2024

Conversation

daschbot
Copy link
Collaborator

@daschbot daschbot commented Apr 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.

sbtx
.git-blame-ignore-revs
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.client3", artifactId = "zio" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.springframework.security", artifactId = "spring-security-core" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.client3", artifactId = "zio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.springframework.security", artifactId = "spring-security-core" }
  }
]
labels: library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:n:3

Copy link

codecov bot commented Apr 1, 2024

Codecov Report

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

Project coverage is 13.33%. Comparing base (62260e4) to head (6aa33c0).
Report is 5 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #3156       +/-   ##
===========================================
- Coverage   88.79%   13.33%   -75.47%     
===========================================
  Files         265      266        +1     
  Lines       22260    22354       +94     
===========================================
- Hits        19765     2980    -16785     
- Misses       2495    19374    +16879     

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

@seakayone seakayone enabled auto-merge (squash) April 2, 2024 07:19
@seakayone seakayone merged commit 1f949a0 into main Apr 2, 2024
13 checks passed
@seakayone seakayone deleted the update/patch branch April 2, 2024 08: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