Skip to content

Update b0o/SchemaStore.nvim digest to c87dda7#55

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
b0o/SchemaStore.nvim digest 0f3cd0ec87dda7

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 2 automated commits ("Update SchemaStore catalog") performed by GitHub Actions on 2026-06-10 and 2026-06-11.
  • Data-only change: Only lua/schemastore/catalog.lua was modified (+1347/-1329 lines), which is the schema catalog data file. This adds/updates/removes JSON and YAML schema definitions from the upstream SchemaStore project.
  • No API changes: The plugin's public API (require("schemastore").json.schemas(), require("schemastore").yaml.schemas()) is completely unchanged.
  • No security-related fixes: This is a routine catalog data refresh.

🎯 Impact Scope Investigation

  • Usage locations: SchemaStore.nvim is used in lua/plugins/lsp.lua at lines 128 and 142:
    • require("schemastore").json.schemas() — provides JSON schemas to jsonls
    • require("schemastore").yaml.schemas() — provides YAML schemas to yamlls
  • No impact on other dependencies: SchemaStore.nvim is a standalone data plugin with no external dependencies. It only provides schema data consumed by the language servers.
  • No configuration changes needed: The API surface is identical; only the underlying schema catalog data has been refreshed.

💡 Recommended Actions

  • Merge as-is: No migration or code changes required. The update simply refreshes the schema catalog with the latest schemas from schemastore.org.
  • Optional verification: After merging, open a JSON or YAML file in Neovim to confirm schema completion/validation still works correctly.

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@github-actions github-actions Bot merged commit 9a1d2d6 into main Jun 11, 2026
2 of 3 checks passed
@github-actions github-actions Bot deleted the renovate/b0o-schemastore.nvim-digest branch June 11, 2026 02:58
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