dein.vim upgrader using ddu.vim

Overview

ddu-source-dein_update

This source updates the plugins installed by dein.vim and output the result to ddu buffer. You can use this plugin instead of dein#update().

ddu-dein_update

Actions

You can see the output of the result of update and see the diff in a new buffer.

ddu-dein_update-actions

Install

In addition to this plugin, please install ddu.vim, denops.vim and dein.vim.

Setup

You need to specify matcher_dein_update as ddu matcher.

call ddu#custom#patch_global({
    \   'sourceOptions' : {
    \     'dein_update': {
    \       'matchers': ['matcher_dein_update'],
    \     },
    \   },
    \   'kindOptions': {
    \     'dein_update': {
    \       'defaultAction': 'viewDiff',
    \     },
    \   },
    \   'actionOptions': {
    \     'echo': {
    \       'quit': v:false,
    \     },
    \     'echoDiff': {
    \       'quit': v:false,
    \     },
    \   },
    \ })
Comments
  • :package: Update Deno dependencies

    :package: Update Deno dependencies

    The output of make update is

    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-filters/matcher_dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-sources/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps.ts
    [1/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [1/13] Attempting update: https://deno.land/x/[email protected]/mod.ts -> v3.9.1
    [1/13] Update successful: https://deno.land/x/[email protected]/mod.ts -> v3.9.1
    [2/13] Looking for releases: https://deno.land/x/[email protected]/batch/mod.ts
    [2/13] Attempting update: https://deno.land/x/[email protected]/batch/mod.ts -> v3.9.1
    [2/13] Update successful: https://deno.land/x/[email protected]/batch/mod.ts -> v3.9.1
    [3/13] Looking for releases: https://deno.land/x/[email protected]/option/mod.ts
    [3/13] Attempting update: https://deno.land/x/[email protected]/option/mod.ts -> v3.9.1
    [3/13] Update successful: https://deno.land/x/[email protected]/option/mod.ts -> v3.9.1
    [4/13] Looking for releases: https://deno.land/[email protected]/path/mod.ts
    [4/13] Attempting update: https://deno.land/[email protected]/path/mod.ts -> 0.161.0
    [4/13] Update successful: https://deno.land/[email protected]/path/mod.ts -> 0.161.0
    [5/13] Looking for releases: https://deno.land/x/[email protected]/function/mod.ts
    [5/13] Attempting update: https://deno.land/x/[email protected]/function/mod.ts -> v3.9.1
    [5/13] Update successful: https://deno.land/x/[email protected]/function/mod.ts -> v3.9.1
    [6/13] Looking for releases: https://deno.land/x/[email protected]/function/nvim/mod.ts
    [6/13] Attempting update: https://deno.land/x/[email protected]/function/nvim/mod.ts -> v3.9.1
    [6/13] Update successful: https://deno.land/x/[email protected]/function/nvim/mod.ts -> v3.9.1
    [7/13] Looking for releases: https://deno.land/x/[email protected]/helper/mod.ts
    [7/13] Attempting update: https://deno.land/x/[email protected]/helper/mod.ts -> v3.9.1
    [7/13] Update successful: https://deno.land/x/[email protected]/helper/mod.ts -> v3.9.1
    [8/13] Looking for releases: https://deno.land/x/[email protected]/variable/mod.ts
    [8/13] Attempting update: https://deno.land/x/[email protected]/variable/mod.ts -> v3.9.1
    [8/13] Update successful: https://deno.land/x/[email protected]/variable/mod.ts -> v3.9.1
    [9/13] Looking for releases: https://deno.land/x/[email protected]/autocmd/mod.ts
    [9/13] Attempting update: https://deno.land/x/[email protected]/autocmd/mod.ts -> v3.9.1
    [9/13] Update successful: https://deno.land/x/[email protected]/autocmd/mod.ts -> v3.9.1
    [10/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [10/13] Using latest: https://deno.land/x/[email protected]/mod.ts
    [11/13] Looking for releases: https://deno.land/x/[email protected]/types.ts
    [11/13] Attempting update: https://deno.land/x/[email protected]/types.ts -> v1.13.0
    [11/13] Update successful: https://deno.land/x/[email protected]/types.ts -> v1.13.0
    [12/13] Looking for releases: https://deno.land/x/[email protected]/buffer/mod.ts
    [12/13] Attempting update: https://deno.land/x/[email protected]/buffer/mod.ts -> v3.9.1
    [12/13] Update successful: https://deno.land/x/[email protected]/buffer/mod.ts -> v3.9.1
    [13/13] Looking for releases: https://deno.land/[email protected]/async/mod.ts
    [13/13] Attempting update: https://deno.land/[email protected]/async/mod.ts -> 0.161.0
    [13/13] Update successful: https://deno.land/[email protected]/async/mod.ts -> 0.161.0
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps_test.ts
    [1/2] Looking for releases: https://deno.land/[email protected]/testing/asserts.ts
    [1/2] Attempting update: https://deno.land/[email protected]/testing/asserts.ts -> 0.161.0
    [1/2] Update successful: https://deno.land/[email protected]/testing/asserts.ts -> 0.161.0
    [2/2] Looking for releases: https://deno.land/x/[email protected]/test/mod.ts
    [2/2] Attempting update: https://deno.land/x/[email protected]/test/mod.ts -> v3.9.1
    [2/2] Update successful: https://deno.land/x/[email protected]/test/mod.ts -> v3.9.1
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/process.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-kinds/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/README.md
    
    Already latest version:
    https://deno.land/x/[email protected]/mod.ts == v2.0.0
    
    Successfully updated:
    https://deno.land/x/[email protected]/mod.ts v3.8.2 -> v3.9.1
    https://deno.land/x/[email protected]/batch/mod.ts v3.8.2 -> v3.9.1
    https://deno.land/x/[email protected]/option/mod.ts v3.8.2 -> v3.9.1
    https://deno.land/[email protected]/path/mod.ts 0.155.0 -> 0.161.0
    https://deno.land/x/[email protected]/function/mod.ts v3.8.2 -> v3.9.1
    https://deno.land/x/[email protected]/function/nvim/mod.ts v3.8.2 -> v3.9.1
    https://deno.land/x/[email protected]/helper/mod.ts v3.8.2 -> v3.9.1
    https://deno.land/x/[email protected]/variable/mod.ts v3.8.2 -> v3.9.1
    https://deno.land/x/[email protected]/autocmd/mod.ts v3.8.2 -> v3.9.1
    https://deno.land/x/[email protected]/types.ts v1.10.1 -> v1.13.0
    https://deno.land/x/[email protected]/buffer/mod.ts v3.8.2 -> v3.9.1
    https://deno.land/[email protected]/async/mod.ts 0.155.0 -> 0.161.0
    https://deno.land/[email protected]/testing/asserts.ts 0.155.0 -> 0.161.0
    https://deno.land/x/[email protected]/test/mod.ts v3.8.2 -> v3.9.1
    make[1]: Entering directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    make[1]: Leaving directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    
    
    automation 
    opened by github-actions[bot] 0
  • :package: Update Deno dependencies

    :package: Update Deno dependencies

    The output of make update is

    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-sources/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-kinds/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps.ts
    [1/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [1/13] Attempting update: https://deno.land/x/[email protected]/mod.ts -> v3.8.2
    [1/13] Update successful: https://deno.land/x/[email protected]/mod.ts -> v3.8.2
    [2/13] Looking for releases: https://deno.land/x/[email protected]/batch/mod.ts
    [2/13] Attempting update: https://deno.land/x/[email protected]/batch/mod.ts -> v3.8.2
    [2/13] Update successful: https://deno.land/x/[email protected]/batch/mod.ts -> v3.8.2
    [3/13] Looking for releases: https://deno.land/x/[email protected]/option/mod.ts
    [3/13] Attempting update: https://deno.land/x/[email protected]/option/mod.ts -> v3.8.2
    [3/13] Update successful: https://deno.land/x/[email protected]/option/mod.ts -> v3.8.2
    [4/13] Looking for releases: https://deno.land/[email protected]/path/mod.ts
    [4/13] Attempting update: https://deno.land/[email protected]/path/mod.ts -> 0.155.0
    [4/13] Update successful: https://deno.land/[email protected]/path/mod.ts -> 0.155.0
    [5/13] Looking for releases: https://deno.land/x/[email protected]/function/mod.ts
    [5/13] Attempting update: https://deno.land/x/[email protected]/function/mod.ts -> v3.8.2
    [5/13] Update successful: https://deno.land/x/[email protected]/function/mod.ts -> v3.8.2
    [6/13] Looking for releases: https://deno.land/x/[email protected]/function/nvim/mod.ts
    [6/13] Attempting update: https://deno.land/x/[email protected]/function/nvim/mod.ts -> v3.8.2
    [6/13] Update successful: https://deno.land/x/[email protected]/function/nvim/mod.ts -> v3.8.2
    [7/13] Looking for releases: https://deno.land/x/[email protected]/helper/mod.ts
    [7/13] Attempting update: https://deno.land/x/[email protected]/helper/mod.ts -> v3.8.2
    [7/13] Update successful: https://deno.land/x/[email protected]/helper/mod.ts -> v3.8.2
    [8/13] Looking for releases: https://deno.land/x/[email protected]/variable/mod.ts
    [8/13] Attempting update: https://deno.land/x/[email protected]/variable/mod.ts -> v3.8.2
    [8/13] Update successful: https://deno.land/x/[email protected]/variable/mod.ts -> v3.8.2
    [9/13] Looking for releases: https://deno.land/x/[email protected]/autocmd/mod.ts
    [9/13] Attempting update: https://deno.land/x/[email protected]/autocmd/mod.ts -> v3.8.2
    [9/13] Update successful: https://deno.land/x/[email protected]/autocmd/mod.ts -> v3.8.2
    [10/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [10/13] Using latest: https://deno.land/x/[email protected]/mod.ts
    [11/13] Looking for releases: https://deno.land/x/[email protected]/types.ts
    [11/13] Attempting update: https://deno.land/x/[email protected]/types.ts -> v1.10.1
    [11/13] Update successful: https://deno.land/x/[email protected]/types.ts -> v1.10.1
    [12/13] Looking for releases: https://deno.land/x/[email protected]/buffer/mod.ts
    [12/13] Attempting update: https://deno.land/x/[email protected]/buffer/mod.ts -> v3.8.2
    [12/13] Update successful: https://deno.land/x/[email protected]/buffer/mod.ts -> v3.8.2
    [13/13] Looking for releases: https://deno.land/[email protected]/async/mod.ts
    [13/13] Attempting update: https://deno.land/[email protected]/async/mod.ts -> 0.155.0
    [13/13] Update successful: https://deno.land/[email protected]/async/mod.ts -> 0.155.0
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/process.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps_test.ts
    [1/2] Looking for releases: https://deno.land/[email protected]/testing/asserts.ts
    [1/2] Attempting update: https://deno.land/[email protected]/testing/asserts.ts -> 0.155.0
    [1/2] Update successful: https://deno.land/[email protected]/testing/asserts.ts -> 0.155.0
    [2/2] Looking for releases: https://deno.land/x/[email protected]/test/mod.ts
    [2/2] Attempting update: https://deno.land/x/[email protected]/test/mod.ts -> v3.8.2
    [2/2] Update successful: https://deno.land/x/[email protected]/test/mod.ts -> v3.8.2
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-filters/matcher_dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/README.md
    
    Already latest version:
    https://deno.land/x/[email protected]/mod.ts == v2.0.0
    
    Successfully updated:
    https://deno.land/x/[email protected]/mod.ts v3.3.2 -> v3.8.2
    https://deno.land/x/[email protected]/batch/mod.ts v3.3.2 -> v3.8.2
    https://deno.land/x/[email protected]/option/mod.ts v3.3.2 -> v3.8.2
    https://deno.land/[email protected]/path/mod.ts 0.146.0 -> 0.155.0
    https://deno.land/x/[email protected]/function/mod.ts v3.3.2 -> v3.8.2
    https://deno.land/x/[email protected]/function/nvim/mod.ts v3.3.2 -> v3.8.2
    https://deno.land/x/[email protected]/helper/mod.ts v3.3.2 -> v3.8.2
    https://deno.land/x/[email protected]/variable/mod.ts v3.3.2 -> v3.8.2
    https://deno.land/x/[email protected]/autocmd/mod.ts v3.3.2 -> v3.8.2
    https://deno.land/x/[email protected]/types.ts v1.8.5 -> v1.10.1
    https://deno.land/x/[email protected]/buffer/mod.ts v3.3.2 -> v3.8.2
    https://deno.land/[email protected]/async/mod.ts 0.146.0 -> 0.155.0
    https://deno.land/[email protected]/testing/asserts.ts 0.146.0 -> 0.155.0
    https://deno.land/x/[email protected]/test/mod.ts v3.3.2 -> v3.8.2
    make[1]: Entering directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    make[1]: Leaving directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    
    
    automation 
    opened by github-actions[bot] 0
  • :package: Update Deno dependencies

    :package: Update Deno dependencies

    The output of make update is

    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-sources/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/process.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps_test.ts
    [1/2] Looking for releases: https://deno.land/[email protected]/testing/asserts.ts
    [1/2] Attempting update: https://deno.land/[email protected]/testing/asserts.ts -> 0.146.0
    [1/2] Update successful: https://deno.land/[email protected]/testing/asserts.ts -> 0.146.0
    [2/2] Looking for releases: https://deno.land/x/[email protected]/test/mod.ts
    [2/2] Attempting update: https://deno.land/x/[email protected]/test/mod.ts -> v3.3.2
    [2/2] Update successful: https://deno.land/x/[email protected]/test/mod.ts -> v3.3.2
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps.ts
    [1/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [1/13] Attempting update: https://deno.land/x/[email protected]/mod.ts -> v3.3.2
    [1/13] Update successful: https://deno.land/x/[email protected]/mod.ts -> v3.3.2
    [2/13] Looking for releases: https://deno.land/x/[email protected]/batch/mod.ts
    [2/13] Attempting update: https://deno.land/x/[email protected]/batch/mod.ts -> v3.3.2
    [2/13] Update successful: https://deno.land/x/[email protected]/batch/mod.ts -> v3.3.2
    [3/13] Looking for releases: https://deno.land/x/[email protected]/option/mod.ts
    [3/13] Attempting update: https://deno.land/x/[email protected]/option/mod.ts -> v3.3.2
    [3/13] Update successful: https://deno.land/x/[email protected]/option/mod.ts -> v3.3.2
    [4/13] Looking for releases: https://deno.land/[email protected]/path/mod.ts
    [4/13] Attempting update: https://deno.land/[email protected]/path/mod.ts -> 0.146.0
    [4/13] Update successful: https://deno.land/[email protected]/path/mod.ts -> 0.146.0
    [5/13] Looking for releases: https://deno.land/x/[email protected]/function/mod.ts
    [5/13] Attempting update: https://deno.land/x/[email protected]/function/mod.ts -> v3.3.2
    [5/13] Update successful: https://deno.land/x/[email protected]/function/mod.ts -> v3.3.2
    [6/13] Looking for releases: https://deno.land/x/[email protected]/function/nvim/mod.ts
    [6/13] Attempting update: https://deno.land/x/[email protected]/function/nvim/mod.ts -> v3.3.2
    [6/13] Update successful: https://deno.land/x/[email protected]/function/nvim/mod.ts -> v3.3.2
    [7/13] Looking for releases: https://deno.land/x/[email protected]/helper/mod.ts
    [7/13] Attempting update: https://deno.land/x/[email protected]/helper/mod.ts -> v3.3.2
    [7/13] Update successful: https://deno.land/x/[email protected]/helper/mod.ts -> v3.3.2
    [8/13] Looking for releases: https://deno.land/x/[email protected]/variable/mod.ts
    [8/13] Attempting update: https://deno.land/x/[email protected]/variable/mod.ts -> v3.3.2
    [8/13] Update successful: https://deno.land/x/[email protected]/variable/mod.ts -> v3.3.2
    [9/13] Looking for releases: https://deno.land/x/[email protected]/autocmd/mod.ts
    [9/13] Attempting update: https://deno.land/x/[email protected]/autocmd/mod.ts -> v3.3.2
    [9/13] Update successful: https://deno.land/x/[email protected]/autocmd/mod.ts -> v3.3.2
    [10/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [10/13] Using latest: https://deno.land/x/[email protected]/mod.ts
    [11/13] Looking for releases: https://deno.land/x/[email protected]/types.ts
    [11/13] Attempting update: https://deno.land/x/[email protected]/types.ts -> v1.8.5
    [11/13] Update successful: https://deno.land/x/[email protected]/types.ts -> v1.8.5
    [12/13] Looking for releases: https://deno.land/x/[email protected]/buffer/mod.ts
    [12/13] Attempting update: https://deno.land/x/[email protected]/buffer/mod.ts -> v3.3.2
    [12/13] Update successful: https://deno.land/x/[email protected]/buffer/mod.ts -> v3.3.2
    [13/13] Looking for releases: https://deno.land/[email protected]/async/mod.ts
    [13/13] Attempting update: https://deno.land/[email protected]/async/mod.ts -> 0.146.0
    [13/13] Update successful: https://deno.land/[email protected]/async/mod.ts -> 0.146.0
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-kinds/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-filters/matcher_dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/README.md
    
    Already latest version:
    https://deno.land/x/[email protected]/mod.ts == v2.0.0
    
    Successfully updated:
    https://deno.land/[email protected]/testing/asserts.ts 0.144.0 -> 0.146.0
    https://deno.land/x/[email protected]/test/mod.ts v3.3.1 -> v3.3.2
    https://deno.land/x/[email protected]/mod.ts v3.3.1 -> v3.3.2
    https://deno.land/x/[email protected]/batch/mod.ts v3.3.1 -> v3.3.2
    https://deno.land/x/[email protected]/option/mod.ts v3.3.1 -> v3.3.2
    https://deno.land/[email protected]/path/mod.ts 0.144.0 -> 0.146.0
    https://deno.land/x/[email protected]/function/mod.ts v3.3.1 -> v3.3.2
    https://deno.land/x/[email protected]/function/nvim/mod.ts v3.3.1 -> v3.3.2
    https://deno.land/x/[email protected]/helper/mod.ts v3.3.1 -> v3.3.2
    https://deno.land/x/[email protected]/variable/mod.ts v3.3.1 -> v3.3.2
    https://deno.land/x/[email protected]/autocmd/mod.ts v3.3.1 -> v3.3.2
    https://deno.land/x/[email protected]/types.ts v1.8.1 -> v1.8.5
    https://deno.land/x/[email protected]/buffer/mod.ts v3.3.1 -> v3.3.2
    https://deno.land/[email protected]/async/mod.ts 0.144.0 -> 0.146.0
    make[1]: Entering directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    make[1]: Leaving directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    
    
    automation 
    opened by github-actions[bot] 0
  • :package: Update Deno dependencies

    :package: Update Deno dependencies

    The output of make update is

    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-sources/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps_test.ts
    [1/2] Looking for releases: https://deno.land/[email protected]/testing/asserts.ts
    [1/2] Attempting update: https://deno.land/[email protected]/testing/asserts.ts -> 0.144.0
    [1/2] Update successful: https://deno.land/[email protected]/testing/asserts.ts -> 0.144.0
    [2/2] Looking for releases: https://deno.land/x/[email protected]/test/mod.ts
    [2/2] Using latest: https://deno.land/x/[email protected]/test/mod.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/process.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps.ts
    [1/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [1/13] Using latest: https://deno.land/x/[email protected]/mod.ts
    [2/13] Looking for releases: https://deno.land/x/[email protected]/batch/mod.ts
    [2/13] Using latest: https://deno.land/x/[email protected]/batch/mod.ts
    [3/13] Looking for releases: https://deno.land/x/[email protected]/option/mod.ts
    [3/13] Using latest: https://deno.land/x/[email protected]/option/mod.ts
    [4/13] Looking for releases: https://deno.land/[email protected]/path/mod.ts
    [4/13] Attempting update: https://deno.land/[email protected]/path/mod.ts -> 0.144.0
    [4/13] Update successful: https://deno.land/[email protected]/path/mod.ts -> 0.144.0
    [5/13] Looking for releases: https://deno.land/x/[email protected]/function/mod.ts
    [5/13] Using latest: https://deno.land/x/[email protected]/function/mod.ts
    [6/13] Looking for releases: https://deno.land/x/[email protected]/function/nvim/mod.ts
    [6/13] Using latest: https://deno.land/x/[email protected]/function/nvim/mod.ts
    [7/13] Looking for releases: https://deno.land/x/[email protected]/helper/mod.ts
    [7/13] Using latest: https://deno.land/x/[email protected]/helper/mod.ts
    [8/13] Looking for releases: https://deno.land/x/[email protected]/variable/mod.ts
    [8/13] Using latest: https://deno.land/x/[email protected]/variable/mod.ts
    [9/13] Looking for releases: https://deno.land/x/[email protected]/autocmd/mod.ts
    [9/13] Using latest: https://deno.land/x/[email protected]/autocmd/mod.ts
    [10/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [10/13] Using latest: https://deno.land/x/[email protected]/mod.ts
    [11/13] Looking for releases: https://deno.land/x/[email protected]/types.ts
    [11/13] Attempting update: https://deno.land/x/[email protected]/types.ts -> v1.8.1
    [11/13] Update successful: https://deno.land/x/[email protected]/types.ts -> v1.8.1
    [12/13] Looking for releases: https://deno.land/x/[email protected]/buffer/mod.ts
    [12/13] Using latest: https://deno.land/x/[email protected]/buffer/mod.ts
    [13/13] Looking for releases: https://deno.land/[email protected]/async/mod.ts
    [13/13] Attempting update: https://deno.land/[email protected]/async/mod.ts -> 0.144.0
    [13/13] Update successful: https://deno.land/[email protected]/async/mod.ts -> 0.144.0
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-filters/matcher_dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-kinds/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/README.md
    
    Already latest version:
    https://deno.land/x/[email protected]/test/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/batch/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/option/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/function/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/function/nvim/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/helper/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/variable/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/autocmd/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/mod.ts == v2.0.0
    https://deno.land/x/[email protected]/buffer/mod.ts == v3.3.1
    
    Successfully updated:
    https://deno.land/[email protected]/testing/asserts.ts 0.141.0 -> 0.144.0
    https://deno.land/[email protected]/path/mod.ts 0.141.0 -> 0.144.0
    https://deno.land/x/[email protected]/types.ts v1.7.0 -> v1.8.1
    https://deno.land/[email protected]/async/mod.ts 0.141.0 -> 0.144.0
    make[1]: Entering directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    make[1]: Leaving directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    
    
    automation 
    opened by github-actions[bot] 0
  • :package: Update Deno dependencies

    :package: Update Deno dependencies

    The output of make update is

    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-kinds/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-sources/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-filters/matcher_dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps_test.ts
    [1/2] Looking for releases: https://deno.land/[email protected]/testing/asserts.ts
    [1/2] Attempting update: https://deno.land/[email protected]/testing/asserts.ts -> 0.141.0
    [1/2] Update successful: https://deno.land/[email protected]/testing/asserts.ts -> 0.141.0
    [2/2] Looking for releases: https://deno.land/x/[email protected]/test/mod.ts
    [2/2] Using latest: https://deno.land/x/[email protected]/test/mod.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps.ts
    [1/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [1/13] Using latest: https://deno.land/x/[email protected]/mod.ts
    [2/13] Looking for releases: https://deno.land/x/[email protected]/batch/mod.ts
    [2/13] Using latest: https://deno.land/x/[email protected]/batch/mod.ts
    [3/13] Looking for releases: https://deno.land/x/[email protected]/option/mod.ts
    [3/13] Using latest: https://deno.land/x/[email protected]/option/mod.ts
    [4/13] Looking for releases: https://deno.land/[email protected]/path/mod.ts
    [4/13] Attempting update: https://deno.land/[email protected]/path/mod.ts -> 0.141.0
    [4/13] Update successful: https://deno.land/[email protected]/path/mod.ts -> 0.141.0
    [5/13] Looking for releases: https://deno.land/x/[email protected]/function/mod.ts
    [5/13] Using latest: https://deno.land/x/[email protected]/function/mod.ts
    [6/13] Looking for releases: https://deno.land/x/[email protected]/function/nvim/mod.ts
    [6/13] Using latest: https://deno.land/x/[email protected]/function/nvim/mod.ts
    [7/13] Looking for releases: https://deno.land/x/[email protected]/helper/mod.ts
    [7/13] Using latest: https://deno.land/x/[email protected]/helper/mod.ts
    [8/13] Looking for releases: https://deno.land/x/[email protected]/variable/mod.ts
    [8/13] Using latest: https://deno.land/x/[email protected]/variable/mod.ts
    [9/13] Looking for releases: https://deno.land/x/[email protected]/autocmd/mod.ts
    [9/13] Using latest: https://deno.land/x/[email protected]/autocmd/mod.ts
    [10/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [10/13] Using latest: https://deno.land/x/[email protected]/mod.ts
    [11/13] Looking for releases: https://deno.land/x/[email protected]/types.ts
    [11/13] Attempting update: https://deno.land/x/[email protected]/types.ts -> v1.7.0
    [11/13] Update successful: https://deno.land/x/[email protected]/types.ts -> v1.7.0
    [12/13] Looking for releases: https://deno.land/x/[email protected]/buffer/mod.ts
    [12/13] Using latest: https://deno.land/x/[email protected]/buffer/mod.ts
    [13/13] Looking for releases: https://deno.land/[email protected]/async/mod.ts
    [13/13] Attempting update: https://deno.land/[email protected]/async/mod.ts -> 0.141.0
    [13/13] Update successful: https://deno.land/[email protected]/async/mod.ts -> 0.141.0
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/process.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/README.md
    
    Already latest version:
    https://deno.land/x/[email protected]/test/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/batch/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/option/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/function/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/function/nvim/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/helper/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/variable/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/autocmd/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/mod.ts == v2.0.0
    https://deno.land/x/[email protected]/buffer/mod.ts == v3.3.1
    
    Successfully updated:
    https://deno.land/[email protected]/testing/asserts.ts 0.140.0 -> 0.141.0
    https://deno.land/[email protected]/path/mod.ts 0.140.0 -> 0.141.0
    https://deno.land/x/[email protected]/types.ts v1.6.0 -> v1.7.0
    https://deno.land/[email protected]/async/mod.ts 0.140.0 -> 0.141.0
    make[1]: Entering directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    make[1]: Leaving directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    
    
    automation 
    opened by github-actions[bot] 0
  • :package: Update Deno dependencies

    :package: Update Deno dependencies

    The output of make update is

    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/README.md
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-sources/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-filters/matcher_dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/process.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps.ts
    [1/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [1/13] Using latest: https://deno.land/x/[email protected]/mod.ts
    [2/13] Looking for releases: https://deno.land/x/[email protected]/batch/mod.ts
    [2/13] Using latest: https://deno.land/x/[email protected]/batch/mod.ts
    [3/13] Looking for releases: https://deno.land/x/[email protected]/option/mod.ts
    [3/13] Using latest: https://deno.land/x/[email protected]/option/mod.ts
    [4/13] Looking for releases: https://deno.land/[email protected]/path/mod.ts
    [4/13] Attempting update: https://deno.land/[email protected]/path/mod.ts -> 0.140.0
    [4/13] Update successful: https://deno.land/[email protected]/path/mod.ts -> 0.140.0
    [5/13] Looking for releases: https://deno.land/x/[email protected]/function/mod.ts
    [5/13] Using latest: https://deno.land/x/[email protected]/function/mod.ts
    [6/13] Looking for releases: https://deno.land/x/[email protected]/function/nvim/mod.ts
    [6/13] Using latest: https://deno.land/x/[email protected]/function/nvim/mod.ts
    [7/13] Looking for releases: https://deno.land/x/[email protected]/helper/mod.ts
    [7/13] Using latest: https://deno.land/x/[email protected]/helper/mod.ts
    [8/13] Looking for releases: https://deno.land/x/[email protected]/variable/mod.ts
    [8/13] Using latest: https://deno.land/x/[email protected]/variable/mod.ts
    [9/13] Looking for releases: https://deno.land/x/[email protected]/autocmd/mod.ts
    [9/13] Using latest: https://deno.land/x/[email protected]/autocmd/mod.ts
    [10/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [10/13] Using latest: https://deno.land/x/[email protected]/mod.ts
    [11/13] Looking for releases: https://deno.land/x/[email protected]/types.ts
    [11/13] Using latest: https://deno.land/x/[email protected]/types.ts
    [12/13] Looking for releases: https://deno.land/x/[email protected]/buffer/mod.ts
    [12/13] Using latest: https://deno.land/x/[email protected]/buffer/mod.ts
    [13/13] Looking for releases: https://deno.land/[email protected]/async/mod.ts
    [13/13] Attempting update: https://deno.land/[email protected]/async/mod.ts -> 0.140.0
    [13/13] Update successful: https://deno.land/[email protected]/async/mod.ts -> 0.140.0
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps_test.ts
    [1/2] Looking for releases: https://deno.land/[email protected]/testing/asserts.ts
    [1/2] Attempting update: https://deno.land/[email protected]/testing/asserts.ts -> 0.140.0
    [1/2] Update successful: https://deno.land/[email protected]/testing/asserts.ts -> 0.140.0
    [2/2] Looking for releases: https://deno.land/x/[email protected]/test/mod.ts
    [2/2] Using latest: https://deno.land/x/[email protected]/test/mod.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-kinds/dein_update.ts
    
    Already latest version:
    https://deno.land/x/[email protected]/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/batch/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/option/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/function/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/function/nvim/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/helper/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/variable/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/autocmd/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/mod.ts == v2.0.0
    https://deno.land/x/[email protected]/types.ts == v1.6.0
    https://deno.land/x/[email protected]/buffer/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/test/mod.ts == v3.3.1
    
    Successfully updated:
    https://deno.land/[email protected]/path/mod.ts 0.137.0 -> 0.140.0
    https://deno.land/[email protected]/async/mod.ts 0.137.0 -> 0.140.0
    https://deno.land/[email protected]/testing/asserts.ts 0.137.0 -> 0.140.0
    make[1]: Entering directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    make[1]: Leaving directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    
    
    automation 
    opened by github-actions[bot] 0
  • :package: Update Deno dependencies

    :package: Update Deno dependencies

    The output of make update is

    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-kinds/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-sources/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-filters/matcher_dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/process.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps_test.ts
    [1/2] Looking for releases: https://deno.land/[email protected]/testing/asserts.ts
    [1/2] Using latest: https://deno.land/[email protected]/testing/asserts.ts
    [2/2] Looking for releases: https://deno.land/x/[email protected]/test/mod.ts
    [2/2] Using latest: https://deno.land/x/[email protected]/test/mod.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps.ts
    [1/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [1/13] Using latest: https://deno.land/x/[email protected]/mod.ts
    [2/13] Looking for releases: https://deno.land/x/[email protected]/batch/mod.ts
    [2/13] Using latest: https://deno.land/x/[email protected]/batch/mod.ts
    [3/13] Looking for releases: https://deno.land/x/[email protected]/option/mod.ts
    [3/13] Using latest: https://deno.land/x/[email protected]/option/mod.ts
    [4/13] Looking for releases: https://deno.land/[email protected]/path/mod.ts
    [4/13] Using latest: https://deno.land/[email protected]/path/mod.ts
    [5/13] Looking for releases: https://deno.land/x/[email protected]/function/mod.ts
    [5/13] Using latest: https://deno.land/x/[email protected]/function/mod.ts
    [6/13] Looking for releases: https://deno.land/x/[email protected]/function/nvim/mod.ts
    [6/13] Using latest: https://deno.land/x/[email protected]/function/nvim/mod.ts
    [7/13] Looking for releases: https://deno.land/x/[email protected]/helper/mod.ts
    [7/13] Using latest: https://deno.land/x/[email protected]/helper/mod.ts
    [8/13] Looking for releases: https://deno.land/x/[email protected]/variable/mod.ts
    [8/13] Using latest: https://deno.land/x/[email protected]/variable/mod.ts
    [9/13] Looking for releases: https://deno.land/x/[email protected]/autocmd/mod.ts
    [9/13] Using latest: https://deno.land/x/[email protected]/autocmd/mod.ts
    [10/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [10/13] Using latest: https://deno.land/x/[email protected]/mod.ts
    [11/13] Looking for releases: https://deno.land/x/[email protected]/types.ts
    [11/13] Attempting update: https://deno.land/x/[email protected]/types.ts -> v1.6.0
    [11/13] Update successful: https://deno.land/x/[email protected]/types.ts -> v1.6.0
    [12/13] Looking for releases: https://deno.land/x/[email protected]/buffer/mod.ts
    [12/13] Using latest: https://deno.land/x/[email protected]/buffer/mod.ts
    [13/13] Looking for releases: https://deno.land/[email protected]/async/mod.ts
    [13/13] Using latest: https://deno.land/[email protected]/async/mod.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/README.md
    
    Already latest version:
    https://deno.land/[email protected]/testing/asserts.ts == 0.137.0
    https://deno.land/x/[email protected]/test/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/batch/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/option/mod.ts == v3.3.1
    https://deno.land/[email protected]/path/mod.ts == 0.137.0
    https://deno.land/x/[email protected]/function/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/function/nvim/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/helper/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/variable/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/autocmd/mod.ts == v3.3.1
    https://deno.land/x/[email protected]/mod.ts == v2.0.0
    https://deno.land/x/[email protected]/buffer/mod.ts == v3.3.1
    https://deno.land/[email protected]/async/mod.ts == 0.137.0
    
    Successfully updated:
    https://deno.land/x/[email protected]/types.ts v1.5.0 -> v1.6.0
    make[1]: Entering directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    make[1]: Leaving directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    
    
    automation 
    opened by github-actions[bot] 0
  • :package: Update Deno dependencies

    :package: Update Deno dependencies

    The output of make update is

    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-kinds/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-sources/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-filters/matcher_dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/process.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps_test.ts
    [1/2] Looking for releases: https://deno.land/[email protected]/testing/asserts.ts
    [1/2] Attempting update: https://deno.land/[email protected]/testing/asserts.ts -> 0.137.0
    [1/2] Update successful: https://deno.land/[email protected]/testing/asserts.ts -> 0.137.0
    [2/2] Looking for releases: https://deno.land/x/[email protected]/test/mod.ts
    [2/2] Attempting update: https://deno.land/x/[email protected]/test/mod.ts -> v3.3.1
    [2/2] Update successful: https://deno.land/x/[email protected]/test/mod.ts -> v3.3.1
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps.ts
    [1/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [1/13] Attempting update: https://deno.land/x/[email protected]/mod.ts -> v3.3.1
    [1/13] Update successful: https://deno.land/x/[email protected]/mod.ts -> v3.3.1
    [2/13] Looking for releases: https://deno.land/x/[email protected]/batch/mod.ts
    [2/13] Attempting update: https://deno.land/x/[email protected]/batch/mod.ts -> v3.3.1
    [2/13] Update successful: https://deno.land/x/[email protected]/batch/mod.ts -> v3.3.1
    [3/13] Looking for releases: https://deno.land/x/[email protected]/option/mod.ts
    [3/13] Attempting update: https://deno.land/x/[email protected]/option/mod.ts -> v3.3.1
    [3/13] Update successful: https://deno.land/x/[email protected]/option/mod.ts -> v3.3.1
    [4/13] Looking for releases: https://deno.land/[email protected]/path/mod.ts
    [4/13] Attempting update: https://deno.land/[email protected]/path/mod.ts -> 0.137.0
    [4/13] Update successful: https://deno.land/[email protected]/path/mod.ts -> 0.137.0
    [5/13] Looking for releases: https://deno.land/x/[email protected]/function/mod.ts
    [5/13] Attempting update: https://deno.land/x/[email protected]/function/mod.ts -> v3.3.1
    [5/13] Update successful: https://deno.land/x/[email protected]/function/mod.ts -> v3.3.1
    [6/13] Looking for releases: https://deno.land/x/[email protected]/function/nvim/mod.ts
    [6/13] Attempting update: https://deno.land/x/[email protected]/function/nvim/mod.ts -> v3.3.1
    [6/13] Update successful: https://deno.land/x/[email protected]/function/nvim/mod.ts -> v3.3.1
    [7/13] Looking for releases: https://deno.land/x/[email protected]/helper/mod.ts
    [7/13] Attempting update: https://deno.land/x/[email protected]/helper/mod.ts -> v3.3.1
    [7/13] Update successful: https://deno.land/x/[email protected]/helper/mod.ts -> v3.3.1
    [8/13] Looking for releases: https://deno.land/x/[email protected]/variable/mod.ts
    [8/13] Attempting update: https://deno.land/x/[email protected]/variable/mod.ts -> v3.3.1
    [8/13] Update successful: https://deno.land/x/[email protected]/variable/mod.ts -> v3.3.1
    [9/13] Looking for releases: https://deno.land/x/[email protected]/autocmd/mod.ts
    [9/13] Attempting update: https://deno.land/x/[email protected]/autocmd/mod.ts -> v3.3.1
    [9/13] Update successful: https://deno.land/x/[email protected]/autocmd/mod.ts -> v3.3.1
    [10/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [10/13] Using latest: https://deno.land/x/[email protected]/mod.ts
    [11/13] Looking for releases: https://deno.land/x/[email protected]/types.ts
    [11/13] Using latest: https://deno.land/x/[email protected]/types.ts
    [12/13] Looking for releases: https://deno.land/x/[email protected]/buffer/mod.ts
    [12/13] Attempting update: https://deno.land/x/[email protected]/buffer/mod.ts -> v3.3.1
    [12/13] Update successful: https://deno.land/x/[email protected]/buffer/mod.ts -> v3.3.1
    [13/13] Looking for releases: https://deno.land/[email protected]/async/mod.ts
    [13/13] Attempting update: https://deno.land/[email protected]/async/mod.ts -> 0.137.0
    [13/13] Update successful: https://deno.land/[email protected]/async/mod.ts -> 0.137.0
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/README.md
    
    Already latest version:
    https://deno.land/x/[email protected]/mod.ts == v2.0.0
    https://deno.land/x/[email protected]/types.ts == v1.5.0
    
    Successfully updated:
    https://deno.land/[email protected]/testing/asserts.ts 0.136.0 -> 0.137.0
    https://deno.land/x/[email protected]/test/mod.ts v3.3.0 -> v3.3.1
    https://deno.land/x/[email protected]/mod.ts v3.3.0 -> v3.3.1
    https://deno.land/x/[email protected]/batch/mod.ts v3.3.0 -> v3.3.1
    https://deno.land/x/[email protected]/option/mod.ts v3.3.0 -> v3.3.1
    https://deno.land/[email protected]/path/mod.ts 0.136.0 -> 0.137.0
    https://deno.land/x/[email protected]/function/mod.ts v3.3.0 -> v3.3.1
    https://deno.land/x/[email protected]/function/nvim/mod.ts v3.3.0 -> v3.3.1
    https://deno.land/x/[email protected]/helper/mod.ts v3.3.0 -> v3.3.1
    https://deno.land/x/[email protected]/variable/mod.ts v3.3.0 -> v3.3.1
    https://deno.land/x/[email protected]/autocmd/mod.ts v3.3.0 -> v3.3.1
    https://deno.land/x/[email protected]/buffer/mod.ts v3.3.0 -> v3.3.1
    https://deno.land/[email protected]/async/mod.ts 0.136.0 -> 0.137.0
    make[1]: Entering directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    make[1]: Leaving directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    
    
    automation 
    opened by github-actions[bot] 0
  • :package: Update Deno dependencies

    :package: Update Deno dependencies

    The output of make update is

    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-kinds/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-sources/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-filters/matcher_dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps_test.ts
    [1/2] Looking for releases: https://deno.land/[email protected]/testing/asserts.ts
    [1/2] Attempting update: https://deno.land/[email protected]/testing/asserts.ts -> 0.136.0
    [1/2] Update successful: https://deno.land/[email protected]/testing/asserts.ts -> 0.136.0
    [2/2] Looking for releases: https://deno.land/x/[email protected]/test/mod.ts
    [2/2] Using latest: https://deno.land/x/[email protected]/test/mod.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/process.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps.ts
    [1/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [1/13] Using latest: https://deno.land/x/[email protected]/mod.ts
    [2/13] Looking for releases: https://deno.land/x/[email protected]/batch/mod.ts
    [2/13] Using latest: https://deno.land/x/[email protected]/batch/mod.ts
    [3/13] Looking for releases: https://deno.land/x/[email protected]/option/mod.ts
    [3/13] Using latest: https://deno.land/x/[email protected]/option/mod.ts
    [4/13] Looking for releases: https://deno.land/[email protected]/path/mod.ts
    [4/13] Attempting update: https://deno.land/[email protected]/path/mod.ts -> 0.136.0
    [4/13] Update successful: https://deno.land/[email protected]/path/mod.ts -> 0.136.0
    [5/13] Looking for releases: https://deno.land/x/[email protected]/function/mod.ts
    [5/13] Using latest: https://deno.land/x/[email protected]/function/mod.ts
    [6/13] Looking for releases: https://deno.land/x/[email protected]/function/nvim/mod.ts
    [6/13] Using latest: https://deno.land/x/[email protected]/function/nvim/mod.ts
    [7/13] Looking for releases: https://deno.land/x/[email protected]/helper/mod.ts
    [7/13] Using latest: https://deno.land/x/[email protected]/helper/mod.ts
    [8/13] Looking for releases: https://deno.land/x/[email protected]/variable/mod.ts
    [8/13] Using latest: https://deno.land/x/[email protected]/variable/mod.ts
    [9/13] Looking for releases: https://deno.land/x/[email protected]/autocmd/mod.ts
    [9/13] Using latest: https://deno.land/x/[email protected]/autocmd/mod.ts
    [10/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [10/13] Using latest: https://deno.land/x/[email protected]/mod.ts
    [11/13] Looking for releases: https://deno.land/x/[email protected]/types.ts
    [11/13] Using latest: https://deno.land/x/[email protected]/types.ts
    [12/13] Looking for releases: https://deno.land/x/[email protected]/buffer/mod.ts
    [12/13] Using latest: https://deno.land/x/[email protected]/buffer/mod.ts
    [13/13] Looking for releases: https://deno.land/[email protected]/async/mod.ts
    [13/13] Attempting update: https://deno.land/[email protected]/async/mod.ts -> 0.136.0
    [13/13] Update successful: https://deno.land/[email protected]/async/mod.ts -> 0.136.0
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/README.md
    
    Already latest version:
    https://deno.land/x/[email protected]/test/mod.ts == v3.3.0
    https://deno.land/x/[email protected]/mod.ts == v3.3.0
    https://deno.land/x/[email protected]/batch/mod.ts == v3.3.0
    https://deno.land/x/[email protected]/option/mod.ts == v3.3.0
    https://deno.land/x/[email protected]/function/mod.ts == v3.3.0
    https://deno.land/x/[email protected]/function/nvim/mod.ts == v3.3.0
    https://deno.land/x/[email protected]/helper/mod.ts == v3.3.0
    https://deno.land/x/[email protected]/variable/mod.ts == v3.3.0
    https://deno.land/x/[email protected]/autocmd/mod.ts == v3.3.0
    https://deno.land/x/[email protected]/mod.ts == v2.0.0
    https://deno.land/x/[email protected]/types.ts == v1.5.0
    https://deno.land/x/[email protected]/buffer/mod.ts == v3.3.0
    
    Successfully updated:
    https://deno.land/[email protected]/testing/asserts.ts 0.134.0 -> 0.136.0
    https://deno.land/[email protected]/path/mod.ts 0.134.0 -> 0.136.0
    https://deno.land/[email protected]/async/mod.ts 0.134.0 -> 0.136.0
    make[1]: Entering directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    make[1]: Leaving directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    
    
    automation 
    opened by github-actions[bot] 0
  • :package: Update Deno dependencies

    :package: Update Deno dependencies

    The output of make update is

    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/README.md
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps_test.ts
    [1/2] Looking for releases: https://deno.land/[email protected]/testing/asserts.ts
    [1/2] Using latest: https://deno.land/[email protected]/testing/asserts.ts
    [2/2] Looking for releases: https://deno.land/x/[email protected]/test/mod.ts
    [2/2] Attempting update: https://deno.land/x/[email protected]/test/mod.ts -> v3.12.1
    [2/2] Update successful: https://deno.land/x/[email protected]/test/mod.ts -> v3.12.1
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/git.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/deps.ts
    [1/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [1/13] Attempting update: https://deno.land/x/[email protected]/mod.ts -> v3.12.1
    [1/13] Update successful: https://deno.land/x/[email protected]/mod.ts -> v3.12.1
    [2/13] Looking for releases: https://deno.land/x/[email protected]/batch/mod.ts
    [2/13] Attempting update: https://deno.land/x/[email protected]/batch/mod.ts -> v3.12.1
    [2/13] Update successful: https://deno.land/x/[email protected]/batch/mod.ts -> v3.12.1
    [3/13] Looking for releases: https://deno.land/x/[email protected]/option/mod.ts
    [3/13] Attempting update: https://deno.land/x/[email protected]/option/mod.ts -> v3.12.1
    [3/13] Update successful: https://deno.land/x/[email protected]/option/mod.ts -> v3.12.1
    [4/13] Looking for releases: https://deno.land/[email protected]/path/mod.ts
    [4/13] Using latest: https://deno.land/[email protected]/path/mod.ts
    [5/13] Looking for releases: https://deno.land/x/[email protected]/function/mod.ts
    [5/13] Attempting update: https://deno.land/x/[email protected]/function/mod.ts -> v3.12.1
    [5/13] Update successful: https://deno.land/x/[email protected]/function/mod.ts -> v3.12.1
    [6/13] Looking for releases: https://deno.land/x/[email protected]/function/nvim/mod.ts
    [6/13] Attempting update: https://deno.land/x/[email protected]/function/nvim/mod.ts -> v3.12.1
    [6/13] Update successful: https://deno.land/x/[email protected]/function/nvim/mod.ts -> v3.12.1
    [7/13] Looking for releases: https://deno.land/x/[email protected]/helper/mod.ts
    [7/13] Attempting update: https://deno.land/x/[email protected]/helper/mod.ts -> v3.12.1
    [7/13] Update successful: https://deno.land/x/[email protected]/helper/mod.ts -> v3.12.1
    [8/13] Looking for releases: https://deno.land/x/[email protected]/variable/mod.ts
    [8/13] Attempting update: https://deno.land/x/[email protected]/variable/mod.ts -> v3.12.1
    [8/13] Update successful: https://deno.land/x/[email protected]/variable/mod.ts -> v3.12.1
    [9/13] Looking for releases: https://deno.land/x/[email protected]/autocmd/mod.ts
    [9/13] Attempting update: https://deno.land/x/[email protected]/autocmd/mod.ts -> v3.12.1
    [9/13] Update successful: https://deno.land/x/[email protected]/autocmd/mod.ts -> v3.12.1
    [10/13] Looking for releases: https://deno.land/x/[email protected]/mod.ts
    [10/13] Using latest: https://deno.land/x/[email protected]/mod.ts
    [11/13] Looking for releases: https://deno.land/x/[email protected]/types.ts
    [11/13] Using latest: https://deno.land/x/[email protected]/types.ts
    [12/13] Looking for releases: https://deno.land/x/[email protected]/buffer/mod.ts
    [12/13] Attempting update: https://deno.land/x/[email protected]/buffer/mod.ts -> v3.12.1
    [12/13] Update successful: https://deno.land/x/[email protected]/buffer/mod.ts -> v3.12.1
    [13/13] Looking for releases: https://deno.land/[email protected]/async/mod.ts
    [13/13] Using latest: https://deno.land/[email protected]/async/mod.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/process.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu_dein_update/text_test.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-filters/matcher_dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-sources/dein_update.ts
    
    /home/runner/work/ddu-source-dein_update/ddu-source-dein_update/denops/@ddu-kinds/dein_update.ts
    
    Already latest version:
    https://deno.land/[email protected]/testing/asserts.ts == 0.170.0
    https://deno.land/[email protected]/path/mod.ts == 0.170.0
    https://deno.land/x/[email protected]/mod.ts == v2.1.0
    https://deno.land/x/[email protected]/types.ts == v2.0.0
    https://deno.land/[email protected]/async/mod.ts == 0.170.0
    
    Successfully updated:
    https://deno.land/x/[email protected]/test/mod.ts v3.12.0 -> v3.12.1
    https://deno.land/x/[email protected]/mod.ts v3.12.0 -> v3.12.1
    https://deno.land/x/[email protected]/batch/mod.ts v3.12.0 -> v3.12.1
    https://deno.land/x/[email protected]/option/mod.ts v3.12.0 -> v3.12.1
    https://deno.land/x/[email protected]/function/mod.ts v3.12.0 -> v3.12.1
    https://deno.land/x/[email protected]/function/nvim/mod.ts v3.12.0 -> v3.12.1
    https://deno.land/x/[email protected]/helper/mod.ts v3.12.0 -> v3.12.1
    https://deno.land/x/[email protected]/variable/mod.ts v3.12.0 -> v3.12.1
    https://deno.land/x/[email protected]/autocmd/mod.ts v3.12.0 -> v3.12.1
    https://deno.land/x/[email protected]/buffer/mod.ts v3.12.0 -> v3.12.1
    make[1]: Entering directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    make[1]: Leaving directory '/home/runner/work/ddu-source-dein_update/ddu-source-dein_update'
    
    
    automation 
    opened by github-actions[bot] 0
Owner
Haruki Matsui
Haruki Matsui
Custom list source for ddu.vim

ddu-source-custom-list Custom list source for ddu.vim This souce allows you to specify custom text list as a ddu source programatically. Configuration

Iizuka Masashi 5 Dec 28, 2022
Line source for ddu.vim

ddu-source-line Line source for ddu.vim This source collects current buffer lines. Required denops.vim https://github.com/vim-denops/denops.vim ddu.vi

Shougo 8 Dec 11, 2022
Homepage of the Vim Inspired Electron Browser - Vieb

vieb.dev Vieb is the Vim Inspired Electron Browser. This repo contains the full source code of Vieb's website/homepage. This does not contain the sour

Jelmer van Arnhem 5 Dec 15, 2022
💻 ssher.vim is interacting remote machines(only linux) through ssh connection

?? ssher.vim is interacting remote machines(only linux) through ssh connection

Luma 3 Feb 21, 2022
Experimental keycast plugin for Vim/Neovim

vim-keycasty Introduction Keycasty is an experimental keycast plugin for Vim/Neovim. Still work in progress. Use it just for testing. Design Keycasty

Shun Ueda 4 Apr 30, 2022
GitHub completion for ddc.vim via gh

ddc-github GitHub completion for ddc.vim via gh These sources collect something related to GitHub (e.g. issues, pull requests) via gh, which is GitHub

Hibiki 11 Oct 18, 2022
Do you wanna watch "Bad Apple!!" on your vim/neovim?

bad-apple.vim Let's watch Bad Apple!! on your vim/neovim! BadAppleVimShort.mov https://youtu.be/XezoLvr1dX0 Required denops.vim https://github.com/vim

Ryotaro 14 Dec 28, 2022
GraphQL client for Vim/Neovim

denops-graphql.vim GraphQL client for Vim/Neovim. Requirements denops.vim Usage :GraphQLExecute Execute current buffer as graphql query. :GraphQLEdit

skanehira 10 Dec 15, 2022
Vim/Neovim plugin for Kubernetes

k8s.vim A Vim/Neovim plugin for kubernetes Requirements denops.vim kubectl Usage " Execute kubectl via terminal " Bellow is Same as 'kubectl get pods

skanehira 19 Oct 7, 2022
Copilot completion for ddc.vim

ddc-copilot Copilot completion for ddc.vim NOTE: It is experimental source. Required copilot.vim https://github.com/github/copilot.vim denops.vim http

Shougo 3 Oct 27, 2022
This repo contains instructions on how to create your NFT in Solana(using Metaplex and Candy Machine) and mint it using your custom front-end Dapp

Solana-NFT minting Dapp Create your own NFT's on Solana, and mint them from your custom front-end Dapp. Tools used Metaplex -> Metaplex is the NFT sta

Udit Sankhadasariya 12 Nov 2, 2022
Using decentralized identities with Web 2 to create a no login required website. Built using the Handshake blockchain.

Blending Web 2/3, is this Web .666? ( •̀ᴗ•́ )و ̑̑ Learn more by joining the Handshake Discord Community applause is a platform I built using centraliz

Publius Federalist 13 Mar 3, 2022
Web-pack based Todo-List Website built using HTML, CSS and JavaScript. Tested Using Jest.

To-DO List Live Link Additional description about the project and its features: Built With HTML and CSS Javascript HTML & CSS3 & JavaScript Linters Gi

Saadat Ali 8 Mar 31, 2022
Tip Tweet is a hybrid dApp that provides a simple way to tip a tweet using Ethereum. Authors can claim their tips using their Twitter account. You only need the tweet URL to tip. 🚀 😎

Tip Tweet Table of Contents About Folder Structure Contract Deveopment Starting the App Usage Contributing About Tip Tweet is hybrid dApp that allows

Dias Junior 23 Nov 15, 2022
JavaScript project for the Leaderboard list app, using Webpack and ES6 features, notably modules. this app consume the Leaderboard API using JavaScript async and await and add some styling.

Leaderboard Project JavaScript project for the Leaderboard list app, using Webpack and ES6 features, notably modules. this app consume the Leaderboard

bizimungu pascal 4 May 20, 2022
This is a fully functional DAO, a Web3 project made using Solidity, Hardhat, JS, Next.js, Openzeppelin, CSS, HTML, using the Rinkerby network!

My First DAO! This is made for a DAO-Tutorial via learnweb3.io This is a DAO, a decentralised autonomous organisation, essentially a more collective a

Kell (K42) 3 Jun 20, 2022
Sample code for resizing Images with Lambda@Edge using the Custom Origin. You can deploy using AWS CDK.

Resizing Images with Lambda@Edge using the Custom Origin You can resize the images and convert the image format by query parameters. This Lambda@Edge

AWS Samples 16 Dec 11, 2022
The aim of this project is to restructure the Awesome books app code by using ES6 syntax and organising the workspace using modules.

Awesome-Books-ES6 The aim of this project is to restructure the Awesome books app code by using ES6 syntax and organising the workspace using modules.

Favour Ezeugwa 15 Aug 18, 2022
Awesome Books project with ES6 is an application that was built using Vanilla JavaScript with ES6 features like using arrow functions. This application allows you to keep records of your favorite books.

Javascript Project Awesome Books with ES6 Using Javascript to create a simple Awesome Books project. Populating the books list and then removing one b

Ghazanfar Ali 8 Sep 28, 2022