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.22.4 to 0.28.3 #814

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

Conversation

ajile-in
Copy link
Contributor

@ajile-in ajile-in commented Nov 4, 2024

snyk-top-banner

Snyk has created this PR to upgrade @astrojs/starlight from 0.22.4 to 0.28.3.

ℹ️ 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 28 versions ahead of your current version.

  • The recommended version was released on a month ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Prototype Pollution
SNYK-JS-DSET-7116691
469 Proof of Concept
high severity Inefficient Regular Expression Complexity
SNYK-JS-MICROMATCH-6838728
469 No Known Exploit
medium severity Cross-site Scripting (XSS)
SNYK-JS-ASTRO-7547139
469 No Known Exploit
medium severity Cross-site Scripting (XSS)
SNYK-JS-ASTRO-8186178
469 Proof of Concept
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-PATHTOREGEXP-7925106
469 Proof of Concept
medium severity Cross-site Scripting (XSS)
SNYK-JS-ROLLUP-8073097
469 Proof of Concept
medium severity Information Exposure
SNYK-JS-VITE-8023174
469 Proof of Concept
low severity Cross-site Scripting (XSS)
SNYK-JS-VITE-8022916
469 Proof of Concept
Release notes
Package name: @astrojs/starlight
  • 0.28.3 - 2024-10-07

    Patch Changes

  • 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
  • 0.26.3 - 2024-09-04
  • 0.26.2 - 2024-09-02
  • 0.26.1 - 2024-08-16
  • 0.26.0 - 2024-08-16
  • 0.25.5 - 2024-08-13
  • 0.25.4 - 2024-08-06
  • 0.25.3 - 2024-07-29
  • 0.25.2 - 2024-07-23
  • 0.25.1 - 2024-07-10
  • 0.25.0 - 2024-07-05
  • 0.24.5 - 2024-06-28
  • 0.24.4 - 2024-06-20
  • 0.24.3 - 2024-06-18
  • 0.24.2 - 2024-06-12
  • 0.24.1 - 2024-06-09
  • 0.24.0 - 2024-06-05
  • 0.23.4 - 2024-06-05
  • 0.23.3 - 2024-06-04
  • 0.23.2 - 2024-05-28
  • 0.23.1 - 2024-05-18
  • 0.23.0 - 2024-05-17
  • 0.22.4 - 2024-05-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.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

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.22.4 to 0.28.3.

See this package in npm:
@astrojs/starlight

See this project in Snyk:
https://app.snyk.io/org/ajile-in/project/e6665482-f51c-4382-b3d1-e7fe6e938991?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

sonarcloud bot commented Nov 4, 2024

@deno-deploy deno-deploy bot had a problem deploying to Preview November 4, 2024 05:28 Failure
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