withastro / language-tools

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

chore(language-server): move `@volar/typescript` as dev dep #954

Closed bluwy closed 2 months ago

bluwy commented 2 months ago

Changes

Lame PR 😅 but @volar/typescript was only used as types so we move it as a dev dep. It's still used transitively by @volar/language-server and @volar/kit, so not removed from the dependency graph

Testing

Manually checked that it's not used in the compiled js or dts files.

Docs

n/a

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: 14a1b5721e8ca4e45b25ffa4769662a2300191f5

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