Skip to content

Bump typescript-to-lua from 1.34.0 to 1.36.0#206

Open
dependabot[bot] wants to merge 1 commit intosourcefrom
dependabot/npm_and_yarn/typescript-to-lua-1.36.0
Open

Bump typescript-to-lua from 1.34.0 to 1.36.0#206
dependabot[bot] wants to merge 1 commit intosourcefrom
dependabot/npm_and_yarn/typescript-to-lua-1.36.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps typescript-to-lua from 1.34.0 to 1.36.0.

Changelog

Sourced from typescript-to-lua's changelog.

1.36.0

  • [Breaking] Upgraded to TypeScript 6.0 Thanks @​RealColdFry for the following fixes:
  • Fixed many bugs with try/catch/finally
    • Also fixed some bugs with try/catch/finally in promises
  • Fixed a bug where collection iterators would not correctly update when the collection updated
  • No longer generate dead code after break statements
  • Fixed a bug where math.atan2 was incorrectly used instead of math.atan for Lua 5.4
  • Fixed some inconsistencies with number constants (Number.MAX_SAFE_INTEGER, Number.MIN_VALUE, etc)
  • Fixed a bug with the >>> operator for Lua 5.3
  • Fixed incorrect side effects for array destructors
  • Fixed broken code when generating requires for files with . in the file name (e.g. foo.tests.ts), now the periods will be translated to _
  • Fixed some incorrect handling of synthetic nodes
  • Fixed a bug where object spread could lead to incorrect code being generated
  • Fixed a bug with Object.defineProperty sharing values accross object instances
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 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.34.0 to 1.36.0.
- [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md)
- [Commits](TypeScriptToLua/TypeScriptToLua@v1.34.0...v1.36.0)

---
updated-dependencies:
- dependency-name: typescript-to-lua
  dependency-version: 1.36.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 Apr 22, 2026
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.

0 participants