buntec / scala-js-snabbdom

A Scala.js port of the Snabbdom virtual DOM library
Apache License 2.0
17 stars 2 forks source link

Update sbt-scalajs, scalajs-compiler, ... to 1.15.0 #87

Closed scala-steward closed 7 months ago

scala-steward 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!

βš™ 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

bundlemon[bot] commented 8 months ago

BundleMon (scala-js-snabbdom-examples_sjs1_2.13)

Unchanged files (1) Status | Path | Size | Limits :------------: | ------------ | :------------: | :------------: :white_check_mark: | main.js
main.js
| 51.45KB | -

No change in files bundle size

Final result: :white_check_mark:

View report in BundleMon website ➑️


Current branch size history | Target branch size history

bundlemon[bot] commented 8 months ago

BundleMon (scala-js-snabbdom-examples_sjs1_3)

Unchanged files (1) Status | Path | Size | Limits :------------: | ------------ | :------------: | :------------: :white_check_mark: | main.js
main.js
| 54.49KB | -

No change in files bundle size

Final result: :white_check_mark:

View report in BundleMon website ➑️


Current branch size history | Target branch size history

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (881c82b) 76.02% compared to head (957b302) 76.02%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #87 +/- ## ======================================= Coverage 76.02% 76.02% ======================================= Files 18 18 Lines 534 534 Branches 49 49 ======================================= Hits 406 406 Misses 128 128 ```

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