[Snyk] Upgrade @astrojs/starlight from 0.15.1 to 0.25.2#2
Open
atogura wants to merge 1 commit into
Open
Conversation
Snyk has created this PR to upgrade @astrojs/starlight from 0.15.1 to 0.25.2. See this package in npm: @astrojs/starlight See this project in Snyk: https://app.snyk.io/org/atogura/project/c87e82ef-12f1-453d-afa4-916a01d67dfd?utm_source=github&utm_medium=referral&page=upgrade-pr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade @astrojs/starlight from 0.15.1 to 0.25.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 40 versions ahead of your current version.
The recommended version was released on 24 days ago.
Issues fixed by the recommended upgrade:
SNYK-JS-BRACES-6838727
SNYK-JS-MICROMATCH-6838728
SNYK-JS-VITE-6182924
SNYK-JS-ASTRO-7547139
SNYK-JS-VITE-6531286
Release notes
Package name: @astrojs/starlight
-
0.25.2 - 2024-07-23
-
-
-
0.25.1 - 2024-07-10
-
-
-
-
-
0.25.0 - 2024-07-05
-
⚠️ Potentially breaking change: The
-
-
⚠️ Potentially breaking change: Previously Starlight would accept a sidebar entry that matched one of its expected shapes, even if it included additional properties. For example, including both
-
- #2081
-
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
-
0.22.3 - 2024-05-14
-
0.22.2 - 2024-05-06
-
0.22.1 - 2024-05-01
-
0.22.0 - 2024-04-30
-
0.21.5 - 2024-04-09
-
0.21.4 - 2024-04-05
-
0.21.3 - 2024-04-01
-
0.21.2 - 2024-03-20
-
0.21.1 - 2024-03-04
-
0.21.0 - 2024-03-01
-
0.20.1 - 2024-02-24
-
0.20.0 - 2024-02-23
-
0.19.1 - 2024-02-20
-
0.19.0 - 2024-02-16
-
0.18.1 - 2024-02-14
-
0.18.0 - 2024-02-09
-
0.17.4 - 2024-02-08
-
0.17.3 - 2024-02-06
-
0.17.2 - 2024-01-31
-
0.17.1 - 2024-01-29
-
0.17.0 - 2024-01-26
-
0.16.0 - 2024-01-19
-
0.15.4 - 2024-01-17
-
0.15.3 - 2024-01-09
-
0.15.2 - 2024-01-02
-
0.15.1 - 2023-12-18
from @astrojs/starlight GitHub release notesPatch Changes
#2126
ada51eeThanks @ essential-randomness! - Adds support for markdown formatting in aside titles#2135
9bbb969Thanks @ oluwatobiss! - Adds Pinterest social iconPatch Changes
#2122
359a642Thanks @ HiDeoo! - Fixes an i18n configuration issue for multilingual sites when using Astro’si18nconfig withprefixDefaultLocaleset tofalse.#2107
61e223bThanks @ sanabel-al-firdaws! - Updates Arabic UI translations#2105
81f8a2cThanks @ delucis! - Fixes an edge case in custom pagination link processingCustom link values for
prev/nextin page frontmatter are now always used as authored.Previously this was not the case in some edge cases such as for the first and final pages in the sidebar.
#2119
464685aThanks @ evadecker! - Improves styling of<hr>,<blockquote>, and<code>within asidesMinor Changes
#2025
47f32c1Thanks @ HiDeoo! - Removes the/search shortcut for accessibility reasons.search.shortcutLabelUI string has been removed. If you were using this string in your custom UI, you will need to update your code.#2064
c5b47cbThanks @ SnowDingo! - Improves styling of Markdown tables to work better in different contexts, including against different background colours like when used in asides.#2031
2bab648Thanks @ delucis! - Makes sidebar entry parsing stricter in Starlight configlinkanditemswas considered valid, withitemsbeing ignored. Now, it is an error to include more than one oflink,items, orautogeneratein a sidebar entry.If you see errors after updating, look for sidebar entries in the Starlight configuration in
astro.config.mjsthat include too many keys and remove the one that was previously ignored.#1874
eeba06eThanks @ lorenzolewis! - Adds a new syntax for specifying sidebar link items for internal linksYou can now specify an internal page using only its slug, either as a string, or as an object with a
slugproperty:Starlight will use the linked page’s frontmatter to configure the sidebar link.
Patch Changes
f0181d2Thanks @ andrii-bodnar! - Updates the Ukrainian UI translationsPatch Changes
#2062
5ac0ac6Thanks @ evadecker! - Increase theme and language select inline padding#2056
87e9ad0Thanks @ HiDeoo! - Fixes an issue preventing remark plugins injected by Starlight plugins to handle Markdown text and leaf directives.#2063
3ee1a94Thanks @ delucis! - TranslatefileTree.directoryandaside.*UI string into Norwegian (Bokmål).#2054
dbfd3eeThanks @ HiDeoo! - Fixes an issue when using the<StarlightPage>component in a custom page with a user-definedsrcDirconfiguration.Patch Changes
#2038
87f3f92Thanks @ dragomano! - Updates Russian UI translations#2043
53f4cd4Thanks @ playmr365! - Updates Czech UI translations#2041
8af5a60Thanks @ HiDeoo! - Fixes<Steps>numbering bug caused by Chrome v126 CSS counter rewritePatch Changes
#2028
af81ad3Thanks @ HiDeoo! - Fixes a search dialog height issue in Safari.#2022
80f82b1Thanks @ playmr365! - Updates Czech UI translationsImportant
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: