Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

Bumps typescript-to-lua from 1.31.4 to 1.32.0.

Changelog

Sourced from typescript-to-lua's changelog.

1.32.0

  • Fixed a broken @customName interation with import statements
  • Use (table.)unpack(expression, from, to) when using array destructing syntax const [a,b] = array; to avoid having to unpack the entire array
  • Fixed compiler annotations also considering the next line as part of any possible arguments
  • Fixed a bug with unicode classnames not being properly escaped in static initializer blocks
  • Fixed a bug where @noSelf still was not respected for index signature methods
  • Fixed a case where loop variables were incorrectly missing local
  • Removed dead code that was sometimes generated using continue in a loop
  • Fixed a bug with tagged template literals when the tag is a function call
  • Fixed a bug with class decorators leading to invalid Lua code being generated
  • A - or + prefix now converts expressions to numbers with Number()
  • Fixed a bug with root level using statements not properly disposing objects

1.31.0

  • Upgraded TypeScript to 5.8.2
  • Changed currentIndent from private to protected in the LuaPrinter to allow custom printers with alternate indentation
  • Added bit and bit32 as reserved Lua keywords to avoid accidental naming clashes.

1.30.0

  • Allow passing in-memory plugins when using the tstl API, for more flexible integration into scripts
  • Changed how stacktraces are handled for Error in Lua 5.1 and LuaJIT

1.29.0

  • Added support for the Luau luaTarget. This will use Luau's continue statement and ternary conditional expression if ... then ... else ... where appropriate.
  • Added support for new Array<T>() syntax to construct arrays (constructing with a length argument is not allowed).
  • Fixed a bug causing arrays to sometimes be indexed with a wrong index.

1.28.0

  • Upgraded TypeScript to 5.7.2
  • Support String(x) transforming it to tostring(x).
  • Fixed statements before class super call
  • Fixed some bugs with LuaMultiReturn used in iterables

1.27.0

  • Upgraded TypeScript to 5.6.2
  • Added support for Math.trunc (see Math.trunc())
  • Fixed a runtime error when disposing a disposable class
  • Fixed the wrong this value being passed when using ?. to call a super method
  • Fixed a bug causing exported /** @compileMembersOnly */ enums to break
  • Fixed a bug in Array.from when calling it with a non-array iterable
  • Fixed an incorrect diagnostic being shown for await using code
  • Fixed a bug causing not all getters/setters to be transpiled

1.26.0

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.31.4 to 1.32.0.
- [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md)
- [Commits](TypeScriptToLua/TypeScriptToLua@v1.31.4...v1.32.0)

---
updated-dependencies:
- dependency-name: typescript-to-lua
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 25, 2025
@Perryvw Perryvw merged commit 9843bf7 into source Aug 25, 2025
2 checks passed
@Perryvw Perryvw deleted the dependabot/npm_and_yarn/typescript-to-lua-1.32.0 branch August 25, 2025 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant