christopher-buss / roblox-ts-project-template

My personalized template for starting roblox-ts projects.
MIT License
21 stars 1 forks source link

chore(deps): update dependency rojo-rbx/rojo to v7.4.3 #169

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
rojo-rbx/rojo patch 7.4.2 -> 7.4.3

Release Notes

rojo-rbx/rojo (rojo-rbx/rojo) ### [`v7.4.3`](https://togithub.com/rojo-rbx/rojo/releases/tag/v7.4.3) [Compare Source](https://togithub.com/rojo-rbx/rojo/compare/v7.4.2...v7.4.3) This release contains a bug fix for a breaking issue introduced in Rojo 7.4.2 when building binary (rbxm and rbxl) files. It also corrects some warnings that were emitted by the plugin on initial sync. #### Changes since Rojo 7.4.2 ##### Fixes - Fixed issue with building binary files introduced in 7.4.2 - Fixed value of type nil cannot be converted to number warning spam in output. ([#​893]) [#​893]: https://togithub.com/rojo-rbx/rojo/pull/893 #### Upgrading To install the Roblox Studio plugin, there are a few options: - Run `rojo plugin install` from the Rojo CLI - Download the attached `Rojo.rbxm` and place it into your Roblox Studio plugins folder - Install from [the Roblox plugin page](https://create.roblox.com/marketplace/asset/13916111004/Rojo) There are also multiple ways to install the Rojo CLI: ##### With [Aftman](https://togithub.com/LPGhatguy/aftman) Add a line to the `[tools]` section in `aftman.toml`: ```toml rojo ="rojo-rbx/rojo@7.4.3" ``` ##### From GitHub Release Download one of the attached binaries on this release page! ##### From Crates.io This release is not yet available on crates.io! This text will be updated when it's live.

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.