chore(deps): update dependency @astrojs/check to v0.9.4 #50

Open
Renovate [BOT] wants to merge 1 commits from renovate/astrojs-check-0.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Type Update Change
@astrojs/check (source) devDependencies minor 0.7.0 -> 0.9.4

Release Notes

withastro/language-tools (@​astrojs/check)

v0.9.4

Compare Source

Patch Changes

v0.9.3

Compare Source

Patch Changes

v0.9.2

Compare Source

Patch Changes

v0.9.1

Compare Source

Patch Changes

v0.9.0

Compare Source

Minor Changes
  • b65d6b4: Adds support for SCSS and LESS intellisense inside style tags
Patch Changes

v0.8.3

Compare Source

Patch Changes

v0.8.2

Compare Source

Patch Changes

v0.8.1

Compare Source

Patch Changes

v0.8.0

Compare Source

Minor Changes
  • 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

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.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@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)) | devDependencies | minor | [`0.7.0` -> `0.9.4`](https://renovatebot.com/diffs/npm/@astrojs%2fcheck/0.7.0/0.9.4) | --- ### Release Notes <details> <summary>withastro/language-tools (@&#8203;astrojs/check)</summary> ### [`v0.9.4`](https://github.com/withastro/language-tools/blob/HEAD/packages/astro-check/CHANGELOG.md#094) [Compare Source](https://github.com/withastro/language-tools/compare/@astrojs/check@0.9.3...@astrojs/check@0.9.4) ##### Patch Changes - [`6e62aaa`](https://github.com/withastro/language-tools/commit/6e62aaa): Upgrades chokidar to v4 - [`5a44072`](https://github.com/withastro/language-tools/commit/5a44072): Fixes formatting not working by default in certain circumstances - Updated dependencies \[[`5a44072`](https://github.com/withastro/language-tools/commit/5a44072)] - Updated dependencies \[[`3a836de`](https://github.com/withastro/language-tools/commit/3a836de)] - [@&#8203;astrojs/language-server](https://github.com/astrojs/language-server)[@&#8203;2](https://github.com/2).15.0 ### [`v0.9.3`](https://github.com/withastro/language-tools/blob/HEAD/packages/astro-check/CHANGELOG.md#093) [Compare Source](https://github.com/withastro/language-tools/compare/@astrojs/check@0.9.2...@astrojs/check@0.9.3) ##### Patch Changes - [`28dfebe`](https://github.com/withastro/language-tools/commit/28dfebe): Updates to the stable version of Volar 2.4.0 - Updated dependencies \[[`28dfebe`](https://github.com/withastro/language-tools/commit/28dfebe)] - [@&#8203;astrojs/language-server](https://github.com/astrojs/language-server)[@&#8203;2](https://github.com/2).14.1 ### [`v0.9.2`](https://github.com/withastro/language-tools/blob/HEAD/packages/astro-check/CHANGELOG.md#092) [Compare Source](https://github.com/withastro/language-tools/compare/@astrojs/check@0.9.1...@astrojs/check@0.9.2) ##### Patch Changes - [`e8e18a8`](https://github.com/withastro/language-tools/commit/e8e18a8): Fixes an issue where errors inside script and style tags could be offset by a few characters when multi bytes characters were present in the file - Updated dependencies \[[`e8e18a8`](https://github.com/withastro/language-tools/commit/e8e18a8)] - [@&#8203;astrojs/language-server](https://github.com/astrojs/language-server)[@&#8203;2](https://github.com/2).13.2 ### [`v0.9.1`](https://github.com/withastro/language-tools/blob/HEAD/packages/astro-check/CHANGELOG.md#091) [Compare Source](https://github.com/withastro/language-tools/compare/@astrojs/check@0.9.0...@astrojs/check@0.9.1) ##### Patch Changes - [`cc94bef`](https://github.com/withastro/language-tools/commit/cc94bef): Revert a change to top-level returns that could prevent the return types of functions from being correct in certain cases - Updated dependencies \[[`cc94bef`](https://github.com/withastro/language-tools/commit/cc94bef)] - [@&#8203;astrojs/language-server](https://github.com/astrojs/language-server)[@&#8203;2](https://github.com/2).13.1 ### [`v0.9.0`](https://github.com/withastro/language-tools/blob/HEAD/packages/astro-check/CHANGELOG.md#090) [Compare Source](https://github.com/withastro/language-tools/compare/@astrojs/check@0.8.3...@astrojs/check@0.9.0) ##### Minor Changes - [`b65d6b4`](https://github.com/withastro/language-tools/commit/b65d6b4): Adds support for SCSS and LESS intellisense inside style tags ##### Patch Changes - Updated dependencies \[[`3a60f00`](https://github.com/withastro/language-tools/commit/3a60f00)] - Updated dependencies \[[`b65d6b4`](https://github.com/withastro/language-tools/commit/b65d6b4)] - [@&#8203;astrojs/language-server](https://github.com/astrojs/language-server)[@&#8203;2](https://github.com/2).13.0 ### [`v0.8.3`](https://github.com/withastro/language-tools/blob/HEAD/packages/astro-check/CHANGELOG.md#083) [Compare Source](https://github.com/withastro/language-tools/compare/@astrojs/check@0.8.2...@astrojs/check@0.8.3) ##### Patch Changes - [`0a46801`](https://github.com/withastro/language-tools/commit/0a46801): Fixes a regression where errors could wrongly show (or not show) inside scripts and style tags - Updated dependencies \[[`0a46801`](https://github.com/withastro/language-tools/commit/0a46801)] - Updated dependencies \[[`72f61e1`](https://github.com/withastro/language-tools/commit/72f61e1)] - [@&#8203;astrojs/language-server](https://github.com/astrojs/language-server)[@&#8203;2](https://github.com/2).12.7 ### [`v0.8.2`](https://github.com/withastro/language-tools/blob/HEAD/packages/astro-check/CHANGELOG.md#082) [Compare Source](https://github.com/withastro/language-tools/compare/@astrojs/check@0.8.1...@astrojs/check@0.8.2) ##### Patch Changes - [`708167e`](https://github.com/withastro/language-tools/commit/708167e): Fixes script and style tags being wrongfully included in the generated TSX - Updated dependencies \[[`708167e`](https://github.com/withastro/language-tools/commit/708167e)] - [@&#8203;astrojs/language-server](https://github.com/astrojs/language-server)[@&#8203;2](https://github.com/2).12.1 ### [`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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM5LjIwOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Renovate [BOT] force-pushed renovate/astrojs-check-0.x-lockfile from f5bb70f3ba to c2f90a9435 2024-12-14 00:20:43 +00:00 Compare
Renovate [BOT] force-pushed renovate/astrojs-check-0.x-lockfile from c2f90a9435 to 79ef93114a 2024-12-16 19:21:32 +00:00 Compare
Renovate [BOT] force-pushed renovate/astrojs-check-0.x-lockfile from 79ef93114a to 8267186134 2024-12-18 22:36:41 +00:00 Compare
Renovate [BOT] force-pushed renovate/astrojs-check-0.x-lockfile from 8267186134 to 0284a08cbe 2025-01-07 16:08:16 +00:00 Compare
Renovate [BOT] force-pushed renovate/astrojs-check-0.x-lockfile from 0284a08cbe to e17b7d3b5f 2025-01-11 16:36:49 +00:00 Compare
Renovate [BOT] force-pushed renovate/astrojs-check-0.x-lockfile from e17b7d3b5f to ead31cb9d9 2025-01-11 18:06:17 +00:00 Compare
Renovate [BOT] force-pushed renovate/astrojs-check-0.x-lockfile from ead31cb9d9 to a46a12ccf6 2025-01-20 20:36:07 +00:00 Compare
Renovate [BOT] force-pushed renovate/astrojs-check-0.x-lockfile from a46a12ccf6 to 59c3f02210 2025-02-08 10:20:51 +00:00 Compare
Renovate [BOT] force-pushed renovate/astrojs-check-0.x-lockfile from 59c3f02210 to 42960e6579 2025-02-14 17:35:44 +00:00 Compare
Renovate [BOT] force-pushed renovate/astrojs-check-0.x-lockfile from 42960e6579 to 618978606f 2025-03-07 04:23:21 +00:00 Compare
Renovate [BOT] force-pushed renovate/astrojs-check-0.x-lockfile from 618978606f to aff28756b3 2025-03-12 09:35:12 +00:00 Compare
Renovate [BOT] force-pushed renovate/astrojs-check-0.x-lockfile from aff28756b3 to 2fcf4800ca 2025-03-24 17:36:03 +00:00 Compare
Renovate [BOT] force-pushed renovate/astrojs-check-0.x-lockfile from 2fcf4800ca to 7c35821f4f 2025-03-29 15:05:19 +00:00 Compare
Renovate [BOT] force-pushed renovate/astrojs-check-0.x-lockfile from 7c35821f4f to e62f9e5315 2025-04-03 15:20:25 +00:00 Compare
Some checks failed
Build, check & Test / run (push) Failing after 29s
Lint / run (push) Failing after 27s
Build Docker Image / build_docker (push) Failing after 1m32s
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/astrojs-check-0.x-lockfile:renovate/astrojs-check-0.x-lockfile
git checkout renovate/astrojs-check-0.x-lockfile
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: avior/template-web-astro#50
No description provided.