Skip to content

Bump vitepress-openapi from 0.1.4 to 0.1.14#21

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vitepress-openapi-0.1.14
Open

Bump vitepress-openapi from 0.1.4 to 0.1.14#21
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vitepress-openapi-0.1.14

Conversation

@dependabot
Copy link
Contributor

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

Bumps vitepress-openapi from 0.1.4 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

v0.1.13

   🚀 Features

    View changes on GitHub

v0.1.12

   🐞 Bug Fixes

    View changes on GitHub

v0.1.11

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.1.10

   🚀 Features

... (truncated)

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...
  • bdf1cac chore: release v0.1.13
  • cada7ed refactor: Context / Utils (#315)
  • 1d89878 chore(e2e): update ss
  • 29a413c feat(Examples): implement example selection with named examples support (#313)
  • 5dc4eef chore: release v0.1.12
  • abeaac9 fix(types): implement localStorage availability check (#312)
  • Additional commits viewable 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.4 to 0.1.14.
- [Release notes](https://github.com/enzonotario/vitepress-openapi/releases)
- [Commits](enzonotario/vitepress-openapi@v0.1.4...v0.1.14)

---
updated-dependencies:
- dependency-name: vitepress-openapi
  dependency-version: 0.1.14
  dependency-type: direct:development
  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
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.

0 participants

Comments