-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: wvlet/airframe
base: v23.7.1
head repository: wvlet/airframe
compare: v23.7.2
- 7 commits
- 28 files changed
- 2 contributors
Commits on Jul 6, 2023
-
Update airframe-http, airframe-http-netty, ... to 23.7.1 (#3051)
## About this PR π¦ Updates * [org.wvlet.airframe:airframe-http](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-http-netty](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-launcher](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-rx-html](https://github.com/wvlet/airframe) * [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe) from `23.7.0` to `23.7.1` π [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v23.7.1) - [Version Diff](v23.7.0...v23.7.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 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 repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/2ef77887d3e25d2b5c2d9c893579e0c6ef4a351f/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>π Files still referring to the old version number</summary> The following files still refer to the old version number (23.7.0). You might want to review and update them manually. ``` airframe-rx-html/src/main/scala/wvlet/airframe/rx/html/HtmlNode.scala ``` </details> <details> <summary>β Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.wvlet.airframe" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.wvlet.airframe" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 2cd7952 - Browse repository at this point
Copy the full SHA 2cd7952View commit details
Commits on Jul 7, 2023
-
Update sbt-scalajs-crossproject to 1.3.2 (#3053)
## About this PR π¦ Updates [org.portable-scala:sbt-scalajs-crossproject](https://github.com/portable-scala/sbt-crossproject) from `1.3.1` to `1.3.2` π [GitHub Release Notes](https://github.com/portable-scala/sbt-crossproject/releases/tag/v1.3.2) - [Version Diff](portable-scala/sbt-crossproject@v1.3.1...v1.3.2) ## 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 have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>π Files still referring to the old version number</summary> The following files still refer to the old version number (1.3.1). You might want to review and update them manually. ``` docs/release-notes.md website/static/img/undraw_operating_system.svg ``` </details> <details> <summary>β Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.portable-scala", artifactId = "sbt-scalajs-crossproject" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.portable-scala", artifactId = "sbt-scalajs-crossproject" } }] ``` </details> <sup> labels: sbt-plugin-update </sup>
Configuration menu - View commit details
-
Copy full SHA for bb6322a - Browse repository at this point
Copy the full SHA bb6322aView commit details -
Update trino-main to 421 (#3054)
## About this PR π¦ Updates [io.trino:trino-main](https://github.com/trinodb/trino) from `420` to `421` π [GitHub Release Notes](https://github.com/trinodb/trino/releases/tag/421) - [Version Diff](trinodb/trino@420...421) ## 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 have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>π Files still referring to the old version number</summary> The following files still refer to the old version number (420). You might want to review and update them manually. ``` airframe-benchmark/src/main/resources/twitter.json airframe-http/src/main/scala/wvlet/airframe/http/GrpcStatus.scala airframe-http/src/main/scala/wvlet/airframe/http/HttpStatus.scala airframe-http/src/main/scala/wvlet/airframe/http/RPCStatus.scala airframe-json/src/test/resources/twitter.json airframe-sql/src/test/resources/wvlet/airframe/sql/tpc-ds/q8.sql docs/release-notes.md website/static/img/undraw_code_review.svg website/static/img/undraw_monitor.svg website/static/img/undraw_open_source.svg website/static/img/undraw_youtube_tutorial.svg ``` </details> <details> <summary>β Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "io.trino", artifactId = "trino-main" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.trino", artifactId = "trino-main" } }] ``` </details> <sup> labels: test-library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for dd62c17 - Browse repository at this point
Copy the full SHA dd62c17View commit details -
Update protobuf-java to 3.23.4 (#3052)
## About this PR π¦ Updates [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from `3.23.3` to `3.23.4` π [GitHub Release Notes](https://github.com/protocolbuffers/protobuf/releases/tag/v3.23.4) - [Version Diff](protocolbuffers/protobuf@v3.23.3...v3.23.4) ## 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 have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>β Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.google.protobuf", artifactId = "protobuf-java" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.google.protobuf", artifactId = "protobuf-java" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for c227f06 - Browse repository at this point
Copy the full SHA c227f06View commit details
Commits on Jul 10, 2023
-
Update sbt, sbt-dependency-tree, ... to 1.9.2 (#3055)
## About this PR π¦ Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:sbt-dependency-tree](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from `1.9.1` to `1.9.2` π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.9.2) - [Version Diff](sbt/sbt@v1.9.1...v1.9.2) ## 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 have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>π Files still referring to the old version number</summary> The following files still refer to the old version number (1.9.1). You might want to review and update them manually. ``` docs/release-notes.md website/static/img/features/undraw_time_management_30iu.svg ``` </details> <details> <summary>β Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-sbt" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 93034eb - Browse repository at this point
Copy the full SHA 93034ebView commit details
Commits on Jul 11, 2023
-
Update scalafmt-core to 3.7.8 (#3056)
## About this PR π¦ Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.7.7` to `3.7.8` π [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.8) - [Version Diff](scalameta/scalafmt@v3.7.7...v3.7.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 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 repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>π Files still referring to the old version number</summary> The following files still refer to the old version number (3.7.7). You might want to review and update them manually. ``` website/static/img/undraw_monitor.svg ``` </details> <details> <summary>β Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scalameta", artifactId = "scalafmt-core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" } }] ``` </details> <sup> labels: library-update </sup>
Configuration menu - View commit details
-
Copy full SHA for 1ca1450 - Browse repository at this point
Copy the full SHA 1ca1450View commit details
Commits on Jul 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1cedd82 - Browse repository at this point
Copy the full SHA 1cedd82View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we canβt render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v23.7.1...v23.7.2