withastro / language-tools

Language tools for Astro
MIT License
272 stars 54 forks source link

chore(astro-check): remove unused fast-glob dep #944

Closed bluwy closed 3 months ago

bluwy commented 3 months ago

Changes

I don't think it matters in practice since fast-glob is also used by astro and language-server, but this helps keep the exact deps used concise.

Testing

existing tests should pass

Docs

n/a

changeset-bot[bot] commented 3 months ago

⚠️ No Changeset found

Latest commit: 7c79beb3770066c5cfd780b5a561bbbd07ed4801

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Princesseuh commented 3 months ago

The fast-glob usage in the language-server is wrong anyway, it'll have to get removed eventually. Thank you!