Skip to content

Update b0o/SchemaStore.nvim digest to 1f00d77#42

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

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

Conversation

@renovate

@renovate renovate Bot commented May 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
b0o/SchemaStore.nvim digest 59b42961f00d77

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

  • Breaking changes and new features: None. This is a routine automated schema catalog update performed by GitHub Actions.
  • Bug fixes and security-related fixes: No security fixes. Minor corrections to file match patterns:
    • Updatecli Compose: Added additional fileMatch glob patterns (**/updatecli-compose.d/**/*.yaml, *.yml, *.json) to improve schema detection coverage.
    • Qlik Talend Cloud Pipeline: Fixed casing in fileMatch patterns from lowercase to camelCase (e.g., sourceselection.yamlsourceSelection.yaml, transformationrules.yamltransformationRules.yaml, newtaskdefaults.yamlnewTaskDefaults.yaml).

Only one file changed: lua/schemastore/catalog.lua (5 additions, 5 deletions). This is purely a data file containing schema definitions — no Lua API changes.

🎯 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
    • Line 142: require("schemastore").yaml.schemas() — provides YAML schemas to yamlls
  • API compatibility: The plugin's public API (require("schemastore").json.schemas() and require("schemastore").yaml.schemas()) is completely unchanged. Only the internal catalog data was updated.
  • Impact on other dependencies: None. SchemaStore.nvim is a standalone data plugin with no downstream dependencies.

💡 Recommended Actions

  • No migration steps required. This is a data-only update to the schema catalog.
  • Safe to merge immediately without any code changes.

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@github-actions github-actions Bot merged commit 46965e1 into main May 21, 2026
2 of 3 checks passed
@github-actions github-actions Bot deleted the renovate/b0o-schemastore.nvim-digest branch May 21, 2026 22:44
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