Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps the npm-dependencies group with 23 updates in the / directory:

Package From To
@astrojs/partytown 2.1.3 2.1.4
@astrojs/starlight 0.30.6 0.35.2
@astrojs/starlight-tailwind 3.0.0 4.0.1
@astrojs/tailwind 5.1.5 6.0.2
@expressive-code/plugin-collapsible-sections 0.38.3 0.41.3
astro 5.1.1 5.12.8
hast-util-select 6.0.3 6.0.4
hastscript 9.0.0 9.0.1
marked 15.0.6 16.1.2
remark-svgbob 1.1.1 2.0.0
sharp 0.33.5 0.34.3
starlight-links-validator 0.14.1 0.17.0
tailwindcss 3.4.17 4.1.11
tree-sitter 0.22.1 0.25.0
tree-sitter-rust 0.23.2 0.24.0
typescript 5.7.3 5.9.2
lint-staged 15.4.2 16.1.4
playwright 1.50.0 1.54.2
prettier 3.4.2 3.6.2
prettier-plugin-organize-imports 4.1.0 4.2.0
prettier-plugin-svelte 3.3.3 3.4.0
prettier-plugin-tailwindcss 0.6.11 0.6.14
vitest 2.1.9 3.2.4

Updates @astrojs/partytown from 2.1.3 to 2.1.4

Changelog

Sourced from @​astrojs/partytown's changelog.

2.1.4

Patch Changes

  • #13109 5c0e0ea Thanks @​arnottferels! - Adds support for config.lib, which allows changing the destination of the files:

    export default defineConfig({
    	integrations: [partytown({
    		config: {
    +			lib: '/assets/lib/~partytown/';
    		}
    	})]
    })
Commits

Updates @astrojs/starlight from 0.30.6 to 0.35.2

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.35.2

Patch Changes

  • #3341 10f6fe2 Thanks @​HiDeoo! - Prevents potential build issues with the Astro Cloudflare adapter due to the dependency on Node.js builtins.

  • #3327 bf58c60 Thanks @​delucis! - Fixes a routing bug for docs pages with a slug authored with non-normalized composition. This could occur for filenames containing diacritics in some circumstances, causing 404s.

@​astrojs/starlight@​0.35.1

Patch Changes

@​astrojs/starlight@​0.35.0

Minor Changes

  • #2261 778b743 Thanks @​shubham-padia! - Adds support for using any of Starlight’s built-in icons in asides.

  • #3272 e7fe267 Thanks @​delucis! - Adds a new generateId option to Starlight’s docsLoader()

    This enables overriding the default sluggifier used to convert content filenames to URLs.

  • #3276 3917b20 Thanks @​delucis! - Excludes banner content from search results

    Previously, content set in banner in page frontmatter was indexed by Starlight’s default search provider Pagefind. This could cause unexpected search results, especially for sites setting a common banner content on multiple pages. Starlight’s default Banner component is now excluded from search indexing.

    This change does not impact Banner overrides using custom components.

  • #3266 1161af0 Thanks @​HiDeoo! - Adds support for custom HTML attributes on autogenerated sidebar links using the autogenerate.attrs option.

  • #3274 80ccff7 Thanks @​HiDeoo! - Fixes an issue where some Starlight remark and rehype plugins were transforming Markdown and MDX content in non-Starlight pages.

    ⚠️ BREAKING CHANGE:

    Previously, some of Starlight’s remark and rehype plugins, most notably the plugin transforming Starlight's custom Markdown syntax for rendering asides, were applied to all Markdown and MDX content. This included content from individual Markdown pages and content from content collections other than the docs collection used by Starlight.

    This change restricts the application of Starlight’s remark and rehype plugins to only Markdown and MDX content loaded using Starlight's docsLoader(). If you were relying on this behavior, please let us know about your use case in the dedicated #starlight channel in the Astro Discord or by opening an issue.

Patch Changes

  • #3266 1161af0 Thanks @​HiDeoo! - Ensures invalid sidebar group configurations using the attrs option are properly reported as a type error.

    Previously, invalid sidebar group configurations using the attrs option were not reported as a type error but only surfaced at runtime. This change is only a type-level change and does not affect the runtime behavior of Starlight which does not support the attrs option for sidebar groups.

  • #3274 80ccff7 Thanks @​HiDeoo! - Prevents Starlight remark and rehype plugins from transforming Markdown and MDX content when using the Astro renderMarkdown() content loader API.

@​astrojs/starlight@​0.34.8

Patch Changes

  • #3306 21fcd94 Thanks @​HiDeoo! - Fixes a regression in Starlight version 0.34.5 that caused multilingual sites with a default locale explicitly set to root to report a configuration error.

... (truncated)

Changelog

Sourced from @​astrojs/starlight's changelog.

0.35.2

Patch Changes

  • #3341 10f6fe2 Thanks @​HiDeoo! - Prevents potential build issues with the Astro Cloudflare adapter due to the dependency on Node.js builtins.

  • #3327 bf58c60 Thanks @​delucis! - Fixes a routing bug for docs pages with a slug authored with non-normalized composition. This could occur for filenames containing diacritics in some circumstances, causing 404s.

0.35.1

Patch Changes

0.35.0

Minor Changes

  • #2261 778b743 Thanks @​shubham-padia! - Adds support for using any of Starlight’s built-in icons in asides.

  • #3272 e7fe267 Thanks @​delucis! - Adds a new generateId option to Starlight’s docsLoader()

    This enables overriding the default sluggifier used to convert content filenames to URLs.

  • #3276 3917b20 Thanks @​delucis! - Excludes banner content from search results

    Previously, content set in banner in page frontmatter was indexed by Starlight’s default search provider Pagefind. This could cause unexpected search results, especially for sites setting a common banner content on multiple pages. Starlight’s default Banner component is now excluded from search indexing.

    This change does not impact Banner overrides using custom components.

  • #3266 1161af0 Thanks @​HiDeoo! - Adds support for custom HTML attributes on autogenerated sidebar links using the autogenerate.attrs option.

  • #3274 80ccff7 Thanks @​HiDeoo! - Fixes an issue where some Starlight remark and rehype plugins were transforming Markdown and MDX content in non-Starlight pages.

    ⚠️ BREAKING CHANGE:

    Previously, some of Starlight’s remark and rehype plugins, most notably the plugin transforming Starlight's custom Markdown syntax for rendering asides, were applied to all Markdown and MDX content. This included content from individual Markdown pages and content from content collections other than the docs collection used by Starlight.

    This change restricts the application of Starlight’s remark and rehype plugins to only Markdown and MDX content loaded using Starlight's docsLoader(). If you were relying on this behavior, please let us know about your use case in the dedicated #starlight channel in the Astro Discord or by opening an issue.

Patch Changes

  • #3266 1161af0 Thanks @​HiDeoo! - Ensures invalid sidebar group configurations using the attrs option are properly reported as a type error.

    Previously, invalid sidebar group configurations using the attrs option were not reported as a type error but only surfaced at runtime. This change is only a type-level change and does not affect the runtime behavior of Starlight which does not support the attrs option for sidebar groups.

  • #3274 80ccff7 Thanks @​HiDeoo! - Prevents Starlight remark and rehype plugins from transforming Markdown and MDX content when using the Astro renderMarkdown() content loader API.

0.34.8

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by matthewp, a new releaser for @​astrojs/starlight since your current version.


Updates @astrojs/starlight-tailwind from 3.0.0 to 4.0.1

Release notes

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

@​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
  • Update Tailwind base styles. Tailwind CSS base styles needs to be updated for Tailwind v4 and also to use Starlight Tailwind CSS.

  • ... (truncated)

    Changelog

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

    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:

    npx astro add tailwind
  • Update Tailwind base styles. Tailwind CSS base styles needs to be updated for Tailwind v4 and also to use Starlight Tailwind CSS.

  • ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by matthewp, a new releaser for @​astrojs/starlight-tailwind since your current version.


    Updates @astrojs/tailwind from 5.1.5 to 6.0.2

    Release notes

    Sourced from @​astrojs/tailwind's releases.

    [email protected]

    Patch Changes

    [email protected]

    Patch Changes

    • #14169 f4e8889 Thanks @​ascorbic! - Skips trailing slash handling for paths that start with /..

    • #14170 34e6b3a Thanks @​ematipico! - Fixes an issue where static redirects couldn't correctly generate a redirect when the destination is a prerendered route, and the output is set to "server".

    • #14169 f4e8889 Thanks @​ascorbic! - Fixes a bug that prevented images from being displayed in dev when using the Netlify adapter with trailingSlash set to always

    • Updated dependencies [f4e8889]:

      • @​astrojs/internal-helpers@​0.7.0
      • @​astrojs/markdown-remark@​6.3.4

    [email protected]

    Patch Changes

    • #14153 29e9283 Thanks @​jp-knj! - Fixes a regression introduced by a recent optimisation of how SVG images are emitted during the build.

    • #14156 592f08d Thanks @​TheOtterlord! - Fix the client router not submitting forms if the active URL contained a hash

    • #14160 d2e25c6 Thanks @​ascorbic! - Fixes a bug that meant some remote image URLs could cause invalid filenames to be used for processed images

    • #14167 62bd071 Thanks @​ascorbic! - Fixes a bug that prevented destroyed sessions from being deleted from storage unless the session had been loaded

    [email protected]

    Patch Changes

    • #14059 19f53eb Thanks @​benosmac! - Fixes a bug in i18n implementation, where Astro didn't emit the correct pages when fallback is enabled, and a locale uses a catch-all route, e.g. src/pages/es/[...catchAll].astro

    • #14155 31822c3 Thanks @​ascorbic! - Fixes a bug that caused an error "serverEntrypointModule[_start] is not a function" in some adapters

    [email protected]

    Patch Changes

    • #14031 e9206c1 Thanks @​jp-knj! - Optimized the build pipeline for SVG images. Now, Astro doesn't reprocess images that have already been processed.

    • #14132 976879a Thanks @​ematipico! - Fixes a bug where the property Astro.routePattern/context.routePattern wasn't updated when using a rewrite via middleware.

    • #14131 aafc4d7 Thanks @​florian-lefebvre! - Fixes a case where an error occurring in a middleware would show the dev overlay instead of the custom 500.astro page

    ... (truncated)

    Changelog

    Sourced from @​astrojs/tailwind's changelog.

    6.0.2

    Patch Changes

    6.0.1

    Patch Changes

    6.0.0

    Major Changes

    • #13049 2ed4bd9 Thanks @​florian-lefebvre! - Deprecates the integration

      Tailwind CSS now offers a Vite plugin which is the preferred way to use Tailwind 4 in Astro. Please uninstall @astrojs/tailwind and follow the Tailwind documentation for manual installation.

      This updated major version is only provided as a convenience for existing projects until they are able to migrate to the new plugin. It offers no additional functionality and is no longer recommended, but may continue to be used in your projects until it is removed entirely.

    Commits

    Updates @expressive-code/plugin-collapsible-sections from 0.38.3 to 0.41.3

    Release notes

    Sourced from @​expressive-code/plugin-collapsible-sections's releases.

    @​expressive-code/plugin-collapsible-sections@​0.41.3

    Patch Changes

    • Updated dependencies [eb82591]
      • @​expressive-code/core@​0.41.3

    @​expressive-code/plugin-collapsible-sections@​0.41.2

    Patch Changes

    • @​expressive-code/core@​0.41.2

    @​expressive-code/plugin-collapsible-sections@​0.41.1

    Patch Changes

    • Updated dependencies [a53e749]
      • @​expressive-code/core@​0.41.1

    @​expressive-code/plugin-collapsible-sections@​0.41.0

    Minor Changes

    • 380bfcc: Adds new createInlineSvgUrl export that creates an inline SVG image data URL from the given contents of an SVG file.

      You can use it to embed SVG images directly into a plugin's styles or HAST, or pass it to an existing styleOverrides icon setting.

    • 380bfcc: Adds the following new styleOverrides settings:

      • collapsibleSections.expandIcon and collapsibleSections.collapseIcon: Allows overriding the SVG icons used for the expand/collapse buttons.
    • 6497f09: Uses the new preventUnitlessValues property of PluginStyleSettings to make style calculations in the plugins "Collapsible Sections", "Frames" and "Text Markers" more robust.

    Patch Changes

    • Updated dependencies [380bfcc]
    • Updated dependencies [0f33477]
    • Updated dependencies [6497f09]
    • Updated dependencies [a826a4a]
    • Updated dependencies [0f33477]
    • Updated dependencies [0f33477]
      • @​expressive-code/core@​0.41.0

    @​expressive-code/plugin-collapsible-sections@​0.40.2

    Patch Changes

    • Updated dependencies [1734d73]
      • @​expressive-code/core@​0.40.2

    @​expressive-code/plugin-collapsible-sections@​0.40.1

    Patch Changes

    • Updated dependencies [ecf6ca1]

    ... (truncated)

    Changelog

    Sourced from @​expressive-code/plugin-collapsible-sections's changelog.

    0.41.3

    Patch Changes

    • Updated dependencies [eb82591]
      • @​expressive-code/core@​0.41.3

    0.41.2

    Patch Changes

    • @​expressive-code/core@​0.41.2

    0.41.1

    Patch Changes

    • Updated dependencies [a53e749]
      • @​expressive-code/core@​0.41.1

    0.41.0

    Minor Changes

    • 380bfcc: Adds new createInlineSvgUrl export that creates an inline SVG image data URL from the given contents of an SVG file.

      You can use it to embed SVG images directly into a plugin's styles or HAST, or pass it to an existing styleOverrides icon setting.

    • 380bfcc: Adds the following new styleOverrides settings:

      • collapsibleSections.expandIcon and collapsibleSections.collapseIcon: Allows overriding the SVG icons used for the expand/collapse buttons.
    • 6497f09: Uses the new preventUnitlessValues property of PluginStyleSettings to make style calculations in the plugins "Collapsible Sections", "Frames" and "Text Markers" more robust.

    Patch Changes

    • Updated dependencies [380bfcc]
    • Updated dependencies [0f33477]
    • Updated dependencies [6497f09]
    • Updated dependencies [a826a4a]
    • Updated dependencies [0f33477]
    • Updated dependencies [0f33477]
      • @​expressive-code/core@​0.41.0

    0.40.2

    Patch Changes

    • Updated dependencies [1734d73]
      • @​expressive-code/core@​0.40.2

    ... (truncated)

    Commits

    Updates astro from 5.1.1 to 5.12.8

    Release notes

    Sourced from astro's releases.

    [email protected]

    Patch Changes

    [email protected]

    Patch Changes

    • #14169 f4e8889 Thanks @​ascorbic! - Skips trailing slash handling for paths that start with /..

    • #14170 34e6b3a Thanks @​ematipico! - Fixes an issue where static redirects couldn't correctly generate a redirect when the destination is a prerendered route, and the output is set to "server".

    • #14169 f4e8889 Thanks @​ascorbic! - Fixes a bug that prevented images from being displayed in dev when using the Netlify adapter with trailingSlash set to always

    • Updated dependencies [f4e8889]:

      • @​astrojs/internal-helpers@​0.7.0
      • @​astrojs/markdown-remark@​6.3.4

    [email protected]

    Patch Changes

    • #14153 29e9283 Thanks @​jp-knj! - Fixes a regression introduced by a recent optimisation of how SVG images are emitted during the build.

    • #14156 592f08d Thanks @​TheOtterlord! - Fix the client router not submitting forms if the active URL contained a hash

    • #14160 d2e25c6 Thanks @​ascorbic! - Fixes a bug that meant some remote image URLs could cause invalid filenames to be used for processed images

    • #14167 62bd071 Thanks @​ascorbic! - Fixes a bug that prevented destroyed sessions from being deleted from storage unless the session had been loaded

    [email protected]

    Patch Changes

    • #14059 19f53eb Thanks @​benosmac! - Fixes a bug in i18n implementation, where Astro didn't emit the correct pages when fallback is enabled, and a locale uses a catch-all route, e.g. src/pages/es/[...catchAll].astro

    • #14155 31822c3 Thanks @​ascorbic! - Fixes a bug that caused an error "serverEntrypointModule[_start] is not a function" in some adapters

    [email protected]

    Patch Changes

    • #14031 e9206c1 Thanks @​jp-knj! - Optimized the build pipeline for SVG images. Now, Astro doesn't reprocess images that have already been processed.

    • #14132 976879a Thanks @​ematipico! - Fixes a bug where the property Astro.routePattern/context.routePattern wasn't updated when using a rewrite via middleware.

    • #14131 aafc4d7 Thanks @​florian-lefebvre! - Fixes a case where an error occurring in a middleware would show the dev overlay instead of the custom 500.astro page

    ... (truncated)

    Changelog

    Sourced from astro's changelog.

    5.12.8

    Patch Changes

    5.12.7

    Patch Changes

    • #14169 f4e8889 Thanks @​ascorbic! - Skips trailing slash handling for paths that start with /..

    • #14170 34e6b3a Thanks @​ematipico! - Fixes an issue where static redirects couldn't correctly generate a redirect when the destination is a prerendered route, and the output is set to "server".

    • #14169 f4e8889 Thanks @​ascorbic! - Fixes a bug that prevented images from being displayed in dev when using the Netlify adapter with trailingSlash set to always

    • Updated dependencies [f4e8889]:

      • @​astrojs/internal-helpers@​0.7.0
      • @​astrojs/markdown-remark@​6.3.4

    5.12.6

    Patch Changes

    • #14153 29e9283 Thanks @​jp-knj! - Fixes a regression introduced by a recent optimisation of how SVG images are emitted during the build.

    • #14156 592f08d Thanks @​TheOtterlord! - Fix the client router not submitting forms if the active URL contained a hash

    • #14160 d2e25c6 Thanks @​ascorbic! - Fixes a bug that meant some remote image URLs could cause invalid filenames to be used for processed images

    • #14167 62bd071 Thanks @​ascorbic! - Fixes a bug that prevented destroyed sessions from being deleted from storage unless the session had been loaded

    5.12.5

    Patch Changes

    • #14059 19f53eb Thanks @​benosmac! - Fixes a bug in i18n implementation, where Astro didn't emit the correct pages when fallback is enabled, and a locale uses a catch-all route, e.g. src/pages/es/[...catchAll].astro

    • #14155 31822c3 Thanks @​ascorbic! - Fixes a bug that caused an error "serverEntrypointModule[_start] is not a function" in some adapters

    5.12.4

    Patch Changes

    ... (truncated)

    Commits

    @dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 4, 2025
    Copy link

    cloudflare-workers-and-pages bot commented Aug 4, 2025

    Deploying ratatui with  Cloudflare Pages  Cloudflare Pages

    Latest commit: a5fe90e
    Status:🚫  Build failed.

    View logs

    @dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-dependencies-58743643dc branch from e4f9bc7 to 0a9e366 Compare August 11, 2025 15:50
    …23 updates
    
    Bumps the npm-dependencies group with 23 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@astrojs/partytown](https://github.com/withastro/astro/tree/HEAD/packages/integrations/partytown) | `2.1.3` | `2.1.4` |
    | [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.30.6` | `0.35.2` |
    | [@astrojs/starlight-tailwind](https://github.com/withastro/starlight/tree/HEAD/packages/tailwind) | `3.0.0` | `4.0.1` |
    | [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) | `5.1.5` | `6.0.2` |
    | [@expressive-code/plugin-collapsible-sections](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/plugin-collapsible-sections) | `0.38.3` | `0.41.3` |
    | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.1.1` | `5.12.8` |
    | [hast-util-select](https://github.com/syntax-tree/hast-util-select) | `6.0.3` | `6.0.4` |
    | [hastscript](https://github.com/syntax-tree/hastscript) | `9.0.0` | `9.0.1` |
    | [marked](https://github.com/markedjs/marked) | `15.0.6` | `16.1.2` |
    | remark-svgbob | `1.1.1` | `2.0.0` |
    | [sharp](https://github.com/lovell/sharp) | `0.33.5` | `0.34.3` |
    | [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator/tree/HEAD/packages/starlight-links-validator) | `0.14.1` | `0.17.0` |
    | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.17` | `4.1.11` |
    | [tree-sitter](https://github.com/tree-sitter/node-tree-sitter) | `0.22.1` | `0.25.0` |
    | [tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust) | `0.23.2` | `0.24.0` |
    | [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.9.2` |
    | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.4.2` | `16.1.4` |
    | [playwright](https://github.com/microsoft/playwright) | `1.50.0` | `1.54.2` |
    | [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.6.2` |
    | [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) | `4.1.0` | `4.2.0` |
    | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.3.3` | `3.4.0` |
    | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.11` | `0.6.14` |
    | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.9` | `3.2.4` |
    
    
    
    Updates `@astrojs/partytown` from 2.1.3 to 2.1.4
    - [Release notes](https://github.com/withastro/astro/releases)
    - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/partytown/CHANGELOG.md)
    - [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/partytown)
    
    Updates `@astrojs/starlight` from 0.30.6 to 0.35.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/[email protected]/packages/starlight)
    
    Updates `@astrojs/starlight-tailwind` from 3.0.0 to 4.0.1
    - [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/[email protected]/packages/tailwind)
    
    Updates `@astrojs/tailwind` from 5.1.5 to 6.0.2
    - [Release notes](https://github.com/withastro/astro/releases)
    - [Changelog](https://github.com/withastro/astro/blob/@astrojs/[email protected]/packages/integrations/tailwind/CHANGELOG.md)
    - [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/tailwind)
    
    Updates `@expressive-code/plugin-collapsible-sections` from 0.38.3 to 0.41.3
    - [Release notes](https://github.com/expressive-code/expressive-code/releases)
    - [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/plugin-collapsible-sections/CHANGELOG.md)
    - [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/[email protected]/packages/@expressive-code/plugin-collapsible-sections)
    
    Updates `astro` from 5.1.1 to 5.12.8
    - [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/[email protected]/packages/astro)
    
    Updates `hast-util-select` from 6.0.3 to 6.0.4
    - [Release notes](https://github.com/syntax-tree/hast-util-select/releases)
    - [Commits](syntax-tree/hast-util-select@6.0.3...6.0.4)
    
    Updates `hastscript` from 9.0.0 to 9.0.1
    - [Release notes](https://github.com/syntax-tree/hastscript/releases)
    - [Commits](syntax-tree/hastscript@9.0.0...9.0.1)
    
    Updates `marked` from 15.0.6 to 16.1.2
    - [Release notes](https://github.com/markedjs/marked/releases)
    - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
    - [Commits](markedjs/marked@v15.0.6...v16.1.2)
    
    Updates `remark-svgbob` from 1.1.1 to 2.0.0
    
    Updates `sharp` from 0.33.5 to 0.34.3
    - [Release notes](https://github.com/lovell/sharp/releases)
    - [Commits](lovell/sharp@v0.33.5...v0.34.3)
    
    Updates `starlight-links-validator` from 0.14.1 to 0.17.0
    - [Release notes](https://github.com/HiDeoo/starlight-links-validator/releases)
    - [Changelog](https://github.com/HiDeoo/starlight-links-validator/blob/main/packages/starlight-links-validator/CHANGELOG.md)
    - [Commits](https://github.com/HiDeoo/starlight-links-validator/commits/[email protected]/packages/starlight-links-validator)
    
    Updates `tailwindcss` from 3.4.17 to 4.1.11
    - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
    - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.11/packages/tailwindcss)
    
    Updates `tree-sitter` from 0.22.1 to 0.25.0
    - [Release notes](https://github.com/tree-sitter/node-tree-sitter/releases)
    - [Commits](tree-sitter/node-tree-sitter@v0.22.1...v0.25.0)
    
    Updates `tree-sitter-rust` from 0.23.2 to 0.24.0
    - [Release notes](https://github.com/tree-sitter/tree-sitter-rust/releases)
    - [Commits](tree-sitter/tree-sitter-rust@v0.23.2...v0.24.0)
    
    Updates `typescript` from 5.7.3 to 5.9.2
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
    - [Commits](microsoft/TypeScript@v5.7.3...v5.9.2)
    
    Updates `lint-staged` from 15.4.2 to 16.1.4
    - [Release notes](https://github.com/lint-staged/lint-staged/releases)
    - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
    - [Commits](lint-staged/lint-staged@v15.4.2...v16.1.4)
    
    Updates `playwright` from 1.50.0 to 1.54.2
    - [Release notes](https://github.com/microsoft/playwright/releases)
    - [Commits](microsoft/playwright@v1.50.0...v1.54.2)
    
    Updates `prettier` from 3.4.2 to 3.6.2
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.4.2...3.6.2)
    
    Updates `prettier-plugin-organize-imports` from 4.1.0 to 4.2.0
    - [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases)
    - [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md)
    - [Commits](simonhaenisch/prettier-plugin-organize-imports@v4.1.0...v4.2.0)
    
    Updates `prettier-plugin-svelte` from 3.3.3 to 3.4.0
    - [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/sveltejs/prettier-plugin-svelte/commits)
    
    Updates `prettier-plugin-tailwindcss` from 0.6.11 to 0.6.14
    - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
    - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
    - [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.11...v0.6.14)
    
    Updates `vitest` from 2.1.9 to 3.2.4
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: "@astrojs/partytown"
      dependency-version: 2.1.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: "@astrojs/starlight"
      dependency-version: 0.35.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: "@astrojs/starlight-tailwind"
      dependency-version: 4.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: npm-dependencies
    - dependency-name: "@astrojs/tailwind"
      dependency-version: 6.0.2
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: npm-dependencies
    - dependency-name: "@expressive-code/plugin-collapsible-sections"
      dependency-version: 0.41.3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: astro
      dependency-version: 5.12.8
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: hast-util-select
      dependency-version: 6.0.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: hastscript
      dependency-version: 9.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: marked
      dependency-version: 16.1.2
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: npm-dependencies
    - dependency-name: remark-svgbob
      dependency-version: 2.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: npm-dependencies
    - dependency-name: sharp
      dependency-version: 0.34.3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: starlight-links-validator
      dependency-version: 0.17.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: tailwindcss
      dependency-version: 4.1.11
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: npm-dependencies
    - dependency-name: tree-sitter
      dependency-version: 0.25.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: tree-sitter-rust
      dependency-version: 0.24.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: typescript
      dependency-version: 5.9.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: lint-staged
      dependency-version: 16.1.4
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm-dependencies
    - dependency-name: playwright
      dependency-version: 1.54.2
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: prettier
      dependency-version: 3.6.2
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: prettier-plugin-organize-imports
      dependency-version: 4.2.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: prettier-plugin-svelte
      dependency-version: 3.4.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: prettier-plugin-tailwindcss
      dependency-version: 0.6.14
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: vitest
      dependency-version: 3.2.4
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-dependencies-58743643dc branch from 0a9e366 to a5fe90e Compare August 18, 2025 13:37
    Copy link
    Contributor Author

    dependabot bot commented on behalf of github Aug 25, 2025

    Looks like these dependencies are updatable in another way, so this is no longer needed.

    @dependabot dependabot bot closed this Aug 25, 2025
    @dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-dependencies-58743643dc branch August 25, 2025 09:45
    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