Skip to content

Update b0o/SchemaStore.nvim digest to c214b52#45

Merged
github-actions[bot] merged 1 commit into
mainfrom
renovate/b0o-schemastore.nvim-digest
May 23, 2026
Merged

Update b0o/SchemaStore.nvim digest to c214b52#45
github-actions[bot] merged 1 commit into
mainfrom
renovate/b0o-schemastore.nvim-digest

Conversation

@renovate

@renovate renovate Bot commented May 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
b0o/SchemaStore.nvim digest 6a25868c214b52

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • 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.

@github-actions

Copy link
Copy Markdown

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

  • No breaking changes or new features: The update consists of a single commit (c214b52) with the message "Update SchemaStore catalog", performed automatically by GitHub Actions.
  • Data-only change: Only one file was modified — lua/schemastore/catalog.lua (2,618 line changes). This file is an auto-generated catalog of JSON and YAML schemas sourced from SchemaStore.org. The changes are limited to re-indexed schema entries (numeric index shifts) and additions/updates of schema definitions.
  • No bug fixes or security fixes: This is a routine catalog refresh, not a code change. No API surface was modified.

🎯 Impact Scope Investigation

  • Usage locations: SchemaStore.nvim is used in lua/plugins/lsp.lua at two locations:
    • Line 129: require("schemastore").json.schemas() — provides JSON schemas to jsonls (JSON Language Server)
    • Line 143: require("schemastore").yaml.schemas() — provides YAML schemas to yamlls (YAML Language Server)
  • API stability: The json.schemas() and yaml.schemas() functions are the stable public API of SchemaStore.nvim and are unaffected by catalog data updates. The plugin's purpose is to serve as a data layer — the Lua API remains unchanged.
  • No impact on other dependencies: SchemaStore.nvim is a leaf dependency with no transitive dependencies. No other plugins in the configuration depend on it.
  • No configuration changes needed: The existing vim.lsp.config() calls for jsonls and yamlls will work identically with the updated catalog.

💡 Recommended Actions

  • Merge as-is: No migration steps or code modifications are required. The update simply adds newer schema definitions to the catalog, improving schema validation coverage for JSON and YAML files.
  • Optional verification: After merging, open a JSON or YAML file in Neovim to confirm schema completion and validation still work as expected.

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@github-actions github-actions Bot merged commit 993566c into main May 23, 2026
2 of 3 checks passed
@github-actions github-actions Bot deleted the renovate/b0o-schemastore.nvim-digest branch May 23, 2026 21:10
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