Wall-Brew-Co / brew-bot

A quick, dirty way to get randomized beer recipes
https://brewbot.wallbrew.com/
MIT License
10 stars 4 forks source link

fix(deps): update dependency com.wallbrew:brewtility to v2 #128

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
com.wallbrew:brewtility dependencies major 1.5.0 -> 2.0.0 age adoption passing confidence
com.wallbrew:brewtility compile major 1.5.0 -> 2.0.0 age adoption passing confidence

Release Notes

Wall-Brew-Co/brewtility ### [`v2.0.0`](https://togithub.com/Wall-Brew-Co/brewtility/blob/HEAD/CHANGELOG.md#​200---2023-06-11) [Compare Source](https://togithub.com/Wall-Brew-Co/brewtility/compare/v1.5.0...v2.0.0) - Added - `brewtility.units.color` for converting between SRM, EBC, and Lovibond. - `brewtility.units.pressure` for converting between PSI, Bar, etc. - `brewtility.units.specific-gravity` for converting Specific Gravity. - `brewtility.units.temperature` for converting between Celsius, Fahrenheit, and Kelvin. - `brewtility.units.time` for converting between seconds, minutes, hours, etc. - `brewtility.units.volume` for converting between gallons, liters, etc. - `brewtility.units.weight` for converting between pounds, kilograms, etc. - `brewtility.units.options` to introduce the symbolic keyword pattern - Display functions for all unit types. - Changed - Internal functions that convert between unit systems now use `brewtility.units` - Removed - `brewility.color` has been removed in favor of `brewtility.units.color` - `brewtility.units/convert-weight` has been removed in favor of `brewtility.units/convert` and `brewtility.units.weight/convert` - `brewtility.units/convert-volume` has been removed in favor of `brewtility.units/convert` and `brewtility.units.volume/convert` - `brewtility.units/convert-temperature` has been removed in favor of `brewtility.units/convert` and `brewtility.units.temperature/convert`

Configuration

📅 Schedule: Branch creation - "after 11am and before 8pm every weekday" in timezone America/Chicago, 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 these updates again.



This PR has been generated by Mend Renovate. View repository job log here.