Lundstrong / LundstrongOrders

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

Update dependency Kampfkarren/selene to v0.14.0 #12

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
Kampfkarren/selene minor 0.13.0 -> 0.14.0

Release Notes

Kampfkarren/selene ### [`v0.14.0`](https://togithub.com/Kampfkarren/selene/blob/master/CHANGELOG.md#​0140---2021-07-07) [Compare Source](https://togithub.com/Kampfkarren/selene/compare/0.13.0...0.14.0) #### \[0.14.0] - 2021-07-07 ### Added - Added `task` library to Roblox standard library. ##### Changed - `mismatched_arg_count` now tries to find the best overlap between multiple definitions, rather than ignoring them entirely. This means that if you have `f(a)` and `f(b, c)` defined, then calling `f(1, 2, 3)` will now lint instead of silently passing, since no definition provided meets it. - `mismatched_arg_count` now shows all function definitions, rather than the local variable assignment. [(#​259)](https://togithub.com/Kampfkarren/selene/issues/259) ##### Fixed - Updated internal parser, fixing some bugs with Roblox parsing. [See the changelog here](https://togithub.com/Kampfkarren/full-moon/blob/main/CHANGELOG.md#​0131---2021-07-07).

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.