From 6e155beae418d9c9374e2a7a475bce326979e695 Mon Sep 17 00:00:00 2001 From: skanehira Date: Tue, 13 Sep 2022 10:38:03 +0900 Subject: [PATCH] feat: support deno version v1.25+ --- .github/workflows/ci.yaml | 4 ++-- README.md | 5 +---- denops/silicon/deps.ts | 4 ++-- doc/silicon.txt | 2 +- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0e281ad..d979864 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: lint: strategy: matrix: - deno_version: ["v1.24.3"] + deno_version: [v1.x] os: [ubuntu-latest] name: deno lint runs-on: ${{ matrix.os }} @@ -31,7 +31,7 @@ jobs: - macos-12 - ubuntu-22.04 version: - - "v1.24.3" + - "v1.x" host_version: - vim: "v8.2.3452" nvim: "v0.6.0" diff --git a/README.md b/README.md index ab3b00d..8b0ef97 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,9 @@ A plugin to generate image from source code. ## Requirements - [denops.vim](https://github.com/vim-denops/denops.vim) -- Deno v1.24.3 or earlier +- Deno v1.25.0 or later - xclip(only Linux) -## Known issues -- Deno `v1.25.0` or later is not work - ## Dependencies Please refer silicon's [dependencies](https://github.com/Aloxaf/silicon#dependencies) diff --git a/denops/silicon/deps.ts b/denops/silicon/deps.ts index 6c51dd6..8a902cf 100644 --- a/denops/silicon/deps.ts +++ b/denops/silicon/deps.ts @@ -2,8 +2,8 @@ export * from "https://deno.land/x/denops_std@v3.8.2/mod.ts"; export * from "https://deno.land/x/denops_std@v3.8.2/variable/mod.ts"; export * from "https://deno.land/x/unknownutil@v2.0.0/mod.ts"; export * from "https://deno.land/std@0.155.0/testing/asserts.ts"; -export * as silicon from "https://deno.land/x/silicon@v0.0.2/mod.ts"; +export * as silicon from "https://deno.land/x/silicon@v0.0.3/mod.ts"; export * as vars from "https://deno.land/x/denops_std@v3.8.2/variable/mod.ts"; -export * as clippy from "https://deno.land/x/clippy@v0.1.0/mod.ts"; +export * as clippy from "https://deno.land/x/clippy@v0.2.0/mod.ts"; export * as mapping from "https://deno.land/x/denops_std@v3.8.2/mapping/mod.ts"; export * from "https://deno.land/x/denops_std@v3.8.2/test/mod.ts"; diff --git a/doc/silicon.txt b/doc/silicon.txt index df26c7c..1f4d274 100644 --- a/doc/silicon.txt +++ b/doc/silicon.txt @@ -1,6 +1,6 @@ *silicon.txt* generate images from source code -Version : 0.0.1 +Version : 0.0.2 Author : skanehira License : MIT license {{{ Permission is hereby granted, free of charge, to any person obtaining