chore(deps): update dependency roblox-ts to v3#38
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.3.0->^3.0.0Release Notes
roblox-ts/roblox-ts (roblox-ts)
v3.0.0Compare Source
React.createElement()syntax--optimizedLoopsflag is now enabled by defaultfor (let i = 1; i <= 10; i++) {}intofor i = 1, 10 do end--optimizedLoops=falseto return to the old behaviora.b()anda[b]()([#2623][2623])noMacroExtendsdiagnostic would never be reported ([#2587][2587])noRobloxSymbolInstanceofdiagnostic would not always be reported ([#2672][2672])finallyblock ([#2726][2726])finallyblock was not run if thecatchblock errored ([#2726][2726])@types/*to devDependencies ([#2737][2737])export {}not working on imported variables ([#2796][2796]).luaufile extension ([#2802][2802])typesspecified in tsconfig.json are not found ([#2533][2533])Breaking Changes
@rbxts/roact+ JSX@rbxts/roact3.0.1+@Roact.ClassComponentKey. To preserve previous behavior, you should wrap it in a fragment:tsconfig.jsonyou should set the followingroblox-lua-promisefrom 3.2.1 to 4.0.0. See possible breaking changes here..luauby default. You can keep the old behaviour by running with--luau=false.typeRootsare now verified relative to the project folder, not thepackage.json. For more info, see ([#2533][2533])Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.