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