Skip to content

Commit aa42928

Browse files
lambdalisueclaude
andcommitted
Update supported versions and CI configuration
- Update Deno from 1.x to 2.x in CI workflow - Update version badges in README to reflect new supported versions - Regenerate function/option definitions with improved documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 010a0f4 commit aa42928

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runner:
3838
- ubuntu-latest
3939
deno_version:
40-
- "1.x"
40+
- "2.x"
4141
runs-on: ${{ matrix.runner }}
4242
steps:
4343
- run: git config --global core.autocrlf false
@@ -77,11 +77,11 @@ jobs:
7777
- macos-latest
7878
- ubuntu-latest
7979
deno_version:
80-
- "1.45.0"
81-
- "1.x"
80+
- "2.3.0"
81+
- "2.x"
8282
host_version:
83-
- vim: "v9.1.0448"
84-
nvim: "v0.10.0"
83+
- vim: "v9.1.1646"
84+
nvim: "v0.11.3"
8585
runs-on: ${{ matrix.runner }}
8686
timeout-minutes: 15
8787
steps:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
[![Test](https://github.com/vim-denops/deno-denops-std/actions/workflows/test.yml/badge.svg)](https://github.com/vim-denops/deno-denops-std/actions/workflows/test.yml)
55
[![codecov](https://codecov.io/github/vim-denops/deno-denops-std/branch/main/graph/badge.svg?token=RKAZMUQ3D9)](https://codecov.io/github/vim-denops/deno-denops-std)
66

7-
[![Deno 1.45.0 or above](https://img.shields.io/badge/Deno-Support%201.45.0-yellowgreen.svg?logo=deno)](https://github.com/denoland/deno/tree/v1.45.0)
8-
[![Vim 9.1.0448 or above](https://img.shields.io/badge/Vim-Support%209.1.0448-yellowgreen.svg?logo=vim)](https://github.com/vim/vim/tree/v9.1.0448)
9-
[![Neovim 0.10.0 or above](https://img.shields.io/badge/Neovim-Support%200.10.0-yellowgreen.svg?logo=neovim&logoColor=white)](https://github.com/neovim/neovim/tree/v0.10.0)
7+
[![Deno 2.3.0 or above](https://img.shields.io/badge/Deno-Support%202.3.0-yellowgreen.svg?logo=deno)](https://github.com/denoland/deno/tree/v2.3.0)
8+
[![Vim 9.1.1646 or above](https://img.shields.io/badge/Vim-Support%209.1.1646-yellowgreen.svg?logo=vim)](https://github.com/vim/vim/tree/v9.1.1646)
9+
[![Neovim 0.11.3 or above](https://img.shields.io/badge/Neovim-Support%200.11.3-yellowgreen.svg?logo=neovim&logoColor=white)](https://github.com/neovim/neovim/tree/v0.11.3)
1010

1111
Standard module for [denops.vim].
1212

0 commit comments

Comments
 (0)