typelevel / cats-parse

A parsing library for the cats ecosystem
MIT License
226 stars 51 forks source link

Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 #579

Closed typelevel-steward[bot] closed 3 months ago

typelevel-steward[bot] commented 3 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!

βš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-js" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-js" } }] ```

labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 95.00%. Comparing base (1e64b32) to head (c2e1af7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #579 +/- ## ========================================== - Coverage 95.13% 95.00% -0.14% ========================================== Files 10 10 Lines 1480 1480 Branches 330 330 ========================================== - Hits 1408 1406 -2 - Misses 72 74 +2 ```

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