Skip to content

Comments

fix(deps): update dependency starlight-openapi to ^0.19.1#126

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/starlight-openapi-0.x
Closed

fix(deps): update dependency starlight-openapi to ^0.19.1#126
renovate[bot] wants to merge 1 commit intomainfrom
renovate/starlight-openapi-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
starlight-openapi (source) ^0.8.3 -> ^0.19.1 age adoption passing confidence

Release Notes

HiDeoo/starlight-openapi (starlight-openapi)

v0.19.1

Compare Source

Patch Changes
  • #​115 6c37f8e Thanks @​HiDeoo! - Prevents a potential build error for OpenAPI schemas containing incorrectly formatted enum values.

v0.19.0

Compare Source

Minor Changes
  • #​112 64e03d9 Thanks @​HiDeoo! - Adds support for specifying custom sidebar groups for individual OpenAPI schemas.

    When generating documentation for multiple schemas, this allows you to place the generated documentation pages for each schema anywhere in the Starlight sidebar, even in different sidebar groups.

    See the "Sidebar groups" section in the documentation for more information.

v0.18.0

Compare Source

Minor Changes
  • #​109 6de8f2b Thanks @​HiDeoo! - Respects Starlight convention to generate URLs with a trailing slash when using the trailingSlash: 'ignore' Astro configuration option (the default) as many common hosting providers redirect to URLs with a trailing slash by default.
Patch Changes
  • #​109 6de8f2b Thanks @​HiDeoo! - Fixes a sidebar link generation issue when using the Astro trailingSlash configuration option set to always.

v0.17.0

Compare Source

Minor Changes

v0.16.1

Compare Source

Patch Changes

v0.16.0

Compare Source

Minor Changes
  • #​96 933cc5c Thanks @​HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version 0.34.0.

    Please use the @astrojs/upgrade command to upgrade your project:

    npx @​astrojs/upgrade
  • #​96 933cc5c Thanks @​HiDeoo! - Adds clickable anchor links to headings which respects the Starlight markdown.headingLinksSection configuration option.

v0.15.0

Compare Source

Minor Changes
  • #​94 9b95bca Thanks @​HiDeoo! - Adds support for schemas using version 3.0.4 of the OpenAPI specification by updating the OpenAPI and Swagger API definitions parser used internally.

v0.14.4

Compare Source

Patch Changes

v0.14.3

Compare Source

Patch Changes
  • #​88 d2cdf30 Thanks @​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

Compare Source

Patch Changes
  • #​86 ecc5bb3 Thanks @​HiDeoo! - Fixes syntax highlighting issues for many examples where the code block language was not properly inferred.

v0.14.1

Compare Source

Patch Changes

v0.14.0

Compare Source

Minor Changes
  • #​80 d6175bc Thanks @​HiDeoo! - Adds a new sidebar.operations.sort configuration 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 d6175bc Thanks @​HiDeoo! - Deprecates the sidebar label, collapsed, and sidebarMethodBadges options in favor of a new sidebar option 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 d6175bc Thanks @​HiDeoo! - Adds a new sidebar.tags.sort configuration 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 d6175bc Thanks @​HiDeoo! - Adds a new sidebar.operations.labels configuration 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

v0.13.0

Compare Source

Minor Changes
  • #​75 52dd833 Thanks @​HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version 0.32.0.

    Please use the @astrojs/upgrade command to upgrade your project:

    npx @​astrojs/upgrade

v0.12.1

Compare Source

Patch Changes
  • #​73 beeb586 Thanks @​HiDeoo! - Adds astro as a peer dependency to prevent potential build errors in monorepos with hoisting disabled.

v0.12.0

Compare Source

Minor Changes

v0.11.0

Compare Source

Minor Changes

v0.10.0

Compare Source

Minor Changes
  • #​63 b19e249 Thanks @​HiDeoo! - Adds overview pages for operations grouped by tags defined with a description or externalDocs fields displaying the tag's information.

v0.9.0

Compare Source

Minor Changes
  • #​58 f91f2f4 Thanks @​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.

@renovate
Copy link
Contributor Author

renovate bot commented Dec 17, 2024

⚠️ 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: api-specs-astro@0.0.1
npm error Found: @astrojs/starlight@0.29.3
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 starlight-openapi@0.19.1
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

@netlify
Copy link

netlify bot commented Dec 17, 2024

Deploy Preview for openpodcastapi failed.

Name Link
🔨 Latest commit 7a7bee1
🔍 Latest deploy log https://app.netlify.com/projects/openpodcastapi/deploys/685ebac5b9c8a3000858a999

@renovate renovate bot changed the title fix(deps): update dependency starlight-openapi to ^0.9.0 fix(deps): update dependency starlight-openapi to ^0.10.0 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/starlight-openapi-0.x branch from 7401ddb to 481baf5 Compare January 8, 2025 16:02
@renovate renovate bot force-pushed the renovate/starlight-openapi-0.x branch from 481baf5 to ee9d375 Compare January 30, 2025 13:36
@renovate renovate bot changed the title fix(deps): update dependency starlight-openapi to ^0.10.0 fix(deps): update dependency starlight-openapi to ^0.11.0 Jan 30, 2025
@renovate renovate bot force-pushed the renovate/starlight-openapi-0.x branch from ee9d375 to a620449 Compare February 1, 2025 20:41
@renovate renovate bot changed the title fix(deps): update dependency starlight-openapi to ^0.11.0 fix(deps): update dependency starlight-openapi to ^0.12.0 Feb 1, 2025
@renovate renovate bot force-pushed the renovate/starlight-openapi-0.x branch from a620449 to 60f5f6c Compare February 11, 2025 17:08
@renovate renovate bot changed the title fix(deps): update dependency starlight-openapi to ^0.12.0 fix(deps): update dependency starlight-openapi to ^0.12.1 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/starlight-openapi-0.x branch from 60f5f6c to 0b968b1 Compare February 17, 2025 15:54
@renovate renovate bot changed the title fix(deps): update dependency starlight-openapi to ^0.12.1 fix(deps): update dependency starlight-openapi to ^0.13.0 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/starlight-openapi-0.x branch from 0b968b1 to ab33b10 Compare March 3, 2025 10:24
@renovate renovate bot changed the title fix(deps): update dependency starlight-openapi to ^0.13.0 fix(deps): update dependency starlight-openapi to ^0.14.0 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/starlight-openapi-0.x branch from ab33b10 to 50b8e26 Compare March 6, 2025 15:49
@renovate renovate bot changed the title fix(deps): update dependency starlight-openapi to ^0.14.0 fix(deps): update dependency starlight-openapi to ^0.14.1 Mar 6, 2025
@renovate renovate bot force-pushed the renovate/starlight-openapi-0.x branch from 50b8e26 to e20c307 Compare March 18, 2025 10:33
@renovate renovate bot changed the title fix(deps): update dependency starlight-openapi to ^0.14.1 fix(deps): update dependency starlight-openapi to ^0.14.2 Mar 18, 2025
@renovate renovate bot force-pushed the renovate/starlight-openapi-0.x branch from e20c307 to 1bf476c Compare March 18, 2025 22:34
@renovate renovate bot changed the title fix(deps): update dependency starlight-openapi to ^0.14.2 fix(deps): update dependency starlight-openapi to ^0.14.3 Mar 18, 2025
@renovate renovate bot force-pushed the renovate/starlight-openapi-0.x branch from 1bf476c to 48bbbcd Compare March 19, 2025 14:52
@renovate renovate bot changed the title fix(deps): update dependency starlight-openapi to ^0.14.3 fix(deps): update dependency starlight-openapi to ^0.14.4 Mar 19, 2025
@renovate renovate bot force-pushed the renovate/starlight-openapi-0.x branch from 48bbbcd to 9e430b0 Compare April 12, 2025 13:59
@renovate renovate bot changed the title fix(deps): update dependency starlight-openapi to ^0.14.4 fix(deps): update dependency starlight-openapi to ^0.15.0 Apr 12, 2025
@renovate renovate bot force-pushed the renovate/starlight-openapi-0.x branch from 9e430b0 to f28731d Compare April 18, 2025 17:48
@renovate renovate bot changed the title fix(deps): update dependency starlight-openapi to ^0.15.0 fix(deps): update dependency starlight-openapi to ^0.16.0 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/starlight-openapi-0.x branch from f28731d to ca1c2c0 Compare May 12, 2025 13:02
@renovate renovate bot changed the title fix(deps): update dependency starlight-openapi to ^0.16.0 fix(deps): update dependency starlight-openapi to ^0.16.1 May 12, 2025
@renovate renovate bot force-pushed the renovate/starlight-openapi-0.x branch from ca1c2c0 to 54a7267 Compare May 16, 2025 16:59
@renovate renovate bot changed the title fix(deps): update dependency starlight-openapi to ^0.16.1 fix(deps): update dependency starlight-openapi to ^0.17.0 May 16, 2025
@renovate renovate bot force-pushed the renovate/starlight-openapi-0.x branch from 54a7267 to 2953ffa Compare June 6, 2025 23:07
@renovate renovate bot changed the title fix(deps): update dependency starlight-openapi to ^0.17.0 fix(deps): update dependency starlight-openapi to ^0.18.0 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/starlight-openapi-0.x branch from 2953ffa to 277dded Compare June 17, 2025 13:52
@renovate renovate bot changed the title fix(deps): update dependency starlight-openapi to ^0.18.0 fix(deps): update dependency starlight-openapi to ^0.19.0 Jun 17, 2025
@renovate renovate bot force-pushed the renovate/starlight-openapi-0.x branch from 277dded to 7a7bee1 Compare June 27, 2025 15:37
@renovate renovate bot changed the title fix(deps): update dependency starlight-openapi to ^0.19.0 fix(deps): update dependency starlight-openapi to ^0.19.1 Jun 27, 2025
@Sporiff Sporiff closed this in #122 Jun 28, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Jun 28, 2025

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.

@renovate renovate bot deleted the renovate/starlight-openapi-0.x branch June 28, 2025 19:17
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