bash-language-server
Advanced tools
Comparing version 5.4.0 to 5.4.1
# Bash Language Server | ||
## 5.4.1 | ||
- Bump treesitter to latest version | ||
## 5.4.0 | ||
@@ -4,0 +8,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "5.4.0", | ||
"version": "5.4.1", | ||
"main": "./out/server.js", | ||
@@ -18,3 +18,4 @@ "typings": "./out/server.d.ts", | ||
"engines": { | ||
"node": ">=16" | ||
"node": ">=16", | ||
"pnpm": ">=9.1.1" | ||
}, | ||
@@ -29,3 +30,3 @@ "dependencies": { | ||
"vscode-languageserver-textdocument": "1.0.11", | ||
"web-tree-sitter": "0.22.5", | ||
"web-tree-sitter": "0.23.0", | ||
"zod": "3.22.4" | ||
@@ -32,0 +33,0 @@ }, |
@@ -664,3 +664,5 @@ import { join } from 'node:path' | ||
kind: 'markdown', | ||
value: expect.stringContaining('Write arguments to the standard output'), | ||
value: expect.stringMatching( | ||
/Write arguments to the standard output|Output the ARGs/, | ||
), | ||
}, | ||
@@ -667,0 +669,0 @@ }) |
@@ -72,3 +72,3 @@ import { FormattingOptions } from 'vscode-languageserver/node' | ||
}).rejects.toThrow( | ||
/Shfmt: exited with status 1: .*\/testing\/fixtures\/shfmt\.sh:25:14: (the "function" builtin exists in bash; tried parsing as posix|a command can only contain words and redirects; encountered \()/, | ||
/Shfmt: exited with status 1: .*\/testing\/fixtures\/shfmt\.sh:25:14: (the "function" builtin|a command can only contain words and redirects; encountered \()/, | ||
) | ||
@@ -75,0 +75,0 @@ }) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13893
2050507
4
+ Addedweb-tree-sitter@0.23.0(transitive)
- Removedweb-tree-sitter@0.22.5(transitive)
Updatedweb-tree-sitter@0.23.0