Skip to content

Commit

Permalink
fix(deps): update dependency @astrojs/check to v0.8.1 (#620)
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.1`](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/)
|

---

### 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>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Johannes-Andersen/Johannes).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent 0bbb6e6 commit b2448fc
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 120 deletions.
210 changes: 91 additions & 119 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"npm": "10"
},
"dependencies": {
"@astrojs/check": "0.7.0",
"@astrojs/check": "0.8.1",
"@astrojs/cloudflare": "10.4.2",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
Expand Down

0 comments on commit b2448fc

Please sign in to comment.