Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2025

Bumps typescript-to-lua from 1.9.0 to 1.29.1.

Changelog

Sourced from typescript-to-lua's changelog.

Changelog

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

  • Upgraded TypeScript to 5.5.2
  • Added support for the new proposed ECMAScript Set methods in ESNext: intersection, union, difference, symmetricDifference, isSubsetOf, isSupersetOf, isDisjointFrom. For more info see the TypeScript release notes.
  • Fixed a bug causing bundled code to be executed twice in some edge cases.
  • Fixed a bug causing errors when using lualib in an environment without coroutines.

1.25.0

  • Upgraded TypeScript to 5.4.2
  • Added support for new TypeScript 5.4 features Map.groupBy and Object.groupBy
  • Fixed a bug causing files to not be emitted at the correct output path
  • Fixed a bug causing @customname to not work together with @noSelf
  • Fixed a bug causing extended tsconfigs to not be correctly read when using watch mode

1.24.0

  • Optimized promises and async/await to better handle long chains of promises, like for example using await in a loop
  • Fixed a bug causing errors when accessing super properties

1.23.0

  • Upgraded TypeScript to 5.3.3

... (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.9.0 to 1.29.1.
- [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md)
- [Commits](TypeScriptToLua/TypeScriptToLua@v1.9.0...v1.29.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 21, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

Superseded by #81.

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-to-lua-1.29.1 branch February 3, 2025 06:20
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant