Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: dependency updates #1240

Merged
merged 2 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading