[mise] lua-language-server to v3.19.1 - #24
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/lua-language-server-3.x
branch
8 times, most recently
from
August 17, 2026 14:01
efa7c86 to
2d9ccb9
Compare
renovate
Bot
force-pushed
the
renovate/lua-language-server-3.x
branch
from
August 22, 2026 12:09
2d9ccb9 to
c5d185a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
3.18.2→3.19.1Release Notes
LuaLS/lua-language-server (lua-language-server)
v3.19.1Compare Source
2026-08-14NEWLuaJIT 3.0 extension syntax can now also be enabled individually viaLua.runtime.nonstandardSymbol(?.,??,ternary,~>>,~>>=,..=,~=,const,->,number_underscore), independent ofLua.runtime.versionand without theLua.runtime.enableLuaJITExtensionsmaster switch. Note that~=enables the bitwise-xor compound assignment only in statement context (e.g.a ~= bon its own line).NEWAdd no-dot optional chainingf?()andt?[1](equivalent tof?.()/t?.[1]) as newLua.runtime.nonstandardSymbolentries (?(and?[), and the no-dot safe methodobj?:get()(equivalent toobj?.:get(), entry?:). Note: enabling?(/?[together with the ternary (ternary) may conflict during parsing.NEWSupport type inference fordofileand add a newLua.workspace.dofileRootssetting to configure where it reads from #3432v3.19.0Compare Source
2026-08-08NEWSupport LuaJIT 3.0 extension syntax whenLua.runtime.versionisLuaJITand the newLua.runtime.enableLuaJITExtensionssetting is enabled: ternary conditional?:, safe navigation?.(including method formsobj?.:method,obj:method?.), nil-coalescing??, arithmetic shift~>>with~>>=compound assignment,..=concatenation assignment,constdeclarations, short function expressions (x -> expr,|x| -> expr,-> do ... end), and number underscores (1_000) #3434NEW@operatordeclarations on generic classes now resolve class type parameters through the instantiated type: with---@class Box<T>and---@operator call(): T?, calling aBox<string>instance infersstring?NEWSupport type inference for@fieldand@typefunction declarations in method overrides #3367FIXFix invalid LSP responses in files containing string literals with escaped bytes.FIXFix method-level generic return type being overwritten by receiver class generic resolution #3438FIXGeneric type parameters used in@operatorannotations are now recognized as generics (and highlighted as such) instead of being treated as undefined type namesFIXInferpcall/xpcallsecond result from their own declaration when the called function returns nothing #3440FIXRecognize a class inheriting a generic class as a child of that generic's own parent #3441FIXDeduplicate documentation bindings for parametersFIXCorrectmath.typemeta return annotation to usenilinstead of the string literal'nil'FIXFix initialnameStyle.confignot getting loaded in the appropriate workspace.Configuration
📅 Schedule: (UTC)
* 0-6 * * 6)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.