typelevel / grackle

Grackle: Functional GraphQL for the Typelevel stack
http://typelevel.org/grackle/
Apache License 2.0
176 stars 25 forks source link

Update cats-effect to 3.5.3 #545

Closed typelevel-steward[bot] closed 8 months ago

typelevel-steward[bot] commented 8 months ago

About this PR

📦 Updates org.typelevel:cats-effect from 3.5.2 to 3.5.3

📜 GitHub Release Notes - Version Diff

Usage

✅ Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. 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 this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.typelevel", artifactId = "cats-effect" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.typelevel", artifactId = "cats-effect" } }] ```

labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, commit-count:1

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f483bc7) 73.22% compared to head (1b7a541) 73.20%. Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #545 +/- ## ========================================== - Coverage 73.22% 73.20% -0.03% ========================================== Files 32 32 Lines 4456 4456 Branches 997 997 ========================================== - Hits 3263 3262 -1 - Misses 1193 1194 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.