chore(deps): update dependency @astrojs/starlight-tailwind to v5 - #328
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @astrojs/starlight-tailwind to v5#328renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
renovate
Bot
force-pushed
the
renovate/astrojs-starlight-tailwind-5.x
branch
2 times, most recently
from
September 7, 2026 07:30
be1e4e5 to
b05a9fa
Compare
renovate
Bot
force-pushed
the
renovate/astrojs-starlight-tailwind-5.x
branch
from
September 9, 2026 23:27
b05a9fa to
d416591
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.
This PR contains the following updates:
^3.0.1→^5.0.0Release Notes
withastro/starlight (@astrojs/starlight-tailwind)
v5.0.0Compare Source
Major Changes
#3644⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.38.0
0d2e7edThanks @HiDeoo! -Please use the
@astrojs/upgradecommand to upgrade your project:v4.0.2Compare Source
Patch Changes
7700456Thanks @delucis! - This is the first release published with OIDC trusted publishing.v4.0.1Compare Source
Patch Changes
5959919Thanks @HiDeoo! - Fixes an issue where all border styles were not reset by the Starlight’s Tailwind compatibility package like in Tailwind base styles.v4.0.0Compare Source
Major Changes
#2322⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.34.0
f14eb0cThanks @HiDeoo! -Please use the
@astrojs/upgradecommand to upgrade your project:#2322
f14eb0cThanks @HiDeoo! - Adds support for Tailwind v4, drops support for Tailwind v3.Remove the Astro Tailwind integration. The Astro Tailwind integration is no longer required with Tailwind v4.
// astro.config.mjs import { defineConfig } from "astro/config"; import starlight from "@astrojs/starlight"; -import tailwind from "@astrojs/tailwind"; export default defineConfig({ integrations: [ starlight({ title: "Docs with Tailwind", customCss: ["./src/tailwind.css"], }), - tailwind({ applyBaseStyles: false }), ], });Install Tailwind v4. Install the latest version of the
tailwindcssand@tailwindcss/vitepackages.Use the
astro add tailwindcommand to install and configure both packages:Update Tailwind base styles. Tailwind CSS base styles needs to be updated for Tailwind v4 and also to use Starlight Tailwind CSS.
Update Tailwind customizations. If you previously customized your Tailwind theme configuration in the
tailwind.config.mjsfile, such customizations are now defined through CSS using the@themeblock in your Tailwind base styles.Locate existing customizations in your
tailwind.config.mjsfile. The following example defines customizations for the accent colors, gray scale, and font families used by Starlight:The above customizations can be migrated to the new
@themeblock in the file containing your Tailwind base styles as follows:We recommend checking your site’s appearance when upgrading to make sure there are no style regressions caused by this change.
For full details about upgrading from Tailwind v3 to v4, see the official upgrade guide.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.