From f7e8633fb803dc08c28448f7db938bbdc5bcb43d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 25 Aug 2023 19:34:01 +0200 Subject: [PATCH 01/14] Update sbt to 1.9.4 (#338) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index e3c114d8..06969a37 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.3 +sbt.version = 1.9.4 From a01dc28a5a2b789508af684ee920b6b44cb91036 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 29 Aug 2023 17:03:16 +0200 Subject: [PATCH 02/14] Update scalafmt-core to 3.7.13 (#339) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 9aa0938f..b6e0eb87 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ runner.dialect = scala213 -version = "3.7.12" +version = "3.7.13" maxColumn = 140 trailingCommas = always align.preset = most From e411851bc69ecdc84df550998a8254b1bcae5b9d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 6 Sep 2023 19:06:05 +0200 Subject: [PATCH 03/14] Update fs2-core to 3.9.1 (#340) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index efa49a0a..21d6f3ff 100644 --- a/build.sbt +++ b/build.sbt @@ -150,6 +150,6 @@ lazy val fs2 = project .settings( name := "colibri-fs2", libraryDependencies ++= Seq( - "co.fs2" %%% "fs2-core" % "3.8.0", + "co.fs2" %%% "fs2-core" % "3.9.1", ), ) From c7466eb02ea1a47a211ca762c1f7c1068d61c058 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 6 Sep 2023 19:10:02 +0200 Subject: [PATCH 04/14] Update scalafmt-core to 3.7.14 (#341) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index b6e0eb87..bbfbfc62 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ runner.dialect = scala213 -version = "3.7.13" +version = "3.7.14" maxColumn = 140 trailingCommas = always align.preset = most From eb690fa6ca3ebc137ef56a71af50004d98017fdd Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 8 Sep 2023 18:55:16 +0200 Subject: [PATCH 05/14] Update scalatest to 3.2.17 (#343) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 21d6f3ff..3a31fd4b 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val commonSettings = Seq( ) }), libraryDependencies ++= Seq( - "org.scalatest" %%% "scalatest" % "3.2.15" % Test, + "org.scalatest" %%% "scalatest" % "3.2.17" % Test, ), /* scalacOptions --= Seq("-Xfatal-warnings"), // overwrite option from https://github.com/DavidGregory084/sbt-tpolecat */ ) From 76779d8959696f7531c6f5c654bc4c012c91d370 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 8 Sep 2023 18:58:57 +0200 Subject: [PATCH 06/14] Update scala3-library_sjs1 to 3.3.1 (#342) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1dd28349..70d6c94e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: build: strategy: matrix: - scalaVersion: ["2.13.11", "3.3.0"] + scalaVersion: ["2.13.11", "3.3.1"] runs-on: ubuntu-22.04 steps: diff --git a/build.sbt b/build.sbt index 3a31fd4b..fd9b4395 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ inThisBuild( ) lazy val commonSettings = Seq( - crossScalaVersions := Seq("2.13.11", "3.3.0"), + crossScalaVersions := Seq("2.13.11", "3.3.1"), scalaVersion := "2.13.11", libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match { case Some((3, _)) => Seq.empty From 023496a16bcb51a34f899e2e0ec74c9213dbd2c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:56:52 +0000 Subject: [PATCH 07/14] Bump actions/checkout from 3 to 4 (#344) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70d6c94e..ece40425 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} - uses: coursier/cache-action@v6 @@ -48,7 +48,7 @@ jobs: java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} From 70572482a3e859340e302e33d12d4fc3816cad59 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 13 Sep 2023 17:14:08 +0200 Subject: [PATCH 08/14] Update fs2-core to 3.9.2 (#346) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fd9b4395..3f88196b 100644 --- a/build.sbt +++ b/build.sbt @@ -150,6 +150,6 @@ lazy val fs2 = project .settings( name := "colibri-fs2", libraryDependencies ++= Seq( - "co.fs2" %%% "fs2-core" % "3.9.1", + "co.fs2" %%% "fs2-core" % "3.9.2", ), ) From c1e6465d555f441dfedfa4120caa5cc6a8192572 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 16 Sep 2023 16:59:46 +0200 Subject: [PATCH 09/14] Update sbt to 1.9.6 (#348) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 06969a37..303541e5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.4 +sbt.version = 1.9.6 From 6d9d91732eb8991a3aa9c56e2a3ba4561a4e9215 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:56:45 +0200 Subject: [PATCH 10/14] Update scalajs-dom to 2.7.0 (#349) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3f88196b..05975e5b 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ lazy val jsdom = project .settings( name := "colibri-jsdom", libraryDependencies ++= Seq( - "org.scala-js" %%% "scalajs-dom" % "2.6.0", + "org.scala-js" %%% "scalajs-dom" % "2.7.0", ), ) From 45d987e1c376ef536e25771e1405f7bec3b16128 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:09:01 +0200 Subject: [PATCH 11/14] Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 (#351) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a1374e7f..56c70de9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") From 6995d8a0c3327a82228a7357247f93e55b45a948 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 28 Sep 2023 16:46:45 +0200 Subject: [PATCH 12/14] Update scalajs-dom to 2.8.0 (#352) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 05975e5b..eb77bb6e 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ lazy val jsdom = project .settings( name := "colibri-jsdom", libraryDependencies ++= Seq( - "org.scala-js" %%% "scalajs-dom" % "2.7.0", + "org.scala-js" %%% "scalajs-dom" % "2.8.0", ), ) From b62fb57d8103662b4bd23eddec356119da33399d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 24 Oct 2023 18:07:22 +0200 Subject: [PATCH 13/14] Update scalafmt-core to 3.7.15 (#355) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index bbfbfc62..e5261535 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ runner.dialect = scala213 -version = "3.7.14" +version = "3.7.15" maxColumn = 140 trailingCommas = always align.preset = most From 6be407da7b37b4b56b62fe8b8a7483c9e62a5f44 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 24 Oct 2023 18:11:02 +0200 Subject: [PATCH 14/14] Update sbt to 1.9.7 (#354) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 303541e5..b19d4e1e 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.6 +sbt.version = 1.9.7