From d9d9b6dab509415f65f002de067a3b410a79ace4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 01:05:54 +0000 Subject: [PATCH] deno: update imports --- deno.json | 32 +++++++++++++++---------------- engine/schema/schemeable.bench.ts | 4 ++-- live.gen.ts | 2 +- runtime/caches/redis.ts | 2 +- runtime/caches/s3.ts | 2 +- scripts/deno.json | 10 +++++----- scripts/init.ts | 2 +- 7 files changed, 27 insertions(+), 27 deletions(-) diff --git a/deno.json b/deno.json index 8c2a85780..b0f297ddb 100644 --- a/deno.json +++ b/deno.json @@ -50,35 +50,35 @@ "imports": { "$fresh/": "https://denopkg.com/denoland/fresh@1.6.8/", "@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5", - "@core/asyncutil": "jsr:@core/asyncutil@^1.0.2", + "@core/asyncutil": "jsr:@core/asyncutil@^1.2.0", "@deco/durable": "jsr:@deco/durable@^0.5.3", - "@deco/warp": "jsr:@deco/warp@^0.3.6", - "@hono/hono": "jsr:@hono/hono@^4.5.4", - "@std/assert": "jsr:@std/assert@^1.0.2", - "@std/async": "jsr:@std/async@^0.224.1", - "@std/cli": "jsr:@std/cli@^1.0.3", + "@deco/warp": "jsr:@deco/warp@^0.3.10", + "@hono/hono": "jsr:@hono/hono@^4.11.3", + "@std/assert": "jsr:@std/assert@^1.0.16", + "@std/async": "jsr:@std/async@^0.224.2", + "@std/cli": "jsr:@std/cli@^1.0.25", "@std/crypto": "jsr:@std/crypto@1.0.0-rc.1", - "@std/datetime": "jsr:@std/datetime@^0.224.0", + "@std/datetime": "jsr:@std/datetime@^0.225.6", "@std/encoding": "jsr:@std/encoding@^1.0.0-rc.1", "@std/flags": "jsr:@std/flags@^0.224.0", - "@std/fmt": "jsr:@std/fmt@^0.225.3", - "@std/fs": "jsr:@std/fs@^0.229.1", - "@std/http": "jsr:@std/http@^1.0.0", - "@std/io": "jsr:@std/io@^0.224.4", - "@std/log": "jsr:@std/log@^0.224.5", + "@std/fmt": "jsr:@std/fmt@^0.225.6", + "@std/fs": "jsr:@std/fs@^0.229.3", + "@std/http": "jsr:@std/http@^1.0.23", + "@std/io": "jsr:@std/io@^0.225.2", + "@std/log": "jsr:@std/log@^0.224.14", "@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1", "@std/path": "jsr:@std/path@^0.225.2", "@std/semver": "jsr:@std/semver@^0.224.3", - "@std/streams": "jsr:@std/streams@^1.0.0", - "@std/testing": "jsr:@std/testing@^1.0.0", + "@std/streams": "jsr:@std/streams@^1.0.16", + "@std/testing": "jsr:@std/testing@^1.0.16", "@zaubrik/djwt": "jsr:@zaubrik/djwt@^3.0.2", "deco/": "./", "fast-json-patch": "npm:fast-json-patch@^3.1.1", - "partytown/": "https://deno.land/x/partytown@0.3.0/", + "partytown/": "https://deno.land/x/partytown@0.4.8/", "preact": "npm:preact@10.23.1", "preact-render-to-string": "npm:preact-render-to-string@6.4.0", "simple-git": "npm:simple-git@^3.25.0", - "std/": "https://deno.land/std@0.203.0/" + "std/": "https://deno.land/std@0.224.0/" }, "compilerOptions": { "jsx": "react-jsx", diff --git a/engine/schema/schemeable.bench.ts b/engine/schema/schemeable.bench.ts index 67b46333f..5cbd006ec 100644 --- a/engine/schema/schemeable.bench.ts +++ b/engine/schema/schemeable.bench.ts @@ -10,8 +10,8 @@ import { fromFileUrl, toFileUrl } from "@std/path"; import { findSchemeableFromNode, type Schemeable as _Schemeable, -} from "https://denopkg.com/deco-cx/deco@1.26.0/engine/schema/transform.ts"; -import { denoDoc } from "https://denopkg.com/deco-cx/deco@1.26.0/engine/schema/utils.ts"; +} from "https://denopkg.com/deco-cx/deco@1.133.2/engine/schema/transform.ts"; +import { denoDoc } from "https://denopkg.com/deco-cx/deco@1.133.2/engine/schema/utils.ts"; import { ImportMapBuilder } from "../importmap/builder.ts"; import { parsePath } from "./parser.ts"; import { type Schemeable, typeNameToSchemeable } from "./transform.ts"; diff --git a/live.gen.ts b/live.gen.ts index eae4a973b..fdd78f3c6 100644 --- a/live.gen.ts +++ b/live.gen.ts @@ -1 +1 @@ -export type { Manifest } from "https://denopkg.com/deco-cx/deco@1.50.3/live.gen.ts"; +export type { Manifest } from "https://denopkg.com/deco-cx/deco@1.133.2/live.gen.ts"; diff --git a/runtime/caches/redis.ts b/runtime/caches/redis.ts index 0698de5c7..6ecfd8256 100644 --- a/runtime/caches/redis.ts +++ b/runtime/caches/redis.ts @@ -1,4 +1,4 @@ -import { Redis } from "https://deno.land/x/upstash_redis@v1.22.1/mod.ts"; +import { Redis } from "https://deno.land/x/upstash_redis@v1.36.0/mod.ts"; import { logger, tracer } from "../../observability/otel/config.ts"; import { diff --git a/runtime/caches/s3.ts b/runtime/caches/s3.ts index 5e4ae9051..6c162b222 100644 --- a/runtime/caches/s3.ts +++ b/runtime/caches/s3.ts @@ -9,7 +9,7 @@ import { NoSuchKey, PutObjectCommand, S3Client, -} from "https://esm.sh/@aws-sdk/client-s3@3.513.0"; +} from "https://esm.sh/@aws-sdk/client-s3@3.964.0"; import { Context } from "../../deco.ts"; import { ValueType } from "../../deps.ts"; import { logger, tracer } from "../../observability/otel/config.ts"; diff --git a/scripts/deno.json b/scripts/deno.json index d00e5afcc..20ba88835 100644 --- a/scripts/deno.json +++ b/scripts/deno.json @@ -19,10 +19,10 @@ "imports": { "@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5", "@std/flags": "jsr:@std/flags@^0.224.0", - "@std/fmt": "jsr:@std/fmt@^1.0.0", - "@std/fs": "jsr:@std/fs@^1.0.1", - "@std/path": "jsr:@std/path@^1.0.2", - "@std/semver": "jsr:@std/semver@^1.0.1", - "@std/streams": "jsr:@std/streams@^1.0.1" + "@std/fmt": "jsr:@std/fmt@^1.0.8", + "@std/fs": "jsr:@std/fs@^1.0.21", + "@std/path": "jsr:@std/path@^1.1.4", + "@std/semver": "jsr:@std/semver@^1.0.7", + "@std/streams": "jsr:@std/streams@^1.0.16" } } diff --git a/scripts/init.ts b/scripts/init.ts index a9c373543..2c1393399 100644 --- a/scripts/init.ts +++ b/scripts/init.ts @@ -5,7 +5,7 @@ import { join } from "@std/path"; import { BlobReader, ZipReader, -} from "https://deno.land/x/zipjs@v2.7.30/index.js"; +} from "https://deno.land/x/zipjs@v2.8.13/index.js"; import { getDecofileJSONFromDecofile } from "../engine/decofile/json.ts"; import { init as initApp } from "./apps/init.ts";