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/scalacheck | 1,121 | issue_to_patch | Automate publishing to scalacheck.org website | Creates "Publish Site" workflow action that gets triggerred on every push to the [website](https://github.com/typelevel/scalacheck/tree/website) branch.
The action generates the docs based on its current state, then pushed the generated content to the [gh-pages](https://github.com/typelevel/scalacheck/tree/gh-pages) b... | fddf7bc4ee0ccc4cb57b5abb99b24ff9846fbb37 | e2705294e2b4609bd277287f0df730a44a301143 | diff --git a/.github/workflows/publish-site.yml b/.github/workflows/publish-site.yml
new file mode 100644
index 000000000..7ac4f5b0b
--- /dev/null
+++ b/.github/workflows/publish-site.yml
@@ -0,0 +1,35 @@
+name: Publish Site
+
+on:
+ push:
+ branches:
+ - website
+
+permissions:
+ contents: write
+
+jobs:
+ ... | [
".github/workflows/publish-site.yml"
] | [
{
"comment": "The workflow relies on a `push-site.sh` script that is not visible in this PR. If this script doesn't exist or fails, the workflow will fail with an unclear error message. Consider adding error handling or verification that the script exists.\n```suggestion\n run: |\n if [ ! -x ./p... | true | ||
typelevel/scalacheck | 1,168 | issue_to_patch | Update scalafmt-core to 3.11.0 | ## About this PR
π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.10.7` to `3.11.0`
π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.11.0) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.10.7...v3.11.0)
## Usage
β
**Please merge!*... | baae04247852b22c29c132b7b7c2e7dc136639e8 | 0d76e9d7996d57d68b58c473507146369bb82cf2 | diff --git a/.scalafmt.conf b/.scalafmt.conf
index ec179355..82798a2f 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,4 +1,4 @@
-version=3.10.7
+version=3.11.0
maxColumn = 120
assumeStandardLibraryStripMargin = true
| [
".scalafmt.conf"
] | [] | true | ||
typelevel/scalacheck | 1,166 | issue_to_patch | Update sbt, scripted-plugin to 1.12.9 | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.12.8` to `1.12.9`
π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.9) - [Version Diff](https://github.com/sbt/sbt/compare/v1.12.8...v1.12.9)
## ... | 36aebe6563ffd790936e59132dae7577016ef5e6 | 5c971768b189b0b4a57b12620babdfe9b3cc6632 | diff --git a/examples/commands-leveldb/project/build.properties b/examples/commands-leveldb/project/build.properties
index 08a6fc01..df061f4f 100644
--- a/examples/commands-leveldb/project/build.properties
+++ b/examples/commands-leveldb/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.12.8
+sbt.version=1.12.9
d... | [
"examples/commands-leveldb/project/build.properties",
"examples/commands-nix/project/build.properties",
"examples/commands-redis/project/build.properties",
"examples/scalajs/project/build.properties",
"examples/simple-sbt/project/build.properties",
"project/build.properties"
] | [] | true | ||
typelevel/scalacheck | 1,165 | issue_to_patch | Update auxlib, clib, javalib, nativelib, ... to 0.5.11 | ## About this PR
π¦ Updates
* [org.scala-native:auxlib](https://github.com/scala-native/scala-native)
* [org.scala-native:clib](https://github.com/scala-native/scala-native)
* [org.scala-native:javalib](https://github.com/scala-native/scala-native)
* [org.scala-native:nativelib](https://github.com/scala-native/scala-n... | 36aebe6563ffd790936e59132dae7577016ef5e6 | e3ef9a73a7953ad61df13d2a382ef5e3602f473d | diff --git a/project/plugin.sbt b/project/plugin.sbt
index b7c0ddb3..520531df 100644
--- a/project/plugin.sbt
+++ b/project/plugin.sbt
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0")
-addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.10")
+addSbtPlugin("org.scala-native" % "sbt-scala-... | [
"project/plugin.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,164 | issue_to_patch | Update sbt-scalajs, scalajs-compiler, ... to 1.21.0 | ## 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... | ff1e9dac3dc743e7320ce00df73e503fb69c1562 | f608a8e44eb1a00584cfeb0f232de7d1b4ff6b96 | diff --git a/examples/scalajs/project/plugins.sbt b/examples/scalajs/project/plugins.sbt
index b3a52703..2246c754 100644
--- a/examples/scalajs/project/plugins.sbt
+++ b/examples/scalajs/project/plugins.sbt
@@ -1,1 +1,1 @@
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.2")
+addSbtPlugin("org.scala-js" % "sbt-scal... | [
"examples/scalajs/project/plugins.sbt",
"project/plugin.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,163 | issue_to_patch | Update sbt, scripted-plugin to 1.12.8 | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.12.7` to `1.12.8`
## 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 t... | 73a4b16f7eb267eb46fe6151c3a1f7238af7b79c | 4da015cba13d3229e53ef470483e258d792ba523 | diff --git a/examples/commands-leveldb/project/build.properties b/examples/commands-leveldb/project/build.properties
index 038cb31d..08a6fc01 100644
--- a/examples/commands-leveldb/project/build.properties
+++ b/examples/commands-leveldb/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.12.7
+sbt.version=1.12.8
d... | [
"examples/commands-leveldb/project/build.properties",
"examples/commands-nix/project/build.properties",
"examples/commands-redis/project/build.properties",
"examples/scalajs/project/build.properties",
"examples/simple-sbt/project/build.properties",
"project/build.properties"
] | [] | true | ||
typelevel/scalacheck | 1,162 | issue_to_patch | Update sbt, scripted-plugin to 1.12.7 | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.12.6` to `1.12.7`
π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.7) - [Version Diff](https://github.com/sbt/sbt/compare/v1.12.6...v1.12.7)
## ... | dab93b0a90ebc151126b0012cc8597c322ba4e05 | 43e52db7060c5d764cf9ce5414a638cf32e4a3c8 | diff --git a/examples/commands-leveldb/project/build.properties b/examples/commands-leveldb/project/build.properties
index 2106fb4f..038cb31d 100644
--- a/examples/commands-leveldb/project/build.properties
+++ b/examples/commands-leveldb/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.12.6
+sbt.version=1.12.7
d... | [
"examples/commands-leveldb/project/build.properties",
"examples/commands-nix/project/build.properties",
"examples/commands-redis/project/build.properties",
"examples/scalajs/project/build.properties",
"examples/simple-sbt/project/build.properties",
"project/build.properties"
] | [] | true | ||
typelevel/scalacheck | 1,160 | issue_to_patch | Upgraded `nixpkgs` to `release-21.05` | Upgraded `nixpkgs` to `release-21.05`, which allows the community to build the website on Mac ARM | a98e0e57df2be59eabf99e31de8ef2ffc0ffd26a | bdbc74c7f06a27dcd2bfc84b98e6bebbfee2bde8 | diff --git a/flake.lock b/flake.lock
index d8f75eb97..fadb0ce55 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1635919662,
- "narHash": "sha256-m2EGNUBMcIER4sSagK3U/HzQuvYt1r27bcfnsUjeB2g=",
+ "lastModified": 177370544... | [
"flake.lock",
"flake.nix",
"src/articles/scaladays2014/presentation/default.nix"
] | [
{
"comment": "Is there a good reason not to go all the way to 25.11?",
"path": "flake.nix",
"hunk": "@@ -2,7 +2,7 @@\n description = \"scalacheck.org\";\n \n inputs = {\n- nixpkgs.url = \"github:NixOS/nixpkgs/release-21.05\";\n+ nixpkgs.url = \"github:NixOS/nixpkgs/nixos-24.11\";",
"resolv... | true | ||
typelevel/scalacheck | 1,159 | issue_to_patch | Update sbt, scripted-plugin to 1.12.6 | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.12.5` to `1.12.6`
π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.6) - [Version Diff](https://github.com/sbt/sbt/compare/v1.12.5...v1.12.6)
## ... | fb36c311f297b87bf95debfd593632609890ceee | 63c5905ff446ab96444591a05a671c8bb9566aee | diff --git a/examples/commands-leveldb/project/build.properties b/examples/commands-leveldb/project/build.properties
index b49295c7..2106fb4f 100644
--- a/examples/commands-leveldb/project/build.properties
+++ b/examples/commands-leveldb/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.12.5
+sbt.version=1.12.6
d... | [
"examples/commands-leveldb/project/build.properties",
"examples/commands-nix/project/build.properties",
"examples/commands-redis/project/build.properties",
"examples/scalajs/project/build.properties",
"examples/simple-sbt/project/build.properties",
"project/build.properties"
] | [] | true | ||
typelevel/scalacheck | 1,158 | issue_to_patch | Update sbt, scripted-plugin to 1.12.5 | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.12.4` to `1.12.5`
π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.5) - [Version Diff](https://github.com/sbt/sbt/compare/v1.12.4...v1.12.5)
## ... | 8b8c457715639b16d721b960e1e70c82645485a1 | f4658ea383decc608fbe457e03f5ecfbf57cf594 | diff --git a/examples/commands-leveldb/project/build.properties b/examples/commands-leveldb/project/build.properties
index c9aaa516..b49295c7 100644
--- a/examples/commands-leveldb/project/build.properties
+++ b/examples/commands-leveldb/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.12.4
+sbt.version=1.12.5
d... | [
"examples/commands-leveldb/project/build.properties",
"examples/commands-nix/project/build.properties",
"examples/commands-redis/project/build.properties",
"examples/scalajs/project/build.properties",
"examples/simple-sbt/project/build.properties",
"project/build.properties"
] | [] | true | ||
typelevel/scalacheck | 1,157 | issue_to_patch | Update sbt, scripted-plugin to 1.12.4 | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.12.3` to `1.12.4`
π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.4) - [Version Diff](https://github.com/sbt/sbt/compare/v1.12.3...v1.12.4)
## ... | 7b85476e598260a31fff521fab40475b92ade14b | 251d5d6c74ea76a6b0f6ee59feb80070ae870cf6 | diff --git a/examples/commands-leveldb/project/build.properties b/examples/commands-leveldb/project/build.properties
index c605beba..c9aaa516 100644
--- a/examples/commands-leveldb/project/build.properties
+++ b/examples/commands-leveldb/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.12.3
+sbt.version=1.12.4
d... | [
"examples/commands-leveldb/project/build.properties",
"examples/commands-nix/project/build.properties",
"examples/commands-redis/project/build.properties",
"examples/scalajs/project/build.properties",
"examples/simple-sbt/project/build.properties",
"project/build.properties"
] | [] | true | ||
typelevel/scalacheck | 1,156 | issue_to_patch | Update sbt-typelevel to 0.8.5 | ## About this PR
π¦ Updates [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel) from `0.8.4` to `0.8.5`
π [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.8.5) - [Version Diff](https://github.com/typelevel/sbt-typelevel/compare/v0.8.4...v0.8.5)
## Usage
β
**Plea... | 2139217cdaf3d7b19edd443065eb6035f0c8f749 | 71d1b362b9fe7b65aa98226c0f4e0661733882b6 | diff --git a/project/plugin.sbt b/project/plugin.sbt
index a4f24aec..9dc11357 100644
--- a/project/plugin.sbt
+++ b/project/plugin.sbt
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.10")
addSbtPlugin("pl.project13.scala" % "sbt-jmh"... | [
"project/plugin.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,155 | issue_to_patch | Update sbt, scripted-plugin to 1.12.3 | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.12.2` to `1.12.3`
π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.3) - [Version Diff](https://github.com/sbt/sbt/compare/v1.12.2...v1.12.3)
## ... | 5d2b57e89d121827040082d001a7bfdf8747c911 | a7c28f6c763287942ce52f72ecb717e4b2b2a1a3 | diff --git a/examples/commands-leveldb/project/build.properties b/examples/commands-leveldb/project/build.properties
index 4d6c5670..c605beba 100644
--- a/examples/commands-leveldb/project/build.properties
+++ b/examples/commands-leveldb/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.12.2
+sbt.version=1.12.3
d... | [
"examples/commands-leveldb/project/build.properties",
"examples/commands-nix/project/build.properties",
"examples/commands-redis/project/build.properties",
"examples/scalajs/project/build.properties",
"examples/simple-sbt/project/build.properties",
"project/build.properties"
] | [] | true | ||
typelevel/scalacheck | 1,154 | issue_to_patch | Update scalafmt-core to 3.10.7 | ## About this PR
π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.10.6` to `3.10.7`
π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.10.7) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.10.6...v3.10.7)
## Usage
β
**Please merge!*... | ff56140faebb3bc2fc3c5e2df2de9b22723bcf75 | 36c5d6653d6f40953ffd3e89411181dadc1be607 | diff --git a/.scalafmt.conf b/.scalafmt.conf
index 66c611a2..ec179355 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,4 +1,4 @@
-version=3.10.6
+version=3.10.7
maxColumn = 120
assumeStandardLibraryStripMargin = true
| [
".scalafmt.conf"
] | [] | true | ||
typelevel/scalacheck | 1,153 | issue_to_patch | Update sbt, scripted-plugin to 1.12.2 | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.12.1` to `1.12.2`
π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.2) - [Version Diff](https://github.com/sbt/sbt/compare/v1.12.1...v1.12.2)
## ... | 2eddbc6323cf7e42627a6d4825b5b8b5e752312d | 174dd8090deb6fe18f3fea76677bf4ee6068b46a | diff --git a/examples/commands-leveldb/project/build.properties b/examples/commands-leveldb/project/build.properties
index bcdf7738..4d6c5670 100644
--- a/examples/commands-leveldb/project/build.properties
+++ b/examples/commands-leveldb/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.12.1
+sbt.version=1.12.2
d... | [
"examples/commands-leveldb/project/build.properties",
"examples/commands-nix/project/build.properties",
"examples/commands-redis/project/build.properties",
"examples/scalajs/project/build.properties",
"examples/simple-sbt/project/build.properties",
"project/build.properties"
] | [] | true | ||
typelevel/scalacheck | 1,152 | issue_to_patch | Update scalafmt-core to 3.10.6 | ## About this PR
π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.10.5` to `3.10.6`
π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.10.6) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.10.5...v3.10.6)
## Usage
β
**Please merge!*... | df331690edb30c2a227d43518da7bc412aed441b | 8cdc8cfede53be510ea41e63aa993d493e9f956b | diff --git a/.scalafmt.conf b/.scalafmt.conf
index 0d60b830..66c611a2 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,4 +1,4 @@
-version=3.10.5
+version=3.10.6
maxColumn = 120
assumeStandardLibraryStripMargin = true
| [
".scalafmt.conf"
] | [] | true | ||
typelevel/scalacheck | 1,151 | issue_to_patch | Update scalafmt-core to 3.10.5 | ## About this PR
π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.10.4` to `3.10.5`
π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.10.5) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.10.4...v3.10.5)
## Usage
β
**Please merge!*... | 704426fa48ca8dc58901ad320baaf7dfe62c92b2 | 98dc180bec429c1394902bb2d3b0efb6275ff1f9 | diff --git a/.scalafmt.conf b/.scalafmt.conf
index 7fbff95d..0d60b830 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,4 +1,4 @@
-version=3.10.4
+version=3.10.5
maxColumn = 120
assumeStandardLibraryStripMargin = true
| [
".scalafmt.conf"
] | [] | true | ||
typelevel/scalacheck | 1,150 | issue_to_patch | Update sbt, scripted-plugin to 1.12.1 | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.12.0` to `1.12.1`
π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.12.0...v1.12.1)
## ... | 362b91e6d0db1d71baaab9f68694ae4a46e7b403 | e5f577861c012ea80d0e20e0c88920bbf06418fa | diff --git a/examples/commands-leveldb/project/build.properties b/examples/commands-leveldb/project/build.properties
index 30b7fd9f..bcdf7738 100644
--- a/examples/commands-leveldb/project/build.properties
+++ b/examples/commands-leveldb/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.12.0
+sbt.version=1.12.1
d... | [
"examples/commands-leveldb/project/build.properties",
"examples/commands-nix/project/build.properties",
"examples/commands-redis/project/build.properties",
"examples/scalajs/project/build.properties",
"examples/simple-sbt/project/build.properties",
"project/build.properties"
] | [] | true | ||
typelevel/scalacheck | 1,146 | issue_to_patch | Update sbt, scripted-plugin to 1.12.0 | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.11.7` to `1.12.0`
π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.0) - [Version Diff](https://github.com/sbt/sbt/compare/v1.11.7...v1.12.0)
## ... | 2289c2b75e7d675f36cd591907d38b2a58b8d10f | cac960774069f7af72767f388c2906a91d216f11 | diff --git a/examples/commands-leveldb/project/build.properties b/examples/commands-leveldb/project/build.properties
index 01a16ed1..30b7fd9f 100644
--- a/examples/commands-leveldb/project/build.properties
+++ b/examples/commands-leveldb/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.11.7
+sbt.version=1.12.0
d... | [
"examples/commands-leveldb/project/build.properties",
"examples/commands-nix/project/build.properties",
"examples/commands-redis/project/build.properties",
"examples/scalajs/project/build.properties",
"examples/simple-sbt/project/build.properties",
"project/build.properties"
] | [] | true | ||
typelevel/scalacheck | 1,129 | issue_to_patch | Update sbt, scripted-plugin to 1.11.7 | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.11.6` to `1.11.7`
π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.11.7) - [Version Diff](https://github.com/sbt/sbt/compare/v1.11.6...v1.11.7)
## ... | 475da0a26fc990ec403437dc915744635cd6533f | 585936ec1fadbce5299cca859915da8f689df510 | diff --git a/examples/commands-leveldb/project/build.properties b/examples/commands-leveldb/project/build.properties
index 5e6884d3..01a16ed1 100644
--- a/examples/commands-leveldb/project/build.properties
+++ b/examples/commands-leveldb/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.11.6
+sbt.version=1.11.7
d... | [
"examples/commands-leveldb/project/build.properties",
"examples/commands-nix/project/build.properties",
"examples/commands-redis/project/build.properties",
"examples/scalajs/project/build.properties",
"examples/simple-sbt/project/build.properties",
"project/build.properties"
] | [] | true | ||
typelevel/scalacheck | 1,149 | issue_to_patch | Update auxlib, clib, javalib, nativelib, ... to 0.5.10 | ## About this PR
π¦ Updates
* [org.scala-native:auxlib](https://github.com/scala-native/scala-native)
* [org.scala-native:clib](https://github.com/scala-native/scala-native)
* [org.scala-native:javalib](https://github.com/scala-native/scala-native)
* [org.scala-native:nativelib](https://github.com/scala-native/scala-n... | 89d634049b50f070411f7b0dd51fe8e2cef33726 | fc27d2e7468dbfa06be919a6c94a8cf3e5d87a93 | diff --git a/project/plugin.sbt b/project/plugin.sbt
index d233ea35..a4f24aec 100644
--- a/project/plugin.sbt
+++ b/project/plugin.sbt
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.2")
-addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
+addSbtPlugin("org.scala-native" % "sbt-scala-n... | [
"project/plugin.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,134 | issue_to_patch | Update auxlib, clib, javalib, nativelib, ... to 0.5.9 | ## About this PR
π¦ Updates
* [org.scala-native:auxlib](https://github.com/scala-native/scala-native)
* [org.scala-native:clib](https://github.com/scala-native/scala-native)
* [org.scala-native:javalib](https://github.com/scala-native/scala-native)
* [org.scala-native:nativelib](https://github.com/scala-native/scala-n... | eadeff03c5237aafa1070f2516fdececcb9d75f6 | ddfc58bbb8476878f793ba261b0f5764e7def2d9 | diff --git a/project/plugin.sbt b/project/plugin.sbt
index 6f6c7fb2..dd99cd43 100644
--- a/project/plugin.sbt
+++ b/project/plugin.sbt
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
-addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.8")
+addSbtPlugin("org.scala-native" % "sbt-scala-n... | [
"project/plugin.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,147 | issue_to_patch | Update scalafmt-core to 3.10.4 | ## About this PR
π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.10.3` to `3.10.4`
π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.10.4) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.10.3...v3.10.4)
## Usage
β
**Please merge!*... | 30f907be867fa22c11b4ec7a433cc8f1f8aff4fe | 2d334da1d7e7b7768067affaf5e0884e305fd419 | diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
index e870d9b5..6266254e 100644
--- a/.git-blame-ignore-revs
+++ b/.git-blame-ignore-revs
@@ -11,3 +11,6 @@ ccd98e22a078e1282dbb2c1acfb40fe3afee01b6
# Scala Steward: Reformat with scalafmt 3.8.5
02696e7684220b2e88e80271e695a3803502fefe
+
+# Scala Steward:... | [
".git-blame-ignore-revs",
".scalafmt.conf",
"core/jvm/src/main/scala/org/scalacheck/Platform.scala",
"core/shared/src/main/scala/org/scalacheck/commands/Commands.scala",
"core/shared/src/main/scala/org/scalacheck/util/Pretty.scala",
"project/codegen.scala"
] | [] | true | ||
typelevel/scalacheck | 1,144 | issue_to_patch | Fix warnings. add `using` clause | 2289c2b75e7d675f36cd591907d38b2a58b8d10f | 1ad4a47fd990949b46522b6bca54e0e79df88599 | diff --git a/core/shared/src/main/scala/org/scalacheck/Gen.scala b/core/shared/src/main/scala/org/scalacheck/Gen.scala
index 7f736f96..ce9a66eb 100644
--- a/core/shared/src/main/scala/org/scalacheck/Gen.scala
+++ b/core/shared/src/main/scala/org/scalacheck/Gen.scala
@@ -973,7 +973,7 @@ object Gen extends GenArities wit... | [
"core/jvm/src/test/scala/org/scalacheck/GenSpecification.scala",
"core/shared/src/main/scala/org/scalacheck/Gen.scala",
"core/shared/src/main/scala/org/scalacheck/commands/Commands.scala",
"core/shared/src/test/scala/org/scalacheck/ShrinkSpecification.scala"
] | [] | diff --git a/core/jvm/src/test/scala/org/scalacheck/GenSpecification.scala b/core/jvm/src/test/scala/org/scalacheck/GenSpecification.scala
index 32c7dd29..997f1cba 100644
--- a/core/jvm/src/test/scala/org/scalacheck/GenSpecification.scala
+++ b/core/jvm/src/test/scala/org/scalacheck/GenSpecification.scala
@@ -28,7 +28,... | true | ||
typelevel/scalacheck | 1,145 | issue_to_patch | Update sbt-scalajs, scalajs-compiler, ... to 1.20.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... | 2289c2b75e7d675f36cd591907d38b2a58b8d10f | 655fceabc10d3c4f686a4db938879c5434ffb2b5 | diff --git a/examples/scalajs/project/plugins.sbt b/examples/scalajs/project/plugins.sbt
index 05d00235..b3a52703 100644
--- a/examples/scalajs/project/plugins.sbt
+++ b/examples/scalajs/project/plugins.sbt
@@ -1,1 +1,1 @@
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
+addSbtPlugin("org.scala-js" % "sbt-scal... | [
"examples/scalajs/project/plugins.sbt",
"project/plugin.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,143 | issue_to_patch | Update scalafmt-core to 3.10.3 | ## About this PR
π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.10.2` to `3.10.3`
π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.10.3) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.10.2...v3.10.3)
## Usage
β
**Please merge!*... | 76b331301c6e87b0a483d882a1afc6c1e3151e9a | 9537ad6beaf19419fe06ea3f4aaacfb64f8a3806 | diff --git a/.scalafmt.conf b/.scalafmt.conf
index 6054409c..89eac2a3 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,4 +1,4 @@
-version=3.10.2
+version=3.10.3
maxColumn = 120
assumeStandardLibraryStripMargin = true
| [
".scalafmt.conf"
] | [] | true | ||
typelevel/scalacheck | 1,142 | issue_to_patch | Update sbt-typelevel to 0.8.4 | ## About this PR
π¦ Updates [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel) from `0.8.3` to `0.8.4`
π [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.8.4) - [Version Diff](https://github.com/typelevel/sbt-typelevel/compare/v0.8.3...v0.8.4)
## Usage
β
**Plea... | 25dfa72f7a21386686bd3dde0e5442521fa84022 | b25aaab1960d2c7455bf588a373604c256925838 | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ae796895..cf804556 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout current branch (full)
- uses: actions/checkout@v5
+ uses: acti... | [
".github/workflows/ci.yml",
"project/plugin.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,141 | issue_to_patch | Update scala-library to 2.12.21 | ## About this PR
π¦ Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.12.20` to `2.12.21`
π [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.21) - [Version Diff](https://github.com/scala/scala/compare/v2.12.20...v2.12.21)
## Usage
β
**Please merge!**
I'll automat... | 1044b3b842411bc52e9ee6abf6f53c912f5449a0 | f8395cfebc52e580a3c14fb3ce65cb4eb5e8cf60 | diff --git a/build.sbt b/build.sbt
index c6000e81..990528bc 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,4 +1,4 @@
-val Scala212 = "2.12.20"
+val Scala212 = "2.12.21"
val Scala213 = "2.13.18"
val Scala3 = "3.3.7"
| [
"build.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,140 | issue_to_patch | Update scalafmt-core to 3.10.2 | ## About this PR
π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.10.1` to `3.10.2`
π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.10.2) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.10.1...v3.10.2)
## Usage
β
**Please merge!*... | b5ff5c3c4ba2488a4031f6a472d9c392676c4a1c | e34056bccc6c2d5dad5518a6ce1ca10118b655c8 | diff --git a/.scalafmt.conf b/.scalafmt.conf
index 630f9e48..6054409c 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,4 +1,4 @@
-version=3.10.1
+version=3.10.2
maxColumn = 120
assumeStandardLibraryStripMargin = true
| [
".scalafmt.conf"
] | [] | true | ||
typelevel/scalacheck | 1,139 | issue_to_patch | Update scala-library to 2.13.18 | ## About this PR
π¦ Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.13.17` to `2.13.18`
π [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.18) - [Version Diff](https://github.com/scala/scala/compare/v2.13.17...v2.13.18)
## Usage
β
**Please merge!**
I'll automat... | ad2cd77a7eae0312e637873d479fd2014d4d3720 | d44c4de59efd4b7e3f554f790da0864c4e5736bb | diff --git a/build.sbt b/build.sbt
index 364fbf80..c6000e81 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,5 +1,5 @@
val Scala212 = "2.12.20"
-val Scala213 = "2.13.17"
+val Scala213 = "2.13.18"
val Scala3 = "3.3.7"
name := "scalacheck"
| [
"build.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,138 | issue_to_patch | Update commons-lang3 to 3.20.0 | ## About this PR
π¦ Updates [org.apache.commons:commons-lang3](https://commons.apache.org/proper/commons-lang/) from `3.19.0` to `3.20.0`
## Usage
β
**Please merge!**
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close... | 67a8463f4d092ddfc1233874fda707d74ae85353 | 5d394cce17ebca74fa3c6d9ba7788b9b79f96711 | diff --git a/build.sbt b/build.sbt
index 26551e48..364fbf80 100644
--- a/build.sbt
+++ b/build.sbt
@@ -96,7 +96,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.jvmSettings(
Test / fork := true,
libraryDependencies ++= Seq(
- "org.apache.commons" % "commons-lang3" % "3.19.0"... | [
"build.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,137 | issue_to_patch | Update scalafmt-core to 3.10.1 | ## About this PR
π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.9.10` to `3.10.1`
π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.10.1) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.9.10...v3.10.1)
## Usage
β
**Please merge!*... | 77a5e38d2d362f95d82264741cb2d3223ddd84c6 | 2436c32c32511a88c61f10cb4da0c52331c40924 | diff --git a/.scalafmt.conf b/.scalafmt.conf
index 53fe3d73..630f9e48 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,4 +1,4 @@
-version=3.9.10
+version=3.10.1
maxColumn = 120
assumeStandardLibraryStripMargin = true
| [
".scalafmt.conf"
] | [] | true | ||
typelevel/scalacheck | 1,136 | issue_to_patch | Update scalafmt-core to 3.9.10 | ## About this PR
π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.9.4` to `3.9.10`
π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.9.10) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.9.4...v3.9.10)
## Usage
β
**Please merge!**
... | a1837d90801f432ff3fd8f1e284dfbc485fdeb83 | e7f0c546cdb13bf821c6d3bb2961a3d836e96318 | diff --git a/.scalafmt.conf b/.scalafmt.conf
index 116fadb8..53fe3d73 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,4 +1,4 @@
-version=3.9.4
+version=3.9.10
maxColumn = 120
assumeStandardLibraryStripMargin = true
| [
".scalafmt.conf"
] | [] | true | ||
typelevel/scalacheck | 1,135 | issue_to_patch | Update sbt-typelevel to 0.8.3 | ## About this PR
π¦ Updates [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel) from `0.8.2` to `0.8.3`
π [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.8.3) - [Version Diff](https://github.com/typelevel/sbt-typelevel/compare/v0.8.2...v0.8.3)
## Usage
β
**Plea... | f07903f29d0225ca38b1c000e11ffb88d59bf9c4 | b5bdcb9a54741f896ded7e6f97d4aafc95fff918 | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 70d87e4c..ae796895 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -118,7 +118,7 @@ jobs:
- name: Upload target directories
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') |... | [
".github/workflows/ci.yml",
"project/plugin.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,133 | issue_to_patch | Update scala3-library, ... to 3.3.7 | ## About this PR
π¦ Updates
* [org.scala-lang:scala3-library](https://github.com/scala/scala3)
* [org.scala-lang:scala3-library_sjs1](https://github.com/scala/scala3)
from `3.3.6` to `3.3.7`
π [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.3.7) - [Version Diff](https://github.com/scala/scala... | cbe680c8edd30bb528b75ec28652a5060dc55623 | e8e49bd9c7d07c063e9d5d631c8ee3329f3f5045 | diff --git a/build.sbt b/build.sbt
index 22b2abd6..26551e48 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,6 @@
val Scala212 = "2.12.20"
val Scala213 = "2.13.17"
-val Scala3 = "3.3.6"
+val Scala3 = "3.3.7"
name := "scalacheck"
ThisBuild / organization := "org.scalacheck"
| [
"build.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,130 | issue_to_patch | Update scala-library to 2.13.17 | ## About this PR
π¦ Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.13.16` to `2.13.17`
π [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.17) - [Version Diff](https://github.com/scala/scala/compare/v2.13.16...v2.13.17)
## Usage
β
**Please merge!**
I'll automat... | 3f6b3856c093dad9fe2d2f94c4d92256eabb6abb | 6f81cf10c3d4a4d449374c4e04abef38ad30210a | diff --git a/build.sbt b/build.sbt
index f90c92ce..22b2abd6 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,5 +1,5 @@
val Scala212 = "2.12.20"
-val Scala213 = "2.13.16"
+val Scala213 = "2.13.17"
val Scala3 = "3.3.6"
name := "scalacheck"
| [
"build.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,132 | issue_to_patch | Update sbt-scalajs, scalajs-compiler, ... to 1.20.1 | ## 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... | 73db81b6891d287e3da1d917e100a95d91ef92d1 | 08cac1d81657e00da991a89c4c45cba253fc7692 | diff --git a/examples/scalajs/project/plugins.sbt b/examples/scalajs/project/plugins.sbt
index b67db1c8..05d00235 100644
--- a/examples/scalajs/project/plugins.sbt
+++ b/examples/scalajs/project/plugins.sbt
@@ -1,1 +1,1 @@
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
+addSbtPlugin("org.scala-js" % "sbt-scal... | [
"examples/scalajs/project/plugins.sbt",
"project/plugin.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,131 | issue_to_patch | Update sbt-typelevel to 0.8.2 | ## About this PR
π¦ Updates [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel) from `0.8.1` to `0.8.2`
π [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.8.2) - [Version Diff](https://github.com/typelevel/sbt-typelevel/compare/v0.8.1...v0.8.2)
## Usage
β
**Plea... | db2b22223ed4e2f8b4dce25e6dddead2b32ea22a | 2dda8d3d85607b35baae01e78ac18f37f9b39f65 | diff --git a/project/plugin.sbt b/project/plugin.sbt
index 4a93c387..6f6c7fb2 100644
--- a/project/plugin.sbt
+++ b/project/plugin.sbt
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.8")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" ... | [
"project/plugin.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,128 | issue_to_patch | Update sbt-typelevel to 0.8.1 | ## About this PR
π¦ Updates [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel) from `0.8.0` to `0.8.1`
π [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.8.1) - [Version Diff](https://github.com/typelevel/sbt-typelevel/compare/v0.8.0...v0.8.1)
## Usage
β
**Plea... | 399da3103227bf60c45dfa5ee52d2c587e058395 | 6456cc924e54a837bbafef1b3dd26d69f5d71b96 | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ab94f51c..70d87e4c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout current branch (full)
- uses: actions/checkout@v4
+ uses: acti... | [
".github/workflows/ci.yml",
"project/plugin.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,127 | issue_to_patch | Update sbt-jmh to 0.4.8 | ## About this PR
π¦ Updates [pl.project13.scala:sbt-jmh](https://github.com/sbt/sbt-jmh) from `0.4.7` to `0.4.8`
π [GitHub Release Notes](https://github.com/sbt/sbt-jmh/releases/tag/v0.4.8) - [Version Diff](https://github.com/sbt/sbt-jmh/compare/v0.4.7...v0.4.8)
## Usage
β
**Please merge!**
I'll automatically updat... | 35e4f67c4d0fd217cb0c828bf4e06787e2534690 | 79b2c64e46036e33848ccb58368df2c47f51d49d | diff --git a/project/plugin.sbt b/project/plugin.sbt
index 044238f2..1d972324 100644
--- a/project/plugin.sbt
+++ b/project/plugin.sbt
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.8")
-addSbtPlugin("pl.project13.scala" % "sbt-jmh" ... | [
"project/plugin.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,126 | issue_to_patch | Update commons-lang3 to 3.19.0 | ## About this PR
π¦ Updates [org.apache.commons:commons-lang3](https://commons.apache.org/proper/commons-lang/) from `3.18.0` to `3.19.0`
## Usage
β
**Please merge!**
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close... | da1c87d693f4b83a1b8d5a25f46be7d718d72ed1 | 7ca2b5194185e4b25c198dfc462031350070b328 | diff --git a/build.sbt b/build.sbt
index 57551fad..f90c92ce 100644
--- a/build.sbt
+++ b/build.sbt
@@ -96,7 +96,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.jvmSettings(
Test / fork := true,
libraryDependencies ++= Seq(
- "org.apache.commons" % "commons-lang3" % "3.18.0"... | [
"build.sbt"
] | [] | true | ||
typelevel/scalacheck | 1,125 | issue_to_patch | update ScalaCheck website | 49ae8915e83c9a23bae4bcc615130c9ec38909c3 | 1559487e11fd731a698a20c193a65a63799d832d | diff --git a/scalacheck-web.nix b/scalacheck-web.nix
index 287b4c833..de957a0c1 100644
--- a/scalacheck-web.nix
+++ b/scalacheck-web.nix
@@ -8,13 +8,13 @@ let
attrNames getAttr concatStringsSep mapAttrsToList concatMapStrings flatten;
env = {
- repoUrl = "https://github.com/rickynils/scalacheck";
+ repo... | [
"scalacheck-web.nix",
"src/index.markdown"
] | [] | true | |||
typelevel/skunk | 1,306 | issue_to_patch | timestamptz precision error message has typo "timestampz" (missing "t")
## Summary
The error message thrown when `timestamptz(p)` is given an out-of-range precision misspells the type name as `timestampz` β missing the `t` before `z`. All other temporal codec messages in the same file (`time`, `timetz`, `timestamp`,... | Fix typo in timestamptz precision error message | Fixes #1295.
The `IllegalArgumentException` thrown by `timestamptz(precision)` when given an out-of-range precision misspelled the type name as `timestampz` (missing the `t` before `z`). All other temporal codecs in the same file (`time`, `timetz`, `timestamp`, `interval`) use their correct names in the corresponding ... | b9b19ecb66c0e2aba592e6af787efe3133575fa6 | 84f2b7a9b391960f5d001f1d18a7fe369a9d520d | diff --git a/modules/core/shared/src/main/scala/codec/TemporalCodecs.scala b/modules/core/shared/src/main/scala/codec/TemporalCodecs.scala
index 44c8fb92d..bd4dc2ecd 100644
--- a/modules/core/shared/src/main/scala/codec/TemporalCodecs.scala
+++ b/modules/core/shared/src/main/scala/codec/TemporalCodecs.scala
@@ -138,7 +... | [
"modules/core/shared/src/main/scala/codec/TemporalCodecs.scala"
] | [] | true | |
typelevel/skunk | 1,303 | issue_to_patch | Update otel4s-core, otel4s-oteljava, ... to 1.0.0 | ## About this PR
π¦ Updates
* [org.typelevel:otel4s-core](https://github.com/typelevel/otel4s)
* [org.typelevel:otel4s-oteljava](https://github.com/typelevel/otel4s)
* [org.typelevel:otel4s-semconv](https://github.com/typelevel/otel4s)
* [org.typelevel:otel4s-semconv-metrics](https://github.com/typelevel/otel4s)
fro... | dd53b862efcb93f9973f1d911d52404b1d37a24a | 1b4dc63c8ce7417ee45cc1998202097a4660a893 | diff --git a/build.sbt b/build.sbt
index 4716eca9..a3591f5d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -73,8 +73,8 @@ ThisBuild / libraryDependencySchemes +=
// This is used in a couple places
lazy val fs2Version = "3.13.0"
lazy val openTelemetryVersion = "1.62.0"
-lazy val otel4sVersion = "0.16.0"
-lazy val otel4sSd... | [
"build.sbt"
] | [] | true | ||
typelevel/skunk | 1,298 | issue_to_patch | Update opentelemetry-exporter-otlp, ... to 1.62.0 | ## About this PR
π¦ Updates
* [io.opentelemetry:opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-java)
* [io.opentelemetry:opentelemetry-sdk-extension-autoconfigure](https://github.com/open-telemetry/opentelemetry-java)
from `1.55.0` to `1.62.0`
π [GitHub Release Notes](https://github.c... | 68b2abc00ae0a4c0754ccffe15e2f568339ac754 | bd3fedf3e432779a38e609440881e3e088db258e | diff --git a/build.sbt b/build.sbt
index 5c029186..963d011e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -72,7 +72,7 @@ ThisBuild / libraryDependencySchemes +=
// This is used in a couple places
lazy val fs2Version = "3.13.0"
-lazy val openTelemetryVersion = "1.55.0"
+lazy val openTelemetryVersion = "1.62.0"
lazy val... | [
"build.sbt"
] | [] | true | ||
typelevel/skunk | 1,293 | issue_to_patch | Update sbt, scripted-plugin to 1.12.11 in series/0.6.x | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.12.9` to `1.12.11`
## 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 ... | 6c8b3aed1a85026d3925eb7fa5e5890bf7fcab40 | 38e4040b217bd1e8e9fe6ed4e743bdb765d8d40c | diff --git a/project/build.properties b/project/build.properties
index df061f4f..dabdb159 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.12.9
+sbt.version=1.12.11
| [
"project/build.properties"
] | [] | true | ||
typelevel/skunk | 1,294 | issue_to_patch | Update scalafmt-core to 3.11.1 in series/0.6.x | ## About this PR
π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.11.0` to `3.11.1`
π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.11.1) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.11.0...v3.11.1)
## Usage
β
**Please merge!*... | 6c8b3aed1a85026d3925eb7fa5e5890bf7fcab40 | 50ddaa86054c3348f969b17c57a93acd46df007b | diff --git a/.scalafmt.conf b/.scalafmt.conf
index 3e827a84..381ebaf4 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,3 +1,3 @@
-version = "3.11.0"
+version = "3.11.1"
runner.dialect = Scala213Source3
project.includePaths = [] # disables formatting
| [
".scalafmt.conf"
] | [] | true | ||
typelevel/skunk | 1,296 | issue_to_patch | Update enumeratum to 1.9.7 | ## About this PR
π¦ Updates [com.beachape:enumeratum](https://github.com/lloydmeta/enumeratum) from `1.9.0` to `1.9.7`
## Usage
β
**Please merge!**
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you ha... | 68b2abc00ae0a4c0754ccffe15e2f568339ac754 | f054baa9eccdbbe6a7d1e05ea97002a2491330f9 | diff --git a/build.sbt b/build.sbt
index 5c029186..0abc14e4 100644
--- a/build.sbt
+++ b/build.sbt
@@ -137,7 +137,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.typelevel" %%% "twiddles-core" % "1.1.0-RC1",
"org.typelevel" %%% "saslprep" ... | [
"build.sbt"
] | [] | true | ||
typelevel/skunk | 1,305 | issue_to_patch | Update sbt-jmh to 0.4.8 | ## About this PR
π¦ Updates [pl.project13.scala:sbt-jmh](https://github.com/sbt/sbt-jmh) from `0.4.7` to `0.4.8`
π [GitHub Release Notes](https://github.com/sbt/sbt-jmh/releases/tag/v0.4.8) - [Version Diff](https://github.com/sbt/sbt-jmh/compare/v0.4.7...v0.4.8)
## Usage
β
**Please merge!**
I'll automatically updat... | 68b2abc00ae0a4c0754ccffe15e2f568339ac754 | e59cefd8a3b156535f8ba82491e027c1920c9991 | diff --git a/project/plugins.sbt b/project/plugins.sbt
index 73b58379..761d6a9a 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -6,7 +6,7 @@ ThisBuild / libraryDependencySchemes ++= Seq(
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.5")
addSbtPlugin("org.typele... | [
"project/plugins.sbt"
] | [] | true | ||
typelevel/skunk | 1,297 | issue_to_patch | Update circe-core, circe-jawn to 0.14.15 | ## About this PR
π¦ Updates
* [io.circe:circe-core](https://github.com/circe/circe)
* [io.circe:circe-jawn](https://github.com/circe/circe)
from `0.14.14` to `0.14.15`
π [GitHub Release Notes](https://github.com/circe/circe/releases/tag/v0.14.15) - [Version Diff](https://github.com/circe/circe/compare/v0.14.14...v... | 68b2abc00ae0a4c0754ccffe15e2f568339ac754 | 836f5e9ed1c42197a6c26848d31a03c367330b5c | diff --git a/build.sbt b/build.sbt
index 5c029186..4f148a62 100644
--- a/build.sbt
+++ b/build.sbt
@@ -168,8 +168,8 @@ lazy val circe = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
name := "skunk-circe",
libraryDependencies ++= Seq(
- "io.circe" %%% "circe-core" % "0.14.14",
- ... | [
"build.sbt"
] | [] | true | ||
typelevel/skunk | 1,299 | issue_to_patch | Update postgresql to 42.7.11 | ## About this PR
π¦ Updates [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from `42.7.4` to `42.7.11`
π [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
## Usage
β
**Please merge!**
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
... | 68b2abc00ae0a4c0754ccffe15e2f568339ac754 | 99d9289604f398f72c80deb960e83cb0217843f4 | diff --git a/build.sbt b/build.sbt
index 5c029186..f529f62b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -263,7 +263,7 @@ lazy val bench = project
.dependsOn(core.jvm)
.settings(commonSettings)
.settings(
- libraryDependencies += "org.postgresql" % "postgresql" % "42.7.4"
+ libraryDependencies += "org.postg... | [
"build.sbt"
] | [] | true | ||
typelevel/skunk | 1,300 | issue_to_patch | Update sbt, scripted-plugin to 1.12.11 | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.12.9` to `1.12.11`
π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.11) - [Version Diff](https://github.com/sbt/sbt/compare/v1.12.9...v1.12.11)
... | 68b2abc00ae0a4c0754ccffe15e2f568339ac754 | d47bc039a974eddba1a3b874528c548868e828a6 | diff --git a/project/build.properties b/project/build.properties
index df061f4f..dabdb159 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.12.9
+sbt.version=1.12.11
| [
"project/build.properties"
] | [] | true | ||
typelevel/skunk | 1,301 | issue_to_patch | Update scalafmt-core to 3.11.1 | ## About this PR
π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.11.0` to `3.11.1`
π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.11.1) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.11.0...v3.11.1)
## Usage
β
**Please merge!*... | 68b2abc00ae0a4c0754ccffe15e2f568339ac754 | 3fcd300fa2bc68a12ede4e03450899d61e085a0f | diff --git a/.scalafmt.conf b/.scalafmt.conf
index 3e827a84..381ebaf4 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,3 +1,3 @@
-version = "3.11.0"
+version = "3.11.1"
runner.dialect = Scala213Source3
project.includePaths = [] # disables formatting
| [
".scalafmt.conf"
] | [] | true | ||
typelevel/skunk | 1,302 | issue_to_patch | Update scodec-bits to 1.2.5 | ## About this PR
π¦ Updates [org.scodec:scodec-bits](https://github.com/scodec/scodec-bits) from `1.2.4` to `1.2.5`
π [GitHub Release Notes](https://github.com/scodec/scodec-bits/releases/tag/v1.2.5) - [Version Diff](https://github.com/scodec/scodec-bits/compare/v1.2.4...v1.2.5)
## Usage
β
**Please merge!**
I'll au... | 68b2abc00ae0a4c0754ccffe15e2f568339ac754 | 4d05b3c81c4d5d8cf8b5700247c93f79fcc0b768 | diff --git a/build.sbt b/build.sbt
index 5c029186..070f1300 100644
--- a/build.sbt
+++ b/build.sbt
@@ -127,7 +127,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.typelevel" %%% "cats-effect" % "3.7.0",
"co.fs2" %%% "fs2-core" ... | [
"build.sbt"
] | [] | true | ||
typelevel/skunk | 1,291 | issue_to_patch | Update Skunk documentation for release status | Skunk 1.0.0 has been released and dropped support for Scala 2.12. This updates the microsite to reflect this. | 8f9f2353e6db0801eb1b3edb5ba84f7b3cdf32a9 | 7f3bb9f33bbbab10faafc3c8bc0c6736afe8800f | diff --git a/modules/docs/src/main/laika/index.md b/modules/docs/src/main/laika/index.md
index c4a7488f..c4881251 100644
--- a/modules/docs/src/main/laika/index.md
+++ b/modules/docs/src/main/laika/index.md
@@ -7,9 +7,8 @@
- Skunk is purely functional, non-blocking, and provides a tagless-final API.
- Skunk gives ver... | [
"modules/docs/src/main/laika/index.md"
] | [] | true | ||
typelevel/skunk | 1,290 | issue_to_patch | Update to saslprep 1.0.0 | 3d06d664ae70251ddb3e26c52d92e5af4d8cc7e2 | 0c1b8140a6e9fda5a0d2bd7dd4dc3cd2f2760ff4 | diff --git a/build.sbt b/build.sbt
index d70d05d4..5c029186 100644
--- a/build.sbt
+++ b/build.sbt
@@ -135,7 +135,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.typelevel" %%% "otel4s-semconv-metrics" % otel4sVersion,
"org.tpolecat" %%% "sourcepos" ... | [
"build.sbt",
"modules/core/shared/src/main/scala/net/message/Scram.scala"
] | [] | true | |||
typelevel/skunk | 1,289 | issue_to_patch | Update to twiddles 1.1.0-RC1 | 45d8a23f8cf6c910d7fe81fa2eeacd3cc9186aba | aa0f05cdc28119d2a90bbdc04db90e453364b5c8 | diff --git a/build.sbt b/build.sbt
index 7d98d0c3..d70d05d4 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,4 +1,4 @@
-ThisBuild / tlBaseVersion := "1.0"
+ThisBuild / tlBaseVersion := "1.1"
// Our Scala versions.
lazy val `scala-2.13` = "2.13.18"
@@ -57,6 +57,10 @@ ThisBuild / mimaBinaryIssueFilters ++= List(
Probl... | [
"build.sbt",
"modules/core/shared/src/main/scala-3/syntax/StringContextOps.scala",
"modules/core/shared/src/main/scala/AppliedFragment.scala"
] | [] | true | |||
typelevel/skunk | 1,288 | issue_to_patch | Remove dependency on scram client in favor of native implementation | Alternative to #1287 that avoids a third party dependency entirely by reusing the JS/Native implementation for JVM. | f8d25b30ab0946d7c9a63504ec8e7aeee3ffc095 | 0fc3d1c1d929fa52a373ed86147d4946112e0c05 | diff --git a/build.sbt b/build.sbt
index 82b504b17..7d98d0c3a 100644
--- a/build.sbt
+++ b/build.sbt
@@ -53,7 +53,10 @@ ThisBuild / libraryDependencySchemes ++= Seq(
import com.typesafe.tools.mima.core._
ThisBuild / mimaBinaryIssueFilters ++= List(
- ProblemFilters.exclude[DirectMissingMethodProblem]("skunk.net.Bi... | [
"build.sbt",
"modules/core/js-native/src/main/scala/protocol/StartupPlatform.scala",
"modules/core/jvm/src/main/scala/net/message/ScramPlatform.scala",
"modules/core/jvm/src/main/scala/net/protocol/StartupPlatform.scala",
"modules/core/shared/src/main/scala/net/message/Scram.scala",
"modules/core/shared/s... | [
{
"comment": "Not urgent, but since it's becoming a core depedency we could move this under `org.typelevel` and 1.0? I can do that.",
"path": "build.sbt",
"hunk": "@@ -128,14 +131,12 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)\n \"org.typelevel\" %%% \"otel4s-... | true | ||
typelevel/skunk | 1,281 | issue_to_patch | Update scala-native to 0.5.11, cats-effect to 3.7.0, fs2 to 3.13.0 | 7381b9bf9630b6bbf7f549a9695b9a624dc4f0bc | 52bb06d32885a4fea5dd760152246fa0803bd245 | diff --git a/build.sbt b/build.sbt
index d9f4d1fd..bd85c258 100644
--- a/build.sbt
+++ b/build.sbt
@@ -64,7 +64,7 @@ ThisBuild / libraryDependencySchemes +=
"org.scala-native" %% "test-interface_native0.5" % VersionScheme.Always
// This is used in a couple places
-lazy val fs2Version = "3.13.0-M8"
+lazy val fs2Ve... | [
"build.sbt",
"project/plugins.sbt"
] | [] | true | |||
typelevel/skunk | 1,285 | issue_to_patch | Finalize dependencies and deprecation warnings in preparation for 1.0 release | bd5c402e8c9d8d8ebcc66a36f9e746ab20f1691a | 3056899a2bdeca4f3a1a507e78bf8684b1fc9a83 | diff --git a/build.sbt b/build.sbt
index acc18e44..82b504b1 100644
--- a/build.sbt
+++ b/build.sbt
@@ -66,8 +66,8 @@ ThisBuild / libraryDependencySchemes +=
// This is used in a couple places
lazy val fs2Version = "3.13.0"
lazy val openTelemetryVersion = "1.55.0"
-lazy val otel4sVersion = "0.16-83b6f7b-SNAPSHOT"
-la... | [
"build.sbt",
"modules/core/shared/src/main/scala/Session.scala"
] | [] | true | |||
typelevel/skunk | 1,284 | issue_to_patch | Update to twiddles 1.0.0 | c2eafe9f7732482638df8741be56a76b0413a379 | bff18042264e8fad26578069eb22fe7b1786a4f4 | diff --git a/build.sbt b/build.sbt
index bd85c258..acc18e44 100644
--- a/build.sbt
+++ b/build.sbt
@@ -127,7 +127,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.typelevel" %%% "otel4s-semconv" % otel4sVersion,
"org.typelevel" %%% "otel4s-semconv-... | [
"build.sbt"
] | [] | true | |||
typelevel/skunk | 1,283 | issue_to_patch | Remove sbt-unidoc workaround | a076bae8b48e3219f21d42172c65a25d2502ae78 | 6248697e4b5fe971363a39e15ff5bf2ff7a9658b | diff --git a/project/plugins.sbt b/project/plugins.sbt
index 88fb5210..73b58379 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -11,5 +11,3 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage"
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0")
addSbtPlugin("o... | [
"project/plugins.sbt"
] | [] | true | |||
typelevel/skunk | 1,282 | issue_to_patch | Update scalafmt-core to 3.11.0 in series/0.6.x | ## About this PR
π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.10.7` to `3.11.0`
π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.11.0) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.10.7...v3.11.0)
## Usage
β
**Please merge!*... | 83e5607535cbda30a538bf34b3e15c0b17845dda | 5ca83f2f6f7decb69465d60f03748ccc9d63707c | diff --git a/.scalafmt.conf b/.scalafmt.conf
index be88cada..3e827a84 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,3 +1,3 @@
-version = "3.10.7"
+version = "3.11.0"
runner.dialect = Scala213Source3
project.includePaths = [] # disables formatting
| [
".scalafmt.conf"
] | [] | true | ||
typelevel/skunk | 1,280 | issue_to_patch | Update junit-interface to 1.3.0 in series/0.6.x | ## About this PR
π¦ Updates [org.scalameta:junit-interface](https://github.com/scalameta/munit) from `1.2.4` to `1.3.0`
π [GitHub Release Notes](https://github.com/scalameta/munit/releases/tag/v1.3.0) - [Version Diff](https://github.com/scalameta/munit/compare/v1.2.4...v1.3.0)
## Usage
β
**Please merge!**
I'll auto... | 83e5607535cbda30a538bf34b3e15c0b17845dda | 52da3324d611032e30179089e25db8094229f1e1 | diff --git a/build.sbt b/build.sbt
index 1b7db88f..5ef667bf 100644
--- a/build.sbt
+++ b/build.sbt
@@ -186,7 +186,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "1.0.0",
- "org.sc... | [
"build.sbt"
] | [] | true | ||
typelevel/skunk | 1,279 | issue_to_patch | Update sbt, scripted-plugin to 1.12.9 in series/0.6.x | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.12.6` to `1.12.9`
π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.9) - [Version Diff](https://github.com/sbt/sbt/compare/v1.12.6...v1.12.9)
## ... | 83e5607535cbda30a538bf34b3e15c0b17845dda | 70505d12587f4c1ff38e30a9b6a70c6e2f45ed31 | diff --git a/project/build.properties b/project/build.properties
index 2106fb4f..df061f4f 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.12.6
+sbt.version=1.12.9
| [
"project/build.properties"
] | [] | true | ||
typelevel/skunk | 1,277 | issue_to_patch | Update sbt-scalajs, scalajs-compiler, ... to 1.21.0 in series/0.6.x | ## 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... | 83e5607535cbda30a538bf34b3e15c0b17845dda | 3da05a9a4201ec6337e13a7f2019c46f1bd2a8d9 | diff --git a/project/plugins.sbt b/project/plugins.sbt
index f3809c4f..f0239971 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -7,7 +7,7 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel"
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.5")
addSbtPlugin("com.... | [
"project/plugins.sbt"
] | [] | true | ||
typelevel/skunk | 1,269 | issue_to_patch | Update natchez-core, natchez-honeycomb, ... to 0.3.9 in series/0.6.x | ## About this PR
π¦ Updates
* [org.tpolecat:natchez-core](https://github.com/typelevel/natchez)
* [org.tpolecat:natchez-honeycomb](https://github.com/typelevel/natchez)
* [org.tpolecat:natchez-jaeger](https://github.com/typelevel/natchez)
from `0.3.8` to `0.3.9`
π [GitHub Release Notes](https://github.com/typeleve... | 54e1a157f04c3008dfa5f5284f3b49925cd983e9 | 67985307a05d2fda966a43650c470b0fa1779f8c | diff --git a/build.sbt b/build.sbt
index 645cd38c..921d6ad5 100644
--- a/build.sbt
+++ b/build.sbt
@@ -62,7 +62,7 @@ ThisBuild / tlFatalWarnings := false
// This is used in a couple places
lazy val fs2Version = "3.12.2"
-lazy val natchezVersion = "0.3.8"
+lazy val natchezVersion = "0.3.9"
// Global Settings
laz... | [
"build.sbt"
] | [] | true | ||
typelevel/skunk | 1,263 | issue_to_patch | Update scalafmt-core to 3.10.7 in series/0.6.x | ## About this PR
π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.10.5` to `3.10.7`
π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.10.7) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.10.5...v3.10.7)
## Usage
β
**Please merge!*... | 54e1a157f04c3008dfa5f5284f3b49925cd983e9 | 10b61cedda23b5a79b4faa77817e1af0d10142db | diff --git a/.scalafmt.conf b/.scalafmt.conf
index e2989812..be88cada 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,3 +1,3 @@
-version = "3.10.5"
+version = "3.10.7"
runner.dialect = Scala213Source3
project.includePaths = [] # disables formatting
| [
".scalafmt.conf"
] | [] | true | ||
typelevel/skunk | 1,265 | issue_to_patch | Update sbt-typelevel, sbt-typelevel-site to 0.8.5 in series/0.6.x | ## About this PR
π¦ Updates
* [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel)
* [org.typelevel:sbt-typelevel-site](https://github.com/typelevel/sbt-typelevel)
from `0.8.4` to `0.8.5`
π [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.8.5) - [Version Diff](... | 54e1a157f04c3008dfa5f5284f3b49925cd983e9 | f050c5e89609e84daf4a23fe9489679f8bb7ebc4 | diff --git a/project/plugins.sbt b/project/plugins.sbt
index 435be62f..f3809c4f 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -3,8 +3,8 @@ ThisBuild / libraryDependencySchemes ++= Seq(
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
)
-addSbtPlugin("org.typelevel" % "sbt-typele... | [
"project/plugins.sbt"
] | [] | true | ||
typelevel/skunk | 1,270 | issue_to_patch | Update junit-interface to 1.2.4 in series/0.6.x | ## About this PR
π¦ Updates [org.scalameta:junit-interface](https://github.com/scalameta/munit) from `1.2.2` to `1.2.4`
π [GitHub Release Notes](https://github.com/scalameta/munit/releases/tag/v1.2.4) - [Version Diff](https://github.com/scalameta/munit/compare/v1.2.2...v1.2.4)
## Usage
β
**Please merge!**
I'll auto... | 54e1a157f04c3008dfa5f5284f3b49925cd983e9 | 17aff21090899ffdc15f51ea37b54865007d939e | diff --git a/build.sbt b/build.sbt
index 645cd38c..26d02eaa 100644
--- a/build.sbt
+++ b/build.sbt
@@ -186,7 +186,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "1.0.0",
- "org.sc... | [
"build.sbt"
] | [] | true | ||
typelevel/skunk | 1,273 | issue_to_patch | Update sbt, scripted-plugin to 1.12.6 in series/0.6.x | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.12.1` to `1.12.6`
π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.6) - [Version Diff](https://github.com/sbt/sbt/compare/v1.12.1...v1.12.6)
## ... | 54e1a157f04c3008dfa5f5284f3b49925cd983e9 | 25cbe8c0ab7840a71ad79e0d5a64d5bcf297e418 | diff --git a/project/build.properties b/project/build.properties
index bcdf7738..2106fb4f 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.12.1
+sbt.version=1.12.6
| [
"project/build.properties"
] | [] | true | ||
typelevel/skunk | 1,272 | issue_to_patch | LTree: support hyphens in labels and increase max label length (PostgreSQL 16+)
## Summary
Starting with PostgreSQL 16, the `ltree` extension allows **hyphens (`-`)** in labels. Additionally, the maximum label length was increased from **256 to 1000** characters.
See the [PostgreSQL 16 release notes](https://www.pos... | Support hyphens in LTree labels and increase max label length | ## Summary
- Allow hyphens (`-`) in `LTree` labels, matching PostgreSQL 16+ behavior
- Increase `MaxLabelLength` from 255 to 1000, matching PostgreSQL 16+ limit
- Add tests for hyphen support in labels
Fixes #1271
## Context
PostgreSQL 16 [changed the ltree extension](https://www.postgresql.org/docs/current/ltree.h... | d42e5719809ba2acfdd88690e805b7e1b45d803b | 63546cb67bd2e5babd9feb44b00aa4fd04d1f558 | diff --git a/modules/core/shared/src/main/scala/data/LTree.scala b/modules/core/shared/src/main/scala/data/LTree.scala
index a8ce1f054..889cfca20 100644
--- a/modules/core/shared/src/main/scala/data/LTree.scala
+++ b/modules/core/shared/src/main/scala/data/LTree.scala
@@ -39,7 +39,7 @@ object LTree {
labels.fo... | [
"modules/core/shared/src/main/scala/data/LTree.scala",
"modules/tests/shared/src/test/scala/data/LTreeTest.scala"
] | [] | diff --git a/modules/tests/shared/src/test/scala/data/LTreeTest.scala b/modules/tests/shared/src/test/scala/data/LTreeTest.scala
index f7eee490c..57f5d0f8e 100644
--- a/modules/tests/shared/src/test/scala/data/LTreeTest.scala
+++ b/modules/tests/shared/src/test/scala/data/LTreeTest.scala
@@ -20,6 +20,8 @@ class LTreeTe... | true |
typelevel/skunk | 1,224 | issue_to_patch | Update sbt-typelevel, sbt-typelevel-site to 0.8.2 in series/0.6.x | ## About this PR
π¦ Updates
* [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel)
* [org.typelevel:sbt-typelevel-site](https://github.com/typelevel/sbt-typelevel)
from `0.8.0` to `0.8.2`
π [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.8.2) - [Version Diff](... | 88798b9935d925fcfe40540bbdeb49705ea80095 | c0f4f83e4ac8aa556d6ec8deb8f2e37ce4913db2 | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e474b1f0b..d4b8f9fa7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout current branch (full)
- uses: actions/checkout@v4
+ uses: ac... | [
".github/workflows/ci.yml",
"project/plugins.sbt"
] | [] | true | ||
typelevel/skunk | 1,260 | issue_to_patch | Update scalafmt-core to 3.10.5 in series/0.6.x | ## About this PR
π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.10.4` to `3.10.5`
π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.10.5) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.10.4...v3.10.5)
## Usage
β
**Please merge!*... | d8751484bcda598b30a1cc77e201437406340eef | ea90b46bc504582f4ba0d498bb4f5d6e98a6abed | diff --git a/.scalafmt.conf b/.scalafmt.conf
index 5fe16c26..e2989812 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,3 +1,3 @@
-version = "3.10.4"
+version = "3.10.5"
runner.dialect = Scala213Source3
project.includePaths = [] # disables formatting
| [
".scalafmt.conf"
] | [] | true | ||
typelevel/skunk | 1,259 | issue_to_patch | Update junit-interface to 1.2.2 in series/0.6.x | ## About this PR
π¦ Updates [org.scalameta:junit-interface](https://github.com/scalameta/munit) from `1.2.1` to `1.2.2`
π [GitHub Release Notes](https://github.com/scalameta/munit/releases/tag/v1.2.2) - [Version Diff](https://github.com/scalameta/munit/compare/v1.2.1...v1.2.2)
## Usage
β
**Please merge!**
I'll auto... | d8751484bcda598b30a1cc77e201437406340eef | ca397bdf792c5a92e9deefebdc85ca3abc45abba | diff --git a/build.sbt b/build.sbt
index 5bc5bca2..645cd38c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -186,7 +186,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "1.0.0",
- "org.sc... | [
"build.sbt"
] | [] | true | ||
typelevel/skunk | 1,228 | issue_to_patch | Update junit-interface to 1.2.1 in series/0.6.x | ## About this PR
π¦ Updates [org.scalameta:junit-interface](https://github.com/scalameta/munit) from `1.2.0` to `1.2.1`
π [GitHub Release Notes](https://github.com/scalameta/munit/releases/tag/v1.2.1) - [Version Diff](https://github.com/scalameta/munit/compare/v1.2.0...v1.2.1)
## Usage
β
**Please merge!**
I'll auto... | 88798b9935d925fcfe40540bbdeb49705ea80095 | fa9a7edb1f3e53e0192eaf3bf9d8514799c83a43 | diff --git a/build.sbt b/build.sbt
index 39b465c5..9199a5bd 100644
--- a/build.sbt
+++ b/build.sbt
@@ -187,7 +187,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "1.0.0",
- "org.sc... | [
"build.sbt"
] | [] | true | ||
typelevel/skunk | 1,220 | issue_to_patch | Update junit-interface to 1.2.0 in series/0.6.x | ## About this PR
π¦ Updates [org.scalameta:junit-interface](https://github.com/scalameta/munit) from `1.1.2` to `1.2.0`
π [GitHub Release Notes](https://github.com/scalameta/munit/releases/tag/v1.2.0) - [Version Diff](https://github.com/scalameta/munit/compare/v1.1.2...v1.2.0)
## Usage
β
**Please merge!**
I'll auto... | 3a019bfe197caf8939ea633140e7833109b6f140 | 48c8a423042932e8ed7f0da19b0379576c343506 | diff --git a/build.sbt b/build.sbt
index e4786361..39b465c5 100644
--- a/build.sbt
+++ b/build.sbt
@@ -187,7 +187,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "1.0.0",
- "org.sc... | [
"build.sbt"
] | [] | true | ||
typelevel/skunk | 1,258 | issue_to_patch | Update sbt, scripted-plugin to 1.12.1 in series/0.6.x | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.12.0` to `1.12.1`
π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.12.0...v1.12.1)
## ... | 2c875bda1041e5f77bc7bcae3bc057a15eddd954 | adb075d22d411643203a2dee0b9abbb284b1182a | diff --git a/project/build.properties b/project/build.properties
index 30b7fd9f..bcdf7738 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.12.0
+sbt.version=1.12.1
| [
"project/build.properties"
] | [] | true | ||
typelevel/skunk | 1,250 | issue_to_patch | Update sbt, scripted-plugin to 1.12.0 in series/0.6.x | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.11.7` to `1.12.0`
π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.0) - [Version Diff](https://github.com/sbt/sbt/compare/v1.11.7...v1.12.0)
## ... | cd37e0d7827be3f2f291274ee06acb04357b6245 | 8f44ffc49131340dfd4d838203d95edce61f08be | diff --git a/build.sbt b/build.sbt
index 32f3a071..5bc5bca2 100644
--- a/build.sbt
+++ b/build.sbt
@@ -68,8 +68,7 @@ lazy val natchezVersion = "0.3.8"
lazy val commonSettings = Seq(
// Resolvers
- resolvers ++= Resolver.sonatypeOssRepos("public"),
- resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
+ resol... | [
"build.sbt",
"project/build.properties",
"project/plugins.sbt"
] | [] | true | ||
typelevel/skunk | 1,222 | issue_to_patch | Update sbt, scripted-plugin to 1.11.7 in series/0.6.x | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.11.6` to `1.11.7`
π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.11.7) - [Version Diff](https://github.com/sbt/sbt/compare/v1.11.6...v1.11.7)
## ... | 88798b9935d925fcfe40540bbdeb49705ea80095 | eb6d4a60db8ab694bb2e2b555a1ca3cb3c64a81f | diff --git a/project/build.properties b/project/build.properties
index 5e6884d3..01a16ed1 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.11.6
+sbt.version=1.11.7
| [
"project/build.properties"
] | [] | true | ||
typelevel/skunk | 1,216 | issue_to_patch | Update sbt, scripted-plugin to 1.11.6 in series/0.6.x | ## About this PR
π¦ Updates
* [org.scala-sbt:sbt](https://github.com/sbt/sbt)
* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)
from `1.11.5` to `1.11.6`
π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.11.6) - [Version Diff](https://github.com/sbt/sbt/compare/v1.11.5...v1.11.6)
## ... | 853a176a0697be7ebd749d4e5708103c7180d4a0 | 80e831ad0a4b4acaa860ef68e9226708c4122aa3 | diff --git a/project/build.properties b/project/build.properties
index e480c675..5e6884d3 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.11.5
+sbt.version=1.11.6
| [
"project/build.properties"
] | [] | true | ||
typelevel/skunk | 1,255 | issue_to_patch | Use OpenTelemetry Semantic Conventions | This is an attempt at #1127 and an opportunity to align the existing traces with the ones defined in [semantic conventions](https://opentelemetry.io/docs/specs/semconv/db/).
The current PR:
- improves existing spans by adding as many semantic convention attributes as possible
- includes available details in attr... | 1ce6bf4eb0f093b504416816f2983c34b30944d1 | 8118b35278cca2e574ccae22e6017e891bb1eb2f | diff --git a/build.sbt b/build.sbt
index 319d1b09a..d9f4d1fd5 100644
--- a/build.sbt
+++ b/build.sbt
@@ -66,8 +66,8 @@ ThisBuild / libraryDependencySchemes +=
// This is used in a couple places
lazy val fs2Version = "3.13.0-M8"
lazy val openTelemetryVersion = "1.55.0"
-lazy val otel4sVersion = "0.15-ca28b04-SNAPSHOT... | [
"build.sbt",
"modules/bench/src/main/scala/skunk/bench/SelectBench.scala",
"modules/core/shared/src/main/scala/Session.scala",
"modules/core/shared/src/main/scala/net/Protocol.scala",
"modules/core/shared/src/main/scala/net/protocol/Bind.scala",
"modules/core/shared/src/main/scala/net/protocol/BindExecute... | [
{
"comment": "Is this still true with the snapshot we just upgraded to last week?",
"path": "modules/core/shared/src/main/scala/util/Otel.scala",
"hunk": "@@ -0,0 +1,78 @@\n+// Copyright (c) 2018-2024 by Rob Norris and Contributors\n+// This software is licensed under the MIT License (MIT).\n+// For mor... | diff --git a/modules/tests/shared/src/main/scala/ffstest/FFramework.scala b/modules/tests/shared/src/main/scala/ffstest/FFramework.scala
index f0e4d80c1..6776956bd 100644
--- a/modules/tests/shared/src/main/scala/ffstest/FFramework.scala
+++ b/modules/tests/shared/src/main/scala/ffstest/FFramework.scala
@@ -15,9 +15,12... | true | |
typelevel/skunk | 1,257 | issue_to_patch | Update Scala Native to 0.5.10 | 1ce6bf4eb0f093b504416816f2983c34b30944d1 | aa03ef9a145368a69f03c25e9eefecd04192181b | diff --git a/build.sbt b/build.sbt
index 319d1b09a..46d568b1d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -66,8 +66,8 @@ ThisBuild / libraryDependencySchemes +=
// This is used in a couple places
lazy val fs2Version = "3.13.0-M8"
lazy val openTelemetryVersion = "1.55.0"
-lazy val otel4sVersion = "0.15-ca28b04-SNAPSHOT... | [
"build.sbt",
"modules/tests/shared/src/main/scala/ffstest/FFramework.scala",
"project/plugins.sbt"
] | [] | diff --git a/modules/tests/shared/src/main/scala/ffstest/FFramework.scala b/modules/tests/shared/src/main/scala/ffstest/FFramework.scala
index f0e4d80c1..66db29109 100644
--- a/modules/tests/shared/src/main/scala/ffstest/FFramework.scala
+++ b/modules/tests/shared/src/main/scala/ffstest/FFramework.scala
@@ -9,7 +9,6 @@... | true | ||
typelevel/skunk | 1,192 | issue_to_patch | Add support for unix domain sockets (and peer authentication) | Adds support for connecting to the Postgres server via unix domain sockets.
Example usage:
```scala
Session.Builder[IO]
.withUnixSockets
.withUser("jimmy")
.withDatabase("world")
.single
```
The above configuration results in connecting via `/tmp/.s.PGSQL.5432`. Variations of `withUnixSockets` ar... | b95bbe56499a3b82a3e97a66bb58ec7f600f3c8a | 6dc25ade5bd3c761f75bc054057588e8cf82e3ac | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d147f223e..7da50daa8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,9 +27,9 @@ jobs:
name: Test
strategy:
matrix:
- os: [ubuntu-latest]
+ os: [ubuntu-22.04]
scala: [2.13, 3]
- ... | [
".github/workflows/ci.yml",
"build.sbt",
"docker-compose.yml",
"modules/core/jvm/src/main/scala/SSLPlatform.scala",
"modules/core/native/src/main/scala/net/message/PasswordMessagePlatform.scala",
"modules/core/native/src/main/scala/net/message/ScramPlatform.scala",
"modules/core/shared/src/main/scala-3/... | [
{
"comment": "Don't need this (anymore?)",
"path": "build.sbt",
"hunk": "@@ -16,8 +16,7 @@ ThisBuild / developers := List(\n ThisBuild / tlCiReleaseBranches += \"series/0.6.x\"\n ThisBuild / tlCiScalafmtCheck := false\n ThisBuild / tlSitePublishBranch := Some(\"series/0.6.x\")\n-ThisBuild / githubWork... | diff --git a/modules/tests/js/src/main/scala/ffstest/FFrameworkPlatform.scala b/modules/tests/js/src/main/scala/ffstest/FFrameworkPlatform.scala
index 8c01cf4ab..73b00f3f1 100644
--- a/modules/tests/js/src/main/scala/ffstest/FFrameworkPlatform.scala
+++ b/modules/tests/js/src/main/scala/ffstest/FFrameworkPlatform.scala... | true | |
typelevel/skunk | 1,192 | comment_to_fix | Add support for unix domain sockets (and peer authentication) | ```suggestion
/** Configures the port of the Postgres server. Throws `IllegalArgumentException` if the specified port is not a valid port number. */
``` | b95bbe56499a3b82a3e97a66bb58ec7f600f3c8a | 6dc25ade5bd3c761f75bc054057588e8cf82e3ac | diff --git a/modules/core/shared/src/main/scala/Session.scala b/modules/core/shared/src/main/scala/Session.scala
index 214d940f5..9bc04bce9 100644
--- a/modules/core/shared/src/main/scala/Session.scala
+++ b/modules/core/shared/src/main/scala/Session.scala
@@ -8,9 +8,9 @@ import cats._
import cats.effect._
import cat... | [
"modules/core/shared/src/main/scala/Session.scala"
] | [
{
"comment": "```suggestion\r\n /** Configures the port of the Postgres server. Throws `IllegalArgumentException` if the specified port is not a valid port number. */\r\n```",
"path": "modules/core/shared/src/main/scala/Session.scala",
"hunk": "@@ -499,14 +515,48 @@ object Session {\n queryCach... | true | ||
typelevel/skunk | 1,249 | issue_to_patch | Update sbt-scalajs, scalajs-compiler, ... to 1.20.2 in series/0.6.x | ## 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... | 761bdcd22966c7a2af067fd5e7b3690654da15db | 59f7193460e0da8cae9d6aabe827775de8e86bd9 | diff --git a/project/plugins.sbt b/project/plugins.sbt
index 61d4fb29..358e0147 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -7,6 +7,6 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel"
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.4")
addSbtPlugin("com.... | [
"project/plugins.sbt"
] | [] | true | ||
typelevel/skunk | 1,251 | issue_to_patch | Update sbt-scoverage to 2.4.4 in series/0.6.x | ## About this PR
π¦ Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from `2.4.3` to `2.4.4`
π [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.4.4) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v2.4.3...v2.4.4)
## Usage
β
**Plea... | 3b7222ab25c33fc0cd49e845e594811d036ce5d3 | 6639b9266ff3636c1cbc224041d15e3f5df1ebb3 | diff --git a/project/plugins.sbt b/project/plugins.sbt
index 7281315a..61d4fb29 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -6,7 +6,7 @@ ThisBuild / libraryDependencySchemes ++= Seq(
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.4")
addSbtPlugin("org.typele... | [
"project/plugins.sbt"
] | [] | true | ||
typelevel/skunk | 1,252 | issue_to_patch | Update scalafmt-core to 3.10.4 in series/0.6.x | ## About this PR
π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.10.3` to `3.10.4`
π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.10.4) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.10.3...v3.10.4)
## Usage
β
**Please merge!*... | 3b7222ab25c33fc0cd49e845e594811d036ce5d3 | bff6bd3305fae21d63fa210d3b9cd450d0d058be | diff --git a/.scalafmt.conf b/.scalafmt.conf
index 8ec635ef..5fe16c26 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,3 +1,3 @@
-version = "3.10.3"
+version = "3.10.4"
runner.dialect = Scala213Source3
project.includePaths = [] # disables formatting
| [
".scalafmt.conf"
] | [] | true | ||
typelevel/skunk | 1,253 | issue_to_patch | Update otel4s to 0.15.0 and otel4s-sdk to 0.16.0 | a83e3f321394911b45c8d0425c6f2d66b700208e | 91f19fc331e405b6fb04d412816948425400c133 | diff --git a/build.sbt b/build.sbt
index b89a813e..e6d6aa65 100644
--- a/build.sbt
+++ b/build.sbt
@@ -61,7 +61,8 @@ ThisBuild / tlFatalWarnings := false
// This is used in a couple places
lazy val fs2Version = "3.12.2"
lazy val openTelemetryVersion = "1.55.0"
-lazy val otel4sVersion = "0.14.0"
+lazy val otel4sVersi... | [
"build.sbt"
] | [] | true | |||
typelevel/skunk | 1,247 | issue_to_patch | Update sbt-typelevel, sbt-typelevel-site to 0.8.4 in series/0.6.x | ## About this PR
π¦ Updates
* [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel)
* [org.typelevel:sbt-typelevel-site](https://github.com/typelevel/sbt-typelevel)
from `0.8.3` to `0.8.4`
π [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.8.4) - [Version Diff](... | 31802fd2a26d8a66e3f8da7085b4e563f9886a8e | a199c5361c572766e715cb9c599735f47262b2ec | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3c6523a0..a75f45f7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout current branch (full)
- uses: actions/checkout@v5
+ uses: acti... | [
".github/workflows/ci.yml",
"project/plugins.sbt"
] | [] | true | ||
typelevel/skunk | 1,248 | issue_to_patch | Update scalafmt-core to 3.10.3 in series/0.6.x | ## About this PR
π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.10.2` to `3.10.3`
π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.10.3) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.10.2...v3.10.3)
## Usage
β
**Please merge!*... | 31802fd2a26d8a66e3f8da7085b4e563f9886a8e | cf282c95816d221bd77d18b273d3a6225fe44d50 | diff --git a/.scalafmt.conf b/.scalafmt.conf
index 35bf224a..8ec635ef 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,3 +1,3 @@
-version = "3.10.2"
+version = "3.10.3"
runner.dialect = Scala213Source3
project.includePaths = [] # disables formatting
| [
".scalafmt.conf"
] | [] | true | ||
typelevel/skunk | 1,244 | issue_to_patch | Update twiddles-core to 0.6.3 | 7c75ec29f8de69a808512725ffb789daedb408b9 | 6ba6917823768ba1735872799195e08293f7c3a9 | diff --git a/build.sbt b/build.sbt
index 7908da07..69e9d6eb 100644
--- a/build.sbt
+++ b/build.sbt
@@ -120,7 +120,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.tpolecat" %%% "natchez-core" % natchezVersion,
"org.tpolecat" %%% "sourcepos" ... | [
"build.sbt"
] | [] | true | |||
typelevel/skunk | 1,245 | issue_to_patch | add GRANT ROLE, REVOKE ROLE, and ALTER DEFAULT PRIVILEGES completions | Fixes #1237.
BTW, I wonder if [this Postgres source file](https://github.com/postgres/postgres/blob/630a93799d538c35c94187e07ef64d566a573a4e/src/include/tcop/cmdtaglist.h) contains the full list of command completions? If so, we could use that as a source to try to add any remaining completions we're missing. | 1d428d02a94259833baac3431379e33367f17580 | 5c8f665fbdaa8f22752d6955f0fe2c8897df7b8d | diff --git a/modules/core/shared/src/main/scala/data/Completion.scala b/modules/core/shared/src/main/scala/data/Completion.scala
index 345a0595..97f36346 100644
--- a/modules/core/shared/src/main/scala/data/Completion.scala
+++ b/modules/core/shared/src/main/scala/data/Completion.scala
@@ -72,6 +72,10 @@ object Complet... | [
"modules/core/shared/src/main/scala/data/Completion.scala",
"modules/core/shared/src/main/scala/net/message/CommandComplete.scala",
"modules/tests/shared/src/test/scala/CommandTest.scala",
"modules/tests/shared/src/test/scala/SkunkTest.scala"
] | [
{
"comment": "I got annoyed that the `DROP ROLE` commands that clean up many of the command tests don't run if the test fails, so I added this new method to run the cleanup steps in a `guarantee` block. If we like this, we can move others to this style over time.",
"path": "modules/tests/shared/src/test/sca... | diff --git a/modules/tests/shared/src/test/scala/CommandTest.scala b/modules/tests/shared/src/test/scala/CommandTest.scala
index 061e7a4a..8c73a4a3 100644
--- a/modules/tests/shared/src/test/scala/CommandTest.scala
+++ b/modules/tests/shared/src/test/scala/CommandTest.scala
@@ -664,4 +664,23 @@ class CommandTest extend... | true | |
typelevel/spire | 899 | issue_to_patch | Update sbt to 1.3.10 | Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.3.9 to 1.3.10.
[GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.3.10) - [Version Diff](https://github.com/sbt/sbt/compare/v1.3.9...v1.3.10)
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If... | 8dace9b51f50c3080f6dc770be7fd4d36146281a | f9a5b3b9695582b536ac944a370b9a380cd297e8 | diff --git a/project/build.properties b/project/build.properties
index 06703e34d..797e7ccfd 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1,1 +1,1 @@
-sbt.version=1.3.9
+sbt.version=1.3.10
| [
"project/build.properties"
] | [] | true | ||
typelevel/spire | 1,355 | issue_to_patch | Update scala-library, scala-reflect to 2.13.16 | ## About this PR
π¦ Updates
* [org.scala-lang:scala-library](https://github.com/scala/scala)
* [org.scala-lang:scala-reflect](https://github.com/scala/scala)
from `2.13.15` to `2.13.16`
π [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.16) - [Version Diff](https://github.com/scala/scala/co... | 4a70e3a330737f7afbdf4a12c8ab04c98fbbf375 | 39a813b01ebfc5317ecd018eedbcf4cd16147c6c | diff --git a/build.sbt b/build.sbt
index 0a313da35..e7176c369 100644
--- a/build.sbt
+++ b/build.sbt
@@ -25,7 +25,7 @@ lazy val apfloatVersion = "1.10.1"
lazy val jscienceVersion = "4.3.1"
lazy val apacheCommonsMath3Version = "3.6.1"
-val Scala213 = "2.13.15"
+val Scala213 = "2.13.16"
val Scala3 = "3.2.2"
Globa... | [
"build.sbt"
] | [] | true | ||
typelevel/spire | 1,361 | issue_to_patch | Update sbt-typelevel, sbt-typelevel-site to 0.7.7 | ## About this PR
π¦ Updates
* [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel)
* [org.typelevel:sbt-typelevel-site](https://github.com/typelevel/sbt-typelevel)
from `0.7.4` to `0.7.7`
π [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.7.7) - [Version Diff](... | 4a70e3a330737f7afbdf4a12c8ab04c98fbbf375 | 3e79c520fa052b1ee22adcf9586c352923c1733f | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c2a93ede2..a73419d74 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,10 +24,10 @@ concurrency:
jobs:
build:
- name: Build and Test
+ name: Test
strategy:
matrix:
- os: [ubuntu-latest]
+ ... | [
".github/workflows/ci.yml",
"project/plugins.sbt"
] | [] | true | ||
typelevel/spire | 1,350 | issue_to_patch | update sbt-typelevel | This is a replacement PR for #1348, just to do the bump in two separate steps and fix a deprecated setting.
We need this so that the build will keep working in January after a bunch of github actions are removed (upload-artifiact@v3 and download-artifact@v3)
note: the bump to scala 2.13.15 was necessary to resolve... | 52b3692bdfe01ef6c645380b02595a9c60a9725b | c0fc2477d447254fefbc7fed4bc4ad38ddbaccd8 | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2567a9521..c2a93ede2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,26 +15,26 @@ on:
tags: [v*]
env:
- PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
- SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
- SONA... | [
".github/workflows/ci.yml",
"build.sbt",
"project/plugins.sbt",
"tests/shared/src/test/scala/spire/util/OptSuite.scala"
] | [
{
"comment": "This test was failing on JS with \r\n```\r\n==> X spire.util.OptSuite.Regression test for #896 0.03s java.lang.IllegalArgumentException: null\r\n```\r\n\r\nAnd @armanbilge figured out that it was related to this https://github.com/scala-js/scala-js/issues/5044 + related change in scala.js, and the... | diff --git a/tests/shared/src/test/scala/spire/util/OptSuite.scala b/tests/shared/src/test/scala/spire/util/OptSuite.scala
index 9a2faa5b2..ea8fc0416 100644
--- a/tests/shared/src/test/scala/spire/util/OptSuite.scala
+++ b/tests/shared/src/test/scala/spire/util/OptSuite.scala
@@ -61,8 +61,7 @@ class OptSuite extends mu... | true | |
typelevel/spire | 1,326 | issue_to_patch | Remove CODE_OF_CONDUCT override, use org default | As per https://github.com/typelevel/governance/issues/133, we're removing the individual CODE_OF_CONDUCT.md files so that org projects use the GitHub Typelevel organization default, which is easier for us to maintain. | ac844d3138e7881f753fc2b89113092d89208567 | 47f06b1f605d660a3b3c51641bbedeb25c3fdbe2 | diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
deleted file mode 100644
index 45e2993d7..000000000
--- a/CODE_OF_CONDUCT.md
+++ /dev/null
@@ -1,6 +0,0 @@
-People are expected to follow the [Typelevel Code of Conduct](https://typelevel.org/code-of-conduct.html)
-when discussing Spire on the Github page, in Discord... | [
"CODE_OF_CONDUCT.md"
] | [] | true | ||
typelevel/spire | 1,290 | issue_to_patch | Update nscplugin, sbt-scala-native, ... to 0.4.16 | ## About this PR
π¦ 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/scal... | 22f6d14b123dbe325b25ed955ee44d5f73f406be | db1d506791d404531abdb996ddc79227086616a7 | diff --git a/project/plugins.sbt b/project/plugins.sbt
index 546a93978..07080f894 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,300 | issue_to_patch | Update scalafmt-core to 3.7.17 | ## About this PR
π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.7.4` to `3.7.17`
π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.17) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.7.4...v3.7.17)
## Usage
β
**Please merge!**
... | 1006dbf6b5e3122bfc234f6e05a3b6b532ab0f70 | a6775828a2780400abec2d525ecf7f064f834306 | diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
index afe5ecde2..6933ae7da 100644
--- a/.git-blame-ignore-revs
+++ b/.git-blame-ignore-revs
@@ -17,3 +17,6 @@ e93fe9bcf5ff0c314ca676bf9f3b9c8148574786
# Scala Steward: Reformat with scalafmt 3.6.1
7d658da8af97999192e3b0eff3fd25be86f34251
+
+# Scala Stewar... | [
".git-blame-ignore-revs",
".scalafmt.conf",
"core/src/main/scala/spire/math/Merging.scala"
] | [] | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.