Skip to content

[Docs Site] bump the non-major group with 44 updates#32217

Closed
dependabot[bot] wants to merge 1 commit into
productionfrom
dependabot/npm_and_yarn/non-major-bf7ed76bf1
Closed

[Docs Site] bump the non-major group with 44 updates#32217
dependabot[bot] wants to merge 1 commit into
productionfrom
dependabot/npm_and_yarn/non-major-bf7ed76bf1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the non-major group with 44 updates:

Package From To
@astrojs/markdown-remark 7.2.0 7.2.1
@astrojs/rss 4.0.18 4.0.19
@astrojs/starlight 0.40.0 0.41.3
@base-ui/react 1.5.0 1.6.0
@cloudflare/vitest-pool-workers 0.16.15 0.18.6
@expressive-code/core 0.43.1 0.44.1
@expressive-code/plugin-collapsible-sections 0.43.1 0.44.1
@expressive-code/plugin-line-numbers 0.43.1 0.44.1
@floating-ui/react 0.27.19 0.27.20
@fontsource-variable/inter 5.2.8 5.3.0
@fontsource-variable/jetbrains-mono 5.2.8 5.3.0
@iconify-json/simple-icons 1.2.86 1.2.91
@iconify-json/vscode-icons 1.2.56 1.2.67
@iconify/utils 3.1.3 3.1.4
@tailwindcss/postcss 4.3.1 4.3.3
@types/hast 3.0.4 3.0.5
@typescript-eslint/parser 8.61.1 8.65.0
algoliasearch 5.54.1 5.56.0
astro-breadcrumbs 3.4.0 3.4.1
astro-expressive-code 0.43.1 0.44.1
astro-skills 0.1.0 0.1.1
cidr-tools 12.0.3 12.1.2
globals 17.6.0 17.7.0
happy-dom 20.10.3 20.11.0
just-bash 3.0.1 3.1.0
lint-staged 17.0.7 17.1.0
marked 18.0.5 18.0.6
mermaid 11.15.0 11.16.0
nanostores 1.3.0 1.4.0
parse-duration 2.1.6 2.1.8
prettier 3.8.4 3.9.5
prettier-plugin-tailwindcss 0.8.0 0.8.1
pretty-bytes 7.1.0 7.1.1
react-icons 5.6.0 5.7.0
satteri 0.6.3 0.9.5
sharp 0.35.1 0.35.3
starlight-image-zoom 0.14.2 0.15.0
starlight-links-validator 0.24.1 0.25.2
svgo 4.0.1 4.0.2
tsx 4.22.4 4.23.1
typescript-eslint 8.61.1 8.65.0
valibot 1.4.1 1.4.2
vitest 4.1.9 4.1.10
wrangler 4.107.0 4.112.0

Updates @astrojs/markdown-remark from 7.2.0 to 7.2.1

Release notes

Sourced from @​astrojs/markdown-remark's releases.

@​astrojs/markdown-remark@​7.2.1

Patch Changes

  • Updated dependencies [eb6f97e]:
    • @​astrojs/internal-helpers@​0.10.1
Changelog

Sourced from @​astrojs/markdown-remark's changelog.

7.2.1

Patch Changes

  • Updated dependencies [eb6f97e]:
    • @​astrojs/internal-helpers@​0.10.1
Commits

Updates @astrojs/rss from 4.0.18 to 4.0.19

Release notes

Sourced from @​astrojs/rss's releases.

@​astrojs/rss@​4.0.19

Patch Changes

  • #17209 fbcfa03 Thanks @​matthewp! - Hardens RSS feed generation by escaping the source and enclosure item fields. These fields are now serialized as structured XML values, ensuring that special characters in values like source.title and enclosure.type are always treated as text rather than markup, consistent with how other feed fields are handled.
Changelog

Sourced from @​astrojs/rss's changelog.

4.0.19

Patch Changes

  • #17209 fbcfa03 Thanks @​matthewp! - Hardens RSS feed generation by escaping the source and enclosure item fields. These fields are now serialized as structured XML values, ensuring that special characters in values like source.title and enclosure.type are always treated as text rather than markup, consistent with how other feed fields are handled.
Commits

Updates @astrojs/starlight from 0.40.0 to 0.41.3

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.41.3

Patch Changes

  • #3911 1686ecc Thanks @​timothyjordan! - Keeps keyboard focus inside the mobile menu while it is open, preventing focus moving to hidden interactive elements in page content.

@​astrojs/starlight@​0.41.2

Patch Changes

  • #4008 58a3520 Thanks @​FrancoKaddour! - Fixes the table of contents overflowing the right edge of the viewport when a custom --sl-content-width value exceeds available space

  • #4015 bdbfffc Thanks @​delucis! - Fixes an issue where aside icons were rendered incorrectly in projects where Astro’s MDX integration had optimization disabled

@​astrojs/starlight@​0.41.1

Patch Changes

@​astrojs/starlight@​0.41.0

Minor Changes

  • #3951 1202dd4 Thanks @​HiDeoo! - Adds support for Astro v7, drops support for Astro v6.

    Upgrade Astro and dependencies

    ⚠️ BREAKING CHANGE: Astro v6 is no longer supported. Make sure you update Astro and any other official integrations at the same time as updating Starlight:

    npx @astrojs/upgrade

    Community Starlight plugins and Astro integrations may also need to be manually updated to work with Astro v7. If you encounter any issues, please reach out to the plugin or integration author to see if it is a known issue or if an updated version is being worked on.

    ⚠️ BREAKING CHANGE: This release drops official support for Chromium-based browsers prior to version 111 (released 07 March 2023) and Safari-based browsers prior to version 16.4 (released 27 March 2023). You can find a list of currently supported browsers and their versions using this browserslist query.

Patch Changes

  • #3953 a935d33 Thanks @​HiDeoo! - Fixes Starlight Markdown processing being potentially applied to files that should not be processed.
Changelog

Sourced from @​astrojs/starlight's changelog.

0.41.3

Patch Changes

  • #3911 1686ecc Thanks @​timothyjordan! - Keeps keyboard focus inside the mobile menu while it is open, preventing focus moving to hidden interactive elements in page content.

0.41.2

Patch Changes

  • #4008 58a3520 Thanks @​FrancoKaddour! - Fixes the table of contents overflowing the right edge of the viewport when a custom --sl-content-width value exceeds available space

  • #4015 bdbfffc Thanks @​delucis! - Fixes an issue where aside icons were rendered incorrectly in projects where Astro’s MDX integration had optimization disabled

0.41.1

Patch Changes

0.41.0

Minor Changes

  • #3951 1202dd4 Thanks @​HiDeoo! - Adds support for Astro v7, drops support for Astro v6.

    Upgrade Astro and dependencies

    ⚠️ BREAKING CHANGE: Astro v6 is no longer supported. Make sure you update Astro and any other official integrations at the same time as updating Starlight:

    npx @astrojs/upgrade

    Community Starlight plugins and Astro integrations may also need to be manually updated to work with Astro v7. If you encounter any issues, please reach out to the plugin or integration author to see if it is a known issue or if an updated version is being worked on.

    ⚠️ BREAKING CHANGE: This release drops official support for Chromium-based browsers prior to version 111 (released 07 March 2023) and Safari-based browsers prior to version 16.4 (released 27 March 2023). You can find a list of currently supported browsers and their versions using this browserslist query.

Patch Changes

  • #3953 a935d33 Thanks @​HiDeoo! - Fixes Starlight Markdown processing being potentially applied to files that should not be processed.
Commits

Updates @base-ui/react from 1.5.0 to 1.6.0

Release notes

Sourced from @​base-ui/react's releases.

v1.6.0

General changes

Accordion

Alert Dialog

Autocomplete

Avatar

Checkbox

Checkbox Group

Collapsible

Combobox

... (truncated)

Changelog

Sourced from @​base-ui/react's changelog.

v1.6.0

Jun 18, 2026

General changes

Accordion

Alert Dialog

Autocomplete

Avatar

Checkbox

Checkbox Group

Collapsible

Combobox

... (truncated)

Commits
  • b34551d [code-infra] Fix package publishing (#5074)
  • 615b0e8 [release] v1.6.0 (#5064)
  • 8b7ca5d [test] Restore slider listener spies (#5072)
  • 2502524 [combobox][autocomplete] Document open requirement for the inline prop (#...
  • 4c33d74 [slider] Fix touchend listener accumulation leak (#5070)
  • d169cd5 [combobox] Fix autofill and selected state edge cases (#4972)
  • 2d8b8f6 [avatar] Fix image status edge cases (#4835)
  • ee3c13a [select] Skip disabled items in typeahead and fix multiple-mode serialization...
  • b167c85 [drawer] Commit swipe on primary-button release (#5057)
  • e972d74 [combobox] Avoid re-rendering every item on each keystroke (#4964)
  • Additional commits viewable in compare view

Updates @cloudflare/vitest-pool-workers from 0.16.15 to 0.18.6

Release notes

Sourced from @​cloudflare/vitest-pool-workers's releases.

@​cloudflare/vitest-pool-workers@​0.18.6

Patch Changes

@​cloudflare/vitest-pool-workers@​0.18.5

Patch Changes

@​cloudflare/vitest-pool-workers@​0.18.4

Patch Changes

  • #14535 1b965c5 Thanks @​Naapperas! - Support dynamic retry delays for Workflow steps in local dev

    A step's retries.delay can now be a function that computes the delay per failed attempt, in addition to a static duration. The function receives { ctx, error } and returns a delay (a number of milliseconds or a duration string like "30 seconds"), and its result is fed into the configured backoff.

    await step.do(
      "call flaky API",
      {
        retries: {
          limit: 5,
          backoff: "constant",
          delay: ({ ctx }) => ctx.attempt * 1000,
        },
      },
      async () => {
        /* ... */
      }
    );

    The function is invoked once per failed attempt with a 5 second timeout. If it throws, times out, or returns an invalid value, the step fails without further retries.

  • Updated dependencies [0283a1f, 7b28392, 1b965c5]:

    • wrangler@4.110.0
    • miniflare@4.20260708.1

@​cloudflare/vitest-pool-workers@​0.18.3

Patch Changes

... (truncated)

Changelog

Sourced from @​cloudflare/vitest-pool-workers's changelog.

0.18.6

Patch Changes

0.18.5

Patch Changes

0.18.4

Patch Changes

  • #14535 1b965c5 Thanks @​Naapperas! - Support dynamic retry delays for Workflow steps in local dev

    A step's retries.delay can now be a function that computes the delay per failed attempt, in addition to a static duration. The function receives { ctx, error } and returns a delay (a number of milliseconds or a duration string like "30 seconds"), and its result is fed into the configured backoff.

    await step.do(
      "call flaky API",
      {
        retries: {
          limit: 5,
          backoff: "constant",
          delay: ({ ctx }) => ctx.attempt * 1000,
        },
      },
      async () => {
        /* ... */
      }
    );

    The function is invoked once per failed attempt with a 5 second timeout. If it throws, times out, or returns an invalid value, the step fails without further retries.

  • Updated dependencies [0283a1f, 7b28392, 1b965c5]:

    • wrangler@4.110.0
    • miniflare@4.20260708.1

... (truncated)

Commits

Updates @expressive-code/core from 0.43.1 to 0.44.1

Release notes

Sourced from @​expressive-code/core's releases.

@​expressive-code/core@​0.44.1

Patch Changes

  • ef538d8: Prevent a white corner from appearing when themed horizontal and vertical scrollbars are both visible.

@​expressive-code/core@​0.44.0

No release notes provided.

Changelog

Sourced from @​expressive-code/core's changelog.

0.44.1

Patch Changes

  • ef538d8: Prevent a white corner from appearing when themed horizontal and vertical scrollbars are both visible.

0.44.0

Commits

Updates @expressive-code/plugin-collapsible-sections from 0.43.1 to 0.44.1

Release notes

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

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

Patch Changes

  • Updated dependencies [ef538d8]
    • @​expressive-code/core@​0.44.1

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

Patch Changes

  • @​expressive-code/core@​0.44.0
Changelog

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

0.44.1

Patch Changes

  • Updated dependencies [ef538d8]
    • @​expressive-code/core@​0.44.1

0.44.0

Patch Changes

  • @​expressive-code/core@​0.44.0
Commits

Updates @expressive-code/plugin-line-numbers from 0.43.1 to 0.44.1

Release notes

Sourced from @​expressive-code/plugin-line-numbers's releases.

@​expressive-code/plugin-line-numbers@​0.44.1

Patch Changes

  • Updated dependencies [ef538d8]
    • @​expressive-code/core@​0.44.1

@​expressive-code/plugin-line-numbers@​0.44.0

Patch Changes

  • @​expressive-code/core@​0.44.0
Changelog

Sourced from @​expressive-code/plugin-line-numbers's changelog.

0.44.1

Patch Changes

  • Updated dependencies [ef538d8]
    • @​expressive-code/core@​0.44.1

0.44.0

Patch Changes

  • @​expressive-code/core@​0.44.0
Commits

Updates @floating-ui/react from 0.27.19 to 0.27.20

Release notes

Sourced from @​floating-ui/react's releases.

@​floating-ui/react@​0.27.20

Patch Changes

  • fix: remove redundant passive options from scroll listeners
  • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
  • Update dependencies: @floating-ui/react-dom@2.1.9, @floating-ui/utils@0.2.12
Changelog

Sourced from @​floating-ui/react's changelog.

0.27.20

Patch Changes

  • fix: remove redundant passive options from scroll listeners
  • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
  • Update dependencies: @floating-ui/react-dom@2.1.9, @floating-ui/utils@0.2.12
Commits
  • 12d9473 chore: version packages (#3480)
  • 9887c96 fix(types): restore bivariant parameters for optional callbacks
  • 73c1f76 fix(types): support exactOptionalPropertyTypes (#3456)
  • 8999976 chore: upgrade vulnerable direct dependencies (#3484)
  • fa63ca6 chore: remove unnecessary passive flag from scroll events (#3470)
  • fabb80b breaking(vue): drop vue-demi and require Vue >=3.3.0 (#3452)
  • See full diff in compare view

Updates @fontsource-variable/inter from 5.2.8 to 5.3.0

Commits

Updates @fontsource-variable/jetbrains-mono from 5.2.8 to 5.3.0

Commits

Updates @iconify-json/simple-icons from 1.2.86 to 1.2.91

Commits

Updates @iconify-json/vscode-icons from 1.2.56 to 1.2.67

Commits

Updates @iconify/utils from 3.1.3 to 3.1.4

Commits

Updates @tailwindcss/postcss from 4.3.1 to 4.3.3

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.3.3

Fixed

  • Support --watch --poll[=ms] in @tailwindcss/cli when filesystem events are unreliable or unavailable (#20297)
  • Canonicalization: match arbitrary hex colors against theme colors case-insensitively (e.g. bg-[#fff] and bg-[#FFF]bg-white) (#20298)
  • Prevent Preflight from overriding Firefox's native iframe:focus-visible outline styles (#20292)
  • Ensure theme('colors.foo') in JS plugins resolves correctly when both --color-foo and --color-foo-bar exist (#20299)
  • Ensure fractional opacity modifiers work with named shadow sizes like shadow-sm/12.5, text-shadow-sm/12.5, drop-shadow-sm/12.5, and inset-shadow-sm/12.5 (#20302)
  • Parse selectors like [data-foo]div as two selectors instead of one (#20303)
  • Ensure @tailwindcss/postcss rebuilds when a preprocessor like Sass changes the input CSS without changing the input file on disk (#20310)
  • Ensure CSS nesting is handled even when Lightning CSS isn't run, such as in @tailwindcss/browser and Tailwind Play (#20124)
  • Prevent achromatic theme colors from shifting hue when mixed in polar color spaces like oklch (#20314)
  • Ensure --spacing(0) is optimized to 0px instead of 0 so it remains a <length> when used in calc(…) (#20319)
  • Load @parcel/watcher only when needed in @tailwindcss/cli --watch mode, so one-off builds and --watch --poll work when @parcel/watcher can't be loaded (#20325)
  • Use explicit platform fonts instead of system-ui and ui-sans-serif so CJK text respect...

    Description has been truncated

Bumps the non-major group with 44 updates:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) | `7.2.0` | `7.2.1` |
| [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) | `4.0.18` | `4.0.19` |
| [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.40.0` | `0.41.3` |
| [@base-ui/react](https://github.com/mui/base-ui/tree/HEAD/packages/react) | `1.5.0` | `1.6.0` |
| [@cloudflare/vitest-pool-workers](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers) | `0.16.15` | `0.18.6` |
| [@expressive-code/core](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/core) | `0.43.1` | `0.44.1` |
| [@expressive-code/plugin-collapsible-sections](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/plugin-collapsible-sections) | `0.43.1` | `0.44.1` |
| [@expressive-code/plugin-line-numbers](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/plugin-line-numbers) | `0.43.1` | `0.44.1` |
| [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) | `0.27.19` | `0.27.20` |
| [@fontsource-variable/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/inter) | `5.2.8` | `5.3.0` |
| [@fontsource-variable/jetbrains-mono](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/jetbrains-mono) | `5.2.8` | `5.3.0` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.86` | `1.2.91` |
| [@iconify-json/vscode-icons](https://github.com/iconify/icon-sets) | `1.2.56` | `1.2.67` |
| [@iconify/utils](https://github.com/iconify/iconify/tree/HEAD/packages/utils) | `3.1.3` | `3.1.4` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.3.1` | `4.3.3` |
| [@types/hast](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/hast) | `3.0.4` | `3.0.5` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.61.1` | `8.65.0` |
| [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) | `5.54.1` | `5.56.0` |
| [astro-breadcrumbs](https://github.com/felix-berlin/astro-breadcrumbs) | `3.4.0` | `3.4.1` |
| [astro-expressive-code](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/astro-expressive-code) | `0.43.1` | `0.44.1` |
| [astro-skills](https://github.com/fredkschott/astro-skills) | `0.1.0` | `0.1.1` |
| [cidr-tools](https://github.com/silverwind/cidr-tools) | `12.0.3` | `12.1.2` |
| [globals](https://github.com/sindresorhus/globals) | `17.6.0` | `17.7.0` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.10.3` | `20.11.0` |
| [just-bash](https://github.com/vercel-labs/just-bash) | `3.0.1` | `3.1.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `17.0.7` | `17.1.0` |
| [marked](https://github.com/markedjs/marked) | `18.0.5` | `18.0.6` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.15.0` | `11.16.0` |
| [nanostores](https://github.com/nanostores/nanostores) | `1.3.0` | `1.4.0` |
| [parse-duration](https://github.com/jkroso/parse-duration) | `2.1.6` | `2.1.8` |
| [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.5` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.8.0` | `0.8.1` |
| [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) | `7.1.0` | `7.1.1` |
| [react-icons](https://github.com/react-icons/react-icons) | `5.6.0` | `5.7.0` |
| [satteri](https://github.com/bruits/satteri) | `0.6.3` | `0.9.5` |
| [sharp](https://github.com/lovell/sharp) | `0.35.1` | `0.35.3` |
| [starlight-image-zoom](https://github.com/HiDeoo/starlight-image-zoom/tree/HEAD/packages/starlight-image-zoom) | `0.14.2` | `0.15.0` |
| [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator/tree/HEAD/packages/starlight-links-validator) | `0.24.1` | `0.25.2` |
| [svgo](https://github.com/svg/svgo) | `4.0.1` | `4.0.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.22.4` | `4.23.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.61.1` | `8.65.0` |
| [valibot](https://github.com/open-circle/valibot) | `1.4.1` | `1.4.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.9` | `4.1.10` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.107.0` | `4.112.0` |


Updates `@astrojs/markdown-remark` from 7.2.0 to 7.2.1
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/markdown/remark/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/markdown-remark@7.2.1/packages/markdown/remark)

Updates `@astrojs/rss` from 4.0.18 to 4.0.19
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@4.0.19/packages/astro-rss)

Updates `@astrojs/starlight` from 0.40.0 to 0.41.3
- [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.41.3/packages/starlight)

Updates `@base-ui/react` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/mui/base-ui/releases)
- [Changelog](https://github.com/mui/base-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/base-ui/commits/v1.6.0/packages/react)

Updates `@cloudflare/vitest-pool-workers` from 0.16.15 to 0.18.6
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vitest-pool-workers/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vitest-pool-workers@0.18.6/packages/vitest-pool-workers)

Updates `@expressive-code/core` from 0.43.1 to 0.44.1
- [Release notes](https://github.com/expressive-code/expressive-code/releases)
- [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/core/CHANGELOG.md)
- [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/core@0.44.1/packages/@expressive-code/core)

Updates `@expressive-code/plugin-collapsible-sections` from 0.43.1 to 0.44.1
- [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/plugin-collapsible-sections@0.44.1/packages/@expressive-code/plugin-collapsible-sections)

Updates `@expressive-code/plugin-line-numbers` from 0.43.1 to 0.44.1
- [Release notes](https://github.com/expressive-code/expressive-code/releases)
- [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/plugin-line-numbers/CHANGELOG.md)
- [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/plugin-line-numbers@0.44.1/packages/@expressive-code/plugin-line-numbers)

Updates `@floating-ui/react` from 0.27.19 to 0.27.20
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.27.20/packages/react)

Updates `@fontsource-variable/inter` from 5.2.8 to 5.3.0
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/inter)

Updates `@fontsource-variable/jetbrains-mono` from 5.2.8 to 5.3.0
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/jetbrains-mono)

Updates `@iconify-json/simple-icons` from 1.2.86 to 1.2.91
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/vscode-icons` from 1.2.56 to 1.2.67
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify/utils` from 3.1.3 to 3.1.4
- [Commits](https://github.com/iconify/iconify/commits/HEAD/packages/utils)

Updates `@tailwindcss/postcss` from 4.3.1 to 4.3.3
- [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.3.3/packages/@tailwindcss-postcss)

Updates `@types/hast` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/hast)

Updates `@typescript-eslint/parser` from 8.61.1 to 8.65.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/parser)

Updates `algoliasearch` from 5.54.1 to 5.56.0
- [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases)
- [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/main/CHANGELOG.md)
- [Commits](algolia/algoliasearch-client-javascript@5.54.1...5.56.0)

Updates `astro-breadcrumbs` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/felix-berlin/astro-breadcrumbs/releases)
- [Changelog](https://github.com/felix-berlin/astro-breadcrumbs/blob/main/CHANGELOG.md)
- [Commits](felix-berlin/astro-breadcrumbs@v3.4.0...v3.4.1)

Updates `astro-expressive-code` from 0.43.1 to 0.44.1
- [Release notes](https://github.com/expressive-code/expressive-code/releases)
- [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/astro-expressive-code/CHANGELOG.md)
- [Commits](https://github.com/expressive-code/expressive-code/commits/astro-expressive-code@0.44.1/packages/astro-expressive-code)

Updates `astro-skills` from 0.1.0 to 0.1.1
- [Commits](https://github.com/fredkschott/astro-skills/commits/v0.1.1)

Updates `cidr-tools` from 12.0.3 to 12.1.2
- [Release notes](https://github.com/silverwind/cidr-tools/releases)
- [Commits](silverwind/cidr-tools@12.0.3...12.1.2)

Updates `globals` from 17.6.0 to 17.7.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.6.0...v17.7.0)

Updates `happy-dom` from 20.10.3 to 20.11.0
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.10.3...v20.11.0)

Updates `just-bash` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/vercel-labs/just-bash/releases)
- [Commits](https://github.com/vercel-labs/just-bash/compare/just-bash@3.0.1...just-bash@3.1.0)

Updates `lint-staged` from 17.0.7 to 17.1.0
- [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@v17.0.7...v17.1.0)

Updates `marked` from 18.0.5 to 18.0.6
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](markedjs/marked@v18.0.5...v18.0.6)

Updates `mermaid` from 11.15.0 to 11.16.0
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.15.0...mermaid@11.16.0)

Updates `nanostores` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/nanostores/nanostores/releases)
- [Changelog](https://github.com/nanostores/nanostores/blob/main/CHANGELOG.md)
- [Commits](nanostores/nanostores@1.3.0...1.4.0)

Updates `parse-duration` from 2.1.6 to 2.1.8
- [Release notes](https://github.com/jkroso/parse-duration/releases)
- [Commits](jkroso/parse-duration@v2.1.6...v2.1.8)

Updates `prettier` from 3.8.4 to 3.9.5
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.4...3.9.5)

Updates `prettier-plugin-tailwindcss` from 0.8.0 to 0.8.1
- [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.8.0...v0.8.1)

Updates `pretty-bytes` from 7.1.0 to 7.1.1
- [Release notes](https://github.com/sindresorhus/pretty-bytes/releases)
- [Commits](sindresorhus/pretty-bytes@v7.1.0...v7.1.1)

Updates `react-icons` from 5.6.0 to 5.7.0
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.6.0...v5.7.0)

Updates `satteri` from 0.6.3 to 0.9.5
- [Release notes](https://github.com/bruits/satteri/releases)
- [Commits](bruits/satteri@satteri-v0.6.3...satteri-v0.9.5)

Updates `sharp` from 0.35.1 to 0.35.3
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.35.1...v0.35.3)

Updates `starlight-image-zoom` from 0.14.2 to 0.15.0
- [Release notes](https://github.com/HiDeoo/starlight-image-zoom/releases)
- [Changelog](https://github.com/HiDeoo/starlight-image-zoom/blob/main/packages/starlight-image-zoom/CHANGELOG.md)
- [Commits](https://github.com/HiDeoo/starlight-image-zoom/commits/starlight-image-zoom@0.15.0/packages/starlight-image-zoom)

Updates `starlight-links-validator` from 0.24.1 to 0.25.2
- [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/starlight-links-validator@0.25.2/packages/starlight-links-validator)

Updates `svgo` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/svg/svgo/releases)
- [Commits](svg/svgo@v4.0.1...v4.0.2)

Updates `tsx` from 4.22.4 to 4.23.1
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.22.4...v4.23.1)

Updates `typescript-eslint` from 8.61.1 to 8.65.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/typescript-eslint)

Updates `valibot` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/open-circle/valibot/releases)
- [Commits](open-circle/valibot@v1.4.1...v1.4.2)

Updates `vitest` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest)

Updates `wrangler` from 4.107.0 to 4.112.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.112.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@astrojs/markdown-remark"
  dependency-version: 7.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: "@astrojs/rss"
  dependency-version: 4.0.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: "@astrojs/starlight"
  dependency-version: 0.41.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@base-ui/react"
  dependency-version: 1.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@cloudflare/vitest-pool-workers"
  dependency-version: 0.18.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@expressive-code/core"
  dependency-version: 0.44.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@expressive-code/plugin-collapsible-sections"
  dependency-version: 0.44.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@expressive-code/plugin-line-numbers"
  dependency-version: 0.44.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@floating-ui/react"
  dependency-version: 0.27.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: "@fontsource-variable/inter"
  dependency-version: 5.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@fontsource-variable/jetbrains-mono"
  dependency-version: 5.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: "@iconify-json/simple-icons"
  dependency-version: 1.2.91
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: "@iconify-json/vscode-icons"
  dependency-version: 1.2.67
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: "@iconify/utils"
  dependency-version: 3.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: "@types/hast"
  dependency-version: 3.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.65.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: algoliasearch
  dependency-version: 5.56.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: astro-breadcrumbs
  dependency-version: 3.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: astro-expressive-code
  dependency-version: 0.44.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: astro-skills
  dependency-version: 0.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: cidr-tools
  dependency-version: 12.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: globals
  dependency-version: 17.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: happy-dom
  dependency-version: 20.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: just-bash
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: lint-staged
  dependency-version: 17.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: marked
  dependency-version: 18.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: mermaid
  dependency-version: 11.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: nanostores
  dependency-version: 1.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: parse-duration
  dependency-version: 2.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: prettier
  dependency-version: 3.9.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: prettier-plugin-tailwindcss
  dependency-version: 0.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: pretty-bytes
  dependency-version: 7.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: react-icons
  dependency-version: 5.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: satteri
  dependency-version: 0.9.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: sharp
  dependency-version: 0.35.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: starlight-image-zoom
  dependency-version: 0.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: starlight-links-validator
  dependency-version: 0.25.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: svgo
  dependency-version: 4.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: tsx
  dependency-version: 4.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: typescript-eslint
  dependency-version: 8.65.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: valibot
  dependency-version: 1.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: vitest
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: wrangler
  dependency-version: 4.112.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from a team as a code owner July 21, 2026 20:17
@dependabot
dependabot Bot requested a review from a team as a code owner July 21, 2026 20:17
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 21, 2026
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Dependabot review

Package Impact Recommendation
@astrojs/markdown-remark 7.2.0 → 7.2.1 ⬜ None ✅ Merge
@astrojs/rss 4.0.18 → 4.0.19 🟡 Low ✅ Merge
@astrojs/starlight 0.40.0 → 0.41.3 🔴 High ⚠️ Verify
@base-ui/react 1.5.0 → 1.6.0 🟠 Medium ⚠️ Verify
@cloudflare/vitest-pool-workers 0.16.15 → 0.18.6 🟡 Low ✅ Merge
@expressive-code/core 0.43.1 → 0.44.1 🟡 Low ✅ Merge
@expressive-code/plugin-collapsible-sections 0.43.1 → 0.44.1 ⬜ None ✅ Merge
@expressive-code/plugin-line-numbers 0.43.1 → 0.44.1 ⬜ None ✅ Merge
@floating-ui/react 0.27.19 → 0.27.20 ⬜ None ✅ Merge
@fontsource-variable/inter 5.2.8 → 5.3.0 🟢 Very Low ✅ Merge
@fontsource-variable/jetbrains-mono 5.2.8 → 5.3.0 🟢 Very Low ✅ Merge
@iconify-json/simple-icons 1.2.86 → 1.2.91 🟢 Very Low ✅ Merge
@iconify-json/vscode-icons 1.2.56 → 1.2.67 🟢 Very Low ✅ Merge
@iconify/utils 3.1.3 → 3.1.4 🟢 Very Low ✅ Merge
@tailwindcss/postcss 4.3.1 → 4.3.3 🟡 Low ✅ Merge
@types/hast 3.0.4 → 3.0.5 ⬜ None ✅ Merge
@typescript-eslint/parser 8.61.1 → 8.65.0 🟡 Low ✅ Merge
algoliasearch 5.54.1 → 5.56.0 ⬜ None ✅ Merge
astro-breadcrumbs 3.4.0 → 3.4.1 ⬜ None ✅ Merge
astro-expressive-code 0.43.1 → 0.44.1 🟡 Low ✅ Merge
astro-skills 0.1.0 → 0.1.1 🟡 Low ✅ Merge
cidr-tools 12.0.3 → 12.1.2 🟡 Low ✅ Merge
globals 17.6.0 → 17.7.0 🟡 Low ✅ Merge
happy-dom 20.10.3 → 20.11.0 🟡 Low ✅ Merge
just-bash 3.0.1 → 3.1.0 ⬜ None ✅ Merge
lint-staged 17.0.7 → 17.1.0 🟡 Low ✅ Merge
marked 18.0.5 → 18.0.6 🟡 Low ✅ Merge
mermaid 11.15.0 → 11.16.0 🟠 Medium ⚠️ Verify
nanostores 1.3.0 → 1.4.0 ⬜ None ✅ Merge
parse-duration 2.1.6 → 2.1.8 ⬜ None ✅ Merge
prettier 3.8.4 → 3.9.5 🟡 Low ✅ Merge
prettier-plugin-tailwindcss 0.8.0 → 0.8.1 🟡 Low ✅ Merge
pretty-bytes 7.1.0 → 7.1.1 🟡 Low ✅ Merge
react-icons 5.6.0 → 5.7.0 🟡 Low ✅ Merge
satteri 0.6.3 → 0.9.5 🔴 High ⚠️ Verify
sharp 0.35.1 → 0.35.3 🟡 Low ✅ Merge
starlight-image-zoom 0.14.2 → 0.15.0 ⬜ None ✅ Merge
starlight-links-validator 0.24.1 → 0.25.2 ⬜ None ✅ Merge
svgo 4.0.1 → 4.0.2 🟡 Low ✅ Merge
tsx 4.22.4 → 4.23.1 🟡 Low ✅ Merge
typescript-eslint 8.61.1 → 8.65.0 🟡 Low ✅ Merge
valibot 1.4.1 → 1.4.2 ⬜ None ✅ Merge
vitest 4.1.9 → 4.1.10 🟡 Low ✅ Merge
wrangler 4.107.0 → 4.112.0 🟡 Low ✅ Merge

Overall: ⚠️ Investigate before merging

Most of the 44 bumps are patch/minor dev-dependency, data, and tooling updates with low risk, but two changes stand out. @astrojs/starlight 0.41.0 explicitly drops support for Astro v6, while the repo is still on astro 6.4.7; combined with starlight-docsearch/starlight-tailwind peer wiring, this risks duplicate Astro installs or a broken build. satteri also jumps from 0.6.3 to 0.9.5 and powers the custom HAST pipeline in src/nimbus/plugins/satteri, so behavior changes there could affect rendered content. I recommend investigating before merge by running astro build/check, the Satteri pipeline tests, and the Workers/Astro Vitest suites.

Package details

@astrojs/markdown-remark: 7.2.0 → 7.2.1

Type: dependency bump
Dependency type: direct

What changed

  • Updated @astrojs/internal-helpers to 0.10.1; no public API changes.

Usage in this repo
Not used directly — present as an Astro-related dev dependency.

Impact: ⬜ None — No direct imports in the repo; the change is an internal dependency update only.


@astrojs/rss: 4.0.18 → 4.0.19

Type: bug fix
Dependency type: direct

What changed

  • Escapes source and enclosure item fields by serializing them as structured XML values.

Usage in this repo
Imported in src/nimbus/pages/changelog/rss/*.xml.ts and src/nimbus/util/changelog.ts for changelog RSS feeds.

Impact: 🟡 Low — Feeds are generated, but the repo's getRSSItems does not set source or enclosure fields, so the escaping change is unlikely to affect output.


@astrojs/starlight: 0.40.0 → 0.41.3

Type: breaking change
Dependency type: direct

What changed

  • 0.41.0 drops Astro v6 support and adds Astro v7 support.
  • Fixes mobile-menu focus trapping, TOC overflow with custom --sl-content-width, aside icons when MDX optimization is disabled.
  • Adds link and link-alt icons and optimizes Markdown aside icons.

Usage in this repo
Direct dependency; @astrojs/starlight/components imports are aliased to Nimbus components in src/nimbus/astro-config.ts, but starlight-docsearch and starlight-tailwind peer-depend on it.

Impact: 🔴 High — The repo is on astro 6.4.7, while starlight 0.41 no longer supports Astro v6. This can create peer-dependency mismatches or duplicate Astro installs, and may break nimbus-docs or the legacy Starlight plugins.


@base-ui/react: 1.5.0 → 1.6.0

Type: bug fix
Dependency type: direct

What changed

  • Fixes for Combobox chip context, autofill, selected state, and Autocomplete ArrowLeft/Right caret behavior.
  • Checkbox/Collapsible/Select/Drawer bug fixes and keyboard-navigation improvements.
  • General hook/pseudo-element fixes.

Usage in this repo
Used in src/nimbus/components/models/ModelFilters.tsx for Combobox and Select React islands.

Impact: 🟠 Medium — The repo uses the exact components that received fixes, so UI behavior could change; verify model-catalog filtering still works as expected.


@cloudflare/vitest-pool-workers: 0.16.15 → 0.18.6

Type: bug fix
Dependency type: direct

What changed

  • Fixes test runs hanging after a Durable Object logs and rejects blockConcurrencyWhile().
  • Adds dynamic retry-delay functions for Workflow steps in local dev.
  • Pulls in miniflare 4.20260714.0 and wrangler 4.112.0.

Usage in this repo
Imported in vitest.config.ts and referenced in test/CI scripts; used by *.worker.test.ts suites.

Impact: 🟡 Low — This is a test-only dependency; changes can affect test runtime but not the public docs site.


@expressive-code/core: 0.43.1 → 0.44.1

Type: bug fix
Dependency type: direct

What changed

  • Fixes themed scrollbar corner background when both scrollbars are visible.

Usage in this repo
Not imported directly; used under the hood via astro-expressive-code / Starlight code blocks.

Impact: 🟡 Low — Visual-only corner fix for themed scrollbars; no API surface used by this repo.


@expressive-code/plugin-collapsible-sections: 0.43.1 → 0.44.1

Type: dependency bump
Dependency type: direct

What changed

  • Updated @expressive-code/core peer dependency to 0.44.1.

Usage in this repo
Not imported directly in source code.

Impact: ⬜ None — Dependency-only update with no direct callsites in this repo.


@expressive-code/plugin-line-numbers: 0.43.1 → 0.44.1

Type: dependency bump
Dependency type: direct

What changed

  • Updated @expressive-code/core peer dependency to 0.44.1.

Usage in this repo
Not imported directly in source code.

Impact: ⬜ None — Dependency-only update with no direct callsites in this repo.


@floating-ui/react: 0.27.19 → 0.27.20

Type: bug fix
Dependency type: direct

What changed

  • Removes redundant passive options from scroll listeners.
  • Improves TypeScript support for exactOptionalPropertyTypes.
  • Dependency updates.

Usage in this repo
Not imported directly; likely a transitive dependency of @base-ui/react.

Impact: ⬜ None — No direct imports in this repo; changes are internal or type-level.


@fontsource-variable/inter: 5.2.8 → 5.3.0

Type: dependency bump
Dependency type: direct

What changed

  • Font file / package metadata update.

Usage in this repo
Imported as a side-effect in src/nimbus/layouts/BaseLayout.astro.

Impact: 🟢 Very Low — Only supplies font CSS; no API surface used and changes are unlikely to break anything.


@fontsource-variable/jetbrains-mono: 5.2.8 → 5.3.0

Type: dependency bump
Dependency type: direct

What changed

  • Font file / package metadata update.

Usage in this repo
Imported as a side-effect in src/nimbus/layouts/BaseLayout.astro.

Impact: 🟢 Very Low — Only supplies monospace font CSS; no API surface used.


@iconify-json/simple-icons: 1.2.86 → 1.2.91

Type: dependency bump
Dependency type: direct

What changed

  • Icon set data update (new icons and metadata fixes).

Usage in this repo
Referenced indirectly via astro-icon icon names in content and src/nimbus/astro-config.ts icon alias map.

Impact: 🟢 Very Low — Data-only icon set bump; existing icons used by the site are unchanged unless explicitly renamed upstream.


@iconify-json/vscode-icons: 1.2.56 → 1.2.67

Type: dependency bump
Dependency type: direct

What changed

  • Icon set data update (new icons and metadata fixes).

Usage in this repo
Referenced indirectly via astro-icon icon names in the iconAlias map in src/nimbus/astro-config.ts.

Impact: 🟢 Very Low — Data-only icon set bump; existing icon names the site uses are stable.


@iconify/utils: 3.1.3 → 3.1.4

Type: bug fix
Dependency type: direct

What changed

  • Internal utility fixes; no public API changes noted.

Usage in this repo
Imported in src/nimbus/pages/directory.astro and src/nimbus/components/directory/grid.ts.

Impact: 🟢 Very Low — Used only for SVG icon generation in the directory page; patch-level update.


@tailwindcss/postcss: 4.3.1 → 4.3.3

Type: bug fix
Dependency type: direct

What changed

  • Watch/poll mode fixes, preflight outline fix, fractional opacity modifiers for shadows, CSS nesting handling, and color-space fixes.

Usage in this repo
Direct dev dependency used by the Tailwind v4 PostCSS pipeline; the site imports tailwindcss in src/nimbus/styles/globals.css.

Impact: 🟡 Low — This is build-tooling output; changes could affect generated CSS but the fixes are narrowly scoped.


@types/hast: 3.0.4 → 3.0.5

Type: dependency bump
Dependency type: direct

What changed

  • Type definition updates only.

Usage in this repo
Type-only Hast type references (e.g. src/nimbus/plugins/satteri/types.ts).

Impact: ⬜ None — Type-only package; no emitted JavaScript is affected.


@typescript-eslint/parser: 8.61.1 → 8.65.0

Type: dependency bump
Dependency type: direct

What changed

  • Parser update as part of typescript-eslint 8.65.0 release.

Usage in this repo
Used by ESLint configuration for linting TypeScript.

Impact: 🟡 Low — Linting/build-tooling only; no runtime impact on the published site.


algoliasearch: 5.54.1 → 5.56.0

Type: dependency bump
Dependency type: direct

What changed

  • Algolia client patch/minor release; no direct API changes used by this repo noted.

Usage in this repo
Not imported directly in source code; consumed transitively by @astrojs/starlight-docsearch / nimbus-docs DocSearch.

Impact: ⬜ None — No direct callsites; impact is limited to internal search-provider logic.


astro-breadcrumbs: 3.4.0 → 3.4.1

Type: dependency bump
Dependency type: direct

What changed

  • Patch release; no public API changes noted in the PR body.

Usage in this repo
Not imported or integrated in the active Nimbus build.

Impact: ⬜ None — Not used directly by any callsite in the repo.


astro-expressive-code: 0.43.1 → 0.44.1

Type: dependency bump
Dependency type: direct

What changed

  • Expressive Code integration update to match core 0.44.1.

Usage in this repo
astro-expressive-code/components is aliased to Nimbus components in src/nimbus/astro-config.ts; not integrated directly.

Impact: 🟡 Low — No direct integration; changes are limited to code-block rendering internals.


astro-skills: 0.1.0 → 0.1.1

Type: dependency bump
Dependency type: direct

What changed

  • Patch release for the agent-skills integration.

Usage in this repo
Imported in src/nimbus/astro-config.ts (skills()) and src/nimbus/content.config.ts (skillsLoader).

Impact: 🟡 Low — Affects .well-known/agent-skills route generation; patch-level integration update.


cidr-tools: 12.0.3 → 12.1.2

Type: dependency bump
Dependency type: direct

What changed

  • Minor release of IPv4/IPv6 CIDR utilities.

Usage in this repo
Imported in src/nimbus/components/react/SubtractIPCalculator.tsx (excludeCidr, parseCidr).

Impact: 🟡 Low — Used only in the IP-subtraction calculator island; verify that parsing and exclusion results are unchanged.


globals: 17.6.0 → 17.7.0

Type: dependency bump
Dependency type: direct

What changed

  • Global identifier data update.

Usage in this repo
Consumed by ESLint configuration for identifying browser/Node globals.

Impact: 🟡 Low — Linting/build-tooling data package; no runtime impact.


happy-dom: 20.10.3 → 20.11.0

Type: bug fix
Dependency type: direct

What changed

  • happy-dom patch release with DOM implementation fixes.

Usage in this repo
Configured as the test environment for the Node Vitest project in vitest.config.ts.

Impact: 🟡 Low — Test-only environment; could change DOM behavior in *.node.test.ts suites.


just-bash: 3.0.1 → 3.1.0

Type: dependency bump
Dependency type: direct

What changed

  • Minor release of the sandboxed Bash runtime.

Usage in this repo
Mentioned only in docs content about Agent Skills; no direct imports in this repo.

Impact: ⬜ None — Not imported directly; may be a transitive dependency of agents-related runtime.


lint-staged: 17.0.7 → 17.1.0

Type: dependency bump
Dependency type: direct

What changed

  • Minor release of the pre-commit helper.

Usage in this repo
Configured in package.json lint-staged section and runs Prettier on staged files.

Impact: 🟡 Low — Development-only git hook; no production/runtime impact.


marked: 18.0.5 → 18.0.6

Type: bug fix
Dependency type: direct

What changed

  • Marked markdown parser patch release.

Usage in this repo
Imported and called via marked.parse() in src/nimbus/components/cf/Glossary.astro, AvailableNotifications.astro, Markdown.astro, ProductReleaseNotes.astro, WARPRelease.astro, and pages/ruleset-engine/fields/reference/[name].astro.

Impact: 🟡 Low — Rendered Markdown could shift if parser behavior changed, but this is a patch-level bump.


mermaid: 11.15.0 → 11.16.0

Type: feature
Dependency type: direct

What changed

  • Minor Mermaid release with diagram rendering updates and new features/fixes.

Usage in this repo
Imported in src/nimbus/plugins/satteri/mermaid.ts and the client script src/nimbus/scripts/mermaid.client.ts; used by ```mermaid fences across content.

Impact: 🟠 Medium — Affects all rendered Mermaid diagrams site-wide; verify a few diagrams render correctly after merging.


nanostores: 1.3.0 → 1.4.0

Type: dependency bump
Dependency type: direct

What changed

  • Minor release of the atomic state manager.

Usage in this repo
Not imported directly in source code; @nanostores/react is also unused directly.

Impact: ⬜ None — No direct callsites in this repo.


parse-duration: 2.1.6 → 2.1.8

Type: dependency bump
Dependency type: direct

What changed

  • Patch release of the duration-parser utility.

Usage in this repo
No direct imports; src/nimbus/components/cf/Stream.astro replaced it with an inline parser per its comment.

Impact: ⬜ None — Not used directly in the current code.


prettier: 3.8.4 → 3.9.5

Type: dependency bump
Dependency type: direct

What changed

  • Prettier minor release with formatting/CLI improvements.

Usage in this repo
Used across format:* scripts, lint-staged, and src/nimbus/components/cf/TypeScriptExample.astro (format() call).

Impact: 🟡 Low — Formatting only; could alter generated formatted snippets in TypeScriptExample but won't break the site.


prettier-plugin-tailwindcss: 0.8.0 → 0.8.1

Type: bug fix
Dependency type: direct

What changed

  • Patch release fixing/class order integration with Tailwind CSS v4.

Usage in this repo
Used by Prettier for sorting Tailwind classes in source files.

Impact: 🟡 Low — Formatting-only plugin; no runtime impact, may change class ordering in formatted files.


pretty-bytes: 7.1.0 → 7.1.1

Type: bug fix
Dependency type: direct

What changed

  • Patch release with byte-formatting fixes.

Usage in this repo
Imported in src/nimbus/components/cf/WARPRelease.astro for WARP download sizes.

Impact: 🟡 Low — Only formats a small number of displayed sizes; patch-level fix.


react-icons: 5.6.0 → 5.7.0

Type: dependency bump
Dependency type: direct

What changed

  • Icon set data update and minor packaging fixes.

Usage in this repo
Imported in src/nimbus/components/react/FeedbackPrompt.tsx (MdOutlineThumbUp, MdOutlineThumbDown, MdCheckCircleOutline).

Impact: 🟡 Low — Only affects the icons in the feedback widget; verify icons still render.


satteri: 0.6.3 → 0.9.5

Type: dependency bump
Dependency type: direct

What changed

  • Large 0.x jump (0.6.3 -> 0.9.5); release notes were not included in the PR body.

Usage in this repo
Central to Nimbus Markdown processing: imported in src/nimbus/plugins/satteri/*, re-exported by nimbus-docs/markdown, and tested in src/nimbus/plugins/satteri/pipeline.node.test.ts.

Impact: 🔴 High — Drives heading slugs, autolinks, external links, mermaid, figures, tables, and empty-table-headers transforms; any API or binary behavior change could alter rendered docs.


sharp: 0.35.1 → 0.35.3

Type: bug fix
Dependency type: direct

What changed

  • Sharp image-processing patch release with bug fixes and libvips updates.

Usage in this repo
Configured as the Astro image service in astro.config.ts.

Impact: 🟡 Low — Image optimization backend-only; patch-level update.


starlight-image-zoom: 0.14.2 → 0.15.0

Type: dependency bump
Dependency type: direct

What changed

  • Minor release of the Starlight image-zoom plugin.

Usage in this repo
Not added to the active integrations array in src/nimbus/astro-config.ts; Nimbus uses medium-zoom directly in src/nimbus/scripts/image-zoom.client.ts.

Impact: ⬜ None — Not integrated into the current Nimbus build.


starlight-links-validator: 0.24.1 → 0.25.2

Type: dependency bump
Dependency type: direct

What changed

  • Minor release of the Starlight link-validator plugin.

Usage in this repo
Not added to the active integrations array in src/nimbus/astro-config.ts.

Impact: ⬜ None — Not integrated into the current Nimbus build; only referenced in docs content and MIGRATION.md.


svgo: 4.0.1 → 4.0.2

Type: bug fix
Dependency type: direct

What changed

  • SVGO patch release with SVG optimization fixes.

Usage in this repo
Imported in scripts/optimize-svgs.ts via the optimize() function.

Impact: 🟡 Low — Used only by the manual SVG optimization script; no runtime site impact.


tsx: 4.22.4 → 4.23.1

Type: dependency bump
Dependency type: direct

What changed

  • tsx minor/patch release with TypeScript execution improvements.

Usage in this repo
Used in prebuild, predev, and script:optimize-svgs package.json scripts.

Impact: 🟡 Low — Development script runner; changes could affect fetch-skills.ts and optimize-svgs.ts execution.


typescript-eslint: 8.61.1 → 8.65.0

Type: dependency bump
Dependency type: direct

What changed

  • typescript-eslint monorepo minor release with rule improvements and fixes.

Usage in this repo
Used by ESLint configuration for linting TypeScript/TSX files.

Impact: 🟡 Low — Linting-only tooling; no runtime impact.


valibot: 1.4.1 → 1.4.2

Type: bug fix
Dependency type: direct

What changed

  • Valibot schema-validation patch release.

Usage in this repo
Not imported directly in source code; likely a transitive dev dependency.

Impact: ⬜ None — No direct callsites in this repo.


vitest: 4.1.9 → 4.1.10

Type: bug fix
Dependency type: direct

What changed

  • Vitest patch release with test runner fixes.

Usage in this repo
Used in vitest.config.ts and the test/test:prebuild/test:postbuild scripts.

Impact: 🟡 Low — Test-only dependency; could affect test execution but not the public site.


wrangler: 4.107.0 → 4.112.0

Type: dependency bump
Dependency type: direct

What changed

  • Wrangler minor release with Cloudflare Workers CLI and local-dev updates.

Usage in this repo
Used in the typegen:worker script; referenced in docs content about Wrangler commands.

Impact: 🟡 Low — Development/CLI-only in this repository; no Worker runtime impact.


@github-actions

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
package.json @cloudflare/content-engineering
* @cloudflare/product-owners

@github-actions

Copy link
Copy Markdown
Contributor

CI run failed: build logs

@dependabot @github

dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Jul 22, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/non-major-bf7ed76bf1 branch July 22, 2026 14:23
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 size/xl

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants