Skip to content

Commit a278b83

Browse files
authored
Merge pull request #458 from vim-denops/update-supported-versions
Update supported versions
2 parents 3f82789 + 7c92f6f commit a278b83

File tree

6 files changed

+28
-30
lines changed

6 files changed

+28
-30
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
runner:
3535
- ubuntu-latest
3636
deno_version:
37-
- "1.x"
3837
- "2.x"
3938
runs-on: ${{ matrix.runner }}
4039
steps:
@@ -74,12 +73,11 @@ jobs:
7473
- macos-latest
7574
- ubuntu-latest
7675
deno_version:
77-
- "1.45.0"
78-
- "1.x"
76+
- "2.3.0"
7977
- "2.x"
8078
host_version:
81-
- vim: "v9.1.0448"
82-
nvim: "v0.10.0"
79+
- vim: "v9.1.1646"
80+
nvim: "v0.11.3"
8381

8482
runs-on: ${{ matrix.runner }}
8583

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<strong>Denops</strong><br>
44
<sup>An ecosystem for Vim/Neovim enabling developers to write plugins in Deno.</sup>
55

6-
[![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)
7-
[![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)
8-
[![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)
6+
[![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)
7+
[![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)
8+
[![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)
99

1010
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
1111
[![test](https://github.com/vim-denops/denops.vim/actions/workflows/test.yml/badge.svg)](https://github.com/vim-denops/denops.vim/actions/workflows/test.yml)

deno.jsonc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"/denops-private/": "./denops/@denops-private/",
2323
"/denops-testdata/": "./tests/denops/testdata/",
2424
"/denops-testutil/": "./tests/denops/testutil/",
25-
"@core/asyncutil": "jsr:@core/asyncutil@^1.1.1",
25+
"@core/asyncutil": "jsr:@core/asyncutil@^1.2.0",
2626
"@core/streamutil": "jsr:@core/streamutil@^1.0.0",
27-
"@denops/core": "jsr:@denops/core@^7.0.0",
28-
"@milly/streams": "jsr:@milly/streams@^1.0.0",
27+
"@denops/core": "jsr:@denops/core@^8.0.0",
28+
"@milly/streams": "jsr:@milly/streams@^1.0.4",
2929
"@nick/dispose": "jsr:@nick/dispose@^1.1.0",
30-
"@std/assert": "jsr:@std/assert@^1.0.1",
31-
"@std/async": "jsr:@std/async@^1.0.1",
32-
"@std/path": "jsr:@std/path@^1.0.2",
33-
"@std/testing": "jsr:@std/testing@^1.0.0",
30+
"@std/assert": "jsr:@std/assert@^1.0.14",
31+
"@std/async": "jsr:@std/async@^1.0.14",
32+
"@std/path": "jsr:@std/path@^1.1.2",
33+
"@std/testing": "jsr:@std/testing@^1.0.15",
3434
"sinon": "npm:sinon@^21.0.0"
3535
}
3636
}

denops/@denops-private/deno.jsonc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"imports": {
3-
"@core/asyncutil": "jsr:@core/asyncutil@^1.1.1",
3+
"@core/asyncutil": "jsr:@core/asyncutil@^1.2.0",
44
"@core/errorutil": "jsr:@core/errorutil@^1.2.1",
55
"@core/streamutil": "jsr:@core/streamutil@^1.0.0",
6-
"@core/unknownutil": "jsr:@core/unknownutil@^4.0.0",
7-
"@denops/core": "jsr:@denops/core@^7.0.0",
6+
"@core/unknownutil": "jsr:@core/unknownutil@^4.3.0",
7+
"@denops/core": "jsr:@denops/core@^8.0.0",
88
"@denops/vim-channel-command": "jsr:@denops/vim-channel-command@^4.0.2",
9-
"@lambdalisue/import-map-importer": "jsr:@lambdalisue/import-map-importer@^0.5.0",
10-
"@lambdalisue/messagepack": "jsr:@lambdalisue/messagepack@^1.0.1",
9+
"@lambdalisue/import-map-importer": "jsr:@lambdalisue/import-map-importer@^0.5.1",
10+
"@lambdalisue/messagepack": "jsr:@lambdalisue/messagepack@^1.0.2",
1111
"@lambdalisue/messagepack-rpc": "jsr:@lambdalisue/messagepack-rpc@^2.4.1",
1212
"@lambdalisue/workerio": "jsr:@lambdalisue/workerio@^4.0.1",
13-
"@milly/async-signal": "jsr:@milly/async-signal@^1.0.0",
13+
"@milly/async-signal": "jsr:@milly/async-signal@^1.0.1",
1414
"@nick/dispose": "jsr:@nick/dispose@^1.1.0",
15-
"@std/async": "jsr:@std/async@^1.0.1",
16-
"@std/cli": "jsr:@std/cli@^1.0.1",
15+
"@std/async": "jsr:@std/async@^1.0.14",
16+
"@std/cli": "jsr:@std/cli@^1.0.21",
1717
"@std/jsonc": "jsr:@std/jsonc@^1.0.2",
18-
"@std/path": "jsr:@std/path@^1.0.2",
19-
"@std/semver": "jsr:@std/semver@^1.0.1"
18+
"@std/path": "jsr:@std/path@^1.1.2",
19+
"@std/semver": "jsr:@std/semver@^1.0.5"
2020
}
2121
}

denops/supported_versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"deno": "1.45.0",
3-
"vim": "9.1.0448",
4-
"neovim": "0.10.0"
2+
"deno": "2.3.0",
3+
"vim": "9.1.1646",
4+
"neovim": "0.11.3"
55
}

plugin/denops.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ if exists('g:loaded_denops')
33
endif
44
let g:loaded_denops = 1
55

6-
if !get(g:, 'denops_disable_version_check') && !has('nvim-0.10.0') && !has('patch-9.1.0448')
6+
if !get(g:, 'denops_disable_version_check') && !has('nvim-0.11.3') && !has('patch-9.1.1646')
77
echohl WarningMsg
8-
echomsg '[denops] Denops requires Vim 9.1.0448 or Neovim 0.10.0. See ":h g:denops_disable_version_check" to disable this check.'
8+
echomsg '[denops] Denops requires Vim 9.1.1646 or Neovim 0.11.3. See ":h g:denops_disable_version_check" to disable this check.'
99
echohl None
1010
finish
1111
endif

0 commit comments

Comments
 (0)