firestormforum / firestorm

An open-source forum engine, with an Elixir+Phoenix backend and an Elm frontend.
http://www.firestormforum.org
MIT License
967 stars 87 forks source link

Bump timex from 3.3.0 to 3.6.0 #200

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps timex from 3.3.0 to 3.6.0.

Changelog *Sourced from [timex's changelog](https://github.com/bitwalker/timex/blob/master/CHANGELOG.md).* > # Change Log > > All notable changes to this project will be documented in this file (at least to the extent possible, I am not infallible sadly). > This project adheres to [Semantic Versioning](http://semver.org/). > > ## Unreleased > > ## 3.5.1 > > ### Fixed > > - Elixir 1.8 deprecations > - `Timex.diff/2` spec > - `Timex.Timezone.convert/2` when using custom time zones > - Letter encoding on PT translation > - Swedish translation id for March > > ## 3.5.0 > > ### Added > > - `Timex.set/2` now also accepts setting the `:date` from a `%Date{}` struct. > - `Interval.difference/2` removes one interval from another > > ## 3.4.1 > > ### Added > - Afrikaans translations (Julian Dicks) > - The :inclusive option for Timex.between?/4 :start and :end in addition to true > > ### Fixed > - strftime_iso_kitchen no longer discards dates > > > ## 3.4.0 > > **NOTE:** There are breaking changes in this release. This is not going to result in a major > version bump, as the old behavior did not match the docs, and was incorrect to boot. In other words, the > breaking changes only affect you if you relied on the incorrect behavior, if you were expecting the > documented behavior, then these are _not_ breaking changes. > > ### Added > > - Interval.contains?/2 to test if one interval contains another > > ### Fixed > > - Interval overlap was being improperly calculated > - Interval behavior with respect to open/closed bounds was incorrect (open bounds were being treated as closed and vice versa) > - Intervals could be created with invalid from/until (i.e. creating an interval with an until before the from) > ... (truncated)
Commits - [`211510c`](https://github.com/bitwalker/timex/commit/211510c42644dcd1b63e5a236d791521e1127744) Replace dialyze with dialyxir - [`f17f63b`](https://github.com/bitwalker/timex/commit/f17f63b7abe62682340be859f46ac6c5d25db73d) Version 3.6.0 - [`ea975b5`](https://github.com/bitwalker/timex/commit/ea975b522c31d137c19e23e9e5e733c8b8216c86) Change email for Travis notifications - [`74e4664`](https://github.com/bitwalker/timex/commit/74e466401de04e5cd7c205cd4d6dad45344165f4) Update deps - [`bdb7ce2`](https://github.com/bitwalker/timex/commit/bdb7ce2e5c2c1ef8c6fcf1a550fa5dde6413e274) Add details to parsing documentation ([#540](https://github-redirect.dependabot.com/bitwalker/timex/issues/540)) - [`9617a8f`](https://github.com/bitwalker/timex/commit/9617a8ff4f75e0fedde64097af5b25ced2e2dca9) Update changelog for 3.5.1 ([#522](https://github-redirect.dependabot.com/bitwalker/timex/issues/522)) - [`19ee374`](https://github.com/bitwalker/timex/commit/19ee37442886f06ad1f404ad3f87b55a41d80e4f) Update docs to reflect the actual behavior ([#528](https://github-redirect.dependabot.com/bitwalker/timex/issues/528)) - [`cff7c2f`](https://github.com/bitwalker/timex/commit/cff7c2fdc2357a085023e08c1766b9999de4d847) Minor readme update ([#529](https://github-redirect.dependabot.com/bitwalker/timex/issues/529)) - [`3557580`](https://github.com/bitwalker/timex/commit/3557580ba2a44f4953ebf798376369e9ea7d7ab7) Turkish translation ([#534](https://github-redirect.dependabot.com/bitwalker/timex/issues/534)) - [`bfaeacf`](https://github.com/bitwalker/timex/commit/bfaeacf05c64d8b7d3e86c82ba3b5e1bd3e9aa70) Support for tzdata 1.0.0 ([#536](https://github-redirect.dependabot.com/bitwalker/timex/issues/536)) - Additional commits viewable in [compare view](https://github.com/bitwalker/timex/compare/3.3.0...3.6.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #201.