johnynek / bosatsu

A python-ish pure and total functional programming language
Apache License 2.0
224 stars 11 forks source link

Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 #1051

Closed scala-steward closed 11 months ago

scala-steward commented 11 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 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (cef4c90) 91.82% compared to head (ac7242d) 91.70%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1051 +/- ## ========================================== - Coverage 91.82% 91.70% -0.12% ========================================== Files 93 93 Lines 9626 9626 Branches 2258 2258 ========================================== - Hits 8839 8828 -11 - Misses 787 798 +11 ``` [see 6 files with indirect coverage changes](https://app.codecov.io/gh/johnynek/bosatsu/pull/1051/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=P.+Oscar+Boykin)

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