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.4 #191

Open renovate[bot] opened 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

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

Release Notes

rojo-rbx/rojo (rojo-rbx/rojo) ### [`v7.4.4`](https://togithub.com/rojo-rbx/rojo/releases/tag/v7.4.4) [Compare Source](https://togithub.com/rojo-rbx/rojo/compare/v7.4.3...v7.4.4) This release fixes a crash caused by a recent Roblox change and an edge case caused by setting `Archivable` to `false` for one Instance but not setting it for anything else. #### Changes since Rojo 7.4.3 ##### Fixes - Fixed an issue with reading recently generated Lighting files - `Archivable` is now set to `true` by default when building to binary (`rbxm`/`rbxl`) files, which fixes an edge case where it was set to `false` for one Instance but not set for anything else #### 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.4" ``` ##### From GitHub Release Download one of the attached binaries on this release page! ##### From Crates.io You can use Cargo (1.70.0+) to build the release yourself from crates.io: ```bash cargo install rojo --version 7.4.4 ```

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 is behind base branch, 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.