Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @astrojs/starlight from 0.27.1 to 0.28.2 #261

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

riderx
Copy link
Contributor

@riderx riderx commented Oct 23, 2024

snyk-top-banner

Snyk has created this PR to upgrade @astrojs/starlight from 0.27.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 3 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
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.27.1 to 0.28.2.

See this package in npm:
@astrojs/starlight

See this project in Snyk:
https://app.snyk.io/org/riderx/project/dc9c6cca-6d64-4015-bc41-b1431a3bfb95?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

sonarcloud bot commented Oct 23, 2024

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@astrojs/[email protected] Transitive: environment, filesystem, network, shell +221 375 MB fredkschott, matthewp, natemoo-re

🚮 Removed packages: npm/@astrojs/[email protected]

View full report↗︎

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