Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps vitepress-openapi from 0.1.13 to 0.1.14.

Release notes

Sourced from vitepress-openapi's releases.

v0.1.14

   🚀 Features

Refactor code samples to use a single, extensible LanguageConfig interface as the source of truth for language definitions. Each language now declares its own target, client, highlighter, and display metadata, removing the need for separate hardcoded mapping dictionaries.

Shiki now loads only core languages (json, xml, markdown) on init and loads additional highlighter languages on demand via ensureLanguage(), reducing initial bundle overhead.

BREAKING CHANGES:

  • codeSamples.langs config option has been removed; the set of displayed is now driven entirely by codeSamples.availableLanguages.
  • getCodeSamplesLangs() has been removed from the useTheme composable.
  • LanguageConfig interface now requires target and client properties used by @​scalar/snippetz for code generation).
  • The GeneratorFunction signature changed from (lang: string, request: OARequest) to   (langConfig: LanguageConfig, request: OARequest).
  • The codeSamples prop has been removed from the OACodeSamples component.
    View changes on GitHub
Commits
  • 26d498c chore: release v0.1.14
  • 70be44f refactor(OACodeSamples): preload highlighter languages using Shiki
  • da7c4c6 chore: add vitepress-plugin to keywords in package.json
  • 891b5c0 feat(codeSamples)!: replace hardcoded language maps with extensible central L...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vitepress-openapi](https://github.com/enzonotario/vitepress-openapi) from 0.1.13 to 0.1.14.
- [Release notes](https://github.com/enzonotario/vitepress-openapi/releases)
- [Commits](enzonotario/vitepress-openapi@v0.1.13...v0.1.14)

---
updated-dependencies:
- dependency-name: vitepress-openapi
  dependency-version: 0.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 9, 2026
@snacks02 snacks02 merged commit fe00a3d into main Feb 9, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vitepress-openapi-0.1.14 branch February 9, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant