From 0689b4c01ec259e8cd855269c457c58522498cfb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 01:25:20 +0000 Subject: [PATCH 1/2] chore: bump @types/sinon from ^17.0.3 to ^21.0.0 --- denops/@denops-private/cli_test.ts | 2 +- denops/@denops-private/worker_test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/denops/@denops-private/cli_test.ts b/denops/@denops-private/cli_test.ts index a88b9290..a1114230 100644 --- a/denops/@denops-private/cli_test.ts +++ b/denops/@denops-private/cli_test.ts @@ -1,5 +1,5 @@ // NOTE: Use sinon to stub the getter property. -// @deno-types="npm:@types/sinon@^17.0.3" +// @deno-types="npm:@types/sinon@^21.0.0" import sinon from "sinon"; import { diff --git a/denops/@denops-private/worker_test.ts b/denops/@denops-private/worker_test.ts index 9fa0ed96..3cb863ec 100644 --- a/denops/@denops-private/worker_test.ts +++ b/denops/@denops-private/worker_test.ts @@ -1,4 +1,4 @@ -// @deno-types="npm:@types/sinon@^17.0.3" +// @deno-types="npm:@types/sinon@^21.0.0" import sinon from "sinon"; import { assertEquals, From 6aa40a053c4cc06075e3fb816240fa91288de2a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 01:25:20 +0000 Subject: [PATCH 2/2] chore: bump sinon from ^21.0.0 to ^22.0.0 --- deno.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.jsonc b/deno.jsonc index c40314b1..f8c71bc6 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -31,6 +31,6 @@ "@std/async": "jsr:@std/async@^1.0.14", "@std/path": "jsr:@std/path@^1.1.2", "@std/testing": "jsr:@std/testing@^1.0.15", - "sinon": "npm:sinon@^21.0.0" + "sinon": "npm:sinon@^22.0.0" } }