Open
Conversation
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight). These dependencies needed to be updated together. Updates `astro` from 5.18.1 to 6.1.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.1.1/packages/astro) Updates `@astrojs/starlight` from 0.37.7 to 0.38.2 - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.38.2/packages/starlight) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@astrojs/starlight" dependency-version: 0.38.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
4fc9895 to
3128fb8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps astro and @astrojs/starlight. These dependencies needed to be updated together.
Updates
astrofrom 5.18.1 to 6.1.1Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
f649ae0[ci] release (#16108)10c3a47[ci] format999c875fix(transitions): auto-persist styles with data-vite-dev-id (#16089)23d60defix(dev-toolbar): normalize aria-query role aliases to prevent audit crash (#...88fcc98fix integrations links across docs (#16098)4a6ff2a[ci] release (#16020)b9e96dafix(deps): update dependency vitest to v4 (#15372)4fad14atest: strengthen the tests of rendering utilities (#16086)f74465afix(hmr): handle middleware changes during dev (#16054)fa5bcderefactor(test): move params encoding to unit tests (#16056)Updates
@astrojs/starlightfrom 0.37.7 to 0.38.2Release notes
Sourced from
@astrojs/starlight's releases.... (truncated)
Changelog
Sourced from
@astrojs/starlight's changelog.... (truncated)
Commits
d871021[ci] release (#3766)a4c6c20Improve performance of sidebar generation logic (#3768)f24ce99fix: use region-specific translations for default locale (#3759)1a87ed4Update to Vitest 4.1 (#3757)ac64c72[ci] release (#3752)fb955fffix: respect globaltableOfContentsconfig with zod v4 (#3751)eb7abe2[ci] release (#3745)fff38d5Tweak header hover effects (#3598)375edccfeat: improve components exports with wildcard (#3704)047dd32[ci] format