Skip to content

Commit 08a49ce

Browse files
committed
📦 Update Deno dependencies
Update dependencies by udd: /home/runner/work/askpass.vim/askpass.vim/denops/askpass/const.ts /home/runner/work/askpass.vim/askpass.vim/denops/askpass/cli.ts [1/2] Looking for releases: https://deno.land/x/[email protected]/mod.ts [1/2] Attempting update: https://deno.land/x/[email protected]/mod.ts -> v4.0.1 [1/2] Update successful: https://deno.land/x/[email protected]/mod.ts -> v4.0.1 [2/2] Looking for releases: https://deno.land/[email protected]/io/mod.ts [2/2] Attempting update: https://deno.land/[email protected]/io/mod.ts -> 0.215.0 [2/2] Update successful: https://deno.land/[email protected]/io/mod.ts -> 0.215.0 /home/runner/work/askpass.vim/askpass.vim/denops/askpass/main.ts [1/7] Looking for releases: https://deno.land/x/[email protected]/mod.ts [1/7] Attempting update: https://deno.land/x/[email protected]/mod.ts -> v6.0.1 [1/7] Update successful: https://deno.land/x/[email protected]/mod.ts -> v6.0.1 [2/7] Looking for releases: https://deno.land/[email protected]/path/mod.ts [2/7] Attempting update: https://deno.land/[email protected]/path/mod.ts -> 0.215.0 [2/7] Update successful: https://deno.land/[email protected]/path/mod.ts -> 0.215.0 [3/7] Looking for releases: https://deno.land/x/[email protected]/batch/mod.ts [3/7] Attempting update: https://deno.land/x/[email protected]/batch/mod.ts -> v6.0.1 [3/7] Update successful: https://deno.land/x/[email protected]/batch/mod.ts -> v6.0.1 [4/7] Looking for releases: https://deno.land/x/[email protected]/variable/mod.ts [4/7] Attempting update: https://deno.land/x/[email protected]/variable/mod.ts -> v6.0.1 [4/7] Update successful: https://deno.land/x/[email protected]/variable/mod.ts -> v6.0.1 [5/7] Looking for releases: https://deno.land/x/[email protected]/function/mod.ts [5/7] Attempting update: https://deno.land/x/[email protected]/function/mod.ts -> v6.0.1 [5/7] Update successful: https://deno.land/x/[email protected]/function/mod.ts -> v6.0.1 [6/7] Looking for releases: https://deno.land/x/[email protected]/mod.ts [6/7] Attempting update: https://deno.land/x/[email protected]/mod.ts -> v3.16.0 [6/7] Update successful: https://deno.land/x/[email protected]/mod.ts -> v3.16.0 [7/7] Looking for releases: https://deno.land/x/[email protected]/mod.ts [7/7] Attempting update: https://deno.land/x/[email protected]/mod.ts -> v4.0.1 [7/7] Update successful: https://deno.land/x/[email protected]/mod.ts -> v4.0.1 /home/runner/work/askpass.vim/askpass.vim/README.md Successfully updated: https://deno.land/x/[email protected]/mod.ts v3.1.4 -> v4.0.1 https://deno.land/[email protected]/io/mod.ts 0.128.0 -> 0.215.0 https://deno.land/x/[email protected]/mod.ts v3.1.4 -> v6.0.1 https://deno.land/[email protected]/path/mod.ts 0.128.0 -> 0.215.0 https://deno.land/x/[email protected]/batch/mod.ts v3.1.4 -> v6.0.1 https://deno.land/x/[email protected]/variable/mod.ts v3.1.4 -> v6.0.1 https://deno.land/x/[email protected]/function/mod.ts v3.1.4 -> v6.0.1 https://deno.land/x/[email protected]/mod.ts v2.0.0 -> v3.16.0 https://deno.land/x/[email protected]/mod.ts v3.1.4 -> v4.0.1 make[1]: Entering directory '/home/runner/work/askpass.vim/askpass.vim' make[1]: Leaving directory '/home/runner/work/askpass.vim/askpass.vim'
1 parent c40b7e2 commit 08a49ce

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

denops/askpass/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env -S deno run --no-check --allow-env=ASKPASS_ADDRESS --allow-net=127.0.0.1
2-
import { Session } from "https://deno.land/x/msgpack_rpc@v3.1.4/mod.ts";
3-
import { writeAll } from "https://deno.land/std@0.128.0/io/mod.ts";
2+
import { Session } from "https://deno.land/x/msgpack_rpc@v4.0.1/mod.ts";
3+
import { writeAll } from "https://deno.land/std@0.215.0/io/mod.ts";
44
import { ASKPASS_ADDRESS } from "./const.ts";
55

66
const addr = Deno.env.get(ASKPASS_ADDRESS);

denops/askpass/main.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import type { Denops } from "https://deno.land/x/denops_std@v3.1.4/mod.ts";
2-
import * as path from "https://deno.land/std@0.128.0/path/mod.ts";
3-
import * as batch from "https://deno.land/x/denops_std@v3.1.4/batch/mod.ts";
4-
import * as vars from "https://deno.land/x/denops_std@v3.1.4/variable/mod.ts";
5-
import * as fn from "https://deno.land/x/denops_std@v3.1.4/function/mod.ts";
6-
import * as unknownutil from "https://deno.land/x/unknownutil@v2.0.0/mod.ts";
7-
import { Session } from "https://deno.land/x/msgpack_rpc@v3.1.4/mod.ts";
1+
import type { Denops } from "https://deno.land/x/denops_std@v6.0.1/mod.ts";
2+
import * as path from "https://deno.land/std@0.215.0/path/mod.ts";
3+
import * as batch from "https://deno.land/x/denops_std@v6.0.1/batch/mod.ts";
4+
import * as vars from "https://deno.land/x/denops_std@v6.0.1/variable/mod.ts";
5+
import * as fn from "https://deno.land/x/denops_std@v6.0.1/function/mod.ts";
6+
import * as unknownutil from "https://deno.land/x/unknownutil@v3.16.0/mod.ts";
7+
import { Session } from "https://deno.land/x/msgpack_rpc@v4.0.1/mod.ts";
88
import { ASKPASS_ADDRESS } from "./const.ts";
99

1010
export async function main(denops: Denops): Promise<void> {

0 commit comments

Comments
 (0)