Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📦 bump deno.land/x/unknownutil from v3.10.0 to v3.11.0
Browse files Browse the repository at this point in the history
github-actions[bot] committed Dec 7, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b274ad5 commit a669494
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion denops/@denops-private/error.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { is } from "https://deno.land/x/unknownutil@v3.10.0/mod.ts#^";
import { is } from "https://deno.land/x/unknownutil@v3.11.0/mod.ts";

export function errorSerializer(err: unknown): unknown {
if (err instanceof Error) {
2 changes: 1 addition & 1 deletion denops/@denops-private/host/invoker.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { is } from "https://deno.land/x/unknownutil@v3.10.0/mod.ts#^";
import { is } from "https://deno.land/x/unknownutil@v3.11.0/mod.ts";
import { Service } from "../service.ts";
import type { Meta } from "../../@denops/mod.ts";

2 changes: 1 addition & 1 deletion denops/@denops-private/host/nvim.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assert, is } from "https://deno.land/x/unknownutil@v3.10.0/mod.ts#^";
import { assert, is } from "https://deno.land/x/unknownutil@v3.11.0/mod.ts";
import {
Client,
Session,
2 changes: 1 addition & 1 deletion denops/@denops-private/service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { toFileUrl } from "https://deno.land/[email protected]/path/mod.ts";
import { assert, is } from "https://deno.land/x/unknownutil@v3.10.0/mod.ts#^";
import { assert, is } from "https://deno.land/x/unknownutil@v3.11.0/mod.ts";
import {
Client,
Session,
2 changes: 1 addition & 1 deletion denops/@denops-private/worker/script.ts
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ import {
assert,
is,
Predicate,
} from "https://deno.land/x/unknownutil@v3.10.0/mod.ts#^";
} from "https://deno.land/x/unknownutil@v3.11.0/mod.ts";
import {
Client,
Session,

0 comments on commit a669494

Please sign in to comment.