Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scalajs-dom to 1.2.0 #2158

Merged

Conversation

scala-steward
Copy link
Contributor

Updates org.scala-js:scalajs-dom from 1.1.0 to 1.2.0.
GitHub Release Notes - 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 (1.1.0).
You might want to review and update them manually.

doc/DEVELOPMENT.md
doc/FORMER-README.md
doc/docs/api.md
doc/docs/cli-installation.md
doc/docs/extra.md
doc/docs/other-credentials.md
doc/docs/other-version-handling.md
doc/website/blog/2019-01-14-1.1.0-M10.md
doc/website/blog/2019-02-05-1.1.0-M11.md
doc/website/blog/2019-03-04-1.1.0-M12.md
doc/website/blog/2019-03-05-1.1.0-M13.md
doc/website/blog/2019-07-05-1.1.0-M14.md
doc/website/package-lock.json
modules/benchmark/src/main/scala/coursier/benchmark/TestState.scala
modules/cli-tests/src/main/scala/coursier/clitests/BootstrapTests.scala
modules/cli/src/test/scala/coursier/cli/BootstrapTests.scala
modules/cli/src/test/scala/coursier/cli/FetchTests.scala
modules/cli/src/test/scala/coursier/cli/ResolveTests.scala
modules/core/shared/src/main/scala/coursier/core/Resolution.scala
modules/coursier/jvm/src/test/scala/coursier/FetchCacheTests.scala
modules/coursier/jvm/src/test/scala/coursier/FetchTests.scala
modules/coursier/shared/src/test/scala/coursier/ResolveRulesTests.scala
modules/coursier/shared/src/test/scala/coursier/ResolveTests.scala
modules/coursier/shared/src/test/scala/coursier/complete/CompleteTests.scala
modules/publish/src/main/scala/coursier/publish/MavenMetadata.scala
modules/tests/shared/src/test/resources/artifacts/com.splicemachine/splice_spark/2.8.0.1915-SNAPSHOT
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8_classifiers_52ac03bf3169ef86f348c8f90345d93b829fd046
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8_classifiers_c5a2a37b5719ce2f0bdfcf2035d8c1073b6f2c58
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8_classifiers_d1709d3fade52ac4c6d821da13cee92b047e9809
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8_main_true_classifiers_c5a2a37b5719ce2f0bdfcf2035d8c1073b6f2c58
modules/tests/shared/src/test/resources/artifacts/io.get-coursier/coursier-cli_2.12/1.1.0-M8_main_true_classifiers_d1709d3fade52ac4c6d821da13cee92b047e9809
modules/tests/shared/src/test/resources/artifacts/sh.almond/scala-kernel_2.12.8/0.7.0
modules/tests/shared/src/test/resources/resolutions/com.github.alexarchambault/argonaut-shapeless_6.1_2.11/0.2.0
modules/tests/shared/src/test/resources/resolutions/com.github.ddispaltro/sbt-reactjs/sbtVersion_0.13_scalaVersion_2.10/0.6.+
modules/tests/shared/src/test/resources/resolutions/com.lihaoyi/ammonite_2.11.8/1.6.3_params56171dbb7d1571a43028d0127686138194c3077e
modules/tests/shared/src/test/resources/resolutions/com.lihaoyi/ammonite_2.12.8/1.6.3_paramsa9340581853a837a2df352f8819afcfe3ebeff5d
modules/tests/shared/src/test/resources/resolutions/com.lihaoyi/ammonite_2.12.8/latest.stable
modules/tests/shared/src/test/resources/resolutions/io.get-coursier/coursier-cli_2.12/1.1.0-M10
modules/tests/shared/src/test/resources/resolutions/io.get-coursier/coursier-cli_2.12/1.1.0-M8
modules/tests/shared/src/test/resources/resolutions/io.swagger.parser.v3/swagger-parser-v3/2.0.1
modules/tests/shared/src/test/resources/resolutions/org.apache.spark/spark-core_2.10/2.1.1
modules/tests/shared/src/test/resources/resolutions/org.apache.tika/tika-app/1.13
modules/tests/shared/src/test/resources/resolutions/sh.almond/scala-kernel_2.12.7/0.2.2_params2f53eeb0a22d24b1e7106dd9a06902e9cd19570f
modules/tests/shared/src/test/resources/resolutions/sh.almond/scala-kernel_2.12.7/0.2.2_params9a5a3f38ae4510fb6a2afe6781f9f6b5410a8b9c
modules/tests/shared/src/test/resources/resolutions/sh.almond/scala-kernel_2.12.7/0.2.2_paramsa3b0313a2f2d39692416c25848f2f16908d6d7f0
modules/tests/shared/src/test/scala/coursier/test/CentralTests.scala
modules/tests/shared/src/test/scala/coursier/test/ResolutionTests.scala
modules/tests/shared/src/test/scala/coursier/test/VersionTests.scala
project/deps.sc
Ignore future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scala-js", artifactId = "scalajs-dom" } ]

labels: library-update, semver-minor, old-version-remains

@alexarchambault alexarchambault merged commit c3fca69 into coursier:master Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants