Lundstrong / LundstrongOrders

A beautiful ordering system, designed for your Roblox Cafe.
Apache License 2.0
2 stars 3 forks source link

Update dependency rojo-rbx/rojo to v6.2.0 #4

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
rojo-rbx/rojo minor 6.0.2 -> 6.2.0

Release Notes

rojo-rbx/rojo ### [`v6.2.0`](https://togithub.com/rojo-rbx/rojo/releases/v6.2.0) [Compare Source](https://togithub.com/rojo-rbx/rojo/compare/v6.1.0...v6.2.0) This is a small bugfix release for the 6.0 release series. It will likely be the final release for Rojo 6, as Rojo 7 is nearing ready. #### Changes Since 6.1.0 - Added "EXPERIMENTAL!" label to two-way sync toggle in Rojo's Roblox Studio plugin. - Fixed "Open Scripts Externally" feature crashing Studio ([#​369][issue-369]) - Updated dependencies, fixing `HumanoidDescription` ID issues. [issue-369]: https://togithub.com/rojo-rbx/rojo/issues/369 #### Upgrading To install the Roblox Studio plugin, there are a few options now: - Run `rojo plugin install` from the Rojo CLI - Download the attached `Rojo.rbxm` and place it into you Roblox Studio plugins folder - Install from [the Roblox plugin page](https://www.roblox.com/library/4048317704/Rojo-6) There are also multiple to install the Rojo CLI. ##### With [Foreman](https://togithub.com/Roblox/foreman) Add a line to the `[tools]` section in `foreman.toml`: ```toml rojo = { source = "rojo-rbx/rojo", version = "6.2.0" } ``` ##### From GitHub Release Download one of the attached binaries on this release page! ##### From the [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=evaera.vscode-rojo) Change your release channel in the extension's setting page to `6.x`: ![Rojo VS Code extension configured to install Rojo 6.x](https://user-images.githubusercontent.com/654598/85215745-b1718e00-b331-11ea-9671-6b43539c1167.png) ##### From Crates.io You can use Cargo (1.43.1+) to build the release yourself from crates.io: ```bash cargo install rojo ``` ### [`v6.1.0`](https://togithub.com/rojo-rbx/rojo/releases/v6.1.0) [Compare Source](https://togithub.com/rojo-rbx/rojo/compare/v6.0.2...v6.1.0) This is a minor release that works around Roblox's new partially-released `OptionalCoordinateFrame` type. When reading files that contain this type, Rojo will currently output a warning. Previously, Rojo would encounter an error and give up. Additionally, this release adds the new `--address` flag to the Rojo CLI. This is intended for users who want to run Roblox Studio and Rojo on different machines or with one of the programs in a virtual machine. #### Changes Since 6.0.2 - Updated dependencies, fixing OptionalCoordinateFrame-related issues. - Added `--address` flag to `rojo serve` to allow for external connections. ([#​403][pr-403]) [pr-403]: https://togithub.com/rojo-rbx/rojo/pull/403 #### Upgrading To install the Roblox Studio plugin, there are a few options now: - Run `rojo plugin install` from the Rojo CLI - Download the attached `Rojo.rbxm` and place it into you Roblox Studio plugins folder - Install from [the Roblox plugin page](https://www.roblox.com/library/4048317704/Rojo-6) There are also multiple to install the Rojo CLI. ##### With [Foreman](https://togithub.com/Roblox/foreman) Add a line to the `[tools]` section in `foreman.toml`: ```toml rojo = { source = "rojo-rbx/rojo", version = "6.1.0" } ``` ##### From GitHub Release Download one of the attached binaries on this release page! ##### From the [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=evaera.vscode-rojo) Change your release channel in the extension's setting page to `6.x`: ![Rojo VS Code extension configured to install Rojo 6.x](https://user-images.githubusercontent.com/654598/85215745-b1718e00-b331-11ea-9671-6b43539c1167.png) ##### From Crates.io You can use Cargo (1.43.1+) to build the release yourself from crates.io: ```bash cargo install rojo ```

Configuration

📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.