Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump typescript-to-lua from 1.27.1 to 1.28.1 #192

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2024

Bumps typescript-to-lua from 1.27.1 to 1.28.1.

Changelog

Sourced from typescript-to-lua's changelog.

Changelog

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

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

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

---
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 Nov 26, 2024
@Perryvw Perryvw merged commit b581035 into source Nov 26, 2024
2 checks passed
@Perryvw Perryvw deleted the dependabot/npm_and_yarn/typescript-to-lua-1.28.1 branch November 26, 2024 21:23
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