Skip to content

Commit

Permalink
📦 Update Deno dependencies
Browse files Browse the repository at this point in the history
Update dependencies by udd:

/home/runner/work/askpass.vim/askpass.vim/README.md

/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.4.0
[1/7] Update successful: https://deno.land/x/[email protected]/mod.ts -> v6.4.0
[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.221.0
[2/7] Update successful: https://deno.land/[email protected]/path/mod.ts -> 0.221.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.4.0
[3/7] Update successful: https://deno.land/x/[email protected]/batch/mod.ts -> v6.4.0
[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.4.0
[4/7] Update successful: https://deno.land/x/[email protected]/variable/mod.ts -> v6.4.0
[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.4.0
[5/7] Update successful: https://deno.land/x/[email protected]/function/mod.ts -> v6.4.0
[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.17.0
[6/7] Update successful: https://deno.land/x/[email protected]/mod.ts -> v3.17.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/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.221.0
[2/2] Update successful: https://deno.land/[email protected]/io/mod.ts -> 0.221.0

/home/runner/work/askpass.vim/askpass.vim/denops/askpass/const.ts

Successfully updated:
https://deno.land/x/[email protected]/mod.ts v3.1.4 -> v6.4.0
https://deno.land/[email protected]/path/mod.ts 0.128.0 -> 0.221.0
https://deno.land/x/[email protected]/batch/mod.ts v3.1.4 -> v6.4.0
https://deno.land/x/[email protected]/variable/mod.ts v3.1.4 -> v6.4.0
https://deno.land/x/[email protected]/function/mod.ts v3.1.4 -> v6.4.0
https://deno.land/x/[email protected]/mod.ts v2.0.0 -> v3.17.0
https://deno.land/x/[email protected]/mod.ts v3.1.4 -> v4.0.1
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.221.0
make[1]: Entering directory '/home/runner/work/askpass.vim/askpass.vim'
make[1]: Leaving directory '/home/runner/work/askpass.vim/askpass.vim'
  • Loading branch information
lambdalisue committed Mar 28, 2024
1 parent c40b7e2 commit f3b43ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions denops/askpass/cli.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env -S deno run --no-check --allow-env=ASKPASS_ADDRESS --allow-net=127.0.0.1
import { Session } from "https://deno.land/x/msgpack_rpc@v3.1.4/mod.ts";
import { writeAll } from "https://deno.land/std@0.128.0/io/mod.ts";
import { Session } from "https://deno.land/x/msgpack_rpc@v4.0.1/mod.ts";
import { writeAll } from "https://deno.land/std@0.221.0/io/mod.ts";
import { ASKPASS_ADDRESS } from "./const.ts";

const addr = Deno.env.get(ASKPASS_ADDRESS);
Expand Down
14 changes: 7 additions & 7 deletions denops/askpass/main.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import type { Denops } from "https://deno.land/x/denops_std@v3.1.4/mod.ts";
import * as path from "https://deno.land/std@0.128.0/path/mod.ts";
import * as batch from "https://deno.land/x/denops_std@v3.1.4/batch/mod.ts";
import * as vars from "https://deno.land/x/denops_std@v3.1.4/variable/mod.ts";
import * as fn from "https://deno.land/x/denops_std@v3.1.4/function/mod.ts";
import * as unknownutil from "https://deno.land/x/unknownutil@v2.0.0/mod.ts";
import { Session } from "https://deno.land/x/msgpack_rpc@v3.1.4/mod.ts";
import type { Denops } from "https://deno.land/x/denops_std@v6.4.0/mod.ts";
import * as path from "https://deno.land/std@0.221.0/path/mod.ts";
import * as batch from "https://deno.land/x/denops_std@v6.4.0/batch/mod.ts";
import * as vars from "https://deno.land/x/denops_std@v6.4.0/variable/mod.ts";
import * as fn from "https://deno.land/x/denops_std@v6.4.0/function/mod.ts";
import * as unknownutil from "https://deno.land/x/unknownutil@v3.17.0/mod.ts";
import { Session } from "https://deno.land/x/msgpack_rpc@v4.0.1/mod.ts";
import { ASKPASS_ADDRESS } from "./const.ts";

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

0 comments on commit f3b43ea

Please sign in to comment.