Skip to content

Commit

Permalink
chore(deps): update dependency @astrojs/starlight to ^0.31.0 (#911)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight))
| [`^0.30.0` ->
`^0.31.0`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.30.6/0.31.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@astrojs%2fstarlight/0.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@astrojs%2fstarlight/0.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@astrojs%2fstarlight/0.30.6/0.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@astrojs%2fstarlight/0.30.6/0.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>withastro/starlight (@&#8203;astrojs/starlight)</summary>

###
[`v0.31.0`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0310)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.6...@astrojs/starlight@0.31.0)

##### Minor Changes

-
[#&#8203;2777](https://redirect.github.com/withastro/starlight/pull/2777)
[`88f4214`](https://redirect.github.com/withastro/starlight/commit/88f42145888f3a04f20898fcb700c1e65be48bb2)
Thanks [@&#8203;hippotastic](https://redirect.github.com/hippotastic)! -
Updates `astro-expressive-code` dependency to the latest version (0.40).

This includes an update to the latest Shiki version (1.26.1), providing
access to all current Shiki themes and syntax highlighting languages,
and adding the config options `shiki.engine`, `shiki.bundledLangs`,
`shiki.langAlias` and `removeUnusedThemes`. It also adds new style
variants to the optional collapsible sections plugin.

See the [Expressive Code release
notes](https://expressive-code.com/releases/#&#8203;0400) for full
details.

-
[#&#8203;2736](https://redirect.github.com/withastro/starlight/pull/2736)
[`29a885b`](https://redirect.github.com/withastro/starlight/commit/29a885be43f29150d6abd905f3ef7e1dccb99c98)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - ⚠️
**BREAKING CHANGE:** The minimum supported version of Astro is now 5.1.5

    Please update Astro and Starlight together:

    ```sh
    npx @&#8203;astrojs/upgrade
    ```

-
[#&#8203;2728](https://redirect.github.com/withastro/starlight/pull/2728)
[`e187383`](https://redirect.github.com/withastro/starlight/commit/e1873834d4a4328084a9ac056a089ee5b8f13103)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Updates
minimum Pagefind dependency to v1.3.0, sets new defaults for Pagefind’s
ranking options, and adds support for manually configuring the ranking
options

The new ranking option defaults have been evaluated against Starlight’s
own docs to improve the quality of search results. See [“Customize
Pagefind's result ranking”](https://pagefind.app/docs/ranking/) for more
details about how they work.

-
[#&#8203;157](https://redirect.github.com/withastro/starlight/pull/157)
[`23bf960`](https://redirect.github.com/withastro/starlight/commit/23bf960aed36445600b6ccecb2138a5b461e2929)
Thanks [@&#8203;tony-sull](https://redirect.github.com/tony-sull)! -
Adds a print stylesheet to improve the appearance of Starlight docs
pages when printed

-
[#&#8203;2728](https://redirect.github.com/withastro/starlight/pull/2728)
[`e187383`](https://redirect.github.com/withastro/starlight/commit/e1873834d4a4328084a9ac056a089ee5b8f13103)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes
Pagefind logging to respect the Astro log level. When using Astro’s
`--verbose` or `--silent` CLI flags, these are now respected by Pagefind
as well.

##### Patch Changes

-
[#&#8203;2792](https://redirect.github.com/withastro/starlight/pull/2792)
[`412effb`](https://redirect.github.com/withastro/starlight/commit/412effb5a63c6026ea4faa0d09bcbd4a3c9fad4d)
Thanks [@&#8203;dhruvkb](https://redirect.github.com/dhruvkb)! - Uses
semantic `var(--sl-color-hairline)` for the page sidebar border instead
of `var(--sl-color-gray-6)`. This is visually the same as previously but
makes it easier to override the hairline color consistently across a
site.

-
[#&#8203;2736](https://redirect.github.com/withastro/starlight/pull/2736)
[`29a885b`](https://redirect.github.com/withastro/starlight/commit/29a885be43f29150d6abd905f3ef7e1dccb99c98)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Updates
internal dependencies `@astrojs/sitemap` and `@astrojs/mdx` to the
latest versions

-
[#&#8203;2782](https://redirect.github.com/withastro/starlight/pull/2782)
[`d9d415b`](https://redirect.github.com/withastro/starlight/commit/d9d415b4558c7995319299e9c9e1520c87c3078e)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes a
documentation link in the JSDoc comment for the
`StarlightExpressiveCodeOptions` type

-
[#&#8203;2708](https://redirect.github.com/withastro/starlight/pull/2708)
[`442c819`](https://redirect.github.com/withastro/starlight/commit/442c8194dbcbe58e155d4c1f8d897a04605666e5)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Fixes
colour contrast correction in code blocks

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/emoji-blast).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent f0a6dda commit 556fc2b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion packages/emoji-blast-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/check": "^0.9.0",
"@astrojs/react": "^4.0.0",
"@astrojs/starlight": "^0.30.0",
"@astrojs/starlight": "^0.31.0",
"@konami-emoji-blast/astro": "workspace:",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
Expand Down
74 changes: 37 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 556fc2b

Please sign in to comment.