Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2025

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
starlight-blog (source) 0.24.1 -> 0.24.2 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>
HiDeoo/starlight-blog (starlight-blog)

v0.24.2

Compare Source

Patch Changes
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 730e77d
🔍 Latest deploy log https://app.netlify.com/projects/tauri-v2/deploys/68e9a98221eae60008ed5ac9
😎 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 (🟢 up 36 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.8991007096100
Updatedstarlight-sidebar-topics@​0.6.0 ⏵ 0.6.184 +310077 +289 +8100
Updatedstarlight-blog@​0.24.1 ⏵ 0.24.281 +210084 +292 +2100
Updatedstarlight-links-validator@​0.17.2 ⏵ 0.18.093 -410082 +293 +1100
Updated@​astrojs/​starlight@​0.35.3 ⏵ 0.36.099 +110085 +194 -2100

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 8 times, most recently from e57312c to 0135efd Compare September 29, 2025 14:15
@renovate renovate bot force-pushed the renovate/astro-and-starlight-packages branch from 0135efd to 42dfc16 Compare October 9, 2025 14:33
@renovate renovate bot force-pushed the renovate/astro-and-starlight-packages branch from 42dfc16 to 730e77d Compare October 11, 2025 00:49
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