Skip to content

Bump lodash and yaml-language-server in /server - #517

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/server/multi-821829bcfe
Open

Bump lodash and yaml-language-server in /server#517
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/server/multi-821829bcfe

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Removes lodash. It's no longer used after updating ancestor dependency yaml-language-server. These dependencies need to be updated together.

Removes lodash

Updates yaml-language-server from 1.19.1 to 1.24.0

Changelog

Sourced from yaml-language-server's changelog.

1.24.0

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

1.23.0

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

1.22.0

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

... (truncated)

Commits
  • 95ef21b CHANGELOG for 1.24.0
  • 968ce73 Update README.md (#1289)
  • c78770a fix: getSchemas should return inline $schema
  • 416ede2 fix: ignore modeline schema comment after yaml content
  • e569ce2 remove require from yamlSchemaService
  • 0c725ad Sarif ignore suppressed ESLint violations
  • ea4e668 Remove vscode-json-languageservice dependency (#1285)
  • 85e7699 Enforce consistent type imports
  • 0d181ee Rewrite Mocha tests to use promises
  • 83fe0bc Update to ESLint 10
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm NPM updates server Server labels Jul 8, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/server/multi-821829bcfe branch from 10167c5 to e4eaf00 Compare July 8, 2026 20:49
Removes [lodash](https://github.com/lodash/lodash). It's no longer used after updating ancestor dependency [yaml-language-server](https://github.com/redhat-developer/yaml-language-server). These dependencies need to be updated together.


Removes `lodash`

Updates `yaml-language-server` from 1.19.1 to 1.24.0
- [Changelog](https://github.com/redhat-developer/yaml-language-server/blob/main/CHANGELOG.md)
- [Commits](redhat-developer/yaml-language-server@1.19.1...1.24.0)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version:
  dependency-type: indirect
- dependency-name: yaml-language-server
  dependency-version: 1.24.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/server/multi-821829bcfe branch from e4eaf00 to 6a4821f Compare July 8, 2026 21:11
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 npm NPM updates server Server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants