Skip to content

build(deps): bump @astrojs/starlight-tailwind from 3.0.1 to 4.0.2 in /pixles-docs#259

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bun/pixles-docs/astrojs/starlight-tailwind-4.0.2
Closed

build(deps): bump @astrojs/starlight-tailwind from 3.0.1 to 4.0.2 in /pixles-docs#259
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bun/pixles-docs/astrojs/starlight-tailwind-4.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 13, 2026

Bumps @astrojs/starlight-tailwind from 3.0.1 to 4.0.2.

Release notes

Sourced from @​astrojs/starlight-tailwind's releases.

@​astrojs/starlight-tailwind@​4.0.2

Patch Changes

@​astrojs/starlight-tailwind@​4.0.1

Patch Changes

@​astrojs/starlight-tailwind@​4.0.0

Major Changes

  • #2322 f14eb0c Thanks @​HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.34.0

    Please use the @astrojs/upgrade command to upgrade your project:

    npx @astrojs/upgrade
  • #2322 f14eb0c Thanks @​HiDeoo! - Adds support for Tailwind v4, drops support for Tailwind v3.

    ⚠️ BREAKING CHANGE: Tailwind v3 is no longer supported. Tailwind v4 support in Astro is now provided using a Vite plugin and the Astro Tailwind integration is no longer required.

    1. 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 tailwindcss and @tailwindcss/vite packages.

    Use the astro add tailwind command to install and configure both packages:

    npx astro add tailwind
  • ... (truncated)

    Changelog

    Sourced from @​astrojs/starlight-tailwind's changelog.

    4.0.2

    Patch Changes

    4.0.1

    Patch Changes

    4.0.0

    Major Changes

    • #2322 f14eb0c Thanks @​HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.34.0

      Please use the @astrojs/upgrade command to upgrade your project:

      npx @astrojs/upgrade
    • #2322 f14eb0c Thanks @​HiDeoo! - Adds support for Tailwind v4, drops support for Tailwind v3.

      ⚠️ BREAKING CHANGE: Tailwind v3 is no longer supported. Tailwind v4 support in Astro is now provided using a Vite plugin and the Astro Tailwind integration is no longer required.

      1. 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 tailwindcss and @tailwindcss/vite packages.

    Use the astro add tailwind command to install and configure both packages:

  • ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​astrojs/starlight-tailwind since your current version.


    Dependabot compatibility score

    You can trigger a rebase of this PR by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

    Bumps [@astrojs/starlight-tailwind](https://github.com/withastro/starlight/tree/HEAD/packages/tailwind) from 3.0.1 to 4.0.2.
    - [Release notes](https://github.com/withastro/starlight/releases)
    - [Changelog](https://github.com/withastro/starlight/blob/main/packages/tailwind/CHANGELOG.md)
    - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight-tailwind@4.0.2/packages/tailwind)
    
    ---
    updated-dependencies:
    - dependency-name: "@astrojs/starlight-tailwind"
      dependency-version: 4.0.2
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 13, 2026
    @dependabot @github
    Copy link
    Copy Markdown
    Contributor Author

    dependabot Bot commented on behalf of github Apr 28, 2026

    Superseded by #291.

    @dependabot dependabot Bot closed this Apr 28, 2026
    @dependabot dependabot Bot deleted the dependabot/bun/pixles-docs/astrojs/starlight-tailwind-4.0.2 branch April 28, 2026 01:41
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants