Update laminar to 15.0.1
Updates com.raquo:laminar from 0.14.5 to 15.0.1. GitHub Release Notes - Changelog - Version Diff
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 (0.14.5). You might want to review and update them manually.
build.sbt
Adjust future updates
Add this to your .scala-steward.conf file to ignore future updates of this dependency:
updates.ignore = [ { groupId = "com.raquo", artifactId = "laminar" } ]
Or, add this to slow down future updates of this dependency:
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.raquo", artifactId = "laminar" }
}]
labels: library-update, early-semver-major, semver-spec-major, old-version-remains, commit-count:1
Seems that one needs to replace documentEvents.onDomContentLoadedin Client.scalaline 76 by documentEvents(_.onDomContentLoaded)