Skip to content

chore: bump volar services to 0.0.71#6043

Merged
KazariEX merged 1 commit into
vuejs:masterfrom
TRIS-H:master
May 10, 2026
Merged

chore: bump volar services to 0.0.71#6043
KazariEX merged 1 commit into
vuejs:masterfrom
TRIS-H:master

Conversation

@TRIS-H

@TRIS-H TRIS-H commented May 10, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR bumps the volar-service-* dependencies used by @vue/language-service from 0.0.70 to 0.0.71.

The 0.0.71 release includes an upstream fix in volar-service-css for a Vue SFC formatting issue where a trailing single-line comment in <style lang="scss"> or <style lang="less"> could cause the closing </style> tag to stay on the same line.

Example

Before:

<style lang="scss">
// .container {                                                                         
//   height: 100vh;
// }</style>

After:

<style lang="scss">                                                                     
// .container {                                                                         
//   height: 100vh;
// }                                                                                    
</style>        

Related

Notes

The Volar service packages are updated together to keep their versions aligned with the existing dependency pattern in @vue/language-service.

volarjs/services@0.0.71 also includes other upstream changes from the same release.

@KazariEX KazariEX merged commit 58ee658 into vuejs:master May 10, 2026
5 checks passed
@KazariEX KazariEX changed the title fix(language-service): bump volar services to 0.0.71 chore: bump volar services to 0.0.71 May 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants