Skip to content

Update b0o/SchemaStore.nvim digest to 0f3cd0e#53

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
b0o/SchemaStore.nvim digest 30d47900f3cd0e

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

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

  • No breaking changes or new features: Both commits (8fa7f9c, 0f3cd0e) are routine "Update SchemaStore catalog" auto-syncs that pull the latest JSON/YAML schema definitions from schemastore.org
  • Data-only changes: The sole modified file is lua/schemastore/catalog.lua (1111 additions, 1085 deletions, net +26 lines), which contains the auto-generated schema catalog index. Changes consist of reindexed entries (index numbers shifted due to new schema additions) and a small number of newly added schema definitions
  • No bug fixes or security fixes: This is a schema data refresh, not a code change. The plugin's Lua API surface is completely untouched

🎯 Impact Scope Investigation

  • Usage locations: SchemaStore.nvim is used in lua/plugins/lsp.lua at two call sites:
    • Line 128: require("schemastore").json.schemas() — provides JSON schemas to jsonls
    • Line 142: require("schemastore").yaml.schemas() — provides YAML schemas to yamlls
  • API compatibility: Both .json.schemas() and .yaml.schemas() are the standard, documented API. These functions return schema data from the catalog file — their interface is unchanged
  • No dependency impact: SchemaStore.nvim is a standalone data-provider plugin with no external dependencies. No other plugins depend on it

💡 Recommended Actions

  • No migration required: Merge as-is. No code changes needed
  • Effect after merge: JSON and YAML language servers will recognize a slightly expanded set of schemas (a few new schemas added to the catalog). Existing schema matching is unaffected

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

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