Skip to content

Commit 85accd7

Browse files
reid-spencerclaude
andcommitted
Remove ScalablyTyped helper and sbt-converter dependency
ScalablyTyped causes OOM errors in scripted tests and is not used by any consumer project. Removes With.ScalablyTyped API, the helper class, the scripted test, and the sbt-converter plugin dependency. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e2b0abc commit 85accd7

10 files changed

Lines changed: 0 additions & 149 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
178178
addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.2")
179179
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
180180
addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "1.2.0")
181-
addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta44")
182181
addSbtPlugin("org.jetbrains.scala" % "sbt-idea-plugin" % "5.0.4")
183182
```
184183
* [sbt-scalafix](https://github.com/scalacenter/sbt-scalafix) - Code refactoring and linting
@@ -192,7 +191,6 @@ addSbtPlugin("org.jetbrains.scala" % "sbt-idea-plugin" % "5.0.4")
192191
* [sbt-platform-deps](https://github.com/portable-scala/sbt-platform-deps) - Platform-specific dependencies
193192
* [sbt-mima-plugin](https://github.com/lightbend-labs/mima) - Binary compatibility checking
194193
* [sbt-tasty-mima](https://github.com/scalacenter/tasty-mima) - TASTy compatibility checking
195-
* [sbt-converter](https://github.com/ScalablyTyped/Converter) - Generate Scala.js facades from TypeScript
196194
* [sbt-idea-plugin](https://github.com/JetBrains/sbt-idea-plugin) - IntelliJ IDEA plugin development
197195

198196

@@ -934,9 +932,6 @@ Module("my-lib")
934932
))
935933
```
936934

937-
#### **`With.ScalablyTyped(...)`**
938-
Generate Scala.js facades from TypeScript definitions.
939-
940935
#### **`With.Scalatest(...)`**
941936
Add ScalaTest dependencies with custom version.
942937
- **`version`**: ScalaTest version

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,4 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
6868
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
6969
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
7070
addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "1.2.0")
71-
addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta44")
7271
addSbtPlugin("org.jetbrains.scala" % "sbt-idea-plugin" % "5.0.4")

project/plugins.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
6565

6666
addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "1.2.0")
6767

68-
addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta44")
69-
7068
addSbtPlugin("org.jetbrains.scala" % "sbt-idea-plugin" % "5.0.4")
7169

7270
libraryDependencies ++= Seq(

src/main/scala/com/ossuminc/sbt/OssumIncPlugin.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ object OssumIncPlugin extends AutoPlugin {
9898
/** Compile scala code as Scala 3's latest LTS release */
9999
def Scala3: helpers.Scala3.type = helpers.Scala3
100100

101-
/** Configure ScalablyTyped for TypeScript facades */
102-
def ScalablyTyped: helpers.ScalablyTyped.type = helpers.ScalablyTyped
103-
104101
/** Configure code coverage testing */
105102
def ScalaCoverage: helpers.ScalaCoverage.type = helpers.ScalaCoverage
106103

src/main/scala/com/ossuminc/sbt/helpers/ScalablyTyped.scala

Lines changed: 0 additions & 89 deletions
This file was deleted.

src/sbt-test/sbt-ossuminc/scalably-typed/build.sbt

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/sbt-test/sbt-ossuminc/scalably-typed/project/build.properties

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/sbt-test/sbt-ossuminc/scalably-typed/project/plugins.sbt

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/sbt-test/sbt-ossuminc/scalably-typed/src/main/scala/PrintHello.scala

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/sbt-test/sbt-ossuminc/scalably-typed/test

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)