Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@astrojs/markdown-remark (source) 6.3.6 -> 6.3.7 age confidence
@astrojs/starlight (source) 0.35.3 -> 0.36.0 age confidence
astro (source) 5.13.7 -> 5.14.1 age confidence
starlight-links-validator (source) ^0.17.0 -> ^0.18.0 age confidence
starlight-sidebar-topics (source) 0.6.0 -> 0.6.1 age confidence

Release Notes

withastro/astro (@​astrojs/markdown-remark)

v6.3.7

Compare Source

Patch Changes
withastro/starlight (@​astrojs/starlight)

v0.36.0

Compare Source

Minor Changes
  • #​3427 c3b2d0f Thanks @​delucis! - Fixes styling of labels that wrap across multiple lines in <Tabs> component

    ⚠️ Potentially breaking change: Tab labels now have a narrower line-height and additional vertical padding. If you have custom CSS targetting the <Tabs> component, you may want to double check the visual appearance of your tabs when updating.

    If you want to preserve the previous styling, you can add the following custom CSS to your site:

    .tab > [role='tab'] {
      line-height: var(--sl-line-height);
      padding-block: 0;
    }
  • #​3380 3364af3 Thanks @​HiDeoo! - Makes head entry parsing stricter in Starlight config and content frontmatter.

    ⚠️ Potentially breaking change: Previously Starlight would accept a head entry for a meta tag defining some content which generates invalid HTML as <meta> is a void element which cannot have any child nodes. Now, it is an error to define a meta tag including some content.

    If you see errors after updating, look for head entries in the Starlight configuration in the astro.config.mjs file or in the frontmatter of your content files that include a content property for a meta tag. To fix the error, move the content property to the attrs object with at least an additional attribute to identify the kind of metadata it represents:

    head: {
      tag: 'meta',
    - content: 'foo',
      attrs: {
        name: 'my-meta',
    +   content: 'foo',
      },
    },
  • #​3340 2018c31 Thanks @​HiDeoo! - Adds missing vertical spacing between Markdown content and UI Framework components using client directives.

    ⚠️ Potentially breaking change: By default, Starlight applies some vertical spacing (--sl-content-gap-y) between Markdown content blocks. This change introduces similar spacing between Markdown content blocks and UI Framework components using client directives which was not present before.

    If you were relying on the previous behavior, you can manually override the spacing by manually specifying the top margin on the component using custom CSS, e.g. by relying on a CSS class to target the component.

    .my-custom-component {
      margin-top: 0;
    }
Patch Changes
  • #​3423 a0d0670 Thanks @​andersk! - Fixes HTML validity in sidebar groups by ensuring <summary> is the first child of <details>
withastro/astro (astro)

v5.14.1

Compare Source

Patch Changes

v5.14.0

Compare Source

Minor Changes
  • #​13520 a31edb8 Thanks @​openscript! - Adds a new property routePattern available to GetStaticPathsOptions

    This provides the original, dynamic segment definition in a routing file path (e.g. /[...locale]/[files]/[slug]) from the Astro render context that would not otherwise be available within the scope of getStaticPaths(). This can be useful to calculate the params and props for each page route.

    For example, you can now localize your route segments and return an array of static paths by passing routePattern to a custom getLocalizedData() helper function. The params object will be set with explicit values for each route segment (e.g. locale, files, and slug). Then, these values will be used to generate the routes and can be used in your page template via Astro.params.

v5.13.11

Compare Source

Patch Changes
  • #​14409 250a595 Thanks @​louisescher! - Fixes an issue where astro info would log errors to console in certain cases.

  • #​14398 a7df80d Thanks @​idawnlight! - Fixes an unsatisfiable type definition when calling addServerRenderer on an experimental container instance

  • #​13747 120866f Thanks @​jp-knj! - Adds automatic request signal abortion when the underlying socket closes in the Node.js adapter

    The Node.js adapter now automatically aborts the request.signal when the client connection is terminated. This enables better resource management and allows applications to properly handle client disconnections through the standard AbortSignal API.

  • #​14428 32a8acb Thanks @​drfuzzyness! - Force sharpService to return a Uint8Array if Sharp returns a SharedArrayBuffer

  • #​14411 a601186 Thanks @​GameRoMan! - Fixes relative links to docs that could not be opened in the editor.

v5.13.10

Compare Source

Patch Changes

v5.13.9

Compare Source

Patch Changes

v5.13.8

Compare Source

Patch Changes
  • #​14300 bd4a70b Thanks @​louisescher! - Adds Vite version & integration versions to output of astro info

  • #​14341 f75fd99 Thanks @​delucis! - Fixes support for declarative Shadow DOM when using the <ClientRouter> component

  • #​14350 f59581f Thanks @​ascorbic! - Improves error reporting for content collections by adding logging for configuration errors that had previously been silently ignored. Also adds a new error that is thrown if a live collection is used in content.config.ts rather than live.config.ts.

  • #​14343 13f7d36 Thanks @​florian-lefebvre! - Fixes a regression in non node runtimes

HiDeoo/starlight-links-validator (starlight-links-validator)

v0.18.0

Compare Source

Minor Changes
HiDeoo/starlight-sidebar-topics (starlight-sidebar-topics)

v0.6.1

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Does it update a dependency? label Sep 17, 2025
@renovate renovate bot requested a review from a team as a code owner September 17, 2025 10:52
@github-project-automation github-project-automation bot moved this to 🪵 Backlog in Documentation Sep 17, 2025
Copy link

netlify bot commented Sep 17, 2025

Deploy Preview for tauri-v2 ready!

Name Link
🔨 Latest commit 0135efd
🔍 Latest deploy log https://app.netlify.com/projects/tauri-v2/deploys/68da949c48f6af000888d1f5
😎 Deploy Preview https://deploy-preview-3512--tauri-v2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100 (no change from production)
Accessibility: 98 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

socket-security bot commented Sep 17, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​astrojs/​markdown-remark@​6.3.7991007094100
Updatedstarlight-sidebar-topics@​0.6.0 ⏵ 0.6.184 +310077 +289 +8100
Updatedstarlight-links-validator@​0.17.2 ⏵ 0.18.093 -410082 +293 +1100
Updated@​astrojs/​starlight@​0.35.3 ⏵ 0.36.099 +110085 +195 -1100
Updatedastro@​5.13.7 ⏵ 5.14.197 +110088 +197100

View full report

@renovate renovate bot force-pushed the renovate/astro-and-starlight-packages branch from 647be4e to 097b9d7 Compare September 17, 2025 18:37
@renovate renovate bot changed the title fix(deps): update dependency astro to v5.13.8 fix(deps): update astro & starlight packages Sep 17, 2025
@renovate renovate bot force-pushed the renovate/astro-and-starlight-packages branch 4 times, most recently from d45fa66 to ff72063 Compare September 22, 2025 09:29
@renovate renovate bot changed the title fix(deps): update astro & starlight packages chore(deps): update astro & starlight packages Sep 22, 2025
@renovate renovate bot force-pushed the renovate/astro-and-starlight-packages branch 7 times, most recently from 874cf6c to e57312c Compare September 28, 2025 17:59
@renovate renovate bot force-pushed the renovate/astro-and-starlight-packages branch from e57312c to 0135efd Compare September 29, 2025 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Does it update a dependency?
Projects
Status: 🪵 Backlog
Development

Successfully merging this pull request may close these issues.

1 participant