Skip to content

Commit d34028d

Browse files
fix(deps): update dependency @astrojs/check to v0.6.0 (#553)
[![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://togithub.com/withastro/language-tools) ([source](https://togithub.com/withastro/language-tools/tree/HEAD/packages/astro-check)) | [`0.5.10` -> `0.6.0`](https://renovatebot.com/diffs/npm/@astrojs%2fcheck/0.5.10/0.6.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@astrojs%2fcheck/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@astrojs%2fcheck/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@astrojs%2fcheck/0.5.10/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@astrojs%2fcheck/0.5.10/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>withastro/language-tools (@&#8203;astrojs/check)</summary> ### [`v0.6.0`](https://togithub.com/withastro/language-tools/blob/HEAD/packages/astro-check/CHANGELOG.md#060) [Compare Source](https://togithub.com/withastro/language-tools/compare/@astrojs/[email protected]...@astrojs/[email protected]) ##### Minor Changes - [`65d3425`](https://togithub.com/withastro/language-tools/commit/65d3425): Upgrades the language server to use Volar 2.2. This changes should have no negative impacts on the experience. ##### Patch Changes - Updated dependencies \[[`65d3425`](https://togithub.com/withastro/language-tools/commit/65d3425)] - [@&#8203;astrojs/language-server](https://togithub.com/astrojs/language-server)[@&#8203;2](https://togithub.com/2).9.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInR5cGUvZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2a6980f commit d34028d

File tree

2 files changed

+112
-78
lines changed

2 files changed

+112
-78
lines changed

package-lock.json

+111-77
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"npm": "10"
2323
},
2424
"dependencies": {
25-
"@astrojs/check": "0.5.10",
25+
"@astrojs/check": "0.6.0",
2626
"@astrojs/cloudflare": "10.2.5",
2727
"@astrojs/sitemap": "3.1.4",
2828
"@astrojs/tailwind": "5.1.0",

0 commit comments

Comments
 (0)