Skip to content

Update b0o/SchemaStore.nvim digest to fce1d90#51

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
b0o/SchemaStore.nvim digest efa6201fce1d90

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 4, 2026

Copy link
Copy Markdown

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

  • No breaking changes or new features: All 3 commits between efa6201 and fce1d90 are automated catalog updates with the message "Update SchemaStore catalog" performed by GitHub Actions.
  • No bug fixes or security-related fixes: The only file changed is lua/schemastore/catalog.lua (the schema data file), with +915/-872 lines — purely schema definition additions and modifications.
  • No API changes: The plugin's public API (require("schemastore").json.schemas() and require("schemastore").yaml.schemas()) is completely unaffected. This is a data-only update that adds/updates JSON and YAML schema definitions.

🎯 Impact Scope Investigation

  • Usage locations: SchemaStore.nvim is used in lua/plugins/lsp.lua at lines 128 and 142:
    • require("schemastore").json.schemas() — provides schemas to jsonls
    • require("schemastore").yaml.schemas() — provides schemas to yamlls
  • Impact on other dependencies: None. SchemaStore.nvim is a standalone data catalog with no transitive dependencies. The consuming LSP servers (jsonls, yamlls) are unaffected by catalog data updates.
  • Configuration impact: None. No changes to configuration format or setup requirements.

💡 Recommended Actions

  • Merge as-is: No migration steps or code modifications are required. The update simply refreshes the catalog of available JSON/YAML schemas, which may include new schemas or updated versions of existing ones.

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

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