Toolkit icon indicating copy to clipboard operation
Toolkit copied to clipboard

Update fs2-core, fs2-io to 3.10.2

Open scala-steward opened this issue 1 year ago • 1 comments

About this PR

📦 Updates

from 3.3.0 to 3.10.2

📜 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.3.0). You might want to review and update them manually.

frontend/yarn.lock
⚙ 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-minor, semver-spec-minor, version-scheme:early-semver, old-version-remains, commit-count:1

scala-steward avatar Mar 28 '24 19:03 scala-steward

Codecov Report

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

Project coverage is 13.79%. Comparing base (9700bd0) to head (ca60aa6). Report is 6 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1566   +/-   ##
========================================
  Coverage    13.79%   13.79%           
========================================
  Files            8        8           
  Lines           29       29           
  Branches         1        1           
========================================
  Hits             4        4           
  Misses          25       25           

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

codecov[bot] avatar Mar 28 '24 19:03 codecov[bot]

Superseded by #1587.

scala-steward avatar Aug 27 '24 17:08 scala-steward