yaml-language-server 1.13.1-e701d27.0 → 1.14.1-53d58ed.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ### 1.13.0
2
+ - Fix: The default value for keyorder [#859](https://github.com/redhat-developer/yaml-language-server/pull/859)
3
+ - Fix: older changelog heading levels [#861](https://github.com/redhat-developer/yaml-language-server/pull/861)
4
+ - Fix: hover behavior when indentation not set [#863](https://github.com/redhat-developer/yaml-language-server/pull/863)
5
+ - Add: Run sarif seperately [#866](https://github.com/redhat-developer/yaml-language-server/pull/866)
6
+ - Fix: Formatting YAML file inserts ternary operators [#255](https://github.com/redhat-developer/vscode-yaml/issues/255)
7
+ - Fix: Mark settings readonly [#868](https://github.com/redhat-developer/yaml-language-server/pull/868)
8
+
9
+ Thanks to [Kasama](https://github.com/Kasama)
10
+
1
11
  ### 1.12.0
2
12
  - Fix: Completion Value with dash [#832](https://github.com/redhat-developer/yaml-language-server/pull/832)
3
13
  - Add: Enforce alphabetical ordering of keys in mappings and provide codeaction to fix it. [#839](https://github.com/redhat-developer/yaml-language-server/pull/839)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yaml-language-server",
3
3
  "description": "YAML language server",
4
- "version": "1.13.1-e701d27.0",
4
+ "version": "1.14.1-53d58ed.0",
5
5
  "author": "Gorkem Ercan (Red Hat)",
6
6
  "license": "MIT",
7
7
  "contributors": [
@@ -42,7 +42,7 @@
42
42
  "vscode-languageserver-types": "^3.16.0",
43
43
  "vscode-nls": "^5.0.0",
44
44
  "vscode-uri": "^3.0.2",
45
- "yaml": "2.2.1"
45
+ "yaml": "2.2.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/eslint-formatter-sarif": "3.0.0",