api-specs
api-specs copied to clipboard
fix(deps): update dependency starlight-openapi to ^0.16.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| starlight-openapi (source) | ^0.8.3 -> ^0.16.0 |
Release Notes
HiDeoo/starlight-openapi (starlight-openapi)
v0.16.0
Minor Changes
-
#96
933cc5cThanks @HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version0.34.0.Please use the
@astrojs/upgradecommand to upgrade your project:npx @​astrojs/upgrade -
#96
933cc5cThanks @HiDeoo! - Adds clickable anchor links to headings which respects the Starlightmarkdown.headingLinksSectionconfiguration option.
v0.15.0
Minor Changes
- #94
9b95bcaThanks @HiDeoo! - Adds support for schemas using version3.0.4of the OpenAPI specification by updating the OpenAPI and Swagger API definitions parser used internally.
v0.14.4
Patch Changes
- #90
6953670Thanks @HiDeoo! - Fixes potential sidebar link issues when using the Astrobaseoption.
v0.14.3
Patch Changes
- #88
d2cdf30Thanks @HiDeoo! - Fixes a compatibility issue with some other Starlight plugins due to how the sidebar entries for the generated pages were being created.
v0.14.2
Patch Changes
- #86
ecc5bb3Thanks @HiDeoo! - Fixes syntax highlighting issues for many examples where the code block language was not properly inferred.
v0.14.1
Patch Changes
v0.14.0
Minor Changes
-
#80
d6175bcThanks @HiDeoo! - Adds a newsidebar.operations.sortconfiguration option to configure the sorting method for the operation sidebar links.The current behavior to sort the operation sidebar links in the order they appear in the OpenAPI document is preserved by default. Setting this option to
'alphabetical'will sort the operation sidebar links alphabetically. -
#80
d6175bcThanks @HiDeoo! - Deprecates the sidebarlabel,collapsed, andsidebarMethodBadgesoptions in favor of a newsidebaroption object.The previous options are still supported for backward compatibility, but they will be removed in a future release.
starlightOpenAPI([ { base: 'api', schema: '../schemas/api-schema.yaml', - label: 'My API', - collapsed: false, - sidebarMethodBadges: true, + sidebar: { + label: 'My API', + collapsed: false, + operations: { badges: true }, + }, }, ]) -
#80
d6175bcThanks @HiDeoo! - Adds a newsidebar.tags.sortconfiguration option to configure the sorting method for the tag sidebar groups.The current behavior to sort the tag sidebar groups in the order they appear in the OpenAPI document is preserved by default. Setting this option to
'alphabetical'will sort the tag sidebar groups alphabetically. -
#80
d6175bcThanks @HiDeoo! - Adds a newsidebar.operations.labelsconfiguration option to define whether the operation sidebar labels should use the operation ID or summary.The current behavior to use the operation summary and fall back to the operation ID if no summary is provided is preserved by default. Setting this option to
'operationId'will always use the operation ID as the operation sidebar label.
Patch Changes
-
#80
d6175bcThanks @HiDeoo! - Fixes a rendering issue for model definition properties using nestedallOfproperties. -
#80
d6175bcThanks @HiDeoo! - Fixes a syntax highlighting issue for response examples defined at the object-level in a reference of thecomponentssection.
v0.13.0
Minor Changes
-
#75
52dd833Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version0.32.0.Please use the
@astrojs/upgradecommand to upgrade your project:npx @​astrojs/upgrade
v0.12.1
Patch Changes
- #73
beeb586Thanks @HiDeoo! - Addsastroas a peer dependency to prevent potential build errors in monorepos with hoisting disabled.
v0.12.0
Minor Changes
- #70
b6679d7Thanks @HiDeoo! - Improves formatting of query parameter examples based on thestyleandexplodeproperty values and the RFC 6570 URI template specification.
v0.11.0
Minor Changes
- #67
194dfe7Thanks @HiDeoo! - Adds a newsidebarMethodBadgesschema configuration option to display badges next to sidebar operation links with the associated HTTP method.
v0.10.0
Minor Changes
- #63
b19e249Thanks @HiDeoo! - Adds overview pages for operations grouped by tags defined with adescriptionorexternalDocsfields displaying the tag's information.
v0.9.0
Minor Changes
-
#58
f91f2f4Thanks @HiDeoo! - Adds support for Astro v5, drops support for Astro v4.⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now
0.30.0.Please follow the upgrade guide to update your project.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: @astrojs/[email protected]
npm error node_modules/@astrojs/starlight
npm error @astrojs/starlight@"^0.29.3" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @astrojs/starlight@">=0.34.0" from [email protected]
npm error node_modules/starlight-openapi
npm error starlight-openapi@"^0.19.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-06-27T15_37_34_394Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-06-27T15_37_34_394Z-debug-0.log
Deploy Preview for openpodcastapi failed.
| Name | Link |
|---|---|
| Latest commit | 7a7bee13fef66d719b2400aaf80db7a5b52c9466 |
| Latest deploy log | https://app.netlify.com/projects/openpodcastapi/deploys/685ebac5b9c8a3000858a999 |
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (^0.19.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.