Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/starlight (source) ^0.36.2 -> ^0.37.0 age adoption passing confidence
@changesets/changelog-github (source) ^0.5.1 -> ^0.5.2 age adoption passing confidence
@changesets/cli (source) ^2.29.7 -> ^2.29.8 age adoption passing confidence
prettier (source) 3.6.2 -> 3.7.3 age adoption passing confidence
sharp (source, changelog) ^0.32.5 -> ^0.34.5 age adoption passing confidence
starlight-sidebar-topics (source) ^0.4.1 -> ^0.6.2 age adoption passing confidence
starlight-sidebar-topics-dropdown (source) ^0.4.1 -> ^0.5.2 age adoption passing confidence

Release Notes

withastro/starlight (@​astrojs/starlight)

v0.37.0

Compare Source

Minor Changes
  • #​3491 28810f0 Thanks @​JusticeMatthew! - Changes text overflow styling in Markdown content

    ⚠️ Potentially breaking change: This release switches the overflow-wrap CSS style for common elements to break-word. In most cases, there should be little visual impact, but this change can impact how layouts with implicit sizing (such as tables) look, improving legibility in how words wrap.

    If you want to preserve the previous styling, you can add the following custom CSS to your site:

    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    code {
      overflow-wrap: anywhere;
    }
  • #​3351 239698c Thanks @​HiDeoo! - Ensures that Starlight CSS layer order is predictable in custom pages using the <StarlightPage> component.

    Previously, due to how import order works in Astro, the <StarlightPage> component had to be the first import in custom pages to set up cascade layers used internally by Starlight to manage the order of its styles.

    With this change, this restriction no longer applies and Starlight’s styles will be applied correctly regardless of the import order of the <StarlightPage> component.

  • #​3521 ca7b771 Thanks @​shubham-padia! - Fixes an issue where a vertical scrollbar could be displayed on the Starlight <Tabs> component when zooming the page

    ⚠️ Potentially breaking change: The <Tabs> component no longer uses margin-bottom and border-bottom to highlight the current tab. This is now done with a box-shadow. If you have custom styling for your tabs, you may need to update it.

    If you want to preserve the previous styling, you can add the following custom CSS to your site:

    starlight-tabs .tab {
      margin-bottom: -2px;
    }
    
    starlight-tabs .tab > [role='tab'] {
      border-bottom: 2px solid var(--sl-color-gray-5);
      box-shadow: none;
    }
    
    starlight-tabs .tab [role='tab'][aria-selected='true'] {
      border-color: var(--sl-color-text-accent);
    }
  • #​3549 1cf50eb Thanks @​jacobdalamb! - Updates the default sans-serif system font stack, dropping support for the -apple-system and BlinkMacSystemFont font names used in older browsers. These are no longer needed in browsers officially supported by Starlight.

    If you still need to support older browsers, you can add the following custom CSS to your site:

    :root {
      --sl-font-system: ui-sans-serif, system-ui, -apple-system,
        BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
        'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol', 'Noto Color Emoji';
    }
  • #​3332 f61f99d Thanks @​HiDeoo! - Adds a new markdown.processedDirs configuration option to specify additional directories where files should be processed by Starlight’s Markdown pipeline.

    By default, Starlight’s processing only applies to Markdown and MDX content loaded using Starlight’s docsLoader(). This new option allows to extend this processing to other directories, which can be useful if you are rendering content from a custom content collection using the <StarlightPage> component and expect Starlight’s Markdown processing to be applied to that content as well.

v0.36.3

Compare Source

Patch Changes
  • #​3555 547dc30 Thanks @​Its-Just-Nans! - Improves the error message thrown when using a file in the public/ directory with Starlight’s customCss configuration option

  • #​3496 b78fda4 Thanks @​delucis! - Fixes invalid <head> output when configuration is missing:

    • Omits <meta property="og:description" /> if Starlight’s description option is unset
    • Omits <link rel="canonical" /> and <meta property="og:url" /> if Astro’s site option is unset
  • #​3511 8727df1 Thanks @​astrobot-houston! - Updates the seti:gitlab icon to match latest version from Seti UI Icons

changesets/changesets (@​changesets/changelog-github)

v0.5.2

Compare Source

prettier/prettier (prettier)

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

lovell/sharp (sharp)

v0.34.5

Compare Source

  • Upgrade to libvips v8.17.3 for upstream bug fixes.

  • Add experimental support for prebuilt Linux RISC-V 64-bit binaries.

  • Support building from source with npm v12+, deprecate --build-from-source flag.
    #​4458

  • Add support for BigTIFF output.
    #​4459
    @​throwbi

  • Improve error messaging when only warnings issued.
    #​4465

  • Simplify ICC processing when retaining input profiles.
    #​4468

v0.34.4

Compare Source

  • Upgrade to libvips v8.17.2 for upstream bug fixes.

  • Ensure TIFF subifd and OpenSlide level input options are respected (regression in 0.34.3).

  • Ensure autoOrient occurs before non-90 angle rotation.
    #​4425

  • Ensure autoOrient removes existing metadata after shrink-on-load.
    #​4431

  • TypeScript: Ensure KernelEnum includes linear.
    #​4441
    @​BayanBennett

  • Ensure unlimited flag is passed upstream when reading TIFF images.
    #​4446

  • Support Electron memory cage when reading XMP metadata (regression in 0.34.3).
    #​4451

  • Add sharp-libvips rpath for yarn v5 support.
    #​4452
    @​arcanis

v0.34.3

Compare Source

v0.34.2

Compare Source

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.5

Compare Source

v0.33.4

Compare Source

v0.33.3

Compare Source

v0.33.2

Compare Source

v0.33.1

Compare Source

v0.33.0

Compare Source

HiDeoo/starlight-sidebar-topics (starlight-sidebar-topics)

v0.6.2

Compare Source

Patch Changes
  • #​48 e5163eb Thanks @​HiDeoo! - Setups trusted publishing using OpenID Connect (OIDC) authentication — no code changes.

v0.6.1

Compare Source

Patch Changes

v0.6.0

Compare Source

Minor Changes
  • #​29 5c337bc Thanks @​HiDeoo! - Adds a route data object accessible on Starlight pages using Astro.locals.starlightSidebarTopics containing information about all the topics configured in your project. This can be useful to create custom topic lists to replace the built-in topic list.

    See the “Custom Topic List” guide for more information.

  • #​29 5c337bc Thanks @​HiDeoo! - Adds a new topics plugin configuration option to map topic identifiers to a list of pages or glob patterns that should be associated with the topic.

    This option can be useful for custom pages generated and included in the sidebar by other plugins that have no knowledge of the Starlight Sidebar Topics plugin that should be associated with a specific topic.

    See the “Unlisted Pages” guide to learn more about how to associate pages with a specific topic.

v0.5.1

Compare Source

Patch Changes
  • #​25 ca87a7b Thanks @​HiDeoo! - Adds the .starlight-sidebar-topics CSS class around the sidebar topics list to make it easier to style it.

v0.5.0

Compare Source

Minor Changes
  • #​22 0e5806f Thanks @​HiDeoo! - Adds a new exclude plugin configuration option to exclude pages from any topic.

    This options can be useful for custom pages that use a custom site navigation sidebar which do not belong to any topic. Excluded pages will use the built-in Starlight sidebar and not render a list of topics.

    See the “Excluded Pages” guide to learn more about how to exclude content pages from any topic.

trueberryless-org/starlight-sidebar-topics-dropdown (starlight-sidebar-topics-dropdown)

v0.5.2

Compare Source

Patch Changes

v0.5.1

Compare Source

Patch Changes

v0.5.0

Compare Source

Minor Changes
  • #​40 acf6f15 Thanks @​trueberryless! - ⚠️ BREAKING CHANGE: This plugin now uses the Starlight Sidebar Topics plugin as a peer dependency. Please follow the upgrade guide below to migrate to the new version.

    1. Install the Starlight Sidebar Topics plugin:

      npm i starlight-sidebar-topics
    2. Update the starlight-sidebar-topics-dropdown component in your astro.config.mjs (use the starlight-sidebar-topics plugin instead):

      // astro.config.mjs
      -import starlightSidebarTopicsDropdown from "starlight-sidebar-topics-dropdown";
      +import starlightSidebarTopics from "starlight-sidebar-topics";
    3. Exchange the starlight-sidebar-topics-dropdown component with the starlight-sidebar-topics plugin and add a manual override for the Sidebar component where you can use the dropdown component from the starlight-sidebar-topics-dropdown component:

      // astro.config.mjs
      export default defineConfig({
        integrations: [
          starlight({
            plugins: [
      -        starlightSidebarTopicsDropdown([
      +        starlightSidebarTopics([
                // Your Starlight Sidebar Topics configuration here (unchanged).
              ]),
            ],
      +      components: {
      +        Sidebar: './src/components/Sidebar.astro',
      +      },
          }),
        ],
      });
    4. Create an Astro component to replace the default Starlight <Sidebar> component with which will render the topic list dropdown menu and re-use the default Starlight sidebar:

      ---
      // src/components/Sidebar.astro
      import Default from "@&#8203;astrojs/starlight/components/Sidebar.astro";
      import TopicsDropdown from "starlight-sidebar-topics-dropdown/TopicsDropdown.astro";
      ---
      
      {/* Render the topics dropdown menu. */}
      <TopicsDropdown />
      {/* Render the default sidebar. */}
      <Default><slot /></Default>
    5. Update the schema import in src/content.config.ts:

      // src/content.config.ts
      -import { topicSchema } from "starlight-sidebar-topics-dropdown/schema";
      +import { topicSchema } from "starlight-sidebar-topics/schema";

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from trueberryless as a code owner September 8, 2025 23:23
@changeset-bot
Copy link

changeset-bot bot commented Sep 8, 2025

⚠️ No Changeset found

Latest commit: baa0438

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link

coderabbitai bot commented Sep 8, 2025

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • [skip ci]

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added the 📦 package Updates in package structure or package.json label Sep 8, 2025
@renovate renovate bot force-pushed the renovate/npm-packages branch 3 times, most recently from 1b84c50 to 5e4e089 Compare September 13, 2025 23:04
@renovate renovate bot force-pushed the renovate/npm-packages branch 5 times, most recently from d4b6a38 to ce22a48 Compare September 22, 2025 13:28
@renovate renovate bot force-pushed the renovate/npm-packages branch 3 times, most recently from 3346a74 to 169a617 Compare September 26, 2025 13:44
@renovate renovate bot force-pushed the renovate/npm-packages branch 4 times, most recently from f5928a8 to 5339235 Compare October 15, 2025 17:51
@renovate renovate bot force-pushed the renovate/npm-packages branch 2 times, most recently from 92dbb5f to a6f1b5e Compare October 22, 2025 00:48
@renovate renovate bot force-pushed the renovate/npm-packages branch 4 times, most recently from 66dfe48 to 31b061e Compare November 6, 2025 18:47
@renovate renovate bot force-pushed the renovate/npm-packages branch 3 times, most recently from d4a988e to 53662b4 Compare November 14, 2025 04:05
@renovate renovate bot force-pushed the renovate/npm-packages branch 2 times, most recently from abbb1fa to 80bb0a8 Compare November 24, 2025 21:39
@renovate renovate bot force-pushed the renovate/npm-packages branch 5 times, most recently from c860e9a to 370a676 Compare November 28, 2025 22:02
@renovate renovate bot force-pushed the renovate/npm-packages branch from 370a676 to baa0438 Compare November 29, 2025 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📦 package Updates in package structure or package.json

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant