Ignore <script> elements when processing <Steps>#3726
Conversation
✅ Deploy Preview for astro-starlight ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
🦋 Changeset detectedLatest commit: b7c730d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
size-limit report 📦
|
HiDeoo
left a comment
There was a problem hiding this comment.
Looks great to me 🙌
A bit concerned about the potential implications, not of the workaround specifically but more of the general issue, e.g. with some CSS selectors, but looking at the triage bot output, this seems off so this would probably be a tricky issue to fix that would take a bit of time, so might as well just go with the workaround for now.
|
Yes, agreed, I think the regression has the potential to cause annoying issues for people. Luckily in this specific case it’s not too bad as the Thanks for the review! |
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@astrojs/starlight](https://starlight.astro.build) ([source](https://github.com/withastro/starlight/tree/HEAD/packages/starlight)) | [`0.37.6` → `0.37.7`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.37.6/0.37.7) |  |  | --- ### Release Notes <details> <summary>withastro/starlight (@​astrojs/starlight)</summary> ### [`v0.37.7`](https://github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0377) [Compare Source](https://github.com/withastro/starlight/compare/@astrojs/starlight@0.37.6...@astrojs/starlight@0.37.7) ##### Patch Changes - [#​3726](withastro/starlight#3726) [`8a09b60`](withastro/starlight@8a09b60) Thanks [@​delucis](https://github.com/delucis)! - Fixes an issue using components containing scripts inside Starlight’s steps component in versions of Astro >= 5.16.9 </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS41IiwidXBkYXRlZEluVmVyIjoiNDMuNTkuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: Renovate Bot <renovate@zarantonello.dev> Co-committed-by: Renovate Bot <renovate@zarantonello.dev>

Description
<Steps>component to work around<script>location regression in Astro 5.16.9 astro#15627