Skip to content

Update b0o/SchemaStore.nvim digest to 0538389#39

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

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

Conversation

@renovate

@renovate renovate Bot commented May 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
b0o/SchemaStore.nvim digest 988a3aa0538389

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: Both commits (05a0a69, 0538389) are automated catalog updates generated by GitHub Actions with the message "Update SchemaStore catalog". These update the JSON/YAML schema definitions used for validation and completion.
  • No bug fixes or security-related fixes: This is a data-only update — the only file changed is lua/schemastore/catalog.lua (the schema catalog data file). No Lua API code was modified.
  • No API changes: The plugin's public API (require("schemastore").json.schemas() and require("schemastore").yaml.schemas()) remains identical.

🎯 Impact Scope Investigation

  • Usage locations: SchemaStore.nvim is used in lua/plugins/lsp.lua at two points:
    • Line 128: require("schemastore").json.schemas() — provides JSON schemas to jsonls
    • Line 142: require("schemastore").yaml.schemas() — provides YAML schemas to yamlls
  • Impact on other dependencies: None. SchemaStore.nvim is a standalone data plugin with no external dependencies. The catalog update only affects which JSON/YAML schemas are available for validation and completion.
  • Change scope: 1 file changed (lua/schemastore/catalog.lua) with 2,102 line changes across 2 automated commits — entirely schema definition data.

💡 Recommended Actions

  • Merge as-is: No migration or code changes are needed. The digest update is a routine catalog refresh.
  • No configuration changes required: The existing require("schemastore") calls will continue to work identically with the updated catalog.

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@github-actions github-actions Bot merged commit f5b743b into main May 20, 2026
2 of 3 checks passed
@github-actions github-actions Bot deleted the renovate/b0o-schemastore.nvim-digest branch May 20, 2026 00:38
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