forcedotcom / lightning-language-server

LWC and Aura Language Servers - shipped as part of the Salesforce VSCode Extensions
https://forcedotcom.github.io/salesforcedx-vscode/
BSD 3-Clause "New" or "Revised" License
33 stars 49 forks source link

chore: update lwc versions #518

Closed randi274 closed 1 year ago

randi274 commented 1 year ago

What does this PR do?

PR updates the lwc, engine, errors, and template-compiler versions to the latest in preparation for the next major release. Includes updates made to various warnings and errors and adds support for new directives added to the compiler. This change is needed for the 242 release.

What issues does this PR fix or reference?

@W-11955917@, @W-11940409@

randi274 commented 1 year ago

General: ✅ Installs, builds and runs ✅ Tests pass locally + remotely

Aura Tests: ✅ Autocompletion - good in cmp + js ✅ Hover - good in cmp + js ✅ Go to Definition - good in cmp + js

LWC Tests: ✅ Autocompletion - good in html + JS ✅ Hover - good in html + js ✅ Go to Definition - good in JS only (same as today)

Verify the new directive {lwc.if}: ✅ No errors ✅ Can deploy even today ✅ No content is shown at all for this template directive, assuming that's by design.