typelevel / grackle

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

Update fs2-core, fs2-io to 3.9.4 #548

Closed typelevel-steward[bot] closed 8 months ago

typelevel-steward[bot] commented 8 months ago

About this PR

šŸ“¦ Updates

šŸ“œ 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!

šŸ” Files still referring to the old version number The following files still refer to the old version number (3.9.3). You might want to review and update them manually. ``` .github/workflows/ci.yml ```
āš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "co.fs2" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "co.fs2" } }] ```

labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, old-version-remains, 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 (fe3b0ec) 73.20% compared to head (9ec6cb3) 73.20%.

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

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