Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wvlet/airframe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v23.6.2
Choose a base ref
...
head repository: wvlet/airframe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v23.7.0
Choose a head ref
  • 11 commits
  • 43 files changed
  • 2 contributors

Commits on Jun 23, 2023

  1. Update airframe-codec, airframe-control, ... to 23.6.2 (#3033)

    ## About this PR
    📦 Updates 
    * [org.wvlet.airframe:airframe-codec](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-control](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:airframe-http](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-http-codegen](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-log](https://github.com/wvlet/airframe)
    *
    [org.wvlet.airframe:airframe-rx-html](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:airspec](https://github.com/wvlet/airframe)
    * [org.wvlet.airframe:sbt-airframe](https://github.com/wvlet/airframe)
    
     from `23.6.1` to `23.6.2`
    
    📜 [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v23.6.2) -
    [Version
    Diff](v23.6.1...v23.6.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/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.6.1).
    You might want to review and update them manually.
    ```
    airframe-ulid/src/test/scala/wvlet/airframe/ulid/PrefixedULIDTest.scala
    build.sbt
    project/plugin.sbt
    sbt-airframe/build.sbt
    sbt-airframe/src/sbt-test/sbt-airframe/rpc-finagle/build.sbt
    sbt-airframe/src/sbt-test/sbt-airframe/rpc-netty/build.sbt
    ```
    </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>
    xerial-bot authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    d0638c0 View commit details
    Browse the repository at this point in the history
  2. Update sbt-scalajs, scalajs-compiler, ... to 1.13.2 (#3034)

    ## 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)
    *
    [org.scala-js:scalajs-test-bridge](https://github.com/scala-js/scala-js)
    *
    [org.scala-js:scalajs-test-bridge_2.13](https://github.com/scala-js/scala-js)
    *
    [org.scala-js:scalajs-test-interface](https://github.com/scala-js/scala-js)
    
     from `1.13.1` to `1.13.2`
    
    📜 [GitHub Release
    Notes](https://github.com/scala-js/scala-js/releases/tag/v1.13.2) -
    [Version
    Diff](scala-js/scala-js@v1.13.1...v1.13.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/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 (1.13.1).
    You might want to review and update them manually.
    ```
    airspec/project/plugin.sbt
    build.sbt
    project/plugin.sbt
    sbt-airframe/src/sbt-test/sbt-airframe/js-client/project/plugins.sbt
    ```
    </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-js" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scala-js" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    3409834 View commit details
    Browse the repository at this point in the history
  3. Update spark-sql to 3.4.1 (#3035)

    ## About this PR
    📦 Updates [org.apache.spark:spark-sql](https://spark.apache.org/) from
    `3.4.0` to `3.4.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 (3.4.0).
    You might want to review and update them manually.
    ```
    docs/release-notes.md
    ```
    </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.apache.spark", artifactId = "spark-sql" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.apache.spark", artifactId = "spark-sql" }
    }]
    ```
    </details>
    
    <sup>
    labels: test-library-update
    </sup>
    xerial-bot authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    00647cd View commit details
    Browse the repository at this point in the history
  4. Update scalajs-test-interface to 1.13.2 (#3037)

    ## About this PR
    📦 Updates
    [org.scala-js:scalajs-test-interface](https://github.com/scala-js/scala-js)
    from `1.13.1` to `1.13.2`
    
    📜 [GitHub Release
    Notes](https://github.com/scala-js/scala-js/releases/tag/v1.13.2) -
    [Version
    Diff](scala-js/scala-js@v1.13.1...v1.13.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/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 (1.13.1).
    You might want to review and update them manually.
    ```
    build.sbt
    ```
    </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-js", artifactId = "scalajs-test-interface" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scala-js", artifactId = "scalajs-test-interface" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a6906e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Update sbt, sbt-dependency-tree, ... to 1.9.1 (#3040)

    ## 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.0` to `1.9.1`
    
    ## Usage
    ✅ **Please merge!**
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip 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 (1.9.0).
    You might want to review and update them manually.
    ```
    docs/release-notes.md
    sbt-airframe/release-notes.md
    ```
    </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>
    xerial-bot authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    419ebd3 View commit details
    Browse the repository at this point in the history
  2. Update hadoop-aws, hadoop-client to 3.3.6 (#3039)

    ## About this PR
    📦 Updates 
    * org.apache.hadoop:hadoop-aws
    * org.apache.hadoop:hadoop-client
    
     from `3.3.5` to `3.3.6`
    
    ## 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>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "org.apache.hadoop" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.apache.hadoop" }
    }]
    ```
    </details>
    
    <sup>
    labels: library-update
    </sup>
    xerial-bot authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    5c2739f View commit details
    Browse the repository at this point in the history
  3. Update swagger-parser to 2.1.16 (#3041)

    ## About this PR
    📦 Updates
    [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser)
    from `2.1.15` to `2.1.16`
    
    📜 [GitHub Release
    Notes](https://github.com/swagger-api/swagger-parser/releases/tag/v2.1.16)
    - [Version
    Diff](swagger-api/swagger-parser@v2.1.15...v2.1.16)
    
    ## 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>⚙ Adjust future updates</summary>
    
    Add this to your `.scala-steward.conf` file to ignore future updates of
    this dependency:
    ```
    updates.ignore = [ { groupId = "io.swagger.parser.v3", artifactId = "swagger-parser" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "io.swagger.parser.v3", artifactId = "swagger-parser" }
    }]
    ```
    </details>
    
    <sup>
    labels: test-library-update
    </sup>
    xerial-bot authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1d0e2cd View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Update scalafmt-core to 3.7.5 (#3042)

    ## About this PR
    📦 Updates
    [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt)
    from `3.7.4` to `3.7.5`
    
    📜 [GitHub Release
    Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.5) -
    [Version
    Diff](scalameta/scalafmt@v3.7.4...v3.7.5)
    
    ## 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 (3.7.4).
    You might want to review and update them manually.
    ```
    .git-blame-ignore-revs
    ```
    </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>
    xerial-bot authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    df78e4d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Update scalafmt-core to 3.7.6 (#3043)

    ## About this PR
    📦 Updates
    [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt)
    from `3.7.5` to `3.7.6`
    
    📜 [GitHub Release
    Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.6) -
    [Version
    Diff](scalameta/scalafmt@v3.7.5...v3.7.6)
    
    ## 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 (3.7.5).
    You might want to review and update them manually.
    ```
    .git-blame-ignore-revs
    ```
    </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>
    xerial-bot authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    f9e7a56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b7ffc6 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    57d00ab View commit details
    Browse the repository at this point in the history
Loading