Skip to content

Bump yaml-language-server from 1.19.2 to 1.21.0 in /src/language-service#4035

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/src/language-service/dev/yaml-language-server-1.21.0
Open

Bump yaml-language-server from 1.19.2 to 1.21.0 in /src/language-service#4035
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/src/language-service/dev/yaml-language-server-1.21.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 27, 2026

Bumps yaml-language-server from 1.19.2 to 1.21.0.

Changelog

Sourced from yaml-language-server's changelog.

1.21.0

  • Feat: Enable suppressing diagnostics per-line by adding a # yaml-language-server-disable comment vscode-yaml#666
  • Feat: Allow yaml.validate and yaml.format.enable to be overriden in language-specific settings #1188
  • Fix: Do not register the extension for templated YAML languages (such as Helm, Jinja, etc.) vscode-yaml#1204
  • Fix: Handle default booleans and integers properly in required properties completion vscode-yaml#1205
  • Fix: Prevent infinite $ref resolution loops #1195
  • Fix: Preserve document end marker (...) when formatting (by updating prettier to 3.8.1) vscode-yaml#1211
  • Fix: Don't escape '-' in hover text, since it was breaking links #1151
  • Fix: Attempt to resolve a schema referenced through a relative $ref locally before peforming a remote $id lookup #1186
  • Fix: Improve documentation of yaml.schemas setting vscode-yaml#1207

Thanks to Simon Heather for your contributions

1.20.0

  • Feat: Support JSON Schema 2019-09 and 2020-12 #478, vscode-yaml#1122, #823
  • Feat: Support drafts 2019-09 and 2020-12 when validating a referenced JSON schema using AJV #1164
  • Feat: Autodetect schema when working with a Kubernetes custom resource #605
  • Feat: Add CLI flag to report version and report version in initialization result #1142
  • Feat: Add rename support for anchors and aliases #1149
  • Feat: Add anchor preview in hover #1150
  • Feat: Refactoring to change strings into block strings #1119
  • Feat: Report the error message from the schema (if available) when a property is missing #1138
  • Fix: Properly register formatter for all YAML files #1147
  • Fix: Address 'no scope' warning in logs vscode-yaml#972
  • Fix: Improve auto-completion for required enum properties and fix default value labeling vscode-yaml#1125, vscode-yaml#1160
  • Fix: Prevent error when hovering YAML 1.1 boolean values #1152
  • Fix: Properly escape quotes when completing const values, enum values, or property names vscode-yaml#1181
  • Fix: Prevent links in plain text hover documentation from being broken by aggressive escaping #1151
  • Fix: Property name completion properly suggests the enum and const values instead of the schema title, and takes into account anyOf and allOf #1141
  • Fix: Fix loading translations on web vscode-yaml#1191
  • Fix: Fix 'go to schema' CodeLens on web vscode-yaml#1195
  • Fix: Drop lodash from dependencies #1170
  • Fix: Don't syntax highlight 1.4.0 as a float #901
  • Fix: Register ansible and ansible-jinja languages for formatter vscode-yaml#812
  • Fix: Fix loading schemas from workspace when working in a web environment vscode-yaml#1194
  • Fix: Improve range of 'key ordering' error #1177
  • Fix: Prevent the key ordering quickfix from breaking the YAML #1171
  • Fix: Prevent dereferencing undefined in pickSchemaDialect #1176
  • Bump: js-yaml version #1143

Thanks to Petr Spacek, Lawrence Troup, elohmeier, Ronald Wahl, Marius Svechla, qvalentin, Hugo Hache, Nikita Karamov, Guillermo Rodríguez and Lanqing Huang for your contributions

A special shoutout to Morgan Chang for her tireless work on the validator.

Commits
  • abce2da CHANGELOG for 1.21.0
  • 67ce9eb Handle default booleans and integers properly in required properties completion
  • ce38c3b Fix infinite $ref resolution loops (#1195)
  • f1f5a94 Add yaml-lint-disable comment to suppress diagnostics per-line (#1189)
  • 97effb9 Stabilize CI
  • c5a2324 switch back to 1.21.0
  • d3774ae Prefer local sibling schema resolution for relative $ref before remote $id lo...
  • 425f02a Update prettier to 3.8.1
  • 5c948c6 Bump ajv from 8.17.1 to 8.18.0
  • 8ce4e2a Allow language-overridable yaml.validate and yaml.format.enable settings ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [yaml-language-server](https://github.com/redhat-developer/yaml-language-server) from 1.19.2 to 1.21.0.
- [Changelog](https://github.com/redhat-developer/yaml-language-server/blob/main/CHANGELOG.md)
- [Commits](redhat-developer/yaml-language-server@1.19.2...1.21.0)

---
updated-dependencies:
- dependency-name: yaml-language-server
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants