-
Notifications
You must be signed in to change notification settings - Fork 68
Comparing changes
Open a pull request
base repository: wvlet/airframe
base: v2025.1.17
head repository: wvlet/airframe
compare: v2025.1.18
- 11 commits
- 19 files changed
- 4 contributors
Commits on Sep 3, 2025
-
Update airframe-http, airframe-http-netty, ... to 2025.1.17 (#4027)
## 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 `2025.1.16` to `2025.1.17` 📜 [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v2025.1.17) - [Version Diff](v2025.1.16...v2025.1.17) ## 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/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/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.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> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.wvlet.airframe", "artifactId" : { "name" : "airframe-http", "maybeCrossName" : "airframe-http_3" }, "version" : "2025.1.16", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.wvlet.airframe", "artifactId" : { "name" : "airframe-http", "maybeCrossName" : "airframe-http_sjs1_3" }, "version" : "2025.1.16", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "2025.1.17" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.wvlet.airframe", "artifactId" : { "name" : "airframe-http-netty", "maybeCrossName" : "airframe-http-netty_3" }, "version" : "2025.1.16", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "2025.1.17" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.wvlet.airframe", "artifactId" : { "name" : "airframe-launcher", "maybeCrossName" : "airframe-launcher_3" }, "version" : "2025.1.16", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "2025.1.17" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.wvlet.airframe", "artifactId" : { "name" : "airframe-rx-html", "maybeCrossName" : "airframe-rx-html_sjs1_2.13" }, "version" : "2025.1.16", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.wvlet.airframe", "artifactId" : { "name" : "airframe-rx-html", "maybeCrossName" : "airframe-rx-html_sjs1_3" }, "version" : "2025.1.16", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "2025.1.17" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.wvlet.airframe", "artifactId" : { "name" : "sbt-airframe", "maybeCrossName" : null }, "version" : "2025.1.16", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "2025.1.17" ], "newerGroupId" : null, "newerArtifactId" : null } } ] } }, "Labels" : [ "library-update" ] } -->
Configuration menu - View commit details
-
Copy full SHA for 66e1474 - Browse repository at this point
Copy the full SHA 66e1474View commit details -
Update netty-all to 4.2.5.Final (#4028)
## About this PR 📦 Updates io.netty:netty-all from `4.2.4.Final` to `4.2.5.Final` ## 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/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/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.netty", artifactId = "netty-all" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.netty", artifactId = "netty-all" } }] ``` </details> <sup> labels: library-update </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "io.netty", "artifactId" : { "name" : "netty-all", "maybeCrossName" : null }, "version" : "4.2.4.Final", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "4.2.5.Final" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update" ] } -->
Configuration menu - View commit details
-
Copy full SHA for 73ae4da - Browse repository at this point
Copy the full SHA 73ae4daView commit details
Commits on Sep 4, 2025
-
Upgrade sbt-pack to 0.22 and add Java 24 JVM options (#4029)
## Summary - Upgraded sbt-pack plugin from 0.21 to 0.22 - Added Java 24+ specific JVM options using the new `packJvmVersionSpecificOpts` setting ## Changes - Updated sbt-pack version in: - `project/plugin.sbt` - `examples/rpc-examples/hello-rpc/project/plugins.sbt` - Added Java 24 specific JVM options for: - `airframe-http-codegen` - `airframe-benchmark` The following JVM options are now automatically applied when running with Java 24+: - `--sun-misc-unsafe-memory-access=allow` - `--enable-native-access=ALL-UNNAMED` These options help manage unsafe memory access and native access warnings in Java 24. ## Test plan - [ ] Build succeeds with existing Java versions - [ ] Generated launch scripts include Java 24 options when appropriate - [ ] No regression in functionality 🤖 Generated with [Claude Code](https://claude.ai/code) --------- Co-authored-by: Claude <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 31df3ef - Browse repository at this point
Copy the full SHA 31df3efView commit details -
doc: Add CLAUDE.md for AI coding agent instructions (#4030)
## Summary - Add comprehensive CLAUDE.md file to provide guidance for AI coding agents - Document build commands, testing instructions, and development guidelines - Improve AI agent effectiveness when working with the Airframe codebase ## Description This PR introduces a CLAUDE.md file that serves as a comprehensive guide for AI coding agents (Claude Code, GitHub Copilot) working with the Airframe project. The file consolidates essential information about the project structure, build system, testing framework, and development practices. ### Key Content Added: - **Build System Instructions**: Complete sbt commands for compilation, testing, and cross-platform builds - **Testing Framework Guide**: AirSpec usage with specific test running patterns - **Project Structure Overview**: Module organization and naming conventions - **Development Guidelines**: Code style, dependency management, and Scala version compatibility - **Git Workflow**: Branch creation, commit message format, and PR process - **Common Tasks**: Binary compatibility checks, benchmarking, and publishing This documentation will help AI agents: - Navigate the multi-module project structure efficiently - Execute build and test commands correctly - Follow project conventions and best practices - Contribute code that aligns with existing patterns The content incorporates existing guidelines from `.github/copilot-instructions.md` while adding comprehensive build and testing instructions specific to the Airframe architecture. 🤖 Generated with [Claude Code](https://claude.ai/code) --------- Co-authored-by: Claude <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 908b6a0 - Browse repository at this point
Copy the full SHA 908b6a0View commit details
Commits on Sep 6, 2025
-
Update spark-sql to 4.0.1 (#4031)
## About this PR 📦 Updates [org.apache.spark:spark-sql](https://spark.apache.org/) from `4.0.0` to `4.0.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/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/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 (4.0.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> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.apache.spark", "artifactId" : { "name" : "spark-sql", "maybeCrossName" : "spark-sql_2.13" }, "version" : "4.0.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "4.0.1" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "test-library-update" ] } -->
Configuration menu - View commit details
-
Copy full SHA for ad4bd82 - Browse repository at this point
Copy the full SHA ad4bd82View commit details
Commits on Sep 10, 2025
-
Update sbt, sbt-dependency-tree, ... to 1.11.6 (#4035)
## 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.11.5` to `1.11.6` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.11.6) - [Version Diff](sbt/sbt@v1.11.5...v1.11.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/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/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.11.5). You might want to review and update them manually. ``` 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> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-sbt", "artifactId" : { "name" : "sbt", "maybeCrossName" : null }, "version" : "1.11.5", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "1.11.6" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-sbt", "artifactId" : { "name" : "sbt-dependency-tree", "maybeCrossName" : null }, "version" : "1.11.5", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "1.11.6" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-sbt", "artifactId" : { "name" : "scripted-plugin", "maybeCrossName" : "scripted-plugin_2.12" }, "version" : "1.11.5", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "1.11.6" ], "newerGroupId" : null, "newerArtifactId" : null } } ] } }, "Labels" : [ "library-update" ] } -->
Configuration menu - View commit details
-
Copy full SHA for 1b0b140 - Browse repository at this point
Copy the full SHA 1b0b140View commit details -
Update sbt-scalajs, scalajs-library, ... to 1.20.1 (#4032)
## About this PR 📦 Updates * [org.scala-js:sbt-scalajs](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.19.0` to `1.20.1` 📜 [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.20.1) - [Version Diff](scala-js/scala-js@v1.19.0...v1.20.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/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/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.19.0). You might want to review and update them manually. ``` airspec/project/plugin.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> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-js", "artifactId" : { "name" : "sbt-scalajs", "maybeCrossName" : null }, "version" : "1.19.0", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "1.20.1" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-js", "artifactId" : { "name" : "scalajs-library", "maybeCrossName" : "scalajs-library_2.12" }, "version" : "1.19.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.scala-js", "artifactId" : { "name" : "scalajs-library", "maybeCrossName" : "scalajs-library_2.13" }, "version" : "1.19.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "1.20.1" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-js", "artifactId" : { "name" : "scalajs-library_2.13", "maybeCrossName" : null }, "version" : "1.19.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "1.20.1" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-js", "artifactId" : { "name" : "scalajs-test-bridge", "maybeCrossName" : "scalajs-test-bridge_2.12" }, "version" : "1.19.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" }, { "groupId" : "org.scala-js", "artifactId" : { "name" : "scalajs-test-bridge", "maybeCrossName" : "scalajs-test-bridge_2.13" }, "version" : "1.19.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "1.20.1" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-js", "artifactId" : { "name" : "scalajs-test-bridge_2.13", "maybeCrossName" : null }, "version" : "1.19.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "1.20.1" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-js", "artifactId" : { "name" : "scalajs-test-interface", "maybeCrossName" : "scalajs-test-interface_2.12" }, "version" : "1.19.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.scala-js", "artifactId" : { "name" : "scalajs-test-interface", "maybeCrossName" : "scalajs-test-interface_2.13" }, "version" : "1.19.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "1.20.1" ], "newerGroupId" : null, "newerArtifactId" : null } } ] } }, "Labels" : [ "library-update" ] } -->
Configuration menu - View commit details
-
Copy full SHA for 7a97d6d - Browse repository at this point
Copy the full SHA 7a97d6dView commit details -
Update scalajs-compiler to 1.20.1 (#4033)
## About this PR 📦 Updates [org.scala-js:scalajs-compiler](https://github.com/scala-js/scala-js) from `1.19.0` to `1.20.1` 📜 [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.20.1) - [Version Diff](scala-js/scala-js@v1.19.0...v1.20.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/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/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.19.0). You might want to review and update them manually. ``` examples/rpc-examples/rpc-scalajs/project/plugins.sbt examples/rx-demo/gallery/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", artifactId = "scalajs-compiler" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-js", artifactId = "scalajs-compiler" } }] ``` </details> <sup> labels: library-update </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-js", "artifactId" : { "name" : "scalajs-compiler", "maybeCrossName" : "scalajs-compiler_2.12.20" }, "version" : "1.19.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "plugin->default(compile)" }, { "groupId" : "org.scala-js", "artifactId" : { "name" : "scalajs-compiler", "maybeCrossName" : "scalajs-compiler_2.13.16" }, "version" : "1.19.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "plugin->default(compile)" } ], "newerVersions" : [ "1.20.1" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update" ] } -->
Configuration menu - View commit details
-
Copy full SHA for c4a0a92 - Browse repository at this point
Copy the full SHA c4a0a92View commit details -
Update scalacheck to 1.19.0 (#4034)
## About this PR 📦 Updates [org.scalacheck:scalacheck](https://github.com/typelevel/scalacheck) from `1.18.1` to `1.19.0` 📜 [GitHub Release Notes](https://github.com/typelevel/scalacheck/releases/tag/v1.19.0) - [Version Diff](typelevel/scalacheck@v1.18.1...v1.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 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/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/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.scalacheck", artifactId = "scalacheck" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalacheck", artifactId = "scalacheck" } }] ``` </details> <sup> labels: library-update </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scalacheck", "artifactId" : { "name" : "scalacheck", "maybeCrossName" : "scalacheck_2.12" }, "version" : "1.18.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.scalacheck", "artifactId" : { "name" : "scalacheck", "maybeCrossName" : "scalacheck_2.12" }, "version" : "1.18.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" }, { "groupId" : "org.scalacheck", "artifactId" : { "name" : "scalacheck", "maybeCrossName" : "scalacheck_2.13" }, "version" : "1.18.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.scalacheck", "artifactId" : { "name" : "scalacheck", "maybeCrossName" : "scalacheck_2.13" }, "version" : "1.18.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" }, { "groupId" : "org.scalacheck", "artifactId" : { "name" : "scalacheck", "maybeCrossName" : "scalacheck_3" }, "version" : "1.18.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.scalacheck", "artifactId" : { "name" : "scalacheck", "maybeCrossName" : "scalacheck_3" }, "version" : "1.18.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" }, { "groupId" : "org.scalacheck", "artifactId" : { "name" : "scalacheck", "maybeCrossName" : "scalacheck_native0.5_2.13" }, "version" : "1.18.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.scalacheck", "artifactId" : { "name" : "scalacheck", "maybeCrossName" : "scalacheck_native0.5_3" }, "version" : "1.18.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.scalacheck", "artifactId" : { "name" : "scalacheck", "maybeCrossName" : "scalacheck_sjs1_2.12" }, "version" : "1.18.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.scalacheck", "artifactId" : { "name" : "scalacheck", "maybeCrossName" : "scalacheck_sjs1_2.12" }, "version" : "1.18.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" }, { "groupId" : "org.scalacheck", "artifactId" : { "name" : "scalacheck", "maybeCrossName" : "scalacheck_sjs1_2.13" }, "version" : "1.18.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.scalacheck", "artifactId" : { "name" : "scalacheck", "maybeCrossName" : "scalacheck_sjs1_2.13" }, "version" : "1.18.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" }, { "groupId" : "org.scalacheck", "artifactId" : { "name" : "scalacheck", "maybeCrossName" : "scalacheck_sjs1_3" }, "version" : "1.18.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.scalacheck", "artifactId" : { "name" : "scalacheck", "maybeCrossName" : "scalacheck_sjs1_3" }, "version" : "1.18.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "1.19.0" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update" ] } -->
Configuration menu - View commit details
-
Copy full SHA for 6a117e2 - Browse repository at this point
Copy the full SHA 6a117e2View commit details -
Bump actions/setup-node from 4 to 5 (#4036)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>What's Changed</h2> <h3>Breaking Changes</h3> <ul> <li>Enhance caching in setup-node with automatic package manager detection by <a href="https://github.com/priya-kinthali"><code>@priya-kinthali</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1348">actions/setup-node#1348</a></li> </ul> <p>This update, introduces automatic caching when a valid <code>packageManager</code> field is present in your <code>package.json</code>. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, set <code>package-manager-cache: false</code></p> <pre lang="yaml"><code>steps: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: package-manager-cache: false </code></pre> <ul> <li>Upgrade action to use node24 by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1325">actions/setup-node#1325</a></li> </ul> <p>Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. <a href="https://github.com/actions/runner/releases/tag/v2.327.1">See Release Notes</a></p> <h3>Dependency Upgrades</h3> <ul> <li>Upgrade <code>@octokit/request-error</code> and <code>@actions/github</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/setup-node/pull/1227">actions/setup-node#1227</a></li> <li>Upgrade uuid from 9.0.1 to 11.1.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/setup-node/pull/1273">actions/setup-node#1273</a></li> <li>Upgrade undici from 5.28.5 to 5.29.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/setup-node/pull/1295">actions/setup-node#1295</a></li> <li>Upgrade form-data to bring in fix for critical vulnerability by <a href="https://github.com/gowridurgad"><code>@gowridurgad</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1332">actions/setup-node#1332</a></li> <li>Upgrade actions/checkout from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/actions/setup-node/pull/1345">actions/setup-node#1345</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/priya-kinthali"><code>@priya-kinthali</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/1348">actions/setup-node#1348</a></li> <li><a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/1325">actions/setup-node#1325</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v4...v5.0.0">https://github.com/actions/setup-node/compare/v4...v5.0.0</a></p> <h2>v4.4.0</h2> <h2>What's Changed</h2> <h3>Bug fixes:</h3> <ul> <li>Make eslint-compact matcher compatible with Stylelint by <a href="https://github.com/FloEdelmann"><code>@FloEdelmann</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/98">actions/setup-node#98</a></li> <li>Add support for indented eslint output by <a href="https://github.com/fregante"><code>@fregante</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1245">actions/setup-node#1245</a></li> </ul> <h3>Enhancement:</h3> <ul> <li>Support private mirrors by <a href="https://github.com/marco-ippolito"><code>@marco-ippolito</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1240">actions/setup-node#1240</a></li> </ul> <h3>Dependency update:</h3> <ul> <li>Upgrade <code>@action/cache</code> from 4.0.2 to 4.0.3 by <a href="https://github.com/aparnajyothi-y"><code>@aparnajyothi-y</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1262">actions/setup-node#1262</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/FloEdelmann"><code>@FloEdelmann</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/98">actions/setup-node#98</a></li> <li><a href="https://github.com/fregante"><code>@fregante</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/1245">actions/setup-node#1245</a></li> <li><a href="https://github.com/marco-ippolito"><code>@marco-ippolito</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/1240">actions/setup-node#1240</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v4...v4.4.0">https://github.com/actions/setup-node/compare/v4...v4.4.0</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/a0853c24544627f65ddf259abe73b1d18a591444"><code>a0853c2</code></a> Bump actions/checkout from 4 to 5 (<a href="https://redirect.github.com/actions/setup-node/issues/1345">#1345</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/b7234cc9fe124f0f4932554b4e5284543083ae7b"><code>b7234cc</code></a> Upgrade action to use node24 (<a href="https://redirect.github.com/actions/setup-node/issues/1325">#1325</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/d7a11313b581b306c961b506cfc8971208bb03f6"><code>d7a1131</code></a> Enhance caching in setup-node with automatic package manager detection (<a href="https://redirect.github.com/actions/setup-node/issues/1348">#1348</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/5e2628c959b9ade56971c0afcebbe5332d44b398"><code>5e2628c</code></a> Bumps form-data (<a href="https://redirect.github.com/actions/setup-node/issues/1332">#1332</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/65beceff8e91358525397bdce9103d999507ab03"><code>65becef</code></a> Bump undici from 5.28.5 to 5.29.0 (<a href="https://redirect.github.com/actions/setup-node/issues/1295">#1295</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/7e24a656e1c7a0d6f3eaef8d8e84ae379a5b035b"><code>7e24a65</code></a> Bump uuid from 9.0.1 to 11.1.0 (<a href="https://redirect.github.com/actions/setup-node/issues/1273">#1273</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/08f58d1471bff7f3a07d167b4ad7df25d5fcfcb6"><code>08f58d1</code></a> Bump <code>@octokit/request-error</code> and <code>@actions/github</code> (<a href="https://redirect.github.com/actions/setup-node/issues/1227">#1227</a>)</li> <li>See full diff in <a href="https://github.com/actions/setup-node/compare/v4...v5">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
Configuration menu - View commit details
-
Copy full SHA for 16b1ae1 - Browse repository at this point
Copy the full SHA 16b1ae1View commit details -
Update netty-all to 4.2.6.Final (#4037)
## About this PR 📦 Updates io.netty:netty-all from `4.2.5.Final` to `4.2.6.Final` ## 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/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/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.netty", artifactId = "netty-all" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.netty", artifactId = "netty-all" } }] ``` </details> <sup> labels: library-update </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "io.netty", "artifactId" : { "name" : "netty-all", "maybeCrossName" : null }, "version" : "4.2.5.Final", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "4.2.6.Final" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update" ] } -->
Configuration menu - View commit details
-
Copy full SHA for f245dbd - Browse repository at this point
Copy the full SHA f245dbdView 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 v2025.1.17...v2025.1.18