Skip to content

Commit

Permalink
chore(deps): update astro (#1096)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@astrojs/check](https://github.com/withastro/language-tools/tree/main/packages/astro-check)
([source](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check))
| [`^0.7.0` ->
`^0.8.0`](https://renovatebot.com/diffs/npm/@astrojs%2fcheck/0.7.0/0.8.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@astrojs%2fcheck/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@astrojs%2fcheck/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@astrojs%2fcheck/0.7.0/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@astrojs%2fcheck/0.7.0/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://github.com/withastro/starlight/tree/HEAD/packages/starlight))
| [`0.25.0` ->
`0.25.1`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.25.0/0.25.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@astrojs%2fstarlight/0.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@astrojs%2fstarlight/0.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@astrojs%2fstarlight/0.25.0/0.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@astrojs%2fstarlight/0.25.0/0.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>withastro/language-tools (@&#8203;astrojs/check)</summary>

###
[`v0.8.1`](https://github.com/withastro/language-tools/blob/HEAD/packages/astro-check/CHANGELOG.md#081)

[Compare
Source](https://github.com/withastro/language-tools/compare/@astrojs/check@0.8.0...@astrojs/check@0.8.1)

##### Patch Changes

-
[`5eb20f2`](https://github.com/withastro/language-tools/commit/5eb20f2):
Fixes installation on Yarn 4
- Updated dependencies
\[[`5eb20f2`](https://github.com/withastro/language-tools/commit/5eb20f2)]
-
[@&#8203;astrojs/language-server](https://github.com/astrojs/language-server)[@&#8203;2](https://github.com/2).11.1

###
[`v0.8.0`](https://github.com/withastro/language-tools/blob/HEAD/packages/astro-check/CHANGELOG.md#080)

[Compare
Source](https://github.com/withastro/language-tools/compare/@astrojs/check@0.7.0...@astrojs/check@0.8.0)

##### Minor Changes

-
[`b8a6af3`](https://github.com/withastro/language-tools/commit/b8a6af3):
Upgrades to the latest version of Volar, the underlying framework
powering the Astro language server. This update should fix some of the
recent issues regarding intellisense inside script tags.

##### Patch Changes

-
[`a1769da`](https://github.com/withastro/language-tools/commit/a1769da):
Adds a README with helpful links
- Updated dependencies
\[[`b8a6af3`](https://github.com/withastro/language-tools/commit/b8a6af3)]
-
[@&#8203;astrojs/language-server](https://github.com/astrojs/language-server)[@&#8203;2](https://github.com/2).11.0

</details>

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

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

[Compare
Source](https://github.com/withastro/starlight/compare/@astrojs/starlight@0.25.0...@astrojs/starlight@0.25.1)

##### Patch Changes

- [#&#8203;2122](https://github.com/withastro/starlight/pull/2122)
[`359a642`](https://github.com/withastro/starlight/commit/359a64219288795936f18fd50fb5f195c412a748)
Thanks [@&#8203;HiDeoo](https://github.com/HiDeoo)! - Fixes an i18n
configuration issue for multilingual sites when using Astro’s `i18n`
config with `prefixDefaultLocale` set to `false`.

- [#&#8203;2107](https://github.com/withastro/starlight/pull/2107)
[`61e223b`](https://github.com/withastro/starlight/commit/61e223b153cb10958f3fbaa77acf6ac07d982944)
Thanks
[@&#8203;sanabel-al-firdaws](https://github.com/sanabel-al-firdaws)! -
Updates Arabic UI translations

- [#&#8203;2105](https://github.com/withastro/starlight/pull/2105)
[`81f8a2c`](https://github.com/withastro/starlight/commit/81f8a2c9580ec07dd17e2f596b9b1b50fae8237a)
Thanks [@&#8203;delucis](https://github.com/delucis)! - Fixes an edge
case in custom pagination link processing

Custom link values for `prev`/`next` in 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.

- [#&#8203;2119](https://github.com/withastro/starlight/pull/2119)
[`464685a`](https://github.com/withastro/starlight/commit/464685a3ce33e7ccc8d1d7365935732c87ba95e9)
Thanks [@&#8203;evadecker](https://github.com/evadecker)! - Improves
styling of `<hr>`, `<blockquote>`, and `<code>` within asides

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/knope-dev/knope).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 13, 2024
1 parent 2fa7cf4 commit 20e9e53
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 123 deletions.
216 changes: 94 additions & 122 deletions docs/package-lock.json

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

Loading

0 comments on commit 20e9e53

Please sign in to comment.