Skip to content

Commit

Permalink
build(deps): update sbt-scalajs, scalajs-compiler, ... from 1.16.0 to…
Browse files Browse the repository at this point in the history
… 1.17.0 (#395)

## 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)

 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/ee1dbea86cd10033d5f25971ff9d9e3b17f159c3/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.
```
CHANGELOG.md
```
</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, early-semver-minor, semver-spec-minor,
old-version-remains, commit-count:1
</sup>
  • Loading branch information
scala-steward authored Sep 29, 2024
1 parent 5fbb280 commit d301167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.16.1")
Expand Down

0 comments on commit d301167

Please sign in to comment.