File tree Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Bash IDE
2
2
3
+ ## 1.35.0
4
+ - Upgrade language server to 4.8.2.
5
+ - ShellCheck: avoid using the diagnostic tag "deprecated" which renders diagnostics with a strike through
6
+
3
7
## 1.34.0
4
8
5
9
- Upgrade language server to 4.8.1.
Original file line number Diff line number Diff line change 4
4
"description" : " A language server for Bash" ,
5
5
"author" : " Mads Hartmann" ,
6
6
"license" : " MIT" ,
7
- "version" : " 1.34 .0" ,
7
+ "version" : " 1.35 .0" ,
8
8
"publisher" : " mads-hartmann" ,
9
9
"repository" : {
10
10
"type" : " git" ,
80
80
"vscode:prepublish" : " cd .. && yarn run compile"
81
81
},
82
82
"dependencies" : {
83
- "bash-language-server" : " 4.8.1 " ,
83
+ "bash-language-server" : " 4.8.2 " ,
84
84
"vscode-languageclient" : " 8.1.0" ,
85
85
"vscode-languageserver" : " 8.0.2"
86
86
},
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ balanced-match@^1.0.0:
33
33
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
34
34
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
35
35
36
-
37
- version "4.8.1 "
38
- resolved "https://registry.yarnpkg.com/bash-language-server/-/bash-language-server-4.8.1 .tgz#656b7407dcd136583ed9cf733e32c3e501d28749 "
39
- integrity sha512-O/Hlg14TQxfEeAPoPT7gXjedVXB4TeMjEI6VM6CCxb3AyJwW0/2IR8kplA24fU0K4cYJYJsnH4RjdyMyPOUKEw ==
36
+
37
+ version "4.8.2 "
38
+ resolved "https://registry.yarnpkg.com/bash-language-server/-/bash-language-server-4.8.2 .tgz#89a4d045ce2edd2416a8c9aa4368c2ec6fe25e51 "
39
+ integrity sha512-B/jBGVeRMdQs+fHkEDycxD6L8/nf2WwoH3r+kt+O4GqknZ9AX3gNVE8sGjCOf0iLEvAChi6tqefYRRY2nKM4xw ==
40
40
dependencies :
41
41
fast-glob "3.2.12"
42
42
fuzzy-search "3.2.1"
45
45
vscode-languageserver "8.0.2"
46
46
vscode-languageserver-textdocument "1.0.8"
47
47
web-tree-sitter "0.20.7"
48
- zod "3.20.6 "
48
+ zod "3.21.0 "
49
49
50
50
brace-expansion@^2.0.1 :
51
51
version "2.0.1"
@@ -282,7 +282,7 @@ yallist@^4.0.0:
282
282
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
283
283
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
284
284
285
- zod@3.20.6 :
286
- version "3.20.6 "
287
- resolved "https://registry.yarnpkg.com/zod/-/zod-3.20.6 .tgz#2f2f08ff81291d47d99e86140fedb4e0db08361a "
288
- integrity sha512-oyu0m54SGCtzh6EClBVqDDlAYRz4jrVtKwQ7ZnsEmMI9HnzuZFj8QFwAY1M5uniIYACdGvv0PBWPF2kO0aNofA ==
285
+ zod@3.21.0 :
286
+ version "3.21.0 "
287
+ resolved "https://registry.yarnpkg.com/zod/-/zod-3.21.0 .tgz#9e3cbbf741071bfed9c000d2b4e64d4d97291d12 "
288
+ integrity sha512-UYdykTcVxB6lfdyLzAqLyyYAlOcpoluECvjsdoaqfQmz9p+3LRaIqYcNiL/J2kFYp66fBM8wwBvIGVEjq7KtZw ==
You can’t perform that action at this time.
0 commit comments