vim-askpass icon indicating copy to clipboard operation
vim-askpass copied to clipboard

:package: Update Deno dependencies

Open github-actions[bot] opened this issue 2 years ago • 1 comments

The output of make update is

/home/runner/work/vim-askpass/vim-askpass/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.5.1
[1/7] Update successful: https://deno.land/x/[email protected]/mod.ts -> v6.5.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.224.0
[2/7] Update successful: https://deno.land/[email protected]/path/mod.ts -> 0.224.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.5.1
[3/7] Update successful: https://deno.land/x/[email protected]/batch/mod.ts -> v6.5.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.5.1
[4/7] Update successful: https://deno.land/x/[email protected]/variable/mod.ts -> v6.5.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.5.1
[5/7] Update successful: https://deno.land/x/[email protected]/function/mod.ts -> v6.5.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.18.1
[6/7] Update successful: https://deno.land/x/[email protected]/mod.ts -> v3.18.1
[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/vim-askpass/vim-askpass/denops/askpass/const.ts

/home/runner/work/vim-askpass/vim-askpass/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.224.0
[2/2] Update successful: https://deno.land/[email protected]/io/mod.ts -> 0.224.0

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

Successfully updated:
https://deno.land/x/[email protected]/mod.ts v3.1.4 -> v6.5.1
https://deno.land/[email protected]/path/mod.ts 0.128.0 -> 0.224.0
https://deno.land/x/[email protected]/batch/mod.ts v3.1.4 -> v6.5.1
https://deno.land/x/[email protected]/variable/mod.ts v3.1.4 -> v6.5.1
https://deno.land/x/[email protected]/function/mod.ts v3.1.4 -> v6.5.1
https://deno.land/x/[email protected]/mod.ts v2.0.0 -> v3.18.1
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.224.0
make[1]: Entering directory '/home/runner/work/vim-askpass/vim-askpass'
make[1]: Leaving directory '/home/runner/work/vim-askpass/vim-askpass'

github-actions[bot] avatar Mar 04 '22 00:03 github-actions[bot]

[!IMPORTANT]

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ?


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • You can reply to a review comment made by CodeRabbit.
  • You can tag CodeRabbit on specific lines of code or files in the PR by tagging @coderabbitai in a comment.
  • You can tag @coderabbitai in a PR comment and ask one-off questions about the PR and the codebase. Use quoted replies to pass the context for follow-up questions.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

coderabbitai[bot] avatar Nov 18 '23 00:11 coderabbitai[bot]