Skip to content

Update b0o/SchemaStore.nvim digest to 6ff1f21#79

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
b0o/SchemaStore.nvim digest 490afbd6ff1f21

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: This is a routine, automated schema catalog update (490afbd6ff1f21). The single commit (6ff1f21) message reads: "Update SchemaStore catalog — This commit was performed automatically by GitHub Actions."
  • No bug fixes or security-related fixes: The update only modifies lua/schemastore/catalog.lua, which is an auto-generated data file containing the index of JSON/YAML schemas from schemastore.org. The diff shows 2,714 line changes, all within the schema index entries (reindexing and adding/updating schema definitions). No Lua API code was changed.

🎯 Impact Scope Investigation

  • Usage locations: SchemaStore.nvim is used in lua/plugins/lsp.lua at two locations:
    • Line 128: require("schemastore").json.schemas() — provides JSON schemas to jsonls for files like package.json, tsconfig.json, etc.
    • Line 142: require("schemastore").yaml.schemas() — provides YAML schemas to yamlls for files like GitHub Actions workflows, docker-compose.yml, etc.
  • API stability: The public API (require("schemastore").json.schemas() and require("schemastore").yaml.schemas()) is unchanged. Only the internal catalog data was refreshed.
  • No impact on other dependencies: SchemaStore.nvim is a data-only plugin with no transitive dependencies. It is loaded as a dependency of nvim-lspconfig and only consumed by jsonls and yamlls configurations.

💡 Recommended Actions

  • No migration required: The update is purely a data refresh with no API changes.
  • No code modifications needed: The existing require("schemastore") calls remain fully compatible.
  • Safe to merge immediately: This is a routine catalog update that will provide the latest JSON/YAML schema definitions from schemastore.org.

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

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