xcv58 / grocery-delivery-times

Check grocery delivery time for multiple websites
https://g.xcv58.org/94103
3 stars 1 forks source link

Update dependency javascript-time-ago to v2.3.4 #167

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
javascript-time-ago 2.0.7 -> 2.3.4 age adoption passing confidence

Release Notes

catamphetamine/javascript-time-ago ### [`v2.3.4`](https://togithub.com/catamphetamine/javascript-time-ago/compare/284da4a50690ec5eb1fa4deaa8c64ece2cd1cff8...2cc83065c75b8bb41c1fab7e1b33215389de184e) [Compare Source](https://togithub.com/catamphetamine/javascript-time-ago/compare/284da4a50690ec5eb1fa4deaa8c64ece2cd1cff8...2cc83065c75b8bb41c1fab7e1b33215389de184e) ### [`v2.3.3`](https://togithub.com/catamphetamine/javascript-time-ago/blob/master/CHANGELOG.md#​233--11112020) [Compare Source](https://togithub.com/catamphetamine/javascript-time-ago/compare/337bece0d45c9361e0b5f78df5cf1a58b625d734...284da4a50690ec5eb1fa4deaa8c64ece2cd1cff8) ================== - Changed the default `style` from `"approximate"` (legacy) to `"round-minute"`. This isn't a "breaking change" because no application would be "broken" by something like that, and relative time would still be shown in a similar way, only without too much approximation. ### [`v2.3.2`](https://togithub.com/catamphetamine/javascript-time-ago/compare/cbf0c5f94c32cd2ca0b659bdcc40ee6c97b5b7ea...337bece0d45c9361e0b5f78df5cf1a58b625d734) [Compare Source](https://togithub.com/catamphetamine/javascript-time-ago/compare/cbf0c5f94c32cd2ca0b659bdcc40ee6c97b5b7ea...337bece0d45c9361e0b5f78df5cf1a58b625d734) ### [`v2.3.1`](https://togithub.com/catamphetamine/javascript-time-ago/blob/master/CHANGELOG.md#​231--20102020) [Compare Source](https://togithub.com/catamphetamine/javascript-time-ago/compare/e97901e62f5daad81ba40c78db3a99e50dcee313...cbf0c5f94c32cd2ca0b659bdcc40ee6c97b5b7ea) ================== - (advanced) Renamed `getMinTimeToFrom()` to `getMinTimeForUnit()`. ### [`v2.3.0`](https://togithub.com/catamphetamine/javascript-time-ago/blob/master/CHANGELOG.md#​230--14102020) [Compare Source](https://togithub.com/catamphetamine/javascript-time-ago/compare/53352a7c687c109928df6f3b069be60eed60bb19...e97901e62f5daad81ba40c78db3a99e50dcee313) ================== - `test(timestamp)` function of a step is now deprecated. Use `minTime(timestamp)` function instead. - Fixed `getTimeToNextUpdate()`. - Renamed `"mini-time"` labels to `"mini"`. - Added styles: `"mini"`, `"mini-now"`, `"mini-minute"`, `"mini-minute-now"`. - Added a new `round` property (described in the readme): it can be `"round"` or `"floor"`. The default is `"round"`. - (Could be a breaking change for those who read `"tiny"` from JSON files directly) Removed "tiny" labels from JSON files. `"tiny"` labels type name still works. ### [`v2.2.9`](https://togithub.com/catamphetamine/javascript-time-ago/blob/master/CHANGELOG.md#​229--14102020) [Compare Source](https://togithub.com/catamphetamine/javascript-time-ago/compare/acbf9e8a4793ff32ac12092f21e1251b569c1f9e...53352a7c687c109928df6f3b069be60eed60bb19) ================== - Fixed `"twitter-..."` styles. ### [`v2.2.8`](https://togithub.com/catamphetamine/javascript-time-ago/blob/master/CHANGELOG.md#​228--12102020) [Compare Source](https://togithub.com/catamphetamine/javascript-time-ago/compare/648ffe19e4b54d6df9d881b853a038259ff13fd7...acbf9e8a4793ff32ac12092f21e1251b569c1f9e) ================== - Added `"twitter-minute-now"` style. - The threshold for `"now"` -> `"1m"`/`"1 minute ago"` is now 30 seconds rather than 40 seconds. ### [`v2.2.7`](https://togithub.com/catamphetamine/javascript-time-ago/compare/23a214ccd9a06029c5c0fca516746e24513e7888...648ffe19e4b54d6df9d881b853a038259ff13fd7) [Compare Source](https://togithub.com/catamphetamine/javascript-time-ago/compare/23a214ccd9a06029c5c0fca516746e24513e7888...648ffe19e4b54d6df9d881b853a038259ff13fd7) ### [`v2.2.6`](https://togithub.com/catamphetamine/javascript-time-ago/blob/master/CHANGELOG.md#​226--12102020) [Compare Source](https://togithub.com/catamphetamine/javascript-time-ago/compare/88f2e9e7273b73a72cfff518c557d4921e9fbf5a...23a214ccd9a06029c5c0fca516746e24513e7888) ================== - Changed `"twitter"` style: doesn't output `"now"` for 0 seconds. - Added `"twitter-now"` style that outputs `"now"` for 0 seconds. ### [`v2.2.5`](https://togithub.com/catamphetamine/javascript-time-ago/blob/master/CHANGELOG.md#​225--11102020) [Compare Source](https://togithub.com/catamphetamine/javascript-time-ago/compare/7bb99f8b36c1b10902075b2b4fc0542391e35d75...88f2e9e7273b73a72cfff518c557d4921e9fbf5a) ================== - Added `addDefaultLocale()` static function (similar to `addLocale()` but also calls `setDefaultLocale()`). - `"twitter"` style used to output `"now"` for 0 seconds. Then it was changed to `"0s"`. Now it has been [changed](https://togithub.com/catamphetamine/javascript-time-ago/issues/38) to `"now"` again. - Added "CDN" section in the readme that documents using the library with ` Githubissues.
  • Githubissues is a development platform for aggregating issues.