Closed renovate[bot] closed 1 week ago
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
This PR contains the following updates:
3.11.1
->3.12.0
Release Notes
LuaLS/lua-language-server (LuaLS/lua-language-server)
### [`v3.12.0`](https://redirect.github.com/LuaLS/lua-language-server/blob/HEAD/changelog.md#3120) [Compare Source](https://redirect.github.com/LuaLS/lua-language-server/compare/3.11.1...3.12.0) `2024-10-30` - `NEW` Support importing `enum` through class name suffix matching in quick fixes, allowing the import of `enum` from `table.table.enum; return table`. - `NEW` Support limited multiline annotations ```lua ---@type { --- x: number, --- y: number, --- z: number, ---} local point --> local point: { x: number, y: number, z: number } ``` - `FIX` A regression related to type narrow and generic param introduced since `v3.10.1` - `FIX` Parse storagePath to improve reliability of resolving ${addons} placeholder - `FIX` Reference should also look in tablefield - `FIX` Determine that the index of `{...}` is an integer when iteratingConfiguration
š 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.