Skip to content

Commit

Permalink
chore: upgrade micronaut/kotlin
Browse files Browse the repository at this point in the history
- chore: upgrade micronaut → `4.3.8`
- chore: upgrade kotlin → `2.0.0-RC2`
- chore: upgrade react → `18.3.1`
- chore: upgrade pnpm → `9.0.6`

Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed May 2, 2024
1 parent 70f2137 commit 68d6684
Show file tree
Hide file tree
Showing 54 changed files with 575 additions and 436 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.apicheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: "Setup: PNPM"
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
with:
version: "9.0.2"
version: "9.0.6"
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: "Setup: PNPM"
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
with:
version: "9.0.2"
version: "9.0.6"
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
- name: "Setup: PNPM"
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
with:
version: "9.0.2"
version: "9.0.6"
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job.cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
- name: "Setup: PNPM"
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
with:
version: "9.0.2"
version: "9.0.6"
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job.containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
- name: "Setup: PNPM"
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
with:
version: "9.0.2"
version: "9.0.6"
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
- name: "Setup: PNPM"
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
with:
version: "9.0.2"
version: "9.0.6"
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
local.less.build:443
maven.pkg.jetbrains.space:443
maven.pkg.st:443
repo.maven.apache.org:443
objects.githubusercontent.com:443
pgp.mit.edu:443
services.gradle.org:443
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ not need some of these components:

| Status | **Java** | **Kotlin** | **GraalVM** | **Micronaut** | **React** | **Protobuf/gRPC** |
|-----------------------------------------------------------------|-------------|---------------|-------------|---------------|-----------|--------------------|
| ![Status](https://img.shields.io/badge/-experimental-important) | `Java 22` | `2.0.0-RC1` | `24.x.x` | `4.3.x` | `18.x` | `3.25.1`/`1.61.0` |
| ![Status](https://img.shields.io/badge/-experimental-important) | `Java 22` | `2.0.0-RC2` | `24.x.x` | `4.3.x` | `18.x` | `3.25.1`/`1.61.0` |
| ![Status](https://img.shields.io/badge/-tested-success) | `Java 21` | `2.0.0-Beta4` | `23.1.x` | `4.3.x` | `18.x` | `3.25.1`/`1.61.0` |
| ![Status](https://img.shields.io/badge/-tested-success) | `Java 20` | `1.9.20` | `23.0.x` | `4.0.x` | `18.x` | `3.21.11`/`1.56.1` |
| ![Status](https://img.shields.io/badge/-tested-success) | `Java 20` | `1.9.10` | `23.0.x` | `3.11.x` | `18.x` | `3.21.11`/`1.56.1` |
Expand Down
66 changes: 33 additions & 33 deletions buildscript-gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gradle-ci.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ org.gradle.jvmargs = -Xmx4096m -XX:MaxMetaspaceSize=1024m

# # Settings: Languages
versions.java.language = 17
versions.kotlin.sdk = 2.0.0-RC1
versions.kotlin.sdk = 2.0.0-RC2
versions.kotlin.language = 2.0

# # Settings: Kotlin
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ versions.java.language = 17
versions.java.minimum = 11
versions.java.target = 17
versions.ecma.language = v5
versions.kotlin.sdk = 2.0.0-RC1
versions.kotlin.sdk = 2.0.0-RC2
versions.kotlin.language = 2.0
versions.android.sdk.target = 33

# Settings: Libraries
micronautVersion = 4.3.7
micronautVersion = 4.3.8
nodeVersion = 21.0.0-v8-canary20231024d0ddc81258

# Settings: Kotlin
Expand Down
14 changes: 7 additions & 7 deletions gradle/elide.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ graalvm-plugin = "0.10.1"
graalvm-svm-driver = "24.1.0-SNAPSHOT"
gradleChecksum = "1.4.0"
gradleCommonCustomUserData = "1.12.1"
gradleTestRetry = "1.5.8"
gradleTestRetry = "1.5.9"
grpc-java = "1.61.1"
grpc-kotlin = "1.4.1"
kotlinpoet = "1.16.0"
Expand Down Expand Up @@ -117,7 +117,7 @@ kotest-plugin = "0.8.18"
kotlin-compile-testing = "1.5.0"
kotlin-dataframe = "0.11.0"
kotlin-language = "2.0"
kotlin-sdk = "2.0.0-RC1"
kotlin-sdk = "2.0.0-RC2"
kotlinx-abiValidator = "0.14.0"
kotlinx-benchmark = "0.4.10"
kotlinx-collections = "0.4-wasm1"
Expand Down Expand Up @@ -164,7 +164,7 @@ kotlinx-wrappers-web = "1.0.0-pre.697"
kotlinxWrappers = "pre.697"
kover = "0.7.5"
kover-plugin = "0.7.5"
ksp = "2.0.0-RC1-1.0.20"
ksp = "2.0.0-RC2-1.0.20"
ktlint = "1.1.1"
ktoml = "0.5.1"
larray = "0.2.1"
Expand All @@ -177,9 +177,9 @@ lz4 = "1.3.0"
magicProgress = "0.3.2"
mermaidDokka = "0.6.0"
micronaut-aot = "2.4.0"
micronaut-lib = "4.3.7"
micronaut-lib = "4.3.8"
micronaut-liquibase = "5.4.1"
micronaut-plugin = "4.3.7"
micronaut-plugin = "4.3.8"
micronaut-xml = "3.1.0"
mockito-bom = "5.10.0"
mockito-junit = "5.10.0"
Expand Down Expand Up @@ -224,9 +224,9 @@ npm-typescript = "5.3.3"
npm-webstreams = "3.2.1"
okhttp = "4.12.0"
okio = "3.9.0"
openrewrite-bom = "2.6.4"
openrewrite-bom = "2.10.0"
openrewrite-lib = "8.1.13"
openrewrite-plugin = "6.11.2"
openrewrite-plugin = "6.12.0"
oshi = "6.6.0"
owasp = "9.1.0"
parallelGzip = "1.0.5"
Expand Down
Binary file modified gradle/verification-keyring.gpg
Binary file not shown.
45 changes: 45 additions & 0 deletions gradle/verification-keyring.keys

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 68d6684

Please sign in to comment.