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: 5e50f70
Choose a base ref
...
head repository: wvlet/airframe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1dcc011
Choose a head ref
  • 8 commits
  • 17 files changed
  • 3 contributors

Commits on May 18, 2023

  1. Update scalajs-dom to 2.6.0 (#2970)

    Updates
    [org.scala-js:scalajs-dom](https://github.com/scala-js/scala-js-dom)
    from 2.5.0 to 2.6.0.
    [GitHub Release
    Notes](https://github.com/scala-js/scala-js-dom/releases/tag/v2.6.0) -
    [Version
    Diff](scala-js/scala-js-dom@v2.5.0...v2.6.0)
    
    
    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/070634501628558e00a7cd623c97bff1995e59e3/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 (2.5.0).
    You might want to review and update them manually.
    ```
    airframe-control/src/main/scala/wvlet/airframe/control/Control.scala
    docs/airspec.md
    docs/release-notes.md
    examples/rpc-examples/hello-rpc/project/plugins.sbt
    project/plugin.sbt
    sbt-airframe/project/plugin.sbt
    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.scala-js", artifactId = "scalajs-dom" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scala-js", artifactId = "scalajs-dom" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored May 18, 2023
    Configuration menu
    Copy the full SHA
    05a605f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Update airframe-codec, airframe-control, ... to 23.5.4 (#2971)

    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.5.3 to 23.5.4.
    [GitHub Release
    Notes](https://github.com/wvlet/airframe/releases/tag/v23.5.4) -
    [Version
    Diff](v23.5.3...v23.5.4)
    
    
    I'll automatically update this PR to resolve conflicts as long as you
    don't change it yourself.
    
    If you'd like to skip this version, you can just close this PR. If you
    have any feedback, just mention me in the comments below.
    
    Configure Scala Steward for your repository with a
    [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/070634501628558e00a7cd623c97bff1995e59e3/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.5.3).
    You might want to review and update them manually.
    ```
    build.sbt
    docs/release-notes.md
    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>
    
    labels: library-update
    xerial-bot authored May 19, 2023
    Configuration menu
    Copy the full SHA
    78af42a View commit details
    Browse the repository at this point in the history
  2. Update sqlite-jdbc to 3.41.2.2 (#2973)

    Updates [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc)
    from 3.41.2.1 to 3.41.2.2.
    [GitHub Release
    Notes](https://github.com/xerial/sqlite-jdbc/releases/tag/3.41.2.2) -
    [Version
    Diff](xerial/sqlite-jdbc@3.41.2.1...3.41.2.2)
    
    
    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/070634501628558e00a7cd623c97bff1995e59e3/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.xerial", artifactId = "sqlite-jdbc" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.xerial", artifactId = "sqlite-jdbc" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored May 19, 2023
    Configuration menu
    Copy the full SHA
    965df83 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Update sqlite-jdbc to 3.42.0.0 (#2976)

    Updates [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc)
    from 3.41.2.2 to 3.42.0.0.
    [GitHub Release
    Notes](https://github.com/xerial/sqlite-jdbc/releases/tag/3.42.0.0) -
    [Version
    Diff](xerial/sqlite-jdbc@3.41.2.2...3.42.0.0)
    
    
    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/070634501628558e00a7cd623c97bff1995e59e3/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.xerial", artifactId = "sqlite-jdbc" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.xerial", artifactId = "sqlite-jdbc" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored May 22, 2023
    Configuration menu
    Copy the full SHA
    111cfd0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Update antlr4, antlr4-runtime to 4.13.0 (#2974)

    Updates 
    * org.antlr:antlr4
    *
    [org.antlr:antlr4-runtime](https://github.com/antlr/antlr4/tree/master)
    
     from 4.12.0 to 4.13.0.
    
    
    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/070634501628558e00a7cd623c97bff1995e59e3/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.antlr" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.antlr" }
    }]
    ```
    </details>
    
    labels: library-update
    xerial-bot authored May 23, 2023
    Configuration menu
    Copy the full SHA
    e02443d View commit details
    Browse the repository at this point in the history
  2. build(deps): bump slackapi/slack-github-action from 1.23.0 to 1.24.0 (#…

    …2975)
    
    Bumps
    [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action)
    from 1.23.0 to 1.24.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/slackapi/slack-github-action/releases">slackapi/slack-github-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>Slack Send V1.24.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add in testing instructions for maintainer's guide and standardize
    bullet point punctuation by <a
    href="https://github.com/hello-ashleyintech"><code>@​hello-ashleyintech</code></a>
    in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/140">slackapi/slack-github-action#140</a></li>
    <li>Added checks for bot token and webhook url length by <a
    href="https://github.com/koki-develop"><code>@​koki-develop</code></a>
    in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/124">slackapi/slack-github-action#124</a></li>
    <li>Add channel_id output parameter by <a
    href="https://github.com/maso7"><code>@​maso7</code></a> in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/149">slackapi/slack-github-action#149</a></li>
    <li><a
    href="https://redirect.github.com/slackapi/slack-github-action/issues/171">#171</a>
    Update Technique 2 to use Actions context instead of values property by
    <a href="https://github.com/mwbrooks"><code>@​mwbrooks</code></a> in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/172">slackapi/slack-github-action#172</a></li>
    <li>Fix interpolation of variables in file-based payloads by <a
    href="https://github.com/filmaj"><code>@​filmaj</code></a> in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/200">slackapi/slack-github-action#200</a></li>
    <li>Update README.md with variable usage and links to example workflows
    by <a href="https://github.com/filmaj"><code>@​filmaj</code></a> in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/201">slackapi/slack-github-action#201</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/koki-develop"><code>@​koki-develop</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/124">slackapi/slack-github-action#124</a></li>
    <li><a href="https://github.com/maso7"><code>@​maso7</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/149">slackapi/slack-github-action#149</a></li>
    <li><a href="https://github.com/mwbrooks"><code>@​mwbrooks</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/172">slackapi/slack-github-action#172</a></li>
    <li><a href="https://github.com/hnarimiya"><code>@​hnarimiya</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/slackapi/slack-github-action/pull/200">slackapi/slack-github-action#200</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/slackapi/slack-github-action/compare/v1.23.0...v1.24.0">https://github.com/slackapi/slack-github-action/compare/v1.23.0...v1.24.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/e28cf165c92ffef168d23c5c9000cffc8a25e117"><code>e28cf16</code></a>
    Automatic compilation</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/f07b4a2d031f34c3b178cc488f68dd4ea0595c1d"><code>f07b4a2</code></a>
    bump package version to v1.24.0</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/2c8b741a8271a726a82b26bab167236b2b395f48"><code>2c8b741</code></a>
    Update README.md with variable usage and links to example workflows. (<a
    href="https://redirect.github.com/slackapi/slack-github-action/issues/201">#201</a>)</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/81a1dc0cd9125fcd4ebb978042f69ebdf636faf4"><code>81a1dc0</code></a>
    Fixed to be able to use env of Step (<a
    href="https://redirect.github.com/slackapi/slack-github-action/issues/200">#200</a>)</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/4eb73136079188d577719fa06040cb68f1d2ef56"><code>4eb7313</code></a>
    Bump sinon from 15.0.3 to 15.0.4 (<a
    href="https://redirect.github.com/slackapi/slack-github-action/issues/194">#194</a>)</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/17394c7ff6cc7e12009d6a3ca833aa7c6f6e08dd"><code>17394c7</code></a>
    Bump eslint-plugin-jsdoc from 40.1.1 to 43.1.1 (<a
    href="https://redirect.github.com/slackapi/slack-github-action/issues/195">#195</a>)</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/2746ea822228ddb38878b2bc08e6f1444dab944e"><code>2746ea8</code></a>
    Bump axios from 1.3.4 to 1.4.0 (<a
    href="https://redirect.github.com/slackapi/slack-github-action/issues/196">#196</a>)</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/1b89efce668bcf845ffcf8b566c702be34f6d7dc"><code>1b89efc</code></a>
    Bump eslint from 8.37.0 to 8.39.0 (<a
    href="https://redirect.github.com/slackapi/slack-github-action/issues/197">#197</a>)</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/0e608ca73820eccb299d9937bfcc14fa56bbe5f8"><code>0e608ca</code></a>
    Bump eslint-plugin-jsdoc from 40.0.0 to 40.1.1 (<a
    href="https://redirect.github.com/slackapi/slack-github-action/issues/188">#188</a>)</li>
    <li><a
    href="https://github.com/slackapi/slack-github-action/commit/02b50ad38bb77b61c5b207f5d5d8f5dbdf82b353"><code>02b50ad</code></a>
    Bump eslint from 8.35.0 to 8.37.0 (<a
    href="https://redirect.github.com/slackapi/slack-github-action/issues/189">#189</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/slackapi/slack-github-action/compare/v1.23.0...v1.24.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=slackapi/slack-github-action&package-manager=github_actions&previous-version=1.23.0&new-version=1.24.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 23, 2023
    Configuration menu
    Copy the full SHA
    7d60608 View commit details
    Browse the repository at this point in the history
  3. Update scala3-staging, ... to 3.3.0 (#2977)

    Updates 
    * [org.scala-lang:scala3-staging](https://github.com/lampepfl/dotty)
    *
    [org.scala-lang:scala3-tasty-inspector](https://github.com/lampepfl/dotty)
    
     from 3.2.2 to 3.3.0.
    [GitHub Release
    Notes](https://github.com/lampepfl/dotty/releases/tag/3.3.0) - [Version
    Diff](scala/scala3@3.2.2...3.3.0) -
    [Version
    Diff](scala/scala3@release-3.2.2...release-3.3.0)
    
    
    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/070634501628558e00a7cd623c97bff1995e59e3/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.2.2).
    You might want to review and update them manually.
    ```
    docs/release-notes.md
    examples/rpc-examples/hello-rpc/build.sbt
    examples/rpc-examples/rpc-scalajs/build.sbt
    examples/rpc-examples/rpc-scalajs/server/src/main/scala/example/server/ServerApi.scala
    sbt-airframe/src/sbt-test/sbt-airframe/generate-client/build.sbt
    sbt-airframe/src/sbt-test/sbt-airframe/grpc/build.sbt
    sbt-airframe/src/sbt-test/sbt-airframe/js-client/build.sbt
    sbt-airframe/src/sbt-test/sbt-airframe/openapi/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.scala-lang" } ]
    ```
    Or, add this to slow down future updates of this dependency:
    ```
    dependencyOverrides = [{
      pullRequests = { frequency = "30 days" },
      dependency = { groupId = "org.scala-lang" }
    }]
    ```
    </details>
    
    labels: library-update
    
    ---------
    
    Co-authored-by: Taro L. Saito <[email protected]>
    xerial-bot and xerial authored May 23, 2023
    Configuration menu
    Copy the full SHA
    165b219 View commit details
    Browse the repository at this point in the history
  4. Release 23.5.5

    xerial committed May 23, 2023
    Configuration menu
    Copy the full SHA
    1dcc011 View commit details
    Browse the repository at this point in the history
Loading