liuderchi / ide-yaml

:atom: Atom-IDE support for YAML language
https://atom.io/packages/ide-yaml
20 stars 7 forks source link

Update dependency yaml-language-server to v1 #80

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yaml-language-server ^0.19.2 -> ^1.0.0 age adoption passing confidence

Release Notes

redhat-developer/yaml-language-server ### [`v1.12.0`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​1120) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/1.11.0...1.12.0) - Fix: Completion Value with dash [#​832](https://togithub.com/redhat-developer/yaml-language-server/pull/832) - Add: Enforce alphabetical ordering of keys in mappings and provide codeaction to fix it. [#​839](https://togithub.com/redhat-developer/yaml-language-server/pull/839) - Fix: Value completion with trailing spaces [#​834](https://togithub.com/redhat-developer/yaml-language-server/pull/834) - Add: IPv4 and IPv6 validation [#​843](https://togithub.com/redhat-developer/yaml-language-server/pull/843) - Fix: Type errors inform wrong type when parent schema has keyword "title" [#​845](https://togithub.com/redhat-developer/yaml-language-server/issues/845) - Fix: Anchor diagnostics [#​846](https://togithub.com/redhat-developer/yaml-language-server/pull/846) - Fix: Underscore being escaped in description attribute when hovering over an attribute [#​886](https://togithub.com/redhat-developer/vscode-yaml/issues/886) - Add: OpenShift Toolkit extension recommendation [#​892](https://togithub.com/redhat-developer/vscode-yaml/pull/892) Thanks to Petr Spacek ### [`v1.11.0`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​1110) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/1.10.0...1.11.0) - Fix: only the first choice is shown when hovering anyOf-typed properties [#​784](https://togithub.com/redhat-developer/vscode-yaml/issues/784) - Fix: Description in the schema root does not get displayed [#​809](https://togithub.com/redhat-developer/vscode-yaml/issues/809) - Fix: yaml.validation.error telemetry events are broken [#​816](https://togithub.com/redhat-developer/vscode-yaml/issues/816) - Add: add diagnostic data with missing properties [#​775](https://togithub.com/redhat-developer/yaml-language-server/pull/775) - Fix: Can't suggest object correctly with certain schema definition. [#​769](https://togithub.com/redhat-developer/yaml-language-server/issues/769) - Fix: Property shows up multiple times in completions [#​829](https://togithub.com/redhat-developer/vscode-yaml/issues/829) - Fix: oneOf validation of keys using "required" not working since 1.3.0 [#​769](https://togithub.com/redhat-developer/vscode-yaml/issues/769) - Fix: incorrect behavior of keys with quotes [#​842](https://togithub.com/redhat-developer/vscode-yaml/issues/842) - Fix: bad completion with array of objects [#​793](https://togithub.com/redhat-developer/yaml-language-server/issues/793) - Add: Modeline takes precendence over registerContributor API [#​806](https://togithub.com/redhat-developer/yaml-language-server/pull/806) Thanks to Petr Spacek,Josh Pinkney ### [`v1.10.0`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​1100) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/1.9.0...1.10.0) - Fix: TypeError: i.startsWith is not a function [#​747](https://togithub.com/redhat-developer/yaml-language-server/issues/747) - Fix: fix: autocomplete indent on object within an array [#​751](https://togithub.com/redhat-developer/yaml-language-server/pull/751) - Add: Yaml style linting to forbid flow style [#​753](https://togithub.com/redhat-developer/yaml-language-server/pull/753) - Fix: enum validation [#​803](https://togithub.com/redhat-developer/vscode-yaml/issues/803) - Fix: autocompletion problem when value is null inside anyOf object [#​684](https://togithub.com/redhat-developer/yaml-language-server/issues/684) - Fix: indentation with extra spaces after cursor. [#​764](https://togithub.com/redhat-developer/yaml-language-server/pull/764) Thanks to Rickcowan ### [`v1.9.0`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​190) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/1.8.0...1.9.0) - Add: Publish pre-release extension on nightly CI build [#​682](https://togithub.com/redhat-developer/vscode-yaml/issues/682) - Add: Add title to extension configuration [#​793](https://togithub.com/redhat-developer/vscode-yaml/pull/793) - Fix: \[object Object] with malformed type definition on hover [#​788](https://togithub.com/redhat-developer/vscode-yaml/issues/788) - Fix: Description not returned on hover when using yaml anchors [#​737](https://togithub.com/redhat-developer/yaml-language-server/issues/737) - Fix: Validation of enums that are numbers stopped working in 1.8.0 [#​790](https://togithub.com/redhat-developer/vscode-yaml/issues/790) - Fix: extra space after position [#​732](https://togithub.com/redhat-developer/yaml-language-server/pull/732) - Fix: zero-based index [#​735](https://togithub.com/redhat-developer/yaml-language-server/pull/735) - Fix: proper indenting of snippet within an array [#​745](https://togithub.com/redhat-developer/yaml-language-server/pull/745) Thanks to Whazor Nanne, Petr Spacek, Golergka and Rickcowan ### [`v1.8.0`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​180) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/1.7.0...1.8.0) - Fix: yaml-language-server fails for yaml version [#​711](https://togithub.com/redhat-developer/yaml-language-server/issues/711) - Fix: Missing Schema from catalog.json in ui \[[#​747](https://togithub.com/redhat-developer/yaml-language-server/issues/747)] ([https://github.com/redhat-developer/vscode-yaml/issues/747](https://togithub.com/redhat-developer/vscode-yaml/issues/747)) - Fix: JSON Schema not applied for custom file extension \[[#​701](https://togithub.com/redhat-developer/yaml-language-server/issues/701)] ([https://github.com/redhat-developer/vscode-yaml/issues/701](https://togithub.com/redhat-developer/vscode-yaml/issues/701)) - Add: Enable eslint import checks \[[#​716](https://togithub.com/redhat-developer/yaml-language-server/issues/716)] ([https://github.com/redhat-developer/yaml-language-server/pull/716](https://togithub.com/redhat-developer/yaml-language-server/pull/716)) - Add: object with additional properties completion \[[#​717](https://togithub.com/redhat-developer/yaml-language-server/issues/717)] ([https://github.com/redhat-developer/yaml-language-server/pull/717](https://togithub.com/redhat-developer/yaml-language-server/pull/717)) - Fix: Unable to get suggestions without typing a specific order of parameters \[[#​705](https://togithub.com/redhat-developer/yaml-language-server/issues/705)] ([https://github.com/redhat-developer/vscode-yaml/issues/705](https://togithub.com/redhat-developer/vscode-yaml/issues/705)) - Add: add completion for additionalProperties propertyName \[[#​720](https://togithub.com/redhat-developer/yaml-language-server/issues/720)] ([https://github.com/redhat-developer/yaml-language-server/pull/720](https://togithub.com/redhat-developer/yaml-language-server/pull/720)) - Fix: use virtual caret in tests \[[#​722](https://togithub.com/redhat-developer/yaml-language-server/issues/722)] ([https://github.com/redhat-developer/yaml-language-server/pull/722](https://togithub.com/redhat-developer/yaml-language-server/pull/722)) - Add: Add nova-yaml to extension readme \[[#​723](https://togithub.com/redhat-developer/yaml-language-server/issues/723)] ([https://github.com/redhat-developer/yaml-language-server/pull/723](https://togithub.com/redhat-developer/yaml-language-server/pull/723)) Thanks to Petr Spacek and Grant Dickinson ### [`v1.7.0`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​170) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/1.6.0...1.7.0) - Fix: merge simple property completion [#​685](https://togithub.com/redhat-developer/yaml-language-server/pull/685) - Fix: schemaStore.enable setting does not work as expected [#​721](https://togithub.com/redhat-developer/vscode-yaml/issues/721) - Fix: oneOf: misleading validation failures with Incorrect type. Expected "object" [#​692](https://togithub.com/redhat-developer/vscode-yaml/issues/692) - Fix: Yaml errors after updating to v1.5.0 [#​708](https://togithub.com/redhat-developer/vscode-yaml/issues/708) - Fix: Complex YAML generates many linting errors [#​712](https://togithub.com/redhat-developer/vscode-yaml/issues/712) - Chore: Upgrade `yaml` parser to `2.0.0-11` [#​693](https://togithub.com/redhat-developer/yaml-language-server/pull/693) - Fix: Subschema mappings wrongly assign the parent schema file [#​694](https://togithub.com/redhat-developer/yaml-language-server/issues/694) - Feat: Select parent skeleton first before other properties are suggested [#​691](https://togithub.com/redhat-developer/yaml-language-server/pull/691) - Fix: change completion that is invoked just after array symbol [#​698](https://togithub.com/redhat-developer/yaml-language-server/pull/698) - Fix: fix array completion in the middle of the empty text [#​697](https://togithub.com/redhat-developer/yaml-language-server/pull/697) - Fix: completion in the middle of the empty text [#​696](https://togithub.com/redhat-developer/yaml-language-server/pull/696) - Chore: Update mocha to 9.2.2 [#​706](https://togithub.com/redhat-developer/yaml-language-server/pull/706) Thanks to Petr Spacek ### [`v1.6.0`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​160) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/1.5.1...1.6.0) - Add: differentiate similar schemas on completion [#​681](https://togithub.com/redhat-developer/yaml-language-server/pull/681) - Fix: changed on specific to undefined check instead of null and undefined check [#​678](https://togithub.com/redhat-developer/yaml-language-server/issues/665) - Fix: array object completion - should not suggest const [#​620](https://togithub.com/redhat-developer/yaml-language-server/pull/670) Thanks to Petr Spacek ### [`v1.5.1`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​151) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/1.5.0...1.5.1) - Fix: Yaml errors after updating to v1.5.0 [#​708](https://togithub.com/redhat-developer/vscode-yaml/issues/708) ### [`v1.5.0`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​150) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/1.4.0...1.5.0) - Fix: TypeError: Cannot create property 'url' on string [#​652](https://togithub.com/redhat-developer/yaml-language-server/issues/652) - Fix: suggestion item title [#​659](https://togithub.com/redhat-developer/yaml-language-server/pull/659) - Remove data from unused anchor diagnostics [#​661](https://togithub.com/redhat-developer/yaml-language-server/pull/661) - doc: add vim-easycomplete support for yaml-lsp [#​662](https://togithub.com/redhat-developer/yaml-language-server/pull/662) - Remove duplicate codelens entries [#​667](https://togithub.com/redhat-developer/yaml-language-server/pull/667) - Add: show examples on hover. [#​660](https://togithub.com/redhat-developer/yaml-language-server/pull/660) - Fix: oneOf: misleading validation failures with Incorrect type. Expected "object" [#​692](https://togithub.com/redhat-developer/vscode-yaml/issues/692) - Fix: typos in doc [#​700](https://togithub.com/redhat-developer/vscode-yaml/pull/700) - Fix: using inline schema reference (# yaml-language-server: $schema) seems to not support relative paths [#​587](https://togithub.com/redhat-developer/vscode-yaml/issues/587) Thanks to lijing00333, Remco Haszing, Petr Spacek and yassun4dev ### [`v1.4.0`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​140) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/1.3.0...1.4.0) - Feat: Report unused anchors [#​587](https://togithub.com/redhat-developer/yaml-language-server/issues/587) - Fix: Formatter does not respect `Editor: Detect Indentation = false` [#​573](https://togithub.com/redhat-developer/vscode-yaml/issues/573) - Fix: Flakiness in validator: Incorrect type. Expected "string" [#​671](https://togithub.com/redhat-developer/vscode-yaml/issues/671) - Fix: TypeError: Cannot read property 'filter' of undefined [#​651](https://togithub.com/redhat-developer/vscode-yaml/issues/651) - Fix: TypeError: Cannot create property 'url' on string 'array' [#​653](https://togithub.com/redhat-developer/vscode-yaml/issues/653) - Fix: Hover doesn't show up when a new line is behind nested prop with null value [#​615](https://togithub.com/redhat-developer/yaml-language-server/issues/615) - Fix: Error "Matches multiple schemas" is recognized in v1.2.2 but not in v1.3.0 [#​683](https://togithub.com/redhat-developer/vscode-yaml/issues/683) - Fix: Schema validation matches [@​bitnami](https://togithub.com/bitnami) as a uri-formatted string. [#​586](https://togithub.com/redhat-developer/yaml-language-server/issues/586) ### [`v1.3.0`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​130) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/1.2.2...1.3.0) - Fix: Wrong hover information [#​647](https://togithub.com/redhat-developer/vscode-yaml/issues/647) - Fix: relative file paths with fragments [#​603](https://togithub.com/redhat-developer/yaml-language-server/pull/603) - Update K8S json schema version from 1.20.5 to 1.22.4 [#​611](https://togithub.com/redhat-developer/yaml-language-server/pull/611) - Feat: extend array documentation on completion [#​608](https://togithub.com/redhat-developer/yaml-language-server/pull/608) - Feat: add more detail into anyOf array completion [#​607](https://togithub.com/redhat-developer/yaml-language-server/pull/607) - Feat: trim end $1 from completion [#​609](https://togithub.com/redhat-developer/yaml-language-server/pull/609) - Fix: auto-complete is not working properly [#​563](https://togithub.com/redhat-developer/yaml-language-server/issues/563) - Fix: TypeError: Cannot read property 'type' of undefined [#​652](https://togithub.com/redhat-developer/vscode-yaml/issues/652) - Feat: Improve telemetry error logging [#​602](https://togithub.com/redhat-developer/yaml-language-server/pull/602) - Fix: completion invoke in three different scenarios [#​617](https://togithub.com/redhat-developer/yaml-language-server/pull/617) - Fix: DefaultSnippets quick suggestions don't show description if they overlap with const defined in if else [#​642](https://togithub.com/redhat-developer/vscode-yaml/issues/642) - Fix: If maxProperties is set, completion does not work for the last property [#​612](https://togithub.com/redhat-developer/yaml-language-server/issues/612) - Feat: Add convert to boolean code action [#​622](https://togithub.com/redhat-developer/yaml-language-server/pull/622) - Remove `getSchemas` method [#​626](https://togithub.com/redhat-developer/yaml-language-server/pull/626) - Lock `vscode-json-languageservice@4.1.8` [#​637](https://togithub.com/redhat-developer/yaml-language-server/pull/637) - Feat: disable default props [#​606](https://togithub.com/redhat-developer/yaml-language-server/pull/606) - Fix: Schema validation matches `@bitnami` as a uri-formatted string. [#​586](https://togithub.com/redhat-developer/yaml-language-server/issues/586) - Fix: Array indent doesn't work properly inside another array [#​634](https://togithub.com/redhat-developer/yaml-language-server/pull/634) - Fix: \_PROXY environment and setting not honoured since 1.1.1 [#​588](https://togithub.com/redhat-developer/yaml-language-server/issues/588) - Fix: array indent on different index position [#​635](https://togithub.com/redhat-developer/yaml-language-server/pull/635) - Feat: parent completion [#​628](https://togithub.com/redhat-developer/yaml-language-server/pull/628) Thanks to tonypai, Martti Laine, Petr Spacek, sfalmo ### [`v1.2.2`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​122) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/1.2.1...1.2.2) - Fix: LSP triggeringregisterCapability despite dynamicRegistration set to false [#​583](https://togithub.com/redhat-developer/yaml-language-server/issues/583) - Add methods which allow client get schemas info [#​556](https://togithub.com/redhat-developer/yaml-language-server/pull/556) - Fix: links error reporting [#​596](https://togithub.com/redhat-developer/yaml-language-server/pull/596) ### [`v1.2.1`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​121) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/1.2.0...1.2.1) - Fix: Can not load schema file when the URL is redirected. [#​586](https://togithub.com/redhat-developer/vscode-yaml/issues/586) - docs: fix typos [#​592](https://togithub.com/redhat-developer/yaml-language-server/pull/592) - Fix: Schema comment still not working properly in 1.1.0. [#​629](https://togithub.com/redhat-developer/vscode-yaml/issues/629) - Fix: document symbols, when key is not string [#​594](https://togithub.com/redhat-developer/yaml-language-server/pull/594) Thanks to Alexander Steppke and dundargoc ### [`v1.2.0`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​120) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/1.1.1...1.2.0) - Fix: Pattern (Regex) not parsed correctly, e.g. `^[\w\-_]+$` [#​636](https://togithub.com/redhat-developer/vscode-yaml/issues/636) - Fix: Autocomplete bug with nested objects in arrays in the 1.0.0 version [#​621](https://togithub.com/redhat-developer/vscode-yaml/issues/621) - Add: Implementation `Go to Definition` for alias nodes [#​541](https://togithub.com/redhat-developer/yaml-language-server/issues/541) - Provide completion for reachable schema [#​560](https://togithub.com/redhat-developer/yaml-language-server/issues/560) - Fix: very slow completion with aws cloudformation schema [#​626](https://togithub.com/redhat-developer/vscode-yaml/issues/626) Thanks to Aurélien Pupier ### [`v1.1.1`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​111) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/1.1.0...1.1.1) - Fix: Autocomplete should not escape colon without white-space following [#​571](https://togithub.com/redhat-developer/yaml-language-server/issues/571) - Fix: Unescape regexp string to be compatible with 'u' flag [#​576](https://togithub.com/redhat-developer/yaml-language-server/pull/576) ### [`v1.1.0`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​110) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/1.0.0...1.1.0) - Add Web VSCode support [#​594](https://togithub.com/redhat-developer/vscode-yaml/pull/594) - schemas: Unicode support for pattern and patternProperties keywords [#​554](https://togithub.com/redhat-developer/yaml-language-server/issues/554) - Fix: IntelliSense broken with v1.0.0 [#​616](https://togithub.com/redhat-developer/vscode-yaml/issues/616) - Fix: Cannot read property '0' of undefined Code [#​617](https://togithub.com/redhat-developer/vscode-yaml/issues/617) - Fix: Completion of second level for Camel K files are no more working [#​619](https://togithub.com/redhat-developer/vscode-yaml/issues/619) - Provide completion for inlined schema syntax [#​559](https://togithub.com/redhat-developer/yaml-language-server/issues/559) - Fix: Schema comment ignored if it isn't the first line in the file. [#​618](https://togithub.com/redhat-developer/vscode-yaml/issues/618) Thanks to Johnny Graettinger, Martin Aeschlimann and Aurélien Pupier ### [`v1.0.0`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​100) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/0.23.0...1.0.0) - Use [eemeli/yaml](https://togithub.com/eemeli/yaml) as YAML parser [#​421](https://togithub.com/redhat-developer/yaml-language-server/issues/421) - Fix: Completion provider: t.replace is not a function [#​547](https://togithub.com/redhat-developer/yaml-language-server/issues/547) ### [`v0.23.0`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​0230) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/0.22.0...0.23.0) - Replace js-yaml with yaml [#​526](https://togithub.com/redhat-developer/yaml-language-server/pull/526) - Update monaco-yaml link in docs [#​527](https://togithub.com/redhat-developer/yaml-language-server/pull/527) - Update vscode-nls and vscode-uri dependencies [#​531](https://togithub.com/redhat-developer/yaml-language-server/pull/531) - Fix: error handling in hover and codelens [#​534](https://togithub.com/redhat-developer/yaml-language-server/pull/534) - Fix: 'label.replace is not a function' error [#​544](https://togithub.com/redhat-developer/yaml-language-server/pull/544) - Fix: Fragment resolution from [#​512](https://togithub.com/redhat-developer/yaml-language-server/issues/512) doesn't always work [#​522](https://togithub.com/redhat-developer/yaml-language-server/issues/522) Thanks to Remco Haszing ### [`v0.22.0`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​0220) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/0.21.1...0.22.0) - Fix: fetching nested http settings [#​511](https://togithub.com/redhat-developer/yaml-language-server/pull/511) - Fix: Cannot create property 'url' on string 'en' [#​556](https://togithub.com/redhat-developer/vscode-yaml/issues/556) - Fix: Error on 'textDocument/codeLens' request [#​497](https://togithub.com/redhat-developer/yaml-language-server/issues/497) - Do not send `null` in to telemetry [#​513](https://togithub.com/redhat-developer/yaml-language-server/pull/513) - Fix: UnhandledPromiseRejectionWarning on jsonParser [#​494](https://togithub.com/redhat-developer/yaml-language-server/issues/494) - Fix: Schema URL fragments broken since 0.21.0 [#​557](https://togithub.com/redhat-developer/vscode-yaml/issues/557) - Fix: Unhandled Promise rejections with dynamicRegistration disabled [#​498](https://togithub.com/redhat-developer/yaml-language-server/issues/498) Thanks to Rob Anderson ### [`v0.21.1`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​0211) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/0.21.0...0.21.1) - Fix: Unable to load remote schema with http protocol [#​550](https://togithub.com/redhat-developer/vscode-yaml/issues/550) - Log more errors in to telemetry [#​508](https://togithub.com/redhat-developer/yaml-language-server/pull/508) ### [`v0.21.0`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​0210) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/0.20.0...0.21.0) - Upgrade jsonc-parser to latest version [#​492](https://togithub.com/redhat-developer/yaml-language-server/pull/492) - Fix: Request textDocument/completion failed with message: label.replace is not a function [#​536](https://togithub.com/redhat-developer/vscode-yaml/issues/536) - Fix: `TypeError: customTags.filter is not a function` [#​495](https://togithub.com/redhat-developer/yaml-language-server/pull/495) - Support relative path in inline schema comment [#​499](https://togithub.com/redhat-developer/yaml-language-server/pull/499) - Improve hover to include title, description and source schema link [#​480](https://togithub.com/redhat-developer/yaml-language-server/issues/480) ### [`v0.20.0`](https://togithub.com/redhat-developer/yaml-language-server/blob/HEAD/CHANGELOG.md#​0200) [Compare Source](https://togithub.com/redhat-developer/yaml-language-server/compare/0.19.2...0.20.0) - Fix: Autocomplete not working when certain characters are in object property keys [#​496](https://togithub.com/redhat-developer/vscode-yaml/issues/496) [#​474](https://togithub.com/redhat-developer/yaml-language-server/issues/474) - `workspace/configuration` request used to fetch preferences [#​327](https://togithub.com/redhat-developer/yaml-language-server/issues/327) - Now `main` branch used as default [#​472](https://togithub.com/redhat-developer/yaml-language-server/issues/472) - Fix: Schema link does not work when schema is a local file [#​513](https://togithub.com/redhat-developer/vscode-yaml/issues/513)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.