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

Merged
merged 7 commits into from
Nov 8, 2024
Merged

chore: Patch dependency updates #286

merged 7 commits into from
Nov 8, 2024

Conversation

daschbot
Copy link
Collaborator

@daschbot daschbot commented Nov 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-logging" },
  { groupId = "dev.zio", artifactId = "zio-logging-slf4j2-bridge" },
  { groupId = "io.getquill", artifactId = "quill-jdbc-zio" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scoverage", artifactId = "sbt-scoverage" },
  { groupId = "org.scoverage", artifactId = "sbt-scoverage_2.12_1.0" }
]

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

dependencyOverrides = [
  {
    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 = "io.getquill", artifactId = "quill-jdbc-zio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage_2.12_1.0" }
  }
]
labels: library-update, sbt-plugin-update, test-library-update, early-semver-patch, semver-spec-patch, version-scheme:always, version-scheme:early-semver, commit-count:n:5

@seakayone seakayone removed their request for review November 1, 2024 09:27
@seakayone seakayone self-assigned this Nov 8, 2024
Copy link

codacy-production bot commented Nov 8, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (a901ba2) 1877 1269 67.61%
Head commit (fa95a93) 1877 (+0) 1269 (+0) 67.61% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#286) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@seakayone seakayone self-requested a review November 8, 2024 09:09
@seakayone seakayone merged commit ab0042b into main Nov 8, 2024
9 checks passed
@seakayone seakayone deleted the update/patch branch November 8, 2024 09:09
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