Skip to content

Commit

Permalink
Update sbt-scalajs, scalajs-compiler, ... to 1.17.0 (#3667)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates 
* [org.scala-js:sbt-scalajs](https://github.com/scala-js/scala-js)
* [org.scala-js:scalajs-compiler](https://github.com/scala-js/scala-js)
* [org.scala-js:scalajs-library](https://github.com/scala-js/scala-js)
*
[org.scala-js:scalajs-library_2.13](https://github.com/scala-js/scala-js)
*
[org.scala-js:scalajs-test-bridge](https://github.com/scala-js/scala-js)
*
[org.scala-js:scalajs-test-bridge_2.13](https://github.com/scala-js/scala-js)
*
[org.scala-js:scalajs-test-interface](https://github.com/scala-js/scala-js)

 from `1.16.0` to `1.17.0`

📜 [GitHub Release
Notes](https://github.com/scala-js/scala-js/releases/tag/v1.17.0) -
[Version
Diff](scala-js/scala-js@v1.16.0...v1.17.0)

## 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`](https://github.com/scala-steward-org/scala-steward/blob/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>🔍 Files still referring to the old version number</summary>

The following files still refer to the old version number (1.16.0).
You might want to review and update them manually.
```
airspec/project/plugin.sbt
docs/release-notes.md
examples/rx-demo/gallery/src/main/public/index.html
project/plugin.sbt
sbt-airframe/src/sbt-test/sbt-airframe/js-client/project/plugins.sbt
```
</details>
<details>
<summary>⚙ Adjust future updates</summary>

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" }
}]
```
</details>

<sup>
labels: library-update
</sup>
  • Loading branch information
xerial-bot authored Sep 29, 2024
1 parent 78d9d4f commit 535ad37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/rpc-examples/rpc-scalajs/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"

addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "24.9.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
2 changes: 1 addition & 1 deletion examples/rx-demo/gallery/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")

0 comments on commit 535ad37

Please sign in to comment.