Skip to content

[Snyk] Upgrade @astrojs/starlight from 0.26.1 to 0.28.2#15

Open
Sujit-AI-Sec wants to merge 1 commit into
mainfrom
snyk-upgrade-9462637f51720e48bf1264fafcab455c
Open

[Snyk] Upgrade @astrojs/starlight from 0.26.1 to 0.28.2#15
Sujit-AI-Sec wants to merge 1 commit into
mainfrom
snyk-upgrade-9462637f51720e48bf1264fafcab455c

Conversation

@Sujit-AI-Sec
Copy link
Copy Markdown
Owner

snyk-top-banner

Snyk has created this PR to upgrade @astrojs/starlight from 0.26.1 to 0.28.2.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 8 versions ahead of your current version.

  • The recommended version was released on a month ago.

Release notes
Package name: @astrojs/starlight
  • 0.28.2 - 2024-09-19

    Patch Changes

    • #2377 a257b83 Thanks @ HiDeoo! - Fixes an issue with synced <Tabs> components containing nested <Tabs> causing tab panels to not render correctly.
  • 0.28.1 - 2024-09-18

    Patch Changes

    • #2334 79b9ade Thanks @ HiDeoo! - Fixes an issue with Expressive Code UI labels not displaying correctly.
  • 0.28.0 - 2024-09-18

    Minor Changes

    • #1923 5269aad Thanks @ HiDeoo! - Overhauls the built-in localization system which is now powered by the i18next library and available to use anywhere in your documentation website.

      See the “Using UI translations” guide to learn more about how to access built-in UI labels or your own custom strings in your project. Plugin authors can also use the new injectTranslations() helper to add or update translation strings.

      ⚠️ BREAKING CHANGE: The Astro.props.labels props has been removed from the props passed down to custom component overrides.

      If you are relying on Astro.props.labels (for example to read a built-in UI label), you will need to update your code to use the new Astro.locals.t() helper instead.

      ---
      import type { Props } from '@ astrojs/starlight/props';
      // The `search.label` UI label for this page’s language:
      const searchLabel = Astro.locals.t('search.label');
      ---
    • #2285 7286220 Thanks @ HiDeoo! - Adds support for translating sidebar badges.

    • #1923 5269aad Thanks @ HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Astro is now 4.14.0

      Please update Astro and Starlight together:

      npx @ astrojs/upgrade

    Patch Changes

    • #2327 d7a295e Thanks @ tritao! - Fixes restoration of remark directives for nodes with custom data attached.
  • 0.27.1 - 2024-09-08

    Patch Changes

    • #2303 f92791a Thanks @ delucis! - Fixes resolution for the internal module Git virtual module in projects with special characters in the file path
  • 0.27.0 - 2024-09-06

    Minor Changes

    • #1255 6f3202b Thanks @ Fryuni! - Adds support for server-rendered Starlight pages.

      When building a project with hybrid or server output mode, a new prerender option on Starlight config can be set to false to make all Starlight pages be rendered on-demand:

      export default defineConfig({
        output: 'server',
        integrations: [
          starlight({
            prerender: false,
          }),
        ],
      });

    Patch Changes

    • #2242 756e85e Thanks @ delucis! - Refactors the logic for persisting and restoring sidebar state across navigations for better performance on slow or busy devices

    • #1255 6f3202b Thanks @ Fryuni! - Improves performance of computing the last updated times from Git history.

      Instead of executing git for each docs page, it is now executed twice regardless of the number of pages.

    • #1255 6f3202b Thanks @ Fryuni! - Fixes last updated times on projects with custom srcDir

  • 0.26.4 - 2024-09-06

    Patch Changes

    • #2288 b15f725 Thanks @ matthewp! - Safely handle Zod errors

      Prevents bugs where errors without the .received props would through and cause builds to fail unnecessarily.

  • 0.26.3 - 2024-09-04

    Patch Changes

    • #2281 5062d30 Thanks @ HiDeoo! - Fixes a potential text rendering issue that could include extra whitespaces for text containing colons.

    • #2279 62d59e2 Thanks @ HiDeoo! - Fixes an issue with frontmatter schemas containing collection references used with the <StarlightPage /> component and an Astro version greater than 4.14.0.

  • 0.26.2 - 2024-09-02
  • 0.26.1 - 2024-08-16
from @astrojs/starlight GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade @astrojs/starlight from 0.26.1 to 0.28.2.

See this package in npm:
@astrojs/starlight

See this project in Snyk:
https://app.snyk.io/org/get.ssr/project/483a7ece-f2c4-4dd3-8cd1-ee9ddddc422f?utm_source=github&utm_medium=referral&page=upgrade-pr
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants