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 updates #2910

Merged
merged 10 commits into from
Nov 3, 2023
Merged

chore: Patch updates #2910

merged 10 commits into from
Nov 3, 2023

Conversation

daschbot
Copy link
Collaborator

@daschbot daschbot commented Nov 1, 2023

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
CHANGELOG.md
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.eed3si9n", artifactId = "sbt-assembly" },
  { groupId = "com.typesafe.play", artifactId = "sbt-twirl" },
  { groupId = "com.typesafe.play", artifactId = "twirl-api" },
  { groupId = "dev.zio", artifactId = "zio-metrics-connectors" },
  { groupId = "dev.zio", artifactId = "zio-metrics-connectors-prometheus" },
  { groupId = "io.kamon", artifactId = "kamon-core" },
  { groupId = "io.kamon", artifactId = "kamon-scala-future" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { 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.eed3si9n", artifactId = "sbt-assembly" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.play", artifactId = "sbt-twirl" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.play", artifactId = "twirl-api" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-metrics-connectors" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-metrics-connectors-prometheus" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.kamon", artifactId = "kamon-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.kamon", artifactId = "kamon-scala-future" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    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: sbt-plugin-update, library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, old-version-remains, commit-count:n:9

Copy link

codecov bot commented Nov 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (12402f3) 18.00% compared to head (690f574) 11.68%.
Report is 118 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2910      +/-   ##
==========================================
- Coverage   18.00%   11.68%   -6.32%     
==========================================
  Files         281      251      -30     
  Lines       28899    23065    -5834     
==========================================
- Hits         5202     2695    -2507     
+ Misses      23697    20370    -3327     

see 233 files with indirect coverage changes

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

@seakayone seakayone enabled auto-merge (squash) November 3, 2023 09:41
@seakayone seakayone self-requested a review November 3, 2023 09:41
@seakayone seakayone merged commit 3e95d71 into main Nov 3, 2023
14 checks passed
@seakayone seakayone deleted the update/patches branch November 3, 2023 10:01
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