Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2024

Bumps typescript-to-lua from 1.26.2 to 1.27.0.

Changelog

Sourced from typescript-to-lua's changelog.

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

1.22.0

  • Added support for Number.isInteger(n)
  • Added support for afterEmit plugin hook that can be used to post-process lua files after (possibly incremental) builds
  • Fixed a bug causing @noSelfInFile sometimes to be ignored

1.21.0

  • Added support for continue for Lua 5.0, 5.1 and universal targets.
  • Added support for the new /** @customName myCustomName **/ decorator, which allows renaming of variables and identifiers.
    • This is useful to get around names that are reserved keywords in TypeScript, but are used in Lua API
  • Fixed a bug that caused super calls in static methods to throw an error

1.20.0

... (truncated)

Commits
  • e108393 1.27.0
  • fef961e CHANGELOG.md 1.27.0
  • fe2098c Resolve bug inferring context type from generic functions in type parameters ...
  • b40b43c Fix bug with using dispose when using disposable class (#1586)
  • 9e05143 Fix incorrect context passing when super is used in contextual call (#1587)
  • a93ac8b Fix use of exported compileMembersOnly enums causing syntax errors (#1573)
  • a07fed5 Fix bug when using Array.from with non-array iterable (#1577)
  • a2d31c9 Fix bug in await using transformer (#1579)
  • 920f3e5 Upgrade to TypeScript 5.6 (#1581)
  • See full diff in compare view

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 25, 2024
@Perryvw Perryvw merged commit b7a7336 into source Sep 25, 2024
2 checks passed
@Perryvw Perryvw deleted the dependabot/npm_and_yarn/typescript-to-lua-1.27.0 branch September 25, 2024 09:44
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