From 7a59f03184263042b6ed79c7e129636ab6105eca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 03:03:54 +0000 Subject: [PATCH] feat(deps): Update Major updates --- .github/workflows/publish.yaml | 2 +- effect/cuid.ts | 2 +- option-t.ts | 8 ++++---- temporal.ts | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d650575..52e723b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,7 +13,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: denoland/setup-deno@v2 with: diff --git a/effect/cuid.ts b/effect/cuid.ts index 4e19f03..0ecf0c4 100644 --- a/effect/cuid.ts +++ b/effect/cuid.ts @@ -5,7 +5,7 @@ * */ import { sha3_512 } from "npm:@noble/hashes@2.0.1/sha3.js"; -import BigNumber from "npm:bignumber.js@9.3.1"; +import BigNumber from "npm:bignumber.js@11.1.4"; import { Array, Context, Effect, Layer, Schema } from "npm:effect@3.17.14"; import SR from "npm:seedrandom@3.0.5"; import BaseX from "npm:base-x@5.0.1"; diff --git a/option-t.ts b/option-t.ts index 903c921..79f563a 100644 --- a/option-t.ts +++ b/option-t.ts @@ -8,7 +8,7 @@ * @module */ -export { Nullable } from "npm:option-t@55.1.0/nullable/namespace"; -export { Maybe } from "npm:option-t@55.1.0/maybe/namespace"; -export { Undefinable } from "npm:option-t@55.1.0/undefinable/namespace"; -export { Result } from "npm:option-t@55.1.0/plain_result/namespace"; +export { Nullable } from "npm:option-t@56.1.2/nullable/namespace"; +export { Maybe } from "npm:option-t@56.1.2/maybe/namespace"; +export { Undefinable } from "npm:option-t@56.1.2/undefinable/namespace"; +export { Result } from "npm:option-t@56.1.2/plain_result/namespace"; diff --git a/temporal.ts b/temporal.ts index 465aeeb..0e572c4 100644 --- a/temporal.ts +++ b/temporal.ts @@ -1 +1 @@ -export * from "npm:temporal-polyfill@0.3.0"; +export * from "npm:temporal-polyfill@1.0.1";