Unverified Commit 7796f74c authored by Hong Minhee's avatar Hong Minhee
Browse files

Update Deno to version 2.5.0

Updated Deno version from 2.4.5 to 2.5.0 in mise.toml and all GitHub Actions
workflows. Also fixed deno-lint-ignore directive in actor-lookup-cli example.
parent 2261b4cf
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: 2.4.5  # Keep in sync with mise.toml
        deno-version: 2.5.0  # Keep in sync with mise.toml
    - run: deno task test --coverage=.cov --junit-path=.test-report.xml
      env:
        RUST_BACKTRACE: ${{ runner.debug }}
@@ -124,7 +124,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: 2.4.5  # Keep in sync with mise.toml
        deno-version: 2.5.0  # Keep in sync with mise.toml
    - uses: pnpm/action-setup@v4
      with:
        version: 10
@@ -181,7 +181,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: 2.4.5  # Keep in sync with mise.toml
        deno-version: 2.5.0  # Keep in sync with mise.toml
    - uses: pnpm/action-setup@v4
      with:
        version: 10
@@ -207,7 +207,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: 2.4.5  # Keep in sync with mise.toml
        deno-version: 2.5.0  # Keep in sync with mise.toml
    - uses: pnpm/action-setup@v4
      with:
        version: 10
@@ -230,7 +230,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: 2.4.5  # Keep in sync with mise.toml
        deno-version: 2.5.0  # Keep in sync with mise.toml
    - run: deno task hooks:pre-commit

  release-test:
@@ -248,7 +248,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: 2.4.5  # Keep in sync with mise.toml
        deno-version: 2.5.0  # Keep in sync with mise.toml
    - uses: pnpm/action-setup@v4
      with:
        version: 10
@@ -283,7 +283,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: 2.4.5  # Keep in sync with mise.toml
        deno-version: 2.5.0  # Keep in sync with mise.toml
    - uses: pnpm/action-setup@v4
      with:
        version: 10
@@ -482,7 +482,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: 2.4.5  # Keep in sync with mise.toml
        deno-version: 2.5.0  # Keep in sync with mise.toml
    - run: deno task codegen
      working-directory: ${{ github.workspace }}/packages/fedify/
    - uses: denoland/deployctl@v1
@@ -513,7 +513,7 @@ jobs:
        ref: ${{ github.event.pull_request.head.sha }}
    - uses: denoland/setup-deno@v2
      with:
        deno-version: 2.4.5  # Keep in sync with mise.toml
        deno-version: 2.5.0  # Keep in sync with mise.toml
    - uses: pnpm/action-setup@v4
      with:
        version: 10
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ jobs:
        fetch-depth: 0
    - uses: denoland/setup-deno@v1
      with:
        deno-version: 2.4.5  # Keep in sync with mise.toml
        deno-version: 2.5.0  # Keep in sync with mise.toml
    - uses: qoomon/actions--setup-git@v1
    - run: |
        set -e
+1 −1
Original line number Diff line number Diff line
// deno-lint-ignore-file no-empty
// deno-lint-ignore-file no-empty no-import-prefix
import {
  Collection,
  getActorHandle,
+1 −1
Original line number Diff line number Diff line
[tools]
bun = "latest"
# Deno version should be kept in sync with GitHub Actions workflows
deno = "2.4.5"
deno = "2.5.0"
node = "22"
"npm:pnpm" = "latest"