Skip to content

chore(deps): update dependency yaml-language-server to v1.23.0#43

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/non-major-deps
Open

chore(deps): update dependency yaml-language-server to v1.23.0#43
renovate[bot] wants to merge 1 commit intomainfrom
renovate/non-major-deps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 1, 2026

This PR contains the following updates:

Package Change Age Confidence
yaml-language-server 1.19.21.23.0 age confidence

Release Notes

redhat-developer/yaml-language-server (yaml-language-server)

v1.23.0

Compare Source

  • Feat: Disable "Source" URI in hovers. See #​1120, vscode-yaml#1238.
  • Fix: Add support for ajv-i18n to localize validation messages for errors in referenced JSON schemas #​1131.
  • Fix: Revert formatter changes, resolving several regressions. See #​1245, vscode-yaml#1241, vscode-yaml#1233, vscode-yaml#1242
  • Fix: Bundled schema resolution fails for schemas with $id matching a file name. See #​1236.
  • Fix: Skip local sibling probe for non-file:// schemas. See #​1235.
  • Fix: Set User-Agent header when requesting schema over HTTP(S). See #​1226, vscode-yaml#1236.
  • Fix: Request textDocument/hover failed with message: Invalid regular expression: /(?s).*/: Invalid group. See #​874.

Thanks to Steffen Videbæk Fredsgaard and Kosta for your contributions.

v1.22.0

Compare Source

  • Feat: Use yaml package (instead of prettier) for formatting. See #​933, #​1222.
  • Feat: Allow # $schema: <url> in addition to the existing # yaml-language-server: $schema=<url> to specify JSON Schema. See #​950.
  • Feat: Formatting support on web. See vscode-yaml#1228.
  • Fix: Issue with local refs in local schema when ID does not end with file name. See #​1228.
  • Fix: textDocument/hover crashes with "url argument must be of type string" for schemas without $id. See #​1227.
  • Fix: Pick which Kubernetes schema to use based on GroupVersionKind (GVK) instead of heuristics. See #​1213.
  • Fix: Remove annoying log output related to modelines. See #​1211.
  • Fix: Fix Kubernetes validation for RBAC resources. See #​1204.
  • Fix: Emacs eglot (and a few other language clients) gets Internal error when processing workspace/configuration server request. See #​1201, #​1202.
  • Fix: Preserve markdownDescription on $ref siblings
  • Fix: "Open Schema" CodeLens stopped working for contributed schemas. See vscode-yaml#1220.
  • Fix: Markdown description will not be rendered when the property has any reference. See vscode-yaml#1223.
  • Fix: The color of the digits after the decimal point is incorrect. See vscode-yaml#1225.
  • Fix: Integers with leading zeros displaying as strings. See vscode-yaml#1190.
  • Fix: Fix filesystem watcher glob. See vscode-yaml#1221
  • Fix: Remove http-proxy-agent and https-proxy-agent. See #​1208.
  • Bump: lodash from 4.17.23 to 4.18.1. See #​1225.
  • Bump: yaml from 2.7.1 to 2.8.3. See #​1220.
  • Bump: picomatch from 2.3.1 to 2.3.2. See #​1219.
  • Bump: flatted from 3.3.3 to 3.4.2. See #​1218.
  • Bump: minimatch. See #​1200.
  • Docs: Add yaml-schema-lint CLI to the Clients list. See #​1215.
  • Docs: Fix links to schemas in README.md. See vscode-yaml#1177.

Thanks to Remco Haszing, Nicolas K., and Josef Šimánek for your contributions.

v1.21.0

Compare Source

  • 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

v1.20.0

Compare Source

  • 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.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on the first day of the month"
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/non-major-deps branch from ccd09e5 to 4d85bdf Compare April 16, 2026 23:31
@renovate renovate Bot changed the title chore(deps): update dependency yaml-language-server to v1.21.0 chore(deps): update dependency yaml-language-server to v1.22.0 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/non-major-deps branch from 4d85bdf to e9cbe27 Compare April 29, 2026 13:03
@renovate renovate Bot force-pushed the renovate/non-major-deps branch from e9cbe27 to c44d4e4 Compare May 7, 2026 20:31
@renovate renovate Bot changed the title chore(deps): update dependency yaml-language-server to v1.22.0 chore(deps): update dependency yaml-language-server to v1.23.0 May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants