wemake-services / kira

:chipmunk: Project management framework with deep philosophy underneath
70 stars 14 forks source link

Bump timex from 3.6.0 to 3.7.3 #153

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps timex from 3.6.0 to 3.7.3.

Changelog

Sourced from timex's changelog.

3.7.3

NOTE: The config of the Timex default locale is changed to:

config :timex, Timex.Gettext, default_locale: "en"

This follows the standard set by Gettext, see: the Gettext docs

Now when the Gettext locale is being changed on runtime with:

Gettext.put_locale("nl")

The Gettext backend for Timex will follow suit. If for some reason you want Timex, and just Timex, to change its locale to something else you should target the Timex.Gettext backend with:

Timex.Gettext.put_locale("de")

Potentially Breaking

  • Fixed handling of Etc/GMT vs GMT timezones. The former must be POSIX compatible, which inverts the meaning of the sign, whereas the latter have no such restriction and are equivalent to UTC(+/-)HH:MM, while this is fixing incorrect behavior, it could potentially break users relying on the incorrect behavior.

Fixed

  • #494, incorrect handling of parsing week numbers
  • Improve parsing of timezones
  • Incorrect stringification of error values returned in some circumstances
  • Let Timex follow the locale set by the global Gettext. See #501

Added/Changed

  • Removed Timex.Timezone.diff, as it is no longer used in Timex
  • Added support for obtaining the Julian day of year via Calendar.Julian.date_for_day_of_year/3

Fixed

3.7.1

Fixed

  • local/0 and local/1 were incorrectly returning TimezoneInfo structs due to a bad match

3.7.0

Potentially Breaking

  • Elixir 1.8+ is now required
  • Tzdata 1.0+ is now required
  • If you were previously relying on ? suffixed functions to return {:error, reason} if given invalid date/time inputs (other than

... (truncated)

Commits
  • 2d1334d test: remove usage of ~U macro for backwards compat
  • d10a61c version: 3.7.3
  • 91cd0ed fix: issue where non-olson timezones could not be operated on via standard apis
  • fcf58d9 version 3.7.2
  • a08d528 fix: incorrect use of backported api
  • 183ab54 ci: fix tests that are sensitive to environment
  • 487ee5e fix: backport day_of_week
  • fe6ad94 Fix Timex.Format.DateTime.Formatters.Default Docs (#547)
  • 2b5a65d feat: support single-digit hour when parsing timezone offsets
  • 806b44d Bugfix: make Timex follow the guidelines set by Gettext so it will follow the...
  • Additional commits viewable in compare view


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #154.