Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Mar 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v1.24.0

Compare Source

  • Feat: Add support for declaring a schema using an inline $schema property. See #​964.
  • Feat: Add support for the yaml.disableSchemaDetection setting to disable automatic schema association for matching files. See #​1140 and vscode-yaml#245.
  • Feat: Add support for disabling schema validation via modeline. See #​446.
  • Feat: Automatically disable schema detection for dbt, Docker Compose, GitHub Actions, and Azure Pipelines files when the corresponding extension is installed. See vscode-yaml#1251 and vscode-yaml#1261.
  • Feat: Add a selectable "No JSON Schema" option to the schema picker. See vscode-yaml#991.
  • Feat: Support selecting multiple schemas in the schema picker. See vscode-yaml#983.
  • Feat: Support return types for yaml.customTags. See vscode-yaml#867.
  • Feat: Add the yaml.kubernetesVersion setting. See #​211.
  • Fix: False "Matches multiple schemas when only one must validate" error when using direct Kubernetes standalone-strict/all.json schema URLs. See vscode-yaml#1180.
  • Fix: Stack overflow in YAML Language Server when trying to open the schema picker for a file with multiple schemas. See vscode-yaml#1249.
  • Fix: Ignore schema modeline comments after YAML content, allowing $schema properties to be commented out normally. See vscode-yaml#1260.
  • Fix: Missing schemas from SchemaStore. See vscode-yaml#1130.
  • Fix: Arrays with default and required values are not rendered correctly. See vscode-yaml#1187.
  • Fix: Autocomplete suggestions from conditional if schema branches. See #​1266.
  • Fix: Broken indentation after pressing Enter in nested mappings. See vscode-yaml#1226 and #​1258.
  • Fix: Allow schema to still validate even if Ajv fails. See #​1269.
  • Fix: textDocument/codeLens request hangs on the first file opened. See #​501.
  • Fix: Prepare for the transition to ES modules by removing the vscode-json-languageservice dependency. See #​1069 and #​1014.
  • Fix: GitHub issue forms schema not detected despite correct directory and naming. See vscode-yaml#1258.
  • Fix: Correct the default values of yaml.extension.recommendations and yaml.hoverSchemaSource. See vscode-yaml#1247.
  • Fix: Cannot Load content for: schema.json Unknown schema: file. See #​948.
  • Fix: Imported jsonc-parser isn't listed as dependencies. See #​1264.
  • Fix: Correct the vscode-languageserver-types version to prevent incompatible TypeScript types. See #​1270.
  • Fix: yaml/get/all/jsonSchemas returns schema association declared with inline $schema. See #​1290.
  • Fix: Status bar updates when editing inline $schema in YAML files. See vscode-yaml#1263.
  • Chore: Upgrade to ESLint 10 and enforce consistent type imports. See #​1281 and #​1282.
  • Chore: Upgrade to TypeScript 6. See #​1275.

Thanks to Nicholas Bollweg, Heather Lapointe, Remco Haszing, Aidan Feldman, and Rafał Chłodnicki for your contributions.

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
@renovate renovate Bot changed the title chore(deps): update dependency yaml-language-server to v1.23.0 chore(deps): update non-major dependencies to v1.23.0 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/non-major-deps branch from c44d4e4 to 8496db8 Compare June 11, 2026 19:45
@renovate renovate Bot changed the title chore(deps): update non-major dependencies to v1.23.0 chore(deps): update non-major dependencies Jun 22, 2026
@renovate renovate Bot changed the title chore(deps): update non-major dependencies chore(deps): update dependency yaml-language-server to v1.23.0 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/non-major-deps branch from 8496db8 to 4f9b13b Compare July 7, 2026 22:40
@renovate renovate Bot changed the title chore(deps): update dependency yaml-language-server to v1.23.0 chore(deps): update dependency yaml-language-server to v1.24.0 Jul 7, 2026
@renovate
renovate Bot force-pushed the renovate/non-major-deps branch from 4f9b13b to 7a99b65 Compare July 12, 2026 16:41
@renovate
renovate Bot force-pushed the renovate/non-major-deps branch from 7a99b65 to d8002d0 Compare July 24, 2026 19:46
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