Skip to content

Commit

Permalink
Update sbt-scalajs, scalajs-library_2.13, ... to 1.18.1 (#557)
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-library_2.13](https://github.com/scala-js/scala-js)
*
[org.scala-js:scalajs-test-bridge_2.13](https://github.com/scala-js/scala-js)

 from `1.17.0` to `1.18.1`

πŸ“œ [GitHub Release
Notes](https://github.com/scala-js/scala-js/releases/tag/v1.18.1) -
[Version
Diff](scala-js/scala-js@v1.17.0...v1.18.1)

## 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/eae30d0ce47334c04e94dd47410e2992d2c3e5eb/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<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,
commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForGroupId" : {
      "forArtifactIds" : [
        {
          "ForArtifactId" : {
            "crossDependency" : [
              {
                "groupId" : "org.scala-js",
                "artifactId" : {
                  "name" : "sbt-scalajs",
                  "maybeCrossName" : null
                },
                "version" : "1.17.0",
                "sbtVersion" : "1.0",
                "scalaVersion" : "2.12",
                "configurations" : null
              }
            ],
            "newerVersions" : [
              "1.18.1"
            ],
            "newerGroupId" : null,
            "newerArtifactId" : null
          }
        },
        {
          "ForArtifactId" : {
            "crossDependency" : [
              {
                "groupId" : "org.scala-js",
                "artifactId" : {
                  "name" : "scalajs-library_2.13",
                  "maybeCrossName" : null
                },
                "version" : "1.17.0",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : null
              }
            ],
            "newerVersions" : [
              "1.18.1"
            ],
            "newerGroupId" : null,
            "newerArtifactId" : null
          }
        },
        {
          "ForArtifactId" : {
            "crossDependency" : [
              {
                "groupId" : "org.scala-js",
                "artifactId" : {
                  "name" : "scalajs-test-bridge_2.13",
                  "maybeCrossName" : null
                },
                "version" : "1.17.0",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : "test"
              }
            ],
            "newerVersions" : [
              "1.18.1"
            ],
            "newerGroupId" : null,
            "newerArtifactId" : null
          }
        }
      ]
    }
  },
  "Labels" : [
    "library-update",
    "early-semver-minor",
    "semver-spec-minor",
    "commit-count:1"
  ]
} -->
  • Loading branch information
scala-steward authored Jan 10, 2025
1 parent e69f9ab commit 3ee165e
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,7 +1,7 @@
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
Expand Down

0 comments on commit 3ee165e

Please sign in to comment.