From 962ea3fe08740cb91f1c68d38ef38378c91fab45 Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 01:07:12 +0000 Subject: [PATCH 01/11] Update scala-library to 2.13.13 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 462205c..8a0ffd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.12, 3.3.1] + scala: [2.13.13, 3.3.1] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index e190316..1bb7a95 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ inThisBuild( List( organization := "io.github.nafg.css-dsl", scalaVersion := "3.3.1", - crossScalaVersions := Seq("2.13.12", scalaVersion.value), + crossScalaVersions := Seq("2.13.13", scalaVersion.value), scalacOptions ++= myScalacOptions(scalaVersion.value), versionScheme := Some("early-semver") ) From 51ca734192369c693ec96aedcfa400fd60c26baf Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 01:07:45 +0000 Subject: [PATCH 02/11] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- .mergify.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a0ffd5..08490bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,12 +101,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.12) + - name: Download target directories (2.13.13) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.12-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }} - - name: Inflate target directories (2.13.12) + - name: Inflate target directories (2.13.13) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 464e675..7103a8a 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -8,7 +8,7 @@ pull_request_rules: - or: - author=scala-steward - author=nafg-scala-steward[bot] - - check-success=Build and Test (ubuntu-latest, 2.13.12, temurin@11) + - check-success=Build and Test (ubuntu-latest, 2.13.13, temurin@11) - check-success=Build and Test (ubuntu-latest, 3.3.1, temurin@11) actions: queue: From ae7b3444c909957e5d83cbd3ec6abac56a302563 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 28 Mar 2024 18:29:44 +0000 Subject: [PATCH 03/11] Update ph-css to 7.0.2 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 10736bf..1c14af5 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,2 +1,2 @@ libraryDependencies += "org.scalameta" %% "scalameta" % "4.9.2" -libraryDependencies += "com.helger" % "ph-css" % "7.0.1" +libraryDependencies += "com.helger" % "ph-css" % "7.0.2" From 20aed25046bd949348d2a0859ec55edb3913a457 Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 03:27:02 +0000 Subject: [PATCH 04/11] Update scalatags to 0.13.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1bb7a95..1a9aff3 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ def scalaJsReactSettings(config: CssDslConfig) = Seq( ) def scalatagsSettings(config: CssDslConfig) = Seq( - libraryDependencies += "com.lihaoyi" %%% "scalatags" % "0.12.0", + libraryDependencies += "com.lihaoyi" %%% "scalatags" % "0.13.1", cssVariant := TargetImpl.Scalatags, cssDslConfig := config ) From ce39c47844535581e058ce434728c18f21129863 Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:19:21 +0000 Subject: [PATCH 05/11] Update scala3-library, ... to 3.3.3 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08490bd..40633f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.13, 3.3.1] + scala: [2.13.12, 3.3.3] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.3.1] + scala: [3.3.3] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 1a9aff3..43b58c7 100644 --- a/build.sbt +++ b/build.sbt @@ -11,8 +11,8 @@ def myScalacOptions(version: String) = inThisBuild( List( organization := "io.github.nafg.css-dsl", - scalaVersion := "3.3.1", - crossScalaVersions := Seq("2.13.13", scalaVersion.value), + scalaVersion := "3.3.3", + crossScalaVersions := Seq("2.13.12", scalaVersion.value), scalacOptions ++= myScalacOptions(scalaVersion.value), versionScheme := Some("early-semver") ) From f2b35e004b3cbf0e76932a0823ff5b85b20c3568 Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:19:58 +0000 Subject: [PATCH 06/11] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 12 ++++++------ .mergify.yml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40633f1..24cf6af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,22 +101,22 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.13) + - name: Download target directories (2.13.12) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.12-${{ matrix.java }} - - name: Inflate target directories (2.13.13) + - name: Inflate target directories (2.13.12) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.1) + - name: Download target directories (3.3.3) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.3.1-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }} - - name: Inflate target directories (3.3.1) + - name: Inflate target directories (3.3.3) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 7103a8a..953c34d 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -8,8 +8,8 @@ pull_request_rules: - or: - author=scala-steward - author=nafg-scala-steward[bot] - - check-success=Build and Test (ubuntu-latest, 2.13.13, temurin@11) - - check-success=Build and Test (ubuntu-latest, 3.3.1, temurin@11) + - check-success=Build and Test (ubuntu-latest, 2.13.12, temurin@11) + - check-success=Build and Test (ubuntu-latest, 3.3.3, temurin@11) actions: queue: name: default From 3382957ac6b5510867be02e947ae1712b0b4155b Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 08:20:10 +0000 Subject: [PATCH 07/11] Update scalameta to 4.9.3 --- project/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.sbt b/project/build.sbt index 1c14af5..0f96402 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,2 +1,2 @@ -libraryDependencies += "org.scalameta" %% "scalameta" % "4.9.2" -libraryDependencies += "com.helger" % "ph-css" % "7.0.2" +libraryDependencies += "org.scalameta" %% "scalameta" % "4.9.3" +libraryDependencies += "com.helger" % "ph-css" % "7.0.1" From 97002d75450358e8ee95f48d7c515e29b68356a5 Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 20:24:34 +0000 Subject: [PATCH 08/11] Update scala-library to 2.13.14 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24cf6af..7821507 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.12, 3.3.3] + scala: [2.13.14, 3.3.3] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 43b58c7..16f37a2 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ inThisBuild( List( organization := "io.github.nafg.css-dsl", scalaVersion := "3.3.3", - crossScalaVersions := Seq("2.13.12", scalaVersion.value), + crossScalaVersions := Seq("2.13.14", scalaVersion.value), scalacOptions ++= myScalacOptions(scalaVersion.value), versionScheme := Some("early-semver") ) From 9b58b4320a6c3a8c5ec925cb600d221697c0b63a Mon Sep 17 00:00:00 2001 From: "nafg-scala-steward[bot]" <243680+nafg-scala-steward[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 20:24:51 +0000 Subject: [PATCH 09/11] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- .mergify.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7821507..6b71e1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,12 +101,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.12) + - name: Download target directories (2.13.14) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.12-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }} - - name: Inflate target directories (2.13.12) + - name: Inflate target directories (2.13.14) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 953c34d..3050714 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -8,7 +8,7 @@ pull_request_rules: - or: - author=scala-steward - author=nafg-scala-steward[bot] - - check-success=Build and Test (ubuntu-latest, 2.13.12, temurin@11) + - check-success=Build and Test (ubuntu-latest, 2.13.14, temurin@11) - check-success=Build and Test (ubuntu-latest, 3.3.3, temurin@11) actions: queue: From 244287c1ed6d5e28367285d6ba32bcf0c9d8e5af Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 May 2024 15:36:44 +0000 Subject: [PATCH 10/11] Update scalameta to 4.9.5 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index 0f96402..ae6e4b3 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,2 +1,2 @@ -libraryDependencies += "org.scalameta" %% "scalameta" % "4.9.3" +libraryDependencies += "org.scalameta" %% "scalameta" % "4.9.5" libraryDependencies += "com.helger" % "ph-css" % "7.0.1" From 595918d92fdd3809538dab14b51c7f1bd79f9114 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 25 May 2024 16:37:28 +0000 Subject: [PATCH 11/11] Update scalac-options to 0.3.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f0c8317..117d6b3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,4 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("io.github.nafg.mergify" % "sbt-mergify-github-actions" % "0.7.0") -libraryDependencies += "io.github.nafg.scalac-options" %% "scalac-options" % "0.2.0" +libraryDependencies += "io.github.nafg.scalac-options" %% "scalac-options" % "0.3.0"