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: Dependency updates #263

Merged
merged 3 commits into from
Sep 2, 2024
Merged

chore: Dependency updates #263

merged 3 commits into from
Sep 2, 2024

Conversation

daschbot
Copy link
Collaborator

@daschbot daschbot commented Sep 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-prelude" },
  { groupId = "org.xerial", artifactId = "sqlite-jdbc" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-prelude" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.xerial", artifactId = "sqlite-jdbc" }
  }
]
labels: library-update, early-semver-pre-release, semver-spec-pre-release, commit-count:n:2

Copy link

codacy-production bot commented Sep 1, 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 (2e28360) 1880 1301 69.20%
Head commit (ed0e98c) 1880 (+0) 1301 (+0) 69.20% (+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 (#263) 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

@mpro7 mpro7 merged commit 13d0dac into main Sep 2, 2024
10 checks passed
@mpro7 mpro7 deleted the update/all branch September 2, 2024 06:42
derschnee68 pushed a commit that referenced this pull request Sep 16, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.13.0](v0.12.3...v0.13.0)
(2024-09-12)


### Maintenances

* Dependency updates
([#263](#263))
([13d0dac](13d0dac))
* Improve Release Please prefixes and corresponding CHANGELOG sections
([#265](#265))
([b0972c1](b0972c1))
* Minor dependency updates
([#262](#262))
([2e28360](2e28360))
* Patch dependency updates
([#261](#261))
([8b5e920](8b5e920))


### Enhancements

* Allow more characters for asset file names (DEV-4082)
([#266](#266))
([332b519](332b519))
* Download original asset (DEV-3832)
([#267](#267))
([2c0b3bf](2c0b3bf))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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