bump(wgsl-analyzer): update to v2025-11-14 #12336
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2025-11-04->2025-11-14Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
wgsl-analyzer/wgsl-analyzer (wgsl-analyzer)
v2025-11-14Compare Source
Feature: Overhauled Parser
With the new parser in place, we now have top tier error recovery for pretty much any parsing errors. Massive thanks to the developer of the lelwel parser crate, as it made it possible for us to build such a high quality in so little time.
const_assert 3break ifFeature: Reworked type-checking
Type checking should be a lot more accurate now.
Regressions
Other changes
VS Code and Neovim users can now configure their wgsl-analyzer preferences.
WGSL and WESL code in strings and markdown files now gets syntax highlighted. It's a small improvement to the VS Code experience, but very useful for documentation and for our JavaScript users.
We are also starting to share code between the language server and wesl-rs. The goal there is to align as many things as possible, from the way we talk about types to constant evaluation.
Finally, if you're interested in contributing to wgsl-analyzer, I can only encourage you to. We have a lot of good starter issues, where we will offer lots of guidance.
Changelog
read_writeandu32textureStoreoverloads/*wgsl*/commentssettings.json) and generated configuration documentationConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.