repo
stringlengths
5
53
pr_number
int32
1
321k
task_type
stringclasses
2 values
issue_text
stringlengths
0
81.2k
pr_title
stringlengths
1
319
pr_body
stringlengths
0
105k
base_sha
stringlengths
40
40
head_sha
stringlengths
40
40
gold_diff
stringlengths
0
202M
changed_files
listlengths
0
100
review_threads
listlengths
0
100
test_patch
stringlengths
0
23.4M
merged
bool
1 class
typelevel/spire
1,303
issue_to_patch
Update sbt-jmh to 0.4.7
## About this PR πŸ“¦ Updates [pl.project13.scala:sbt-jmh](https://github.com/sbt/sbt-jmh) from `0.4.5` to `0.4.7` πŸ“œ [GitHub Release Notes](https://github.com/sbt/sbt-jmh/releases/tag/v0.4.7) - [Version Diff](https://github.com/sbt/sbt-jmh/compare/v0.4.5...v0.4.7) ## Usage βœ… **Please merge!** I'll automatically updat...
1006dbf6b5e3122bfc234f6e05a3b6b532ab0f70
30750a6e0f5d9433a98e99c46c4bbc38e8f3da07
diff --git a/project/plugins.sbt b/project/plugins.sbt index 546a93978..054a7392b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,5 +6,5 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.1") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14") addSbtPlugin("c...
[ "project/plugins.sbt" ]
[]
true
typelevel/spire
1,304
issue_to_patch
Update sbt to 1.9.8
## About this PR πŸ“¦ Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.9.1` to `1.9.8` πŸ“œ [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.8) - [Version Diff](https://github.com/sbt/sbt/compare/v1.9.1...v1.9.8) ## Usage βœ… **Please merge!** I'll automatically update this PR to resolve ...
1006dbf6b5e3122bfc234f6e05a3b6b532ab0f70
a04f6abab2790cfc3a1747559251dcc29c1b156a
diff --git a/project/build.properties b/project/build.properties index 3c0b78a7c..abbbce5da 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,1 +1,1 @@ -sbt.version=1.9.1 +sbt.version=1.9.8
[ "project/build.properties" ]
[]
true
typelevel/spire
1,293
issue_to_patch
Update index.md
Syntax `jmh:run` is deprecated. ``` [IJ]jmh:run [warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Jmh / run ``` May be it is better to use `Jmh / run`?
22f6d14b123dbe325b25ed955ee44d5f73f406be
0ad56d03f10f746b52f7181e3eb8071b03c5bc9d
diff --git a/docs/index.md b/docs/index.md index 2be12d00f..7cfa3138a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -550,12 +550,12 @@ In addition, Spire provides many other methods which are "missing" from In addition to unit tests, Spire comes with a relatively fleshed-out set of [JMH](https://openjdk.java.net/...
[ "docs/index.md" ]
[]
true
typelevel/spire
1,296
issue_to_patch
Update guide.md
Fix a typo
22f6d14b123dbe325b25ed955ee44d5f73f406be
36581cfc6f5effd6232ba66baf4c109c19ff8c54
diff --git a/docs/guide.md b/docs/guide.md index 683b7a175..2948a36cc 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -282,7 +282,7 @@ be implemented via a single `partialCompare` method, described below. `PartialOr A partial order is defined from a binary relation `<=`, which satisfies the relations: * `a <= a` ...
[ "docs/guide.md" ]
[]
true
typelevel/spire
1,251
issue_to_patch
Update sbt-jmh to 0.4.5
Updates pl.project13.scala:sbt-jmh from 0.4.4 to 0.4.5. 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 re...
ea725a0aed45f7211a4c49aa2f8979bcabbc1e61
3d07bd44c0f63751e6ce191c3df9cd2bccdde5a4
diff --git a/project/plugins.sbt b/project/plugins.sbt index dca280eff..546a93978 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,5 +6,5 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.1") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14") addSbtPlugin("c...
[ "project/plugins.sbt" ]
[]
true
typelevel/spire
1,248
issue_to_patch
Update scalafmt-core to 3.7.4
Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.7.3 to 3.7.4. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.4) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.7.3...v3.7.4) I'll automatically update this PR to resolve conflicts as ...
cb897d2f0ea88ffb00caf96cafaefcceed70b990
841e757c1887a84133efb015368bb2ba1571b674
diff --git a/.scalafmt.conf b/.scalafmt.conf index 14247d511..75797850d 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=3.7.3 +version=3.7.4 runner.dialect = Scala213Source3 fileOverride { "glob:**/scala-3/**" {
[ ".scalafmt.conf" ]
[]
true
typelevel/spire
1,254
issue_to_patch
Update nscplugin, sbt-scala-native, ... to 0.4.14
Updates * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) * [org.scala-native:scala3lib](https://github.com/scala-native/scala-native) * [org.scala-native:scalalib](https://github.com/scala-native/scala-nativ...
cb897d2f0ea88ffb00caf96cafaefcceed70b990
c947f5844773636b2d7833706c9ba9fdf34819fb
diff --git a/project/plugins.sbt b/project/plugins.sbt index 71d1611d9..c1c5738f9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion) addSbtPlugin("...
[ "project/plugins.sbt" ]
[]
true
typelevel/spire
1,257
issue_to_patch
Update sbt-scalajs, scalajs-compiler, ... to 1.13.2
## 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) * [or...
cb897d2f0ea88ffb00caf96cafaefcceed70b990
1258d42f28fc1467701e27408bfddd7750aeb40e
diff --git a/project/plugins.sbt b/project/plugins.sbt index 71d1611d9..6c2fca5fc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,4 +7,4 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.12") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("pl.project13.scala" % "s...
[ "project/plugins.sbt" ]
[]
true
typelevel/spire
1,258
issue_to_patch
Update sbt to 1.9.1
## About this PR πŸ“¦ Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.8.3` to `1.9.1` πŸ“œ [Version Diff](https://github.com/sbt/sbt/compare/v1.8.3...v1.9.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...
cb897d2f0ea88ffb00caf96cafaefcceed70b990
9842040a705e2b1124e31f7380e80cb740c7dbcb
diff --git a/project/build.properties b/project/build.properties index 72413de15..3c0b78a7c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,1 +1,1 @@ -sbt.version=1.8.3 +sbt.version=1.9.1
[ "project/build.properties" ]
[]
true
typelevel/spire
1,247
issue_to_patch
Drop implicit conversions for compat with future Scala 3 versions
Replace `type PairedSet[A] = (Set[A], Set[A])` by a case class. The old definition relied on implicit conversions from and to `Set|A]` to support a `map` operation, but Scala 3 already defines `Tuple#map`. So far, this did not break anything because `Tuple#map` takes a polymorphic function type, but I'm working on type...
f328387074ffdb66e7c5255a7f3024352241d04f
7075d39f69e3df54f3105a55b58adfcc782a0a29
diff --git a/examples/src/main/scala/spire/example/endoring.scala b/examples/src/main/scala/spire/example/endoring.scala index 366ea92f5..9aada1b15 100644 --- a/examples/src/main/scala/spire/example/endoring.scala +++ b/examples/src/main/scala/spire/example/endoring.scala @@ -21,6 +21,16 @@ import spire.implicits._ ...
[ "examples/src/main/scala/spire/example/endoring.scala" ]
[]
true
typelevel/spire
1,246
issue_to_patch
Update sbt-typelevel, sbt-typelevel-site to 0.4.21
Updates * [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel) * [org.typelevel:sbt-typelevel-site](https://github.com/typelevel/sbt-typelevel) from 0.4.20 to 0.4.21. [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.4.21) - [Version Diff](https://github.com/typel...
f328387074ffdb66e7c5255a7f3024352241d04f
ef9755aa7839d678b4c763ef81663fb1e04d9b68
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9ec02d53..2567a9521 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,7 +159,6 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] java: [temurin@8] runs-on: ${{ mat...
[ ".github/workflows/ci.yml", "project/plugins.sbt" ]
[]
true
typelevel/spire
1,245
issue_to_patch
Update sbt to 1.8.3
Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.8.2 to 1.8.3. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.8.3) - [Version Diff](https://github.com/sbt/sbt/compare/v1.8.2...v1.8.3) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If y...
f328387074ffdb66e7c5255a7f3024352241d04f
942e6f0f7d9a59f2fba3baf4580c5d087e305131
diff --git a/project/build.properties b/project/build.properties index 46e43a97e..72413de15 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,1 +1,1 @@ -sbt.version=1.8.2 +sbt.version=1.8.3
[ "project/build.properties" ]
[]
true
typelevel/spire
1,243
issue_to_patch
Update sbt-scala-native-crossproject to 1.3.1
Updates [org.portable-scala:sbt-scala-native-crossproject](https://github.com/portable-scala/sbt-crossproject) from 1.2.0 to 1.3.1. [GitHub Release Notes](https://github.com/portable-scala/sbt-crossproject/releases/tag/v1.3.1) - [Version Diff](https://github.com/portable-scala/sbt-crossproject/compare/v1.2.0...v1.3.1) ...
6a19b9c48c1b264ab7b490c180fbbd05ef0443ca
c5cb0054308178da262b408a83753f3df6b7a6be
diff --git a/project/plugins.sbt b/project/plugins.sbt index 294274bff..cf62dfe70 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ val sbtTypelevelVersion = "0.4.19" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sb...
[ "project/plugins.sbt" ]
[]
true
typelevel/spire
1,240
issue_to_patch
Update scalafmt-core to 3.7.3
Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.7.1 to 3.7.3. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.3) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.7.1...v3.7.3) I'll automatically update this PR to resolve conflicts as ...
6a19b9c48c1b264ab7b490c180fbbd05ef0443ca
8253f228a942ad2ec92d59dd640eaab050b394a8
diff --git a/.scalafmt.conf b/.scalafmt.conf index 7d8734866..14247d511 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=3.7.1 +version=3.7.3 runner.dialect = Scala213Source3 fileOverride { "glob:**/scala-3/**" {
[ ".scalafmt.conf" ]
[]
true
typelevel/spire
1,234
issue_to_patch
Update sbt-jmh to 0.4.4
Updates pl.project13.scala:sbt-jmh from 0.4.3 to 0.4.4. 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 re...
1c3821bfce9959df91c570a3b646fd9143d56406
6da4e4d62af61ae17f8624b86f817c3ae606fc4d
diff --git a/project/plugins.sbt b/project/plugins.sbt index 17c7ffd34..a8789b335 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,5 +6,5 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.9") addSbtPlugin("co...
[ "project/plugins.sbt" ]
[]
true
typelevel/spire
1,244
issue_to_patch
Update sbt-typelevel, sbt-typelevel-site to 0.4.20
Updates * [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel) * [org.typelevel:sbt-typelevel-site](https://github.com/typelevel/sbt-typelevel) from 0.4.19 to 0.4.20. [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.4.20) - [Version Diff](https://github.com/typel...
6a19b9c48c1b264ab7b490c180fbbd05ef0443ca
441ea57c288de48ebf18160b31305560755301f9
diff --git a/project/plugins.sbt b/project/plugins.sbt index 294274bff..ddce57152 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtTypelevelVersion = "0.4.19" +val sbtTypelevelVersion = "0.4.20" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.t...
[ "project/plugins.sbt" ]
[]
true
typelevel/spire
1,239
issue_to_patch
Update nscplugin, sbt-scala-native, ... to 0.4.12
Updates * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) * [org.scala-native:scala3lib](https://github.com/scala-native/scala-native) * [org.scala-native:scalalib](https://github.com/scala-native/scala-nativ...
24e01a780d2305e9fea3b1f3e6cac121d71940e4
883ca64275a5265952965841889eacd50b6a9ad0
diff --git a/project/plugins.sbt b/project/plugins.sbt index 7a717aa5f..294274bff 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion) addSbtPlugin("...
[ "project/plugins.sbt" ]
[]
true
typelevel/spire
1,237
issue_to_patch
Update sbt-typelevel, sbt-typelevel-site to 0.4.19
Updates * [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel) * [org.typelevel:sbt-typelevel-site](https://github.com/typelevel/sbt-typelevel) from 0.4.18 to 0.4.19. [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.4.19) - [Version Diff](https://github.com/typel...
1c3821bfce9959df91c570a3b646fd9143d56406
c63e91350069293228fa132518cd2b8f2fd25dd9
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee882e600..c9ec02d53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -300,7 +300,7 @@ jobs: (echo "$PGP_PASSPHRASE"; echo; echo) | gpg --command-fd 0 --pinentry-mode loopback --change-passphrase $(gpg --list-secret...
[ ".github/workflows/ci.yml", "project/plugins.sbt" ]
[]
true
typelevel/spire
1,233
issue_to_patch
Update scala3-library, ... to 3.2.2
Updates * [org.scala-lang:scala3-library](https://github.com/lampepfl/dotty) * [org.scala-lang:scala3-library_sjs1](https://github.com/lampepfl/dotty) from 3.2.1 to 3.2.2. [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.2.2) - [Version Diff](https://github.com/lampepfl/dotty/compare/3.2.1...3...
a45085cecf45cb68f45f4d5325a5f41cd56bc591
a23dc3794c68592a928331c539d08bcf66fcc680
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ce8f41e8..ee882e600 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,13 +28,13 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10, 3.2.1] + scala: [2.13.10, 3.2.2] ...
[ ".github/workflows/ci.yml", "build.sbt" ]
[]
true
typelevel/spire
1,231
issue_to_patch
Fix typo in index.md
024f70b2a8fc7f36eef11827129cef8254ee34cb
6d53d29031be82ac099f4ce52295a9e900f36f4d
diff --git a/docs/index.md b/docs/index.md index 860928d28..2be12d00f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -94,7 +94,7 @@ Welcome to the Ammonite Repl 2.x.x @ import $ivy.`org.typelevel::spire:@VERSION@` @ import spire._ @ import spire.math._ -@ import sipre.implicits._ +@ import spire.implicits._ @ Co...
[ "docs/index.md" ]
[]
true
typelevel/spire
1,230
issue_to_patch
Update scalafmt-core to 3.7.1
Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.6.1 to 3.7.1. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.1) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.6.1...v3.7.1) I'll automatically update this PR to resolve conflicts as ...
cec846e8238ace44503853d801fe5068c9aa6a5e
917cb7152f65cecbe58ff26d610227abab63b621
diff --git a/.scalafmt.conf b/.scalafmt.conf index e53ba3da7..7d8734866 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=3.6.1 +version=3.7.1 runner.dialect = Scala213Source3 fileOverride { "glob:**/scala-3/**" {
[ ".scalafmt.conf" ]
[]
true
typelevel/spire
1,228
issue_to_patch
Update sbt-typelevel, sbt-typelevel-site to 0.4.18
Updates * [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel) * [org.typelevel:sbt-typelevel-site](https://github.com/typelevel/sbt-typelevel) from 0.4.17 to 0.4.18. [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.4.18) - [Version Diff](https://github.com/typel...
03d5b51f8bde6140c6319195fd3b07c66f81f247
3fc3fdbe26d2c1870050e86c5e0ecbcaed4b3267
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3962722d..7ce8f41e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,21 +47,21 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v2 + ...
[ ".github/workflows/ci.yml", "project/plugins.sbt" ]
[]
true
typelevel/spire
1,227
issue_to_patch
Update sbt to 1.8.2
Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.8.1 to 1.8.2. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.8.2) - [Version Diff](https://github.com/sbt/sbt/compare/v1.8.1...v1.8.2) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If y...
844b2d27eea7d902e554a5584d556f2d5cde1d5a
b57b375407a0c83c1236fcb7cf3756665c19731d
diff --git a/project/build.properties b/project/build.properties index c13a9b3a3..46e43a97e 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,1 +1,1 @@ -sbt.version=1.8.1 +sbt.version=1.8.2
[ "project/build.properties" ]
[]
true
typelevel/spire
1,226
issue_to_patch
Update sbt to 1.8.1
Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.8.0 to 1.8.1. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.8.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.8.0...v1.8.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If y...
271dce2f734f9b97e7eb1b46092544dac70ad911
96001d82eac431b229117395436527e81163735d
diff --git a/project/build.properties b/project/build.properties index 8b9a0b0ab..c13a9b3a3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,1 +1,1 @@ -sbt.version=1.8.0 +sbt.version=1.8.1
[ "project/build.properties" ]
[]
true
typelevel/spire
1,222
issue_to_patch
Update munit to 1.0.0-M7
Updates [org.scalameta:munit](https://github.com/scalameta/munit) from 1.0.0-M6 to 1.0.0-M7. [GitHub Release Notes](https://github.com/scalameta/munit/releases/tag/v1.0.0-M7) - [Version Diff](https://github.com/scalameta/munit/compare/v1.0.0-M6...v1.0.0-M7) I'll automatically update this PR to resolve conflicts as lon...
0a589eecbc5f252fd9c315f931a94dc3489710d7
61ae3564b09f603690830efad2ed250a910e7a8a
diff --git a/build.sbt b/build.sbt index 67c3f9218..94856e281 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ import scala.language.existentials lazy val scalaCheckVersion = "1.17.0" -lazy val munit = "1.0.0-M6" +lazy val munit = "1.0.0-M7" lazy val munitDiscipline = "2.0.0-M3" lazy val algebraVersion...
[ "build.sbt" ]
[]
true
typelevel/spire
1,220
issue_to_patch
Update algebra, algebra-laws to 2.9.0
Updates * [org.typelevel:algebra](https://github.com/typelevel/cats) * [org.typelevel:algebra-laws](https://github.com/typelevel/cats) from 2.8.0 to 2.9.0. [GitHub Release Notes](https://github.com/typelevel/cats/releases/tag/v2.9.0) - [Version Diff](https://github.com/typelevel/cats/compare/v2.8.0...v2.9.0) I'll a...
887148d8170f92cb2941236d920a904e9d830409
2be4c00a3c00e33cbbea7deaa3ea6b22f8623d59
diff --git a/build.sbt b/build.sbt index 67c3f9218..280af6b47 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ lazy val scalaCheckVersion = "1.17.0" lazy val munit = "1.0.0-M6" lazy val munitDiscipline = "2.0.0-M3" -lazy val algebraVersion = "2.8.0" +lazy val algebraVersion = "2.9.0" lazy val apfloatVers...
[ "build.sbt" ]
[]
true
typelevel/spire
1,217
issue_to_patch
Update scala3-library, ... to 3.2.1
Updates * [org.scala-lang:scala3-library](https://github.com/lampepfl/dotty) * [org.scala-lang:scala3-library_sjs1](https://github.com/lampepfl/dotty) from 3.1.3 to 3.2.1. [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.2.1) - [Version Diff](https://github.com/lampepfl/dotty/compare/3.1.3...3...
fed97365f4e503ad53a4bfbab19b2b852f29de84
e57b7ef2b40c7548f0cdef67fd1b04059490b8c4
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ef6d4679..85515ca8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,13 +28,13 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10, 3.1.3] + scala: [2.13.10, 3.2.1] ...
[ ".github/workflows/ci.yml", "build.sbt" ]
[]
true
typelevel/spire
1,223
issue_to_patch
Update sbt-scalajs, scalajs-compiler, ... to 1.11.0
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-t...
0a589eecbc5f252fd9c315f931a94dc3489710d7
aa600ece46064f538edb80d6f9502e778144a455
diff --git a/project/plugins.sbt b/project/plugins.sbt index 59e5fb0bd..dac5eeef2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,4 +7,4 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.7") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("pl.project13.scala" % "sb...
[ "project/plugins.sbt" ]
[]
true
typelevel/spire
1,224
issue_to_patch
Update nscplugin, sbt-scala-native, ... to 0.4.9
Updates * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) * [org.scala-native:scala3lib](https://github.com/scala-native/scala-native) * [org.scala-native:scalalib](https://github.com/scala-native/scala-nativ...
0a589eecbc5f252fd9c315f931a94dc3489710d7
a4b04f8120cd59f5e07f87d18e772f4a19064bfd
diff --git a/project/plugins.sbt b/project/plugins.sbt index 59e5fb0bd..6e898bda4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion) addSbtPlugin("...
[ "project/plugins.sbt" ]
[]
true
typelevel/spire
1,221
issue_to_patch
Update sbt-typelevel, sbt-typelevel-site to 0.4.17
Updates * [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel) * [org.typelevel:sbt-typelevel-site](https://github.com/typelevel/sbt-typelevel) from 0.4.16 to 0.4.17. [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.4.17) - [Version Diff](https://github.com/typel...
887148d8170f92cb2941236d920a904e9d830409
5532f0321650ceee96a5682c65fc6ccac428a9b9
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ef6d4679..e364179ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,26 +116,26 @@ jobs: - name: Check headers and formatting if: matrix.java == 'temurin@8' - run: sbt 'project ${{ matrix.project...
[ ".github/workflows/ci.yml", "project/plugins.sbt" ]
[]
true
typelevel/spire
1,219
issue_to_patch
Update sbt to 1.8.0
Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.7.3 to 1.8.0. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.8.0) - [Version Diff](https://github.com/sbt/sbt/compare/v1.7.3...v1.8.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If yo...
fed97365f4e503ad53a4bfbab19b2b852f29de84
7bcb402e29b3e6d26df6fa17e5b4c1aec967d629
diff --git a/project/build.properties b/project/build.properties index 6a9f03889..8b9a0b0ab 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,1 +1,1 @@ -sbt.version=1.7.3 +sbt.version=1.8.0
[ "project/build.properties" ]
[]
true
typelevel/spire
1,216
issue_to_patch
Update scalafmt-core to 3.6.1
Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.6.0 to 3.6.1. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.6.1) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.6.0...v3.6.1) I'll automatically update this PR to resolve conflicts as l...
18f98314f3f4b9012d60c521414ced63699e2ba1
dda4cd4366c35b870de8325313846bd9852d489b
diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index f226582e2..afe5ecde2 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -14,3 +14,6 @@ e93fe9bcf5ff0c314ca676bf9f3b9c8148574786 # Scala Steward: Reformat with scalafmt 3.5.9 01f01fd107bffe8babb43adfe2768c5e815215e6 + +# Scala Stewar...
[ ".git-blame-ignore-revs", ".scalafmt.conf", "tests/shared/src/test/scala/spire/math/PolynomialScalaCheckSuite.scala" ]
[]
diff --git a/tests/shared/src/test/scala/spire/math/PolynomialScalaCheckSuite.scala b/tests/shared/src/test/scala/spire/math/PolynomialScalaCheckSuite.scala index f26e281d8..339ffff77 100644 --- a/tests/shared/src/test/scala/spire/math/PolynomialScalaCheckSuite.scala +++ b/tests/shared/src/test/scala/spire/math/Polynom...
true
typelevel/spire
1,215
issue_to_patch
Update sbt to 1.7.3
Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.7.2 to 1.7.3. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.7.3) - [Version Diff](https://github.com/sbt/sbt/compare/v1.7.2...v1.7.3) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If yo...
9ee6efb67d68d6411336bf8d0b06ebfbf4b34bda
6314b4c3ba32e97910e5c070c2bee5c8a965486d
diff --git a/project/build.properties b/project/build.properties index 563a014da..6a9f03889 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,1 +1,1 @@ -sbt.version=1.7.2 +sbt.version=1.7.3
[ "project/build.properties" ]
[]
true
typelevel/spire
1,214
issue_to_patch
Update scalafmt-core to 3.6.0
Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.5.9 to 3.6.0. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.6.0) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.5.9...v3.6.0) I'll automatically update this PR to resolve conflicts as l...
9fe5ed35fd636e52460be417fc02887ddde9741f
aaf61e607a38a9a8b31ee2daec0eac462ed2aec2
diff --git a/.scalafmt.conf b/.scalafmt.conf index cfc2a9953..cb4b55aff 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=3.5.9 +version=3.6.0 runner.dialect = Scala213Source3 fileOverride { "glob:**/scala-3/**" {
[ ".scalafmt.conf" ]
[]
true
typelevel/spire
1,213
issue_to_patch
Update scala-library, scala-reflect to 2.13.10
Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from 2.13.9 to 2.13.10. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.10) - [Version Diff](https://github.com/scala/scala/compare/v2.13.9...v2.13.10) I...
d840a3e2141805f2434f0eccc7c9f18a138b98d3
74e906cadac9a8331e11fc3f159a59b717b1b889
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e944fa0e5..1ef6d4679 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,13 +28,13 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.9, 3.1.3] + scala: [2.13.10, 3.1.3] ...
[ ".github/workflows/ci.yml", "build.sbt" ]
[]
true
typelevel/spire
1,212
issue_to_patch
Update sbt-typelevel, sbt-typelevel-site to 0.4.16
Updates * [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel) * [org.typelevel:sbt-typelevel-site](https://github.com/typelevel/sbt-typelevel) from 0.4.15 to 0.4.16. [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.4.16) - [Version Diff](https://github.com/typel...
8fddeb1e487cc0e581c527829602e9fa2867bea6
03ac9ad5fae61a489b49509fecebe378af44d96e
diff --git a/project/plugins.sbt b/project/plugins.sbt index a0e94c3ea..68c8fa85b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtTypelevelVersion = "0.4.15" +val sbtTypelevelVersion = "0.4.16" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.t...
[ "project/plugins.sbt" ]
[]
true
typelevel/spire
1,188
issue_to_patch
Remove scoverage plugin
https://github.com/typelevel/spire/pull/1186#issuecomment-1166402928
46b65092375fd6823a948376479307eab2f276ef
70f4ca4dc9325ac92ca6a58281a7dbcc13045ce6
diff --git a/build.sbt b/build.sbt index fc27b9712..ed2bb6b09 100644 --- a/build.sbt +++ b/build.sbt @@ -191,13 +191,6 @@ lazy val commonJvmSettings = Seq() ThisBuild / tlSiteApiUrl := Some(url("https://www.javadoc.io/doc/org.typelevel/spire_2.13/latest/spire/index.html")) -lazy val scoverageSettings = Seq( - cov...
[ "build.sbt", "project/build.sbt", "project/plugins.sbt" ]
[]
true
typelevel/spire
1,211
issue_to_patch
Update sbt to 1.7.2
Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.7.1 to 1.7.2. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.7.2) - [Version Diff](https://github.com/sbt/sbt/compare/v1.7.1...v1.7.2) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If yo...
9606f32aa2f73bf6ef83cbc69296eb18356bc5e7
e1b726a6d60bc6b41c2cb4429ed48bce26a46c3b
diff --git a/project/build.properties b/project/build.properties index 22af2628c..563a014da 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,1 +1,1 @@ -sbt.version=1.7.1 +sbt.version=1.7.2
[ "project/build.properties" ]
[]
true
typelevel/spire
1,208
issue_to_patch
Update scala-library, scala-reflect to 2.13.9
Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from 2.13.8 to 2.13.9. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.9) - [Version Diff](https://github.com/scala/scala/compare/v2.13.8...v2.13.9) I'll...
f80dd6ef57e0651bf6a551585edb3604e85af482
9223c1c760504ca68d98a50b64aef2717458c5b3
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f829148c5..e944fa0e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,13 +28,13 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8, 3.1.3] + scala: [2.13.9, 3.1.3] j...
[ ".github/workflows/ci.yml", "build.sbt" ]
[]
true
typelevel/spire
1,207
issue_to_patch
Update sbt-typelevel, sbt-typelevel-site to 0.4.15
Updates * [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel) * [org.typelevel:sbt-typelevel-site](https://github.com/typelevel/sbt-typelevel) from 0.4.14 to 0.4.15. [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.4.15) - [Version Diff](https://github.com/typel...
a6c5eec73a2835ca177528ecdbffdff6cf706139
3d99e7e795276ee2990afde1c9c77592b3b86382
diff --git a/project/plugins.sbt b/project/plugins.sbt index a61367662..fe0178253 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature") -val sbtTypelevelVersion = "0.4.14" +val sbtTypelevelVersion = "0.4.15" addSbtPlugin("org.typel...
[ "project/plugins.sbt" ]
[]
true
typelevel/spire
1,205
issue_to_patch
Update sbt-typelevel, sbt-typelevel-site to 0.4.14
Updates * [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel) * [org.typelevel:sbt-typelevel-site](https://github.com/typelevel/sbt-typelevel) from 0.4.13 to 0.4.14. [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.4.14) - [Version Diff](https://github.com/typel...
9843b770f41fb91d2c44c9cda8cb7f225ae3706a
328182827f228fb4af5f85720c2d0644280ad84f
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96ae09a07..f829148c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - na...
[ ".github/workflows/ci.yml", "project/plugins.sbt" ]
[]
true
typelevel/spire
1,204
issue_to_patch
Update scalacheck to 1.17.0
Updates [org.scalacheck:scalacheck](https://github.com/typelevel/scalacheck) from 1.16.0 to 1.17.0. [GitHub Release Notes](https://github.com/typelevel/scalacheck/releases/tag/v1.17.0) - [Version Diff](https://github.com/typelevel/scalacheck/compare/v1.16.0...v1.17.0) I'll automatically update this PR to resolve confl...
9843b770f41fb91d2c44c9cda8cb7f225ae3706a
fb50e6c9b291cda5bb301a321cf9a62e74d022fb
diff --git a/build.sbt b/build.sbt index 4433e690b..db71dbd4e 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val header = """|*************************************************************** import scala.language.existentials -lazy val scalaCheckVersion = "1.16.0" +lazy val scalaCheckVersion = "1.17.0" ...
[ "build.sbt" ]
[]
true
typelevel/spire
1,201
issue_to_patch
Update nscplugin, sbt-scala-native, ... to 0.4.7
Updates * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) * [org.scala-native:scala3lib](https://github.com/scala-native/scala-native) * [org.scala-native:scalalib](https://github.com/scala-native/scala-nativ...
f9ca46f8af8a50bfb00634a707e59495d4791f1b
9931af7152b66c72af4cec962a09532ce794d61a
diff --git a/project/plugins.sbt b/project/plugins.sbt index f18da6efd..b0c9a1564 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion) addSbtPlugin("...
[ "project/plugins.sbt" ]
[]
true
typeorm/typeorm
12,231
issue_to_patch
fix(mssql)!: rename dataSource isolation options and assign proper values during `createPool`
Related #11123 ### Description of change This PR brings a breaking change to the `SqlServerDataSourceOptions`. **Changes:** - Renames `options.isolation` to `options.isolationLevel` as in the first place mssql driver requires `isolationLevel` option, not `isolation` - Changes the `options.isolationLevel` and `...
8692a9435f6dbe7aa08463455b3703deea689e8e
d37182e4701ac0616ce66ad4f6bf8cca60f9816d
diff --git a/docs/docs/advanced-topics/2-transactions.md b/docs/docs/advanced-topics/2-transactions.md index ec07dbb7090..c370a560ffe 100644 --- a/docs/docs/advanced-topics/2-transactions.md +++ b/docs/docs/advanced-topics/2-transactions.md @@ -44,17 +44,22 @@ await myDataSource.manager.transaction( ) ``` -Isolatio...
[ "docs/docs/advanced-topics/2-transactions.md", "docs/docs/drivers/microsoft-sqlserver.md", "docs/docs/guides/8-migration-v1.md", "docs/docs/guides/9-release-notes-v1.md", "packages/codemod/src/transforms/v1/datasource-mssql-domain.ts", "packages/codemod/src/transforms/v1/datasource-mssql.ts", "packages/...
[ { "comment": "`DataSource` should not use db-specific types. `IsolationLevel` was probably fine.", "path": "src/data-source/DataSource.ts", "hunk": "@@ -463,12 +463,12 @@ export class DataSource {\n runInTransaction: (entityManager: EntityManager) => Promise<T>,\n ): Promise<T>\n async t...
diff --git a/packages/codemod/test/transforms/v1/fixtures/datasource-mssql-domain/datasource-mssql-domain.input.ts b/packages/codemod/test/transforms/v1/fixtures/datasource-mssql/datasource-mssql.input.ts similarity index 55% rename from packages/codemod/test/transforms/v1/fixtures/datasource-mssql-domain/datasource-ms...
true
typeorm/typeorm
12,231
comment_to_fix
fix(mssql)!: rename dataSource isolation options and assign proper values during `createPool`
I'm thinking there's no need for a separate type. I'd either not add "snapshot" or add it everywhere and make it throw on runtime. If I'm using e.g. postgres, I'd be confused why do I see mssql types.
8692a9435f6dbe7aa08463455b3703deea689e8e
d37182e4701ac0616ce66ad4f6bf8cca60f9816d
diff --git a/src/driver/types/IsolationLevel.ts b/src/driver/types/IsolationLevel.ts index 6aabeae7b51..e02ff5c1d32 100644 --- a/src/driver/types/IsolationLevel.ts +++ b/src/driver/types/IsolationLevel.ts @@ -1,5 +1,9 @@ -export type IsolationLevel = - | "READ UNCOMMITTED" - | "READ COMMITTED" - | "REPEATABLE ...
[ "src/driver/types/IsolationLevel.ts" ]
[ { "comment": "I'm thinking there's no need for a separate type. I'd either not add \"snapshot\" or add it everywhere and make it throw on runtime.\n\nIf I'm using e.g. postgres, I'd be confused why do I see mssql types.", "path": "src/driver/types/IsolationLevel.ts", "hunk": "@@ -3,3 +3,5 @@ export type...
true
typeorm/typeorm
12,231
comment_to_fix
fix(mssql)!: rename dataSource isolation options and assign proper values during `createPool`
`&& isolationLevel === "READ UNCOMMITTED"`, otherwise all levels will be skipped.
8692a9435f6dbe7aa08463455b3703deea689e8e
d37182e4701ac0616ce66ad4f6bf8cca60f9816d
diff --git a/test/functional/transaction/database-specific-isolation/full-isolation-support.test.ts b/test/functional/transaction/database-specific-isolation/full-isolation-support.test.ts deleted file mode 100644 index a38c37398cb..00000000000 --- a/test/functional/transaction/database-specific-isolation/full-isolatio...
[ "test/functional/transaction/database-specific-isolation/full-isolation-support.test.ts" ]
[ { "comment": "`&& isolationLevel === \"READ UNCOMMITTED\"`, otherwise all levels will be skipped.", "path": "test/functional/transaction/database-specific-isolation/full-isolation-support.test.ts", "hunk": "@@ -14,180 +14,66 @@ describe(\"transaction > transaction with full isolation support\", () => {\...
true
typeorm/typeorm
12,302
issue_to_patch
refactor: replace deprecated substr
Related #12149 ### Description of change Replace deprecated `substr` with alternatives throughout the codebase. ### Pull-Request Checklist - [x] Code is up-to-date with the `master` branch - [ ] This pull request links relevant issues as `Fixes #00000` - [ ] There are new or updated tests validating the cha...
d31cb541c0bf8fce13ff7602366e8fc1bfa228e8
0b24e60163cd2514df58a212a7f6e515ae25ccfd
diff --git a/src/connection/ConnectionOptionsReader.ts b/src/connection/ConnectionOptionsReader.ts index c37e7939814..f8a61bb00ff 100644 --- a/src/connection/ConnectionOptionsReader.ts +++ b/src/connection/ConnectionOptionsReader.ts @@ -1,5 +1,5 @@ import appRootPath from "app-root-path" -import path from "path" +impo...
[ "src/connection/ConnectionOptionsReader.ts", "src/driver/DriverUtils.ts", "src/driver/cockroachdb/CockroachQueryRunner.ts", "src/driver/cordova/CordovaQueryRunner.ts", "src/driver/nativescript/NativescriptQueryRunner.ts", "src/driver/postgres/PostgresQueryRunner.ts", "src/driver/react-native/ReactNative...
[]
true
typeorm/typeorm
12,268
issue_to_patch
test: rename test files
### Description of change - Rename test files from `.ts` to `.test.ts`. ### Pull-Request Checklist - [x] Code is up-to-date with the `master` branch - [ ] This pull request links relevant issues as `Fixes #00000` - [x] There are new or updated tests validating the change (`tests/**.test.ts`) - [ ] Documentati...
876aed96b5651ecc97c03e6417cd341a3e04de00
3268a28886fad65029ba4d07bef7e8c89d9e81fc
[ "test/functional/indices/index-types/postgresql/index-types-postgres.test.ts", "test/functional/indices/index-types/sqlite/index-types-sqlite.test.ts" ]
[]
diff --git a/test/functional/indices/index-types/postgresql/index-types-pg.ts b/test/functional/indices/index-types/postgresql/index-types-postgres.test.ts similarity index 98% rename from test/functional/indices/index-types/postgresql/index-types-pg.ts rename to test/functional/indices/index-types/postgresql/index-typ...
true
typeorm/typeorm
12,047
issue_to_patch
Logged query is not correctly formatted ### Issue description When logs is configured for logging queries, Some queries in SQL Server are not correctly formatted contains long whitespaces between words. ### Expected Behavior It should correctly formatted query without long whitespaces. ### Actual Behavior <img wi...
fix: remove whitespaces in log query
### Description of change This PR fixes a minor bug that removes long spaces in the logged query. Drivers: mssql, mysql **Note:** no tests in the PR, verified manually (don't know how to write a test for this :) **Before:** <img width="1241" height="205" alt="log-incorrect" src="https://github.com/user-attachm...
3e32686719c2cdd6a85f09b1a603a3b607854e50
541d9daed79fd9c767abf63004a981dab41c474c
diff --git a/src/driver/mysql/MysqlQueryRunner.ts b/src/driver/mysql/MysqlQueryRunner.ts index 806f70934b9..d39138475a3 100644 --- a/src/driver/mysql/MysqlQueryRunner.ts +++ b/src/driver/mysql/MysqlQueryRunner.ts @@ -2658,15 +2658,13 @@ export class MysqlQueryRunner extends BaseQueryRunner implements QueryRunner { ...
[ "src/driver/mysql/MysqlQueryRunner.ts", "src/driver/sqlserver/SqlServerQueryRunner.ts" ]
[]
true
typeorm/typeorm
12,381
issue_to_patch
test: fix flaky enum assertion and test CI job database in cli init
### Description of change - Replace deep equal assertion with have.members for `enum-down-migration` test. - Test only the required database during `cli init` test. For postgres job in CI: ```log // Before cli init command βœ” should work with mysql option (5960ms) βœ” should work with mariadb o...
fa6f522eb29628338492982c61e65d641d3bc779
afa0e168563da33b72908fa3d84ccb908dc6d566
[ "test/functional/schema-builder/column-type/enum/enum-down-migration/enum-down-migration.test.ts", "test/github-issues/8975/issue-8975.test.ts" ]
[]
diff --git a/test/functional/schema-builder/column-type/enum/enum-down-migration/enum-down-migration.test.ts b/test/functional/schema-builder/column-type/enum/enum-down-migration/enum-down-migration.test.ts index 6aa1feaf3ac..c416dd9735e 100644 --- a/test/functional/schema-builder/column-type/enum/enum-down-migration/e...
true
typeorm/typeorm
12,353
issue_to_patch
fix(codemod): handle lock option objects correctly and increase test coverage
### Description of change - Fixed the logic for `find-options-lock-modes` v1/transforms as it was not changing it to the new syntax. - Expanded codemod fixture coverage for v1 transforms using existing `*.input.ts` / `*.output.ts` pairs and covers more branches without new `.test.ts` files. ### Pull-Request Check...
66aa930e1833fe5cff88a04ee48ecc1d2fe0b957
3edee789341ea3dc7963ae717dce2135f8f63e13
diff --git a/packages/codemod/src/transforms/v1/datasource-mongodb.ts b/packages/codemod/src/transforms/v1/datasource-mongodb.ts index e9f5834752a..f5c5d54b430 100644 --- a/packages/codemod/src/transforms/v1/datasource-mongodb.ts +++ b/packages/codemod/src/transforms/v1/datasource-mongodb.ts @@ -74,21 +74,32 @@ export ...
[ "packages/codemod/src/transforms/v1/datasource-mongodb.ts", "packages/codemod/src/transforms/v1/migrations-get-all.ts", "packages/codemod/test/transforms/v1/fixtures/column-unsigned-numeric/column-unsigned-numeric.input.ts", "packages/codemod/test/transforms/v1/fixtures/column-unsigned-numeric/column-unsigned...
[]
diff --git a/packages/codemod/test/transforms/v1/fixtures/column-unsigned-numeric/column-unsigned-numeric.input.ts b/packages/codemod/test/transforms/v1/fixtures/column-unsigned-numeric/column-unsigned-numeric.input.ts index e98f4d6f632..f25ec9d1484 100644 --- a/packages/codemod/test/transforms/v1/fixtures/column-unsig...
true
typeorm/typeorm
12,371
issue_to_patch
Issue template for feature request is missing Capacitor driver option. https://github.com/typeorm/typeorm/blob/master/.github/ISSUE_TEMPLATE/feature-request.yml Needs Capacitor: <img width="395" height="558" alt="Image" src="https://github.com/user-attachments/assets/13198f5e-92e6-48bb-8ba8-91ad2258d0ba" />
docs(issue-template): add capacitor option to drivers list and remove sqlite-abstract
Closes #12358 ### Description of change - Add `capacitor` to bug and feature issue templates. - Remove `sqlite-abstract` as it is not an driver. ### Pull-Request Checklist - [x] Code is up-to-date with the `master` branch - [x] This pull request links relevant issues as `Fixes #12358` - [ ] There are new o...
212c8efe81d087e17f65eb96cd59150f76a32ea2
762e8e8eae2764216bb77e4e205b2c7c7d7f0652
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d613f98c14b..68585578f84 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -78,6 +78,8 @@ body: required: false - label: better-sqlite3 required...
[ ".github/ISSUE_TEMPLATE/bug-report.yml", ".github/ISSUE_TEMPLATE/feature-request.yml" ]
[]
true
typeorm/typeorm
12,056
issue_to_patch
Stack trace is truncated in SQL Server query runner ### Issue description When queries fail with Sql Server, the stack trace is pointing to TypeOrm code ### Expected Behavior The stack trace should include the call site before typeorm. ### Actual Behavior The stack trace is terminated inside of the query runner ...
fix: query stack trace
### Description of change This PR continues the work from #11273 Closes #11499 Closes #11765 #### Changes - `mysql2` package supports promise via `.promise()` method - removed new Promise() from the `query` in mssql ### Pull-Request Checklist - [x] Code is up-to-date with the `master` branch - [x] This ...
bfa996381e4b8b7d861a1407035d930950cb9ffb
65a51fb8ccc860107d9dd12ee5642456b16cc0ae
diff --git a/src/driver/mysql/MysqlQueryRunner.ts b/src/driver/mysql/MysqlQueryRunner.ts index 375700c8c9b..c0c9b2bacae 100644 --- a/src/driver/mysql/MysqlQueryRunner.ts +++ b/src/driver/mysql/MysqlQueryRunner.ts @@ -208,98 +208,90 @@ export class MysqlQueryRunner extends BaseQueryRunner implements QueryRunner { ...
[ "src/driver/mysql/MysqlQueryRunner.ts", "src/driver/sqlserver/SqlServerQueryRunner.ts", "test/functional/query-runner/entity/Human.ts", "test/functional/query-runner/error-stack-trace.test.ts" ]
[]
diff --git a/test/functional/query-runner/entity/Human.ts b/test/functional/query-runner/entity/Human.ts new file mode 100644 index 00000000000..821212ec3c4 --- /dev/null +++ b/test/functional/query-runner/entity/Human.ts @@ -0,0 +1,10 @@ +import { Column, Entity, PrimaryColumn } from "../../../../src" + +@Entity() +ex...
true
typeorm/typeorm
12,393
issue_to_patch
Generated column support for SAP HANA ### Feature Description Currently, TypeORM doesn't support generated columns for SAP HANA, even though the database supports it. ### The Solution - Store the generated column expression in `typeorm_metadata` table as most of the other supported drivers do. - Retrieve the `asExp...
feat(sap): add support for generated column in SAP HANA
Closes #12405 ### Description of change Add **Generated Column** support for SAP HANA. SAP HANA exposes the `GENERATED_ALWAYS_AS` column in the `SYS.TABLE_COLUMNS` table, but added it as a fallback. The `asExpression` is stored in the `typeorm_metadata` table. ### Pull-Request Checklist - [x] Code is up-to-d...
24677a1323c59338212484b416a543ac74d695df
64a295ec83e3de6dc613520a0553e0740cd1127d
diff --git a/docs/docs/entity/1-entities.md b/docs/docs/entity/1-entities.md index 698737b07a2..61f98211597 100644 --- a/docs/docs/entity/1-entities.md +++ b/docs/docs/entity/1-entities.md @@ -448,8 +448,8 @@ List of available options in `ColumnOptions`: - `collation: string` - Defines a column collation. - `enum: st...
[ "docs/docs/entity/1-entities.md", "docs/docs/help/3-decorator-reference.md", "src/driver/cockroachdb/CockroachQueryRunner.ts", "src/driver/mysql/MysqlQueryRunner.ts", "src/driver/sap/SapDriver.ts", "src/driver/sap/SapQueryRunner.ts", "src/driver/sqlserver/SqlServerQueryRunner.ts", "src/query-runner/Ba...
[]
diff --git a/test/functional/database-schema/generated-columns/sap/entity/Post.ts b/test/functional/database-schema/generated-columns/sap/entity/Post.ts new file mode 100644 index 00000000000..66874c459eb --- /dev/null +++ b/test/functional/database-schema/generated-columns/sap/entity/Post.ts @@ -0,0 +1,33 @@ +import {...
true
typeorm/typeorm
12,350
issue_to_patch
docs(transactions): clarify CockroachDB isolation level behavior and add tests
### Description of change Add weaker isolation behavior with added transaction tests. - [x] Code is up-to-date with the `master` branch - [ ] This pull request links relevant issues as `Fixes #00000` - [x] There are new or updated tests validating the change (`tests/**.test.ts`) - [x] Documentation has been upda...
2aab71f9caeb053bfed1398dff233163c610032d
c30239a44acea662c70bdbfcf9ff0956efab7620
diff --git a/docs/docs/transactions.mdx b/docs/docs/transactions.mdx index ad5b814ae1d..5698b02f9e1 100644 --- a/docs/docs/transactions.mdx +++ b/docs/docs/transactions.mdx @@ -61,16 +61,24 @@ Isolation level implementations are _not_ agnostic across all databases. Each dr <DatabaseTab value="cockroachdb"> - `READ ...
[ "docs/docs/transactions.mdx", "test/functional/transaction/isolation-level/cockroachdb-isolation.test.ts", "test/functional/transaction/isolation-level/postgres-isolation.test.ts" ]
[]
diff --git a/test/functional/transaction/isolation-level/cockroachdb-isolation.test.ts b/test/functional/transaction/isolation-level/cockroachdb-isolation.test.ts new file mode 100644 index 00000000000..975ea95e460 --- /dev/null +++ b/test/functional/transaction/isolation-level/cockroachdb-isolation.test.ts @@ -0,0 +1,...
true
typeorm/typeorm
12,413
issue_to_patch
fix(cockroachdb): adjust join in loadTables to load correct table columns
### Description of change - Removed debug log from `database-schema/enums/enums.test.ts`. - Added a test description in `persistence/persistence-order/persistence-order.test.ts`. - Fix typo in `SELECT * FROM "${database}"."sys"."schema"` - `"sys"."schema"` -> `"sys"."schemas"`. (`SqlServerQueryRunner.ts`) - Updated...
f5cc456e75aeb37b1d28edfbcd97536643c35e2c
d6cdb93ada2c23e0be53523f1c2de3d3912fe4fc
diff --git a/src/driver/cockroachdb/CockroachQueryRunner.ts b/src/driver/cockroachdb/CockroachQueryRunner.ts index 78a7fa3512f..c6a3a6496ab 100644 --- a/src/driver/cockroachdb/CockroachQueryRunner.ts +++ b/src/driver/cockroachdb/CockroachQueryRunner.ts @@ -3208,7 +3208,7 @@ export class CockroachQueryRunner ...
[ "src/driver/cockroachdb/CockroachQueryRunner.ts", "src/driver/sqlserver/SqlServerQueryRunner.ts", "test/functional/database-schema/enums/enums.test.ts", "test/functional/multi-schema-and-database/custom-junction-schema/custom-junction-schema.test.ts", "test/functional/multi-schema-and-database/multi-schema-...
[ { "comment": "Whenever we have `console.log` in tests, we are trying to figure out why an assertion is not working. This can always be solved by introducing better assertions, e.g.: `expect(array).to.have.length(0)` (or `lengthOf`?) would also log the array values if the expectation is not met ;)", "path": ...
diff --git a/test/functional/database-schema/enums/enums.test.ts b/test/functional/database-schema/enums/enums.test.ts index 3e6296f7846..9c9c31e04ab 100644 --- a/test/functional/database-schema/enums/enums.test.ts +++ b/test/functional/database-schema/enums/enums.test.ts @@ -12,6 +12,7 @@ import { HeterogeneousEn...
true
typeorm/typeorm
12,581
issue_to_patch
test: rename github-issue 7558 test file name
### Description of change Renamed `issue-7758.test.ts` -> `issue-7558.test.ts` for consistency, as the `test/github-issues/7558` directory should have the correct named test file name. ### Pull-Request Checklist - [x] Code is up-to-date with the `master` branch - [ ] This pull request links a relevant issue usi...
afe5a6b20550848d3ff151110b83557b46c90f4e
810434703d9dc6d8e2f51ff646e80e197ad8b592
[ "test/github-issues/7558/issue-7558.test.ts" ]
[]
diff --git a/test/github-issues/7558/issue-7758.test.ts b/test/github-issues/7558/issue-7558.test.ts similarity index 100% rename from test/github-issues/7558/issue-7758.test.ts rename to test/github-issues/7558/issue-7558.test.ts
true
typeorm/typeorm
12,572
issue_to_patch
chore(deps): bump github/codeql-action from 4.36.1 to 4.36.2 in the github-actions-official group across 1 directory
Bumps the github-actions-official group with 1 update in the / directory: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.36.1 to 4.36.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/releases">githu...
a8173fcdf325c44bf3eb2101c6318b45c573102b
70586bbe5417dca6102fa61f1e42db510173230e
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c48bcddb093..d55df19813b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,11 +30,11 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Initialize Cod...
[ ".github/workflows/codeql.yml" ]
[]
true
typeorm/typeorm
12,501
issue_to_patch
`select: false` columns are no longer available in event subscriber afterUpdate ### Issue description Data provided to a `select: false` column update is not present in the `UpdateEvent.entity` ### Expected Behavior This behaviour has changed in the 0.3.29 release, stemming from [fix: prevent columns with select fa...
fix(persistence): preserve select false columns on the in-memory entity after save()
### Description of change `SubjectExecutor.updateSpecialColumnsInInsertedAndUpdatedEntities` deletes every `select: false` column from `subject.entity` after persistence (introduced in #11944). This patch removes that delete and restores the 0.3.28 contract. ### Problem The post-persist delete added in #11944 has tw...
d513f227337077dd6aa53ae890020cfa2bb165ae
7fc201bba05824fef859754012039e83da129e09
diff --git a/docs/docs/query-builder/1-select-query-builder.md b/docs/docs/query-builder/1-select-query-builder.md index f5c6ff19269..197c94f8f3b 100644 --- a/docs/docs/query-builder/1-select-query-builder.md +++ b/docs/docs/query-builder/1-select-query-builder.md @@ -1197,6 +1197,8 @@ const users = await dataSource ...
[ "docs/docs/query-builder/1-select-query-builder.md", "docs/docs/releases/1.0/01-release-notes.md", "src/persistence/SubjectExecutor.ts", "test/functional/columns/select-control/select-control.test.ts", "test/github-issues/12473/entity/MyEntity.ts", "test/github-issues/12473/issue-12473.test.ts", "test/g...
[]
diff --git a/test/functional/columns/select-control/select-control.test.ts b/test/functional/columns/select-control/select-control.test.ts index 8668d97a7ae..a76426a8dc0 100644 --- a/test/functional/columns/select-control/select-control.test.ts +++ b/test/functional/columns/select-control/select-control.test.ts @@ -6,7...
true
typeorm/typeorm
12,577
issue_to_patch
Buffer and Array parameters are not passed correctly to the DB clients when `invalidWhereValuesBehavior` is enabled ### Issue description Any Buffer parameter is incorrectly copied and passed to DB client as a plain object instead of a Buffer value. ### Expected Behavior Buffer values should be passed correctly to ...
fix: normalization of FindOptionsWhere for arrays and Buffers
### Description of change Fixes #12574. When `invalidWhereBehavior` is configured, the following things are breaking: - disjunctive `FindOptionsWhere` (array of `FindOptionsWhere`) - using any `Buffer`/`bigint`/etc in `FindOptionsWhere` values This PR fixes that by recursing `normalizeWhereValues` only when ...
304d1290a4b6bd47d7d38269bae6a8514f378c9c
645ea3ea7721db465771d1fedc10bf00c5bf4f7c
diff --git a/src/data-source/BaseDataSourceOptions.ts b/src/data-source/BaseDataSourceOptions.ts index 3e6a107072b..22057a1a100 100644 --- a/src/data-source/BaseDataSourceOptions.ts +++ b/src/data-source/BaseDataSourceOptions.ts @@ -1,12 +1,13 @@ -import type { EntitySchema } from "../entity-schema/EntitySchema" -impor...
[ "src/data-source/BaseDataSourceOptions.ts", "src/driver/types/InvalidFindOptionsWhereBehavior.ts", "src/entity-manager/EntityManager.ts", "src/util/OrmUtils.ts", "test/functional/null-undefined-handling/entity/Category.ts", "test/functional/null-undefined-handling/entity/Post.ts", "test/functional/null-...
[]
diff --git a/test/functional/null-undefined-handling/entity/Category.ts b/test/functional/null-undefined-handling/entity/Category.ts index 386aa4d4177..a72e95ada7b 100644 --- a/test/functional/null-undefined-handling/entity/Category.ts +++ b/test/functional/null-undefined-handling/entity/Category.ts @@ -14,7 +14,7 @@ e...
true
typeorm/typeorm
11,878
issue_to_patch
invalidWhereValuesBehavior.undefined set to `throw` is not throwing when is not the only property in `where` ### Issue description invalidWhereValuesBehavior.undefined set to `throw` is not throwing when is not the only property in `where` ### Expected Behavior I have an entity A related to entity B, if B entity `U...
fix: scope invalidWhereValuesBehavior to high-level abstractions only
## Problem `invalidWhereValuesBehavior` was being applied to QueryBuilder's `.where()` method, which is a low-level API. This meant that users who set `null: "throw"` or `undefined: "throw"` would get errors even when using QB directly β€” where they might intentionally be passing dynamic values and handling the SQL the...
a5c9b4ccbcdb92efac5edf83dc3a27b761b834a9
dc1064cea8862b50249371590b54e2b46f0917e1
diff --git a/docs/docs/data-source/2-data-source-options.md b/docs/docs/data-source/2-data-source-options.md index e09f4997ed5..ab1e8060b7e 100644 --- a/docs/docs/data-source/2-data-source-options.md +++ b/docs/docs/data-source/2-data-source-options.md @@ -78,7 +78,7 @@ Different RDBMS-es have their own specific option...
[ "docs/docs/data-source/2-data-source-options.md", "docs/docs/data-source/5-null-and-undefined-handling.md", "src/entity-manager/EntityManager.ts", "src/query-builder/QueryBuilder.ts", "src/query-builder/SelectQueryBuilder.ts", "src/util/OrmUtils.ts", "test/functional/null-undefined-handling/find-options...
[ { "comment": "The addition of a link to the migrations section API appears to be unrelated to the bug fix for `invalidWhereValuesBehavior`. This documentation enhancement should be in a separate pull request to maintain clear separation of concerns and make the git history easier to understand.\n```suggestion\n...
diff --git a/test/functional/null-undefined-handling/find-options.test.ts b/test/functional/null-undefined-handling/find-options.test.ts index 20e8198c99e..fc02697ba05 100644 --- a/test/functional/null-undefined-handling/find-options.test.ts +++ b/test/functional/null-undefined-handling/find-options.test.ts @@ -190,6 +...
true
typeorm/typeorm
11,878
comment_to_fix
fix: scope invalidWhereValuesBehavior to high-level abstractions only
<img src="https://www.qodo.ai/wp-content/uploads/2025/12/v2-action-required.svg" height="20" alt="Action required"> 1\. Empty object misdetected <code>🐞 Bug</code> <code>βœ“ Correctness</code> <pre> The new β€œall nested relation keys undefined” logic treats empty/non-plain objects (Object.keys() === []) as β€œall undefin...
a5c9b4ccbcdb92efac5edf83dc3a27b761b834a9
dc1064cea8862b50249371590b54e2b46f0917e1
diff --git a/src/query-builder/QueryBuilder.ts b/src/query-builder/QueryBuilder.ts index f716cb01523..28c6e80b293 100644 --- a/src/query-builder/QueryBuilder.ts +++ b/src/query-builder/QueryBuilder.ts @@ -1608,32 +1608,6 @@ export abstract class QueryBuilder<Entity extends ObjectLiteral> { paramete...
[ "src/query-builder/QueryBuilder.ts" ]
[ { "comment": "<img src=\"https://www.qodo.ai/wp-content/uploads/2025/12/v2-action-required.svg\" height=\"20\" alt=\"Action required\">\n\n1\\. Empty object misdetected <code>🐞 Bug</code> <code>βœ“ Correctness</code>\n\n<pre>\nThe new β€œall nested relation keys undefined” logic treats empty/non-plain objects (Obj...
true
typeorm/typeorm
11,878
comment_to_fix
fix: scope invalidWhereValuesBehavior to high-level abstractions only
<img src="https://www.qodo.ai/wp-content/uploads/2025/12/v2-action-required.svg" height="20" alt="Action required"> 2\. Where check leaks to set <code>🐞 Bug</code> <code>βœ“ Correctness</code> <pre> The new undefined-handling check was added to QueryBuilder.createPropertyPath, but that method is also used to derive UP...
a5c9b4ccbcdb92efac5edf83dc3a27b761b834a9
dc1064cea8862b50249371590b54e2b46f0917e1
diff --git a/src/query-builder/QueryBuilder.ts b/src/query-builder/QueryBuilder.ts index f716cb01523..28c6e80b293 100644 --- a/src/query-builder/QueryBuilder.ts +++ b/src/query-builder/QueryBuilder.ts @@ -1608,32 +1608,6 @@ export abstract class QueryBuilder<Entity extends ObjectLiteral> { paramete...
[ "src/query-builder/QueryBuilder.ts" ]
[ { "comment": "<img src=\"https://www.qodo.ai/wp-content/uploads/2025/12/v2-action-required.svg\" height=\"20\" alt=\"Action required\">\n\n2\\. Where check leaks to set <code>🐞 Bug</code> <code>βœ“ Correctness</code>\n\n<pre>\nThe new undefined-handling check was added to QueryBuilder.createPropertyPath, but tha...
true
typeorm/typeorm
12,554
issue_to_patch
fix: correct grammar in AlreadyHasActiveConnectionError message
Fixes a subject-verb agreement error in the `AlreadyHasActiveConnectionError` runtime message. The thrown message read: > ...because connection with such name **already exist** and it now has an active connection session. The subject ("connection with such name") is singular, so it should read **already exists**. Us...
7c26654f430a7190c331242d68e75111fb334ea3
c38a7a4e7cf047aadca4ee353ea2dc986d5e22e4
diff --git a/src/error/AlreadyHasActiveConnectionError.ts b/src/error/AlreadyHasActiveConnectionError.ts index bb786368610..99b7873a75b 100644 --- a/src/error/AlreadyHasActiveConnectionError.ts +++ b/src/error/AlreadyHasActiveConnectionError.ts @@ -7,7 +7,7 @@ export class AlreadyHasActiveConnectionError extends TypeOR...
[ "src/error/AlreadyHasActiveConnectionError.ts" ]
[]
true
typeorm/typeorm
12,490
issue_to_patch
Recursive CTEs order dependent, can't have more than one ### Issue description Recursive CTE must come first, adding more than one causes invalid SQL generation ### Expected Behavior As a user, I should be able to run, ``` queryBuilder .addCommonTableExpression("SELECT 1", "cte1", { recursive: false }) .addCom...
fix: multiple recursive cte problems
### Description of change Fixes #12489. See that issue for a complete description. In short: you couldn't have more than one recursive CTE, and the single recursive CTE needed to be the first CTE added. Otherwise, you'd get invalid SQL. This fixes that. I've only tested against Postgres because some of the other ...
b6b64e4151513b3369c12001eee4968046b0183f
e54bda2c5c8afac8f75c66a7a6ec72159ea1d595
diff --git a/src/query-builder/QueryBuilder.ts b/src/query-builder/QueryBuilder.ts index 4e1fc8d6aa3..816beeb37e7 100644 --- a/src/query-builder/QueryBuilder.ts +++ b/src/query-builder/QueryBuilder.ts @@ -1171,7 +1171,9 @@ export abstract class QueryBuilder<Entity extends ObjectLiteral> { if (!this.hasCommonTa...
[ "src/query-builder/QueryBuilder.ts", "test/functional/query-builder/cte/recursive-cte.test.ts" ]
[ { "comment": "nit: `hasRecursiveCTEs` + maybe `doesDbRequireRecursiveHint`", "path": "src/query-builder/QueryBuilder.ts", "hunk": "@@ -1171,6 +1171,8 @@ export abstract class QueryBuilder<Entity extends ObjectLiteral> {\n if (!this.hasCommonTableExpressions()) {\n return \"\"\n ...
diff --git a/test/functional/query-builder/cte/recursive-cte.test.ts b/test/functional/query-builder/cte/recursive-cte.test.ts index 127472a98b4..63028dfa03d 100644 --- a/test/functional/query-builder/cte/recursive-cte.test.ts +++ b/test/functional/query-builder/cte/recursive-cte.test.ts @@ -67,6 +67,101 @@ describe("q...
true
typeorm/typeorm
12,490
comment_to_fix
fix: multiple recursive cte problems
nit: `hasRecursiveCTEs` + maybe `doesDbRequireRecursiveHint`
b6b64e4151513b3369c12001eee4968046b0183f
e54bda2c5c8afac8f75c66a7a6ec72159ea1d595
diff --git a/src/query-builder/QueryBuilder.ts b/src/query-builder/QueryBuilder.ts index 4e1fc8d6aa3..816beeb37e7 100644 --- a/src/query-builder/QueryBuilder.ts +++ b/src/query-builder/QueryBuilder.ts @@ -1171,7 +1171,9 @@ export abstract class QueryBuilder<Entity extends ObjectLiteral> { if (!this.hasCommonTa...
[ "src/query-builder/QueryBuilder.ts" ]
[ { "comment": "nit: `hasRecursiveCTEs` + maybe `doesDbRequireRecursiveHint`", "path": "src/query-builder/QueryBuilder.ts", "hunk": "@@ -1171,6 +1171,8 @@ export abstract class QueryBuilder<Entity extends ObjectLiteral> {\n if (!this.hasCommonTableExpressions()) {\n return \"\"\n ...
true
typeorm/typeorm
12,469
issue_to_patch
ci: add PR triage workflow for issue linkage and duplicate detection
<!-- πŸ˜€ Wonderful! Thank you for opening a pull request for TypeORM. Please fill in the information below to expedite the review and (hopefully) merge of your change. If unsure about something.. just do as best as you're able, or reach out through our community support channels! https://github.co...
a84b9b3d39c44cc0e5809b4680a5f046bda602cd
c1980373cf71e149d2f00353088958ed261a00ff
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 34a06467452..b8b777889b2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -32,7 +32,8 @@ --> - [ ] Code is up-to-date with the `master` branch -- [ ] This pull request links relevant issues ...
[ ".github/PULL_REQUEST_TEMPLATE.md", ".github/workflows/pr-triage.yml" ]
[]
true
typeorm/typeorm
12,545
issue_to_patch
fix(cache): release query runner on error in storeInCache
When storeInCache creates an internal master query runner (slave or undefined caller), a throwing execute() left the pooled connection unreleased. Wrap the execute block in try/finally so release always runs on the internally-created runner. <!-- πŸ˜€ Wonderful! Thank you for opening a pull request for TypeORM. ...
883ed8eb7efaf4dc3068632563b72c7317d7c82a
35ab9a68676f3291b72fe14700a2ef87ce544dbc
diff --git a/src/cache/DbQueryResultCache.ts b/src/cache/DbQueryResultCache.ts index 0fb01877ab2..6e6e29e1387 100644 --- a/src/cache/DbQueryResultCache.ts +++ b/src/cache/DbQueryResultCache.ts @@ -246,55 +246,57 @@ export class DbQueryResultCache implements QueryResultCache { } } - if (sa...
[ "src/cache/DbQueryResultCache.ts" ]
[]
true
typeorm/typeorm
12,561
issue_to_patch
chore(deps): bump the github-actions-official group with 2 updates
Bumps the github-actions-official group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/...
324c46cd8669270dd5f22173cd78a7cab591349c
6f1ac76dffa2be9c95c38e2ccc7df27654fd95e4
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4657b3a801a..c48bcddb093 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,14 +27,14 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f54...
[ ".github/workflows/codeql.yml", ".github/workflows/deploy-docs-cloudflare-pages.yml", ".github/workflows/mutation-test.yml", ".github/workflows/preview.yml", ".github/workflows/publish-package.yml", ".github/workflows/tests-linux.yml", ".github/workflows/tests-windows.yml", ".github/workflows/tests.ym...
[]
true
typeorm/typeorm
12,550
issue_to_patch
chore(deps): bump github/codeql-action from 4.35.5 to 4.36.0 in the github-actions-official group
Bumps the github-actions-official group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.35.5 to 4.36.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/releases">github/codeql-action's r...
2bdb72b1eda7b492003cb4f5787044dc9bd045fb
38c3703b87d66a46161c689441339a25ceefc1d0
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 63ec3965d8d..4657b3a801a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,11 +30,11 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Initialize Cod...
[ ".github/workflows/codeql.yml" ]
[]
true
typeorm/typeorm
12,536
issue_to_patch
chore(deps): bump uuid from 10.0.0 to 11.1.1
Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uuidjs/uuid/releases">uuid's releases</a>.</em></p> <blockquote> <h2>v11.1.1</h2> <h2><a href="https://github.com/uuidjs/uuid/compare/v11.1.0...v11.1.1">11.1.1</...
90352ce59cda61de5eb0e30f0132c267d2f831ce
4e545e254f78abdfbc202ad374317842ef300d8c
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c5a9bbba6ff..cf5482d79d7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -214,6 +214,10 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} + '...
[ "pnpm-lock.yaml" ]
[]
true
typeorm/typeorm
12,538
issue_to_patch
test: make Postgres custom extension installation test reusable locally
<!-- πŸ˜€ Wonderful! Thank you for opening a pull request for TypeORM. Please fill in the information below to expedite the review and (hopefully) merge of your change. If unsure about something.. just do as best as you're able, or reach out through our community support channels! https://github.co...
77980d16d4c63fa04516f3f77e17536b058e934a
1c54b29d2336268ebd4a93ef8f7905559cf4cf9c
[ "test/functional/driver/postgres/data-source-options.test.ts" ]
[]
diff --git a/test/functional/driver/postgres/data-source-options.test.ts b/test/functional/driver/postgres/data-source-options.test.ts index 83528a4c134..64e28a36073 100644 --- a/test/functional/driver/postgres/data-source-options.test.ts +++ b/test/functional/driver/postgres/data-source-options.test.ts @@ -53,7 +53,15...
true
typeorm/typeorm
12,529
issue_to_patch
chore(deps): bump the github-actions-third-party group across 1 directory with 2 updates
Bumps the github-actions-third-party group with 2 updates in the / directory: [pnpm/action-setup](https://github.com/pnpm/action-setup) and [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action). Updates `pnpm/action-setup` from 5.0.0 to 6.0.8 <details> <summary>Release notes</summar...
8e7c8c153e91268afe954fee52f4e8f150866d37
49bf5f4f0f0e2a27c8936a660280247156a6116f
diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 837c35a2862..22a2c998388 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -97,7 +97,7 @@ jobs: with: ref: ${{ matrix.ref || github.ref }} - - uses:...
[ ".github/workflows/publish-package.yml", ".github/workflows/tests.yml" ]
[]
true
typeorm/typeorm
12,516
issue_to_patch
chore(deps): bump webpack-dev-server from 5.2.3 to 5.2.4 in /docs
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.2.3 to 5.2.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v5.2.4</h2> <h3><a href="https://git...
f6c010cea3438cbb1b0ffe7262884a295b979809
8792ec8653aa3289520c7f0ddac86f8bb3f7a7f8
diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml index 6580085a415..c0cf2e70dea 100644 --- a/docs/pnpm-lock.yaml +++ b/docs/pnpm-lock.yaml @@ -5206,8 +5206,8 @@ packages: webpack: optional: true - webpack-dev-server@5.2.3: - resolution: {integrity: sha512-9Gyu2F7+bg4Vv+pjbovuYDhHX+mqdqITykfz...
[ "docs/pnpm-lock.yaml" ]
[]
true
typeorm/typeorm
12,515
issue_to_patch
chore(deps): bump ws from 8.20.0 to 8.20.1 in /docs
Bumps [ws](https://github.com/websockets/ws) from 8.20.0 to 8.20.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/websockets/ws/releases">ws's releases</a>.</em></p> <blockquote> <h2>8.20.1</h2> <h1>Bug fixes</h1> <ul> <li>Fixed an uninitialized memory disclosure issue in <c...
d7f8b96ddbb3288a18c5e26bd09a00fc92e07193
2aad24c847803ebcb865279394d00211c83d0681
diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml index 7548227a2cc..6580085a415 100644 --- a/docs/pnpm-lock.yaml +++ b/docs/pnpm-lock.yaml @@ -5295,8 +5295,8 @@ packages: utf-8-validate: optional: true - ws@8.20.0: - resolution: {integrity: sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T...
[ "docs/pnpm-lock.yaml" ]
[]
true
typeorm/typeorm
12,528
issue_to_patch
chore(deps): bump github/codeql-action from 4.35.4 to 4.35.5 in the github-actions-official group
Bumps the github-actions-official group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.35.4 to 4.35.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/releases">github/codeql-action's r...
7779c304b781eed5d085ba0f6bd478c04ace3d0d
b363a98bd8fedcee0b26bc277e18a6701c33d671
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a4c2f7cbfe9..63ec3965d8d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,11 +30,11 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Initialize Cod...
[ ".github/workflows/codeql.yml" ]
[]
true
typeorm/typeorm
12,368
issue_to_patch
docs(data-source): clarify extra option as driver-native escape hatch
## Summary - Resolve the stale `// todo: deprecate this and move all database-specific types into hts own connection options object.` on `BaseDataSourceOptions#extra`. - Replace the TODO with JSDoc explaining that `extra` is the intentional escape hatch for driver-native settings (passed through to `pg`, `mysql2`, `ted...
9f5496b7dd471aad6b9c30c2671605f7fb7777e4
131e8c147b6a0b4b88ce2463dfa82bb5e52a19d2
diff --git a/src/data-source/BaseDataSourceOptions.ts b/src/data-source/BaseDataSourceOptions.ts index a9e36ca2809..3e6a107072b 100644 --- a/src/data-source/BaseDataSourceOptions.ts +++ b/src/data-source/BaseDataSourceOptions.ts @@ -128,9 +128,13 @@ export interface BaseDataSourceOptions { readonly entitySkipConst...
[ "src/data-source/BaseDataSourceOptions.ts" ]
[ { "comment": "The JSDoc currently states `extra` is \"passed through to the underlying driver client\", but `options.extra` is only forwarded by some drivers (e.g. PostgresDriver.ts:1738-1754) and is unused in others (e.g. no `extra` usage in src/driver/sqlite-abstract/). Consider qualifying this wording (e.g. ...
true
typeorm/typeorm
12,364
issue_to_patch
docs(blog): create v1 post
<!-- πŸ˜€ Wonderful! Thank you for opening a pull request for TypeORM. Please fill in the information below to expedite the review and (hopefully) merge of your change. If unsure about something.. just do as best as you're able, or reach out through our community support channels! https://github.com/typeor...
b046a84d1fdc98444e3a90ae9a21a896f01742cb
2ca795c6ccb439b137689d678844eba10ccc6776
diff --git a/docs/blog/authors.yml b/docs/blog/authors.yml index 72285ac545c..e71bb152fb5 100644 --- a/docs/blog/authors.yml +++ b/docs/blog/authors.yml @@ -12,3 +12,8 @@ michaelbromley: name: Michael Bromley url: https://github.com/michaelbromley image_url: https://github.com/michaelbromley.png + +naorpeled: ...
[ "docs/blog/authors.yml", "docs/blog/v1-release/typeorm-v1-release.md", "docs/docs/releases/1.0/02-upgrading-from-0.3.md" ]
[ { "comment": "The blog post frontmatter doesn’t include a `date`, and the file/folder name also isn’t date-prefixed (unlike the existing blog post under `docs/blog/2024-10-01-future-of-typeorm/`). For Docusaurus blog feeds/sorting this should be an explicit date (or use a `YYYY-MM-DD-...` path) so the post is o...
true
typeorm/typeorm
12,364
comment_to_fix
docs(blog): create v1 post
The blog post frontmatter doesn’t include a `date`, and the file/folder name also isn’t date-prefixed (unlike the existing blog post under `docs/blog/2024-10-01-future-of-typeorm/`). For Docusaurus blog feeds/sorting this should be an explicit date (or use a `YYYY-MM-DD-...` path) so the post is ordered and syndicated ...
b046a84d1fdc98444e3a90ae9a21a896f01742cb
2ca795c6ccb439b137689d678844eba10ccc6776
diff --git a/docs/blog/v1-release/typeorm-v1-release.md b/docs/blog/v1-release/typeorm-v1-release.md new file mode 100644 index 00000000000..2bbbcfb73b3 --- /dev/null +++ b/docs/blog/v1-release/typeorm-v1-release.md @@ -0,0 +1,129 @@ +--- +slug: typeorm-1-0 +title: TypeORM 1.0 is here +tags: [release, announcement] +da...
[ "docs/blog/v1-release/typeorm-v1-release.md" ]
[ { "comment": "The blog post frontmatter doesn’t include a `date`, and the file/folder name also isn’t date-prefixed (unlike the existing blog post under `docs/blog/2024-10-01-future-of-typeorm/`). For Docusaurus blog feeds/sorting this should be an explicit date (or use a `YYYY-MM-DD-...` path) so the post is o...
true
typeorm/typeorm
12,364
comment_to_fix
docs(blog): create v1 post
Grammar: β€œWe have spent the almost five years…” reads incorrectly; consider rephrasing (e.g., remove β€œthe” and/or add β€œyears”/β€œrelease” for clarity). ```suggestion It has been a long road to this one. TypeORM has been around since 2016; 0.3 shipped in 2021. We have spent almost five years since that last major release ...
b046a84d1fdc98444e3a90ae9a21a896f01742cb
2ca795c6ccb439b137689d678844eba10ccc6776
diff --git a/docs/blog/v1-release/typeorm-v1-release.md b/docs/blog/v1-release/typeorm-v1-release.md new file mode 100644 index 00000000000..2bbbcfb73b3 --- /dev/null +++ b/docs/blog/v1-release/typeorm-v1-release.md @@ -0,0 +1,129 @@ +--- +slug: typeorm-1-0 +title: TypeORM 1.0 is here +tags: [release, announcement] +da...
[ "docs/blog/v1-release/typeorm-v1-release.md" ]
[ { "comment": "Grammar: β€œWe have spent the almost five years…” reads incorrectly; consider rephrasing (e.g., remove β€œthe” and/or add β€œyears”/β€œrelease” for clarity).\n```suggestion\nIt has been a long road to this one. TypeORM has been around since 2016; 0.3 shipped in 2021. We have spent almost five years since ...
true
typeorm/typeorm
12,364
comment_to_fix
docs(blog): create v1 post
Wording nit: β€œdrop into raw SQL for” ends with a dangling preposition and reads awkwardly. Consider tightening the sentence (e.g., β€œβ€¦drop into raw SQL.”). ```suggestion - `valuesFromSelect()` - real `INSERT … SELECT` in the builder, for bulk data moves that previously required raw SQL. ```
b046a84d1fdc98444e3a90ae9a21a896f01742cb
2ca795c6ccb439b137689d678844eba10ccc6776
diff --git a/docs/blog/v1-release/typeorm-v1-release.md b/docs/blog/v1-release/typeorm-v1-release.md new file mode 100644 index 00000000000..2bbbcfb73b3 --- /dev/null +++ b/docs/blog/v1-release/typeorm-v1-release.md @@ -0,0 +1,129 @@ +--- +slug: typeorm-1-0 +title: TypeORM 1.0 is here +tags: [release, announcement] +da...
[ "docs/blog/v1-release/typeorm-v1-release.md" ]
[ { "comment": "Wording nit: β€œdrop into raw SQL for” ends with a dangling preposition and reads awkwardly. Consider tightening the sentence (e.g., β€œβ€¦drop into raw SQL.”).\n```suggestion\n- `valuesFromSelect()` - real `INSERT … SELECT` in the builder, for bulk data moves that previously required raw SQL.\n```", ...
true
typeorm/typeorm
12,364
comment_to_fix
docs(blog): create v1 post
The post spells the author name as β€œDavid HΓΆck”, but `docs/blog/authors.yml` currently lists the `dlhck` author as β€œDavid Hoeck”. Consider aligning these (either update `authors.yml` to use the accented spelling, or use the same spelling in the post) to avoid inconsistent rendering across the site. ```suggestion - **Mi...
b046a84d1fdc98444e3a90ae9a21a896f01742cb
2ca795c6ccb439b137689d678844eba10ccc6776
diff --git a/docs/blog/v1-release/typeorm-v1-release.md b/docs/blog/v1-release/typeorm-v1-release.md new file mode 100644 index 00000000000..2bbbcfb73b3 --- /dev/null +++ b/docs/blog/v1-release/typeorm-v1-release.md @@ -0,0 +1,129 @@ +--- +slug: typeorm-1-0 +title: TypeORM 1.0 is here +tags: [release, announcement] +da...
[ "docs/blog/v1-release/typeorm-v1-release.md" ]
[ { "comment": "The post spells the author name as β€œDavid HΓΆck”, but `docs/blog/authors.yml` currently lists the `dlhck` author as β€œDavid Hoeck”. Consider aligning these (either update `authors.yml` to use the accented spelling, or use the same spelling in the post) to avoid inconsistent rendering across the site...
true
typeorm/typeorm
12,364
comment_to_fix
docs(blog): create v1 post
```suggestion - Maintainers: **Naor Peled** ([@naorpeled](https://github.com/naorpeled)), **Giorgio Boa** ([@gioboa](https://github.com/gioboa)), **Piotr Kuczynski** ([@pkuczynski](https://github.com/pkuczynski)), **Mohammed Gomaa** ([@G0maa](https://github.com/G0maa)), **Julian Pufler** ([@pujux](https://github.com/pu...
b046a84d1fdc98444e3a90ae9a21a896f01742cb
2ca795c6ccb439b137689d678844eba10ccc6776
diff --git a/docs/blog/v1-release/typeorm-v1-release.md b/docs/blog/v1-release/typeorm-v1-release.md new file mode 100644 index 00000000000..2bbbcfb73b3 --- /dev/null +++ b/docs/blog/v1-release/typeorm-v1-release.md @@ -0,0 +1,129 @@ +--- +slug: typeorm-1-0 +title: TypeORM 1.0 is here +tags: [release, announcement] +da...
[ "docs/blog/v1-release/typeorm-v1-release.md" ]
[ { "comment": "```suggestion\n- Maintainers: **Naor Peled** ([@naorpeled](https://github.com/naorpeled)), **Giorgio Boa** ([@gioboa](https://github.com/gioboa)), **Piotr Kuczynski** ([@pkuczynski](https://github.com/pkuczynski)), **Mohammed Gomaa** ([@G0maa](https://github.com/G0maa)), **Julian Pufler** ([@pujux...
true
typeorm/typeorm
12,364
comment_to_fix
docs(blog): create v1 post
I think we should make NestJS integration its own heading, that is major for many users. ## NestJS Integration Many of you will be using TypeORM as part of a NestJS application. As part of this release we worked closely with the NestJS team to ensure a seamless upgrade - just make sure you're on [@nestjs/typeorm v1...
b046a84d1fdc98444e3a90ae9a21a896f01742cb
2ca795c6ccb439b137689d678844eba10ccc6776
diff --git a/docs/blog/v1-release/typeorm-v1-release.md b/docs/blog/v1-release/typeorm-v1-release.md new file mode 100644 index 00000000000..2bbbcfb73b3 --- /dev/null +++ b/docs/blog/v1-release/typeorm-v1-release.md @@ -0,0 +1,129 @@ +--- +slug: typeorm-1-0 +title: TypeORM 1.0 is here +tags: [release, announcement] +da...
[ "docs/blog/v1-release/typeorm-v1-release.md" ]
[ { "comment": "I think we should make NestJS integration its own heading, that is major for many users. \n\n\n## NestJS Integration\n\nMany of you will be using TypeORM as part of a NestJS application. As part of this release we worked closely with the NestJS team to ensure a seamless upgrade - just make sure yo...
true
typeorm/typeorm
12,364
comment_to_fix
docs(blog): create v1 post
This paragraph is very AI
b046a84d1fdc98444e3a90ae9a21a896f01742cb
2ca795c6ccb439b137689d678844eba10ccc6776
diff --git a/docs/blog/v1-release/typeorm-v1-release.md b/docs/blog/v1-release/typeorm-v1-release.md new file mode 100644 index 00000000000..2bbbcfb73b3 --- /dev/null +++ b/docs/blog/v1-release/typeorm-v1-release.md @@ -0,0 +1,129 @@ +--- +slug: typeorm-1-0 +title: TypeORM 1.0 is here +tags: [release, announcement] +da...
[ "docs/blog/v1-release/typeorm-v1-release.md" ]
[ { "comment": "This paragraph is very AI", "path": "docs/blog/v1-release/typeorm-v1-release.md", "hunk": "@@ -0,0 +1,114 @@\n+---\n+slug: typeorm-1-0\n+title: TypeORM 1.0 is here\n+authors: [michaelbromley, dlhck, naorpeled]\n+tags: [release, announcement]\n+description: TypeORM 1.0 is our commitment rel...
true
typeorm/typeorm
12,364
comment_to_fix
docs(blog): create v1 post
I would add a note that this release is removing the Connection-related APIs that were actually deprecated in v0.3. This section makes it sound like this is a brand new change in v1.0
b046a84d1fdc98444e3a90ae9a21a896f01742cb
2ca795c6ccb439b137689d678844eba10ccc6776
diff --git a/docs/blog/v1-release/typeorm-v1-release.md b/docs/blog/v1-release/typeorm-v1-release.md new file mode 100644 index 00000000000..2bbbcfb73b3 --- /dev/null +++ b/docs/blog/v1-release/typeorm-v1-release.md @@ -0,0 +1,129 @@ +--- +slug: typeorm-1-0 +title: TypeORM 1.0 is here +tags: [release, announcement] +da...
[ "docs/blog/v1-release/typeorm-v1-release.md" ]
[ { "comment": "I would add a note that this release is removing the Connection-related APIs that were actually deprecated in v0.3. This section makes it sound like this is a brand new change in v1.0", "path": "docs/blog/v1-release/typeorm-v1-release.md", "hunk": "@@ -0,0 +1,125 @@\n+---\n+slug: typeorm-1...
true
typeorm/typeorm
12,364
comment_to_fix
docs(blog): create v1 post
@copilot update the date to 2026-05-19
b046a84d1fdc98444e3a90ae9a21a896f01742cb
2ca795c6ccb439b137689d678844eba10ccc6776
diff --git a/docs/blog/v1-release/typeorm-v1-release.md b/docs/blog/v1-release/typeorm-v1-release.md new file mode 100644 index 00000000000..2bbbcfb73b3 --- /dev/null +++ b/docs/blog/v1-release/typeorm-v1-release.md @@ -0,0 +1,129 @@ +--- +slug: typeorm-1-0 +title: TypeORM 1.0 is here +tags: [release, announcement] +da...
[ "docs/blog/v1-release/typeorm-v1-release.md" ]
[ { "comment": "@copilot update the date to 2026-05-19", "path": "docs/blog/v1-release/typeorm-v1-release.md", "hunk": "@@ -0,0 +1,135 @@\n+---\n+slug: typeorm-1-0\n+title: TypeORM 1.0 is here\n+tags: [release, announcement]\n+date: 2026-04-17", "resolving_sha": "2ca795c6ccb439b137689d678844eba10ccc67...
true
typeorm/typeorm
12,519
issue_to_patch
fix(docs): correct project name in release flow
ff64380bf66c772ec9ee76d589ba7a0c5a9d4210
1838b0f9cd10f90a99c613b75c7b5ddab397d905
diff --git a/.github/workflows/deploy-docs-cloudflare-pages.yml b/.github/workflows/deploy-docs-cloudflare-pages.yml index b45a1c6cf3b..0dac9f30702 100644 --- a/.github/workflows/deploy-docs-cloudflare-pages.yml +++ b/.github/workflows/deploy-docs-cloudflare-pages.yml @@ -43,5 +43,5 @@ jobs: with: a...
[ ".github/workflows/deploy-docs-cloudflare-pages.yml" ]
[]
true
typeorm/typeorm
12,518
issue_to_patch
chore(legacy-naming-strategies): bump to 1.0.0
## Summary Bumps `@typeorm/legacy-naming-strategies` to its first stable release, **v1.0.0**, following the publication of `typeorm@1.0.0`. - `version`: `1.0.0-beta.3` β†’ `1.0.0` - `devDependencies.typeorm`: `1.0.0-beta.3` β†’ `1.0.0` - `peerDependencies.typeorm`: `^1.0.0-beta.3` β†’ `^1.0.0` - Inner `pnpm-lock.yaml` rege...
cf3f13f2edb4c3a88e2ec836af72e3249c59e41e
5462f5c6065831e5781e76de3203ab5b581fa419
diff --git a/packages/legacy-naming-strategies/package.json b/packages/legacy-naming-strategies/package.json index 425a5e88951..94f274201b9 100644 --- a/packages/legacy-naming-strategies/package.json +++ b/packages/legacy-naming-strategies/package.json @@ -1,6 +1,6 @@ { "name": "@typeorm/legacy-naming-strategies", ...
[ "packages/legacy-naming-strategies/package.json", "packages/legacy-naming-strategies/pnpm-lock.yaml" ]
[]
true
typeorm/typeorm
12,517
issue_to_patch
docs(v0.3): restyle version dropdown for legacy site
## Summary Companion to typeorm/typeorm#12514 β€” applies the same picker restyle to the v0.3 branch so the dropdown looks and behaves consistently across the v1 (`typeorm.io`) and v0.3 (`v0.typeorm.io`) deploys. **Before:** trigger says "Version"; items are "Stable (v0.3)" / "Dev (master)". **After (on the v0.3 site)...
4c91616c3139bddccd95ee61494ab417a3fabe32
314bb07ae43012f5c06a6adbe7873e1a3c112c37
diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 578f18b87e9..1f1c3ea16d2 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -109,16 +109,30 @@ const config: Config = { }, { type: "dropdown", - label...
[ "docs/docusaurus.config.ts", "docs/src/css/custom.css" ]
[ { "comment": "The section header items use `to: \"#\"`, which makes them real links. Even with CSS `pointer-events: none`, keyboard users can still focus/activate the link (e.g., Enter), causing a hash navigation/jump to top and confusing semantics for assistive tech. Consider rendering these headers as non-lin...
true
typeorm/typeorm
12,517
comment_to_fix
docs(v0.3): restyle version dropdown for legacy site
The section header items use `to: "#"`, which makes them real links. Even with CSS `pointer-events: none`, keyboard users can still focus/activate the link (e.g., Enter), causing a hash navigation/jump to top and confusing semantics for assistive tech. Consider rendering these headers as non-link dropdown items (e.g., ...
4c91616c3139bddccd95ee61494ab417a3fabe32
314bb07ae43012f5c06a6adbe7873e1a3c112c37
diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 578f18b87e9..1f1c3ea16d2 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -109,16 +109,30 @@ const config: Config = { }, { type: "dropdown", - label...
[ "docs/docusaurus.config.ts" ]
[ { "comment": "The section header items use `to: \"#\"`, which makes them real links. Even with CSS `pointer-events: none`, keyboard users can still focus/activate the link (e.g., Enter), causing a hash navigation/jump to top and confusing semantics for assistive tech. Consider rendering these headers as non-lin...
true
typeorm/typeorm
12,517
comment_to_fix
docs(v0.3): restyle version dropdown for legacy site
`className: "navbar__version-trigger"` is added to the dropdown trigger, but there are no corresponding styles/usages for this class in the docs codebase right now. If it’s not needed for styling/selection, consider removing it to avoid carrying an unused hook; otherwise add the intended CSS so it’s clear why it exists...
4c91616c3139bddccd95ee61494ab417a3fabe32
314bb07ae43012f5c06a6adbe7873e1a3c112c37
diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 578f18b87e9..1f1c3ea16d2 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -109,16 +109,30 @@ const config: Config = { }, { type: "dropdown", - label...
[ "docs/docusaurus.config.ts" ]
[ { "comment": "`className: \"navbar__version-trigger\"` is added to the dropdown trigger, but there are no corresponding styles/usages for this class in the docs codebase right now. If it’s not needed for styling/selection, consider removing it to avoid carrying an unused hook; otherwise add the intended CSS so ...
true
typeorm/typeorm
12,514
issue_to_patch
docs: restyle version dropdown for v1 release
## Summary Refines the navbar version dropdown for the v1 release, taking visual cues from the pnpm docs picker. **Before:** trigger says "Version"; items are "Stable (v0.3)" / "Dev (master)" β€” visitors had to read the URL to know which version they were on. **After:** - Trigger shows the active version: **Version 1...
6997b23da865f6697b8caadf393594b40743e6da
b2b75e054da80ef217f291cd23fd0c26c2b427ae
diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 5625420d82d..91dc488dac7 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -140,16 +140,30 @@ const config: Config = { }, { type: "dropdown", - label...
[ "docs/docusaurus.config.ts", "docs/src/css/custom.css" ]
[]
true
typeorm/typeorm
12,510
issue_to_patch
chore: release v1.0.0
## Summary Cuts the **v1.0.0** stable release. - Bumps `package.json` from `1.0.0-pre` to `1.0.0` - Regenerates `CHANGELOG.md` with the incremental entry since `v1.0.0-beta.3` and prepends a pointer to the full Release Notes / Upgrade Guide for users coming from `0.3.x` - Syncs `docs/docs/releases/1.0/01-release-note...
df09802e58dcf41bc5db0084e5775504e3ba9587
8c8e19166a03a650334452b7a807a2ff89bddfb5
diff --git a/CHANGELOG.md b/CHANGELOG.md index 591f64899dd..af533ab5f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,178 @@ +# [1.0.0](https://github.com/typeorm/typeorm/compare/0.3.30...1.0.0) (2026-05-19) + +> **πŸ‘‰ For a structured walk-through of the changes in v1.0 β€” breaking changes, new features, secur...
[ "CHANGELOG.md", "docs/docs/releases/1.0/01-release-notes.md", "package.json" ]
[ { "comment": "I know it's copy-paste from what got generated for 0.3.30, but we should fix it", "path": "CHANGELOG.md", "hunk": "@@ -1,3 +1,184 @@\n+# [1.0.0](https://github.com/typeorm/typeorm/compare/0.3.30...1.0.0) (2026-05-18)\n+\n+> **πŸ‘‰ For a structured walk-through of the changes in v1.0 β€” breaki...
true
typeorm/typeorm
12,510
comment_to_fix
chore: release v1.0.0
I know it's copy-paste from what got generated for 0.3.30, but we should fix it
df09802e58dcf41bc5db0084e5775504e3ba9587
8c8e19166a03a650334452b7a807a2ff89bddfb5
diff --git a/CHANGELOG.md b/CHANGELOG.md index 591f64899dd..af533ab5f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,178 @@ +# [1.0.0](https://github.com/typeorm/typeorm/compare/0.3.30...1.0.0) (2026-05-19) + +> **πŸ‘‰ For a structured walk-through of the changes in v1.0 β€” breaking changes, new features, secur...
[ "CHANGELOG.md" ]
[ { "comment": "I know it's copy-paste from what got generated for 0.3.30, but we should fix it", "path": "CHANGELOG.md", "hunk": "@@ -1,3 +1,184 @@\n+# [1.0.0](https://github.com/typeorm/typeorm/compare/0.3.30...1.0.0) (2026-05-18)\n+\n+> **πŸ‘‰ For a structured walk-through of the changes in v1.0 β€” breaki...
true
typeorm/typeorm
12,510
comment_to_fix
chore: release v1.0.0
These are within the same release - IMO we can remove them and the items they revert.
df09802e58dcf41bc5db0084e5775504e3ba9587
8c8e19166a03a650334452b7a807a2ff89bddfb5
diff --git a/CHANGELOG.md b/CHANGELOG.md index 591f64899dd..af533ab5f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,178 @@ +# [1.0.0](https://github.com/typeorm/typeorm/compare/0.3.30...1.0.0) (2026-05-19) + +> **πŸ‘‰ For a structured walk-through of the changes in v1.0 β€” breaking changes, new features, secur...
[ "CHANGELOG.md" ]
[ { "comment": "These are within the same release - IMO we can remove them and the items they revert.", "path": "CHANGELOG.md", "hunk": "@@ -1,3 +1,184 @@\n+# [1.0.0](https://github.com/typeorm/typeorm/compare/0.3.30...1.0.0) (2026-05-18)\n+\n+> **πŸ‘‰ For a structured walk-through of the changes in v1.0 β€” ...
true
typeorm/typeorm
12,510
comment_to_fix
chore: release v1.0.0
@naorpeled Can you confirm the path? _Later edit_: never mind, if we move `dev.typeorm.io` -> `typeorm.io` it would be fine, we need to sync the docs update with the release :)
df09802e58dcf41bc5db0084e5775504e3ba9587
8c8e19166a03a650334452b7a807a2ff89bddfb5
diff --git a/CHANGELOG.md b/CHANGELOG.md index 591f64899dd..af533ab5f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,178 @@ +# [1.0.0](https://github.com/typeorm/typeorm/compare/0.3.30...1.0.0) (2026-05-19) + +> **πŸ‘‰ For a structured walk-through of the changes in v1.0 β€” breaking changes, new features, secur...
[ "CHANGELOG.md" ]
[ { "comment": "@naorpeled Can you confirm the path?\n\n_Later edit_: never mind, if we move `dev.typeorm.io` -> `typeorm.io` it would be fine, we need to sync the docs update with the release :) ", "path": "CHANGELOG.md", "hunk": "@@ -1,3 +1,184 @@\n+# [1.0.0](https://github.com/typeorm/typeorm/compare/0...
true
typeorm/typeorm
12,511
issue_to_patch
chore(release): release 0.3.30
### Description of change v0.3.30 ### Pull-Request Checklist - [x] Code is up-to-date with the `v0.3` branch - [ ] This pull request links relevant issues as `Fixes #00000` - [ ] There are new or updated tests validating the change (`tests/**.test.ts`) - [ ] Documentation has been updated to reflect this chan...
7792d00dfe597e605c1232c4c2314d50ae89b61a
86b6d03a1e5677a3998c1fc9ab8dca844283d860
diff --git a/CHANGELOG.md b/CHANGELOG.md index a85040d068e..62a4a3c2c11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [0.3.30](https://github.com/typeorm/typeorm/compare/0.3.29...0.3.30) (2026-05-18) + + +### Bug Fixes + +* **cockroachdb:** adjust join in loadTables to load correct table columns ([#...
[ "CHANGELOG.md", "package.json" ]
[]
true
typeorm/typeorm
12,478
issue_to_patch
.limit() performance regression in v0.3.29 ### Issue description .limit() unexpectedly causing 2 queries with Select using Query Builder ### Expected Behavior ```ts createQueryBuilder("child") .innerJoinAndSelect("child.parent", "parent") .offset(2) .limit(2) .getMany() ``` Using v0.3.28 this worked by gen...
revert: fix up limit with joins
Close #12445 <!-- πŸ˜€ Wonderful! Thank you for opening a pull request for TypeORM. Please fill in the information below to expedite the review and (hopefully) merge of your change. If unsure about something.. just do as best as you're able, or reach out through our community support channels! ...
c2b788fb566036523a6ca90bbb8ef9a9b5378dd1
e0040d2958e4ec5bf49713e611186b8ead0bcc50
diff --git a/src/query-builder/SelectQueryBuilder.ts b/src/query-builder/SelectQueryBuilder.ts index e48a0dc1677..2cc7efe3745 100644 --- a/src/query-builder/SelectQueryBuilder.ts +++ b/src/query-builder/SelectQueryBuilder.ts @@ -1483,8 +1483,9 @@ export class SelectQueryBuilder<Entity extends ObjectLiteral> /** ...
[ "src/query-builder/SelectQueryBuilder.ts", "test/functional/query-builder/join/entity/Photo.ts", "test/functional/query-builder/join/entity/User.ts", "test/functional/query-builder/join/query-builder-joins.test.ts" ]
[]
diff --git a/test/functional/query-builder/join/entity/Photo.ts b/test/functional/query-builder/join/entity/Photo.ts deleted file mode 100644 index 2784e766112..00000000000 --- a/test/functional/query-builder/join/entity/Photo.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { - Column, - Entity, - ManyToOne, - Pr...
true
typeorm/typeorm
12,354
issue_to_patch
INSERT/UPDATE omits shared join column when relation is set to plain id (0.3.28 regression) ### Issue description After upgrading to TypeORM 0.3.28, save() can omit a column that is (1) a primary (or NOT NULL) column on the entity and (2) reused as a join column by multiple @ManyToOne relations with composite FKs, wh...
fix: preserve user-defined shared join columns in change set
## Summary - In `computeDiffColumns`, the relational-column short-circuit now only applies to auto-created join columns (where `propertyName` matches the owning relation's `propertyName`). - User-defined columns that also serve as join columns keep their explicit entity value in the change set, preventing them from be...
36728fc21592b8d19d5823c666183a23c8d34199
1f69a436eed4905b930bdcd36f73c77a729036b7
diff --git a/src/persistence/SubjectChangedColumnsComputer.ts b/src/persistence/SubjectChangedColumnsComputer.ts index ac619ba6719..08335facbae 100644 --- a/src/persistence/SubjectChangedColumnsComputer.ts +++ b/src/persistence/SubjectChangedColumnsComputer.ts @@ -78,8 +78,14 @@ export class SubjectChangedColumnsComput...
[ "src/persistence/SubjectChangedColumnsComputer.ts", "test/github-issues/12234/entity/Category.ts", "test/github-issues/12234/entity/Post.ts", "test/github-issues/12234/issue-12234.test.ts" ]
[]
diff --git a/test/github-issues/12234/entity/Category.ts b/test/github-issues/12234/entity/Category.ts new file mode 100644 index 00000000000..eecc6724dfa --- /dev/null +++ b/test/github-issues/12234/entity/Category.ts @@ -0,0 +1,15 @@ +import { Column } from "../../../../src/decorator/columns/Column" +import { Entity ...
true