Skip to content

chore(deps): bump @astrojs/starlight from 0.40.0 to 0.41.7 - #1796

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/astrojs/starlight-0.41.7
Open

chore(deps): bump @astrojs/starlight from 0.40.0 to 0.41.7#1796
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/astrojs/starlight-0.41.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps @astrojs/starlight from 0.40.0 to 0.41.7.

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.41.7

Patch Changes

  • #4114 3e486fb Thanks @​delucis! - Fixes processing of code examples in RTL languages when using Astro’s Sätteri Markdown processor

@​astrojs/starlight@​0.41.6

Patch Changes

@​astrojs/starlight@​0.41.5

Patch Changes

@​astrojs/starlight@​0.41.4

Patch Changes

@​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

... (truncated)

Changelog

Sourced from @​astrojs/starlight's changelog.

0.41.7

Patch Changes

  • #4114 3e486fb Thanks @​delucis! - Fixes processing of code examples in RTL languages when using Astro’s Sätteri Markdown processor

0.41.6

Patch Changes

0.41.5

Patch Changes

0.41.4

Patch Changes

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

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
@codspeed-hq

codspeed-hq Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 6 untouched benchmarks


Comparing dependabot/npm_and_yarn/astrojs/starlight-0.41.7 (c71c133) with main (e20ea4e)

Open in CodSpeed

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/astrojs/starlight-0.41.7 branch from 9de8a5f to 99cdc9a Compare August 16, 2026 11:36
simple-agent-manager Bot pushed a commit that referenced this pull request Aug 17, 2026
Brings #1801, #1790, #1792, #1796 in as one reviewable unit and fixes what
each Dependabot commit left half-done.

#1801 @agentclientprotocol/sdk 0.25.0 -> 1.3.0: REMOVED instead of bumped.
An exhaustive sweep (all file types, tsconfig paths/types, vite/vitest/eslint
configs, every workspace package.json, Go modules) found zero importers.
packages/acp-client hand-rolls its ACP payload types in
src/hooks/useAcpMessagePayloads.ts and src/transport/types.ts, and
transport/websocket.ts deliberately types the ACP payload as `unknown`. The
canonical wire contract lives in the Go VM agent. Carrying a 1.3.0 dep whose
deprecated ClientSideConnection/ndJsonStream surface implies an integration
that does not exist is worse than carrying none. AGENTS.md claimed the SDK
"defines the ACP wire protocol types" — corrected to describe reality.

#1790 node 22 -> 26-bookworm-slim: taken, comment desync fixed. None of the
seven globally-installed agent CLIs declares an engines.node upper bound, so
no EBADENGINE is possible; the digest resolves to node 26.7.0 and bookworm is
still published for 26.

#1792 cloudflare/sandbox 0.12.1 -> 0.12.5: Dependabot moved only the image.
The npm client stayed at ^0.12.1 while the Dockerfile comment still asserted
they MUST match. Pinned @cloudflare/sandbox to exactly 0.12.5 — an exact pin,
because a range lets the client drift from the digest-pinned image on any
unrelated install.

#1796 @astrojs/starlight 0.40.0 -> 0.41.7: root cause of all five red checks
was peer astro@^7.0.2 vs pinned astro@6.4.8. The newer peer graph pulls
@astrojs/mdx@7.0.5, which imports `chunkToString` from
astro/runtime/server/index.js — absent in Astro 6. Upgraded astro to 7.2.2
(pinned in exactly one place, apps/www). Astro 7's rolldown pipeline then
resolves dynamic imports inside processed <script> blocks, so the mermaid
lazy-loader in BlogPost.astro needed is:inline; /scripts/blog-mermaid.js is
an esbuild output emitted to public/ at build time, i.e. a runtime URL rather
than a resolvable module. Build is clean: 181 pages + Pagefind + sitemap.

Also corrects a bad @types/node resolution combo the lockfile text-merge
produced across the two npm PRs.

Process fix: the existing Docker governance test asserted digest pinning only,
so it passed straight through BOTH stale-comment bugs. Adds two tests to
scripts/quality/dependency-governance.test.ts — reviewed-source-tag comments
must match their FROM tag, and @cloudflare/sandbox must be an exact pin equal
to the image tag. Both verified discriminating: each goes red on the exact
pre-fix state Dependabot produced.
Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.40.0 to 0.41.7.
- [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.7/packages/starlight)

---
updated-dependencies:
- dependency-name: "@astrojs/starlight"
  dependency-version: 0.41.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/astrojs/starlight-0.41.7 branch from 99cdc9a to c71c133 Compare August 19, 2026 06:26
@sonarqubecloud

Copy link
Copy Markdown

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