Skip to content

Commit

Permalink
chore: omnibus dependency updates, rust → 2024
Browse files Browse the repository at this point in the history
fix: svm driver jpms flags
chore: upgrade rust toolchain → `1.85.0`
chore: upgrade rust edition → `2024`
chore: upgrade `cc` → `1.2.x`
chore: upgrade gradle → `8.13.1-rc-2`
chore: upgrade kotlin → `2.1.20-RC`
chore: upgrade netty → `4.1.118.Final`
chore: upgrade graalvm metadata → `0.3.16`
chore: upgrade boringssl → `0.20250212.0`
chore: upgrade node toolchain → `23.0.0`
chore: upgrade detekt → `1.23.8`
chore: upgrade micronaut → `4.7.6`
chore: upgrade cloudflare zlib → latest
chore: upgrade madler zlib → latest
chore: upgrade cargo git dependencies
chore: general maven dep upgrades
chore: remove deprecated `uuid` module
chore: update dependency verification metadata
chore: update lockfiles

Signed-off-by: Sam Gammon <sam@elide.dev>
  • Loading branch information
sgammon committed Feb 24, 2025
1 parent 92c837f commit a2e9716
Show file tree
Hide file tree
Showing 96 changed files with 4,802 additions and 2,964 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/checks.apicheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: "Setup: Node"
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
node-version: 23
- name: "Setup: Bun"
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2.0.1
with:
Expand All @@ -104,7 +104,7 @@ jobs:
args: [--frozen-lockfile, --strict-peer-dependencies]
- name: "Setup: Yarn"
run: pnpm install -g yarn@1.22.19
- name: "Setup: GraalVM (Java 22)"
- name: "Setup: GraalVM (Java 23)"
uses: graalvm/setup-graalvm@aafbedb8d382ed0ca6167d3a051415f20c859274 # v1.2.8
with:
distribution: "graalvm"
Expand All @@ -131,4 +131,5 @@ jobs:
./gradlew apiCheck \
-x test \
-x nativeCompile \
-x nativeOptimizedCompile
-x nativeOptimizedCompile \
-x :packages:sqlite:checkNative
2 changes: 1 addition & 1 deletion .github/workflows/checks.codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
restore-keys: |
elide-framework-v2-tests-${{ hashFiles('gradle/elide.versions.toml') }}
elide-framework-v2-tests-
- name: "Setup: GraalVM (Java 22)"
- name: "Setup: GraalVM (Java 23)"
uses: graalvm/setup-graalvm@aafbedb8d382ed0ca6167d3a051415f20c859274 # v1.2.8
with:
distribution: "graalvm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- name: "Setup: GraalVM (Java 22)"
- name: "Setup: GraalVM (Java 23)"
uses: graalvm/setup-graalvm@aafbedb8d382ed0ca6167d3a051415f20c859274 # v1.2.8
with:
distribution: "graalvm"
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/checks.formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: "Setup: Node"
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
node-version: 23
- name: "Setup: Bun"
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2.0.1
with:
Expand Down Expand Up @@ -138,4 +138,5 @@ jobs:
./gradlew \
spotlessCheck \
-x nativeCompile \
-x nativeOptimizedCompile
-x nativeOptimizedCompile \
-x :packages:sqlite:checkNative
2 changes: 1 addition & 1 deletion .github/workflows/checks.qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: "Setup: GraalVM (Java 22)"
- name: "Setup: GraalVM (Java 23)"
uses: graalvm/setup-graalvm@aafbedb8d382ed0ca6167d3a051415f20c859274 # v1.2.8
with:
distribution: "graalvm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
restore-keys: |
elide-framework-v2-tests-${{ hashFiles('gradle/elide.versions.toml') }}
elide-framework-v2-tests-
- name: "Setup: GraalVM (Java 22)"
- name: "Setup: GraalVM (Java 23)"
uses: graalvm/setup-graalvm@aafbedb8d382ed0ca6167d3a051415f20c859274 # v1.2.8
with:
distribution: "graalvm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job.bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: "Setup: Node"
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
node-version: 23
- name: "Setup: Yarn"
run: yarn
- name: "Run Benchmarks"
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 @@ -266,7 +266,7 @@ jobs:
- name: "Setup: Node"
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
node-version: 23
- name: "Setup: Bun"
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2.0.1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job.cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
- name: "Setup: Node"
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
node-version: 23
cache: "pnpm"
- name: "Setup: Yarn"
run: pnpm install -g yarn@1.22.19
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:
- name: "Setup: Node"
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
node-version: 23
- name: "Setup: Bun"
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2.0.1
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/job.containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
persist-credentials: false
- name: "Setup: Buildless"
uses: buildless/setup@30e82389418c7f17046606183bc4c78b2c8913e0 # v1.0.2
- name: "Setup: GraalVM (Java 22)"
- name: "Setup: GraalVM (Java 23)"
uses: graalvm/setup-graalvm@aafbedb8d382ed0ca6167d3a051415f20c859274 # v1.2.8
with:
distribution: "graalvm"
Expand All @@ -205,7 +205,7 @@ jobs:
- name: "Setup: Node"
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
node-version: 23
- name: "Setup: PNPM"
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
with:
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
persist-credentials: false
- name: "Setup: Buildless"
uses: buildless/setup@30e82389418c7f17046606183bc4c78b2c8913e0 # v1.0.2
- name: "Setup: GraalVM (Java 22)"
- name: "Setup: GraalVM (Java 23)"
uses: graalvm/setup-graalvm@aafbedb8d382ed0ca6167d3a051415f20c859274 # v1.2.8
with:
distribution: "graalvm"
Expand All @@ -317,7 +317,7 @@ jobs:
- name: "Setup: Node"
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
node-version: 23
- name: "Setup: PNPM"
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job.site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: "Setup: Node"
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
node-version: 23
- name: "Setup: Yarn"
run: yarn
- name: "Build: Reference Docs"
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
- name: "Setup: Node"
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
node-version: 23
- name: "Setup: Yarn"
run: yarn
- name: "Setup: Site Manifest"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/job.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
- name: "Setup: Node"
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
node-version: 23
- name: "Setup: Bun"
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2.0.1
with:
Expand Down Expand Up @@ -521,7 +521,7 @@ jobs:
run: |
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
- name: "Setup: GraalVM (Java 22)"
- name: "Setup: GraalVM (Java 23)"
uses: graalvm/setup-graalvm@aafbedb8d382ed0ca6167d3a051415f20c859274 # v1.2.8
with:
distribution: "graalvm"
Expand All @@ -537,7 +537,7 @@ jobs:
- name: "Setup: Node"
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
node-version: 23
- name: "Setup: PNPM"
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on.scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
run: |
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
- name: "Setup: GraalVM (Java 22)"
- name: "Setup: GraalVM (Java 23)"
uses: graalvm/setup-graalvm@aafbedb8d382ed0ca6167d3a051415f20c859274 # v1.2.8
with:
distribution: "graalvm"
Expand All @@ -173,7 +173,7 @@ jobs:
- name: "Setup: Node"
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
node-version: 23
- name: "Setup: PNPM"
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
with:
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
url = https://github.com/elide-dev/runtime.git
branch = main
shallow = true
[submodule "elide-uuid"]
path = packages/uuid
url = https://github.com/elide-dev/uuid.git
shallow = true
[submodule "sqlite"]
path = third_party/sqlite
url = git@github.com:sqlite/sqlite.git
Expand Down
2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
edition = "2021"
edition = "2024"
tab_spaces = 2
Loading

0 comments on commit a2e9716

Please sign in to comment.