Release notes
*Sourced from [date-fns's releases](https://github.com/date-fns/date-fns/releases).*
> ## v2.7.0
> Thanks to [@mzgajner](https://github.com/mzgajner), [@NaridaL](https://github.com/NaridaL), [@Zyten](https://github.com/Zyten), [@leshakoss](https://github.com/leshakoss), [@fintara](https://github.com/fintara) and [@kpr-hellofresh](https://github.com/kpr-hellofresh) for contributing to the release.
>
> ### Fixed
>
> - [Fixed a mistake in the Slovenian locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1529).
> - [Fixed incorrect behavior of `parseISO` in Firefox caused by differences in `getTimezoneOffset`](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1495).
>
> ### Changed
>
> - [Make object argument types more elaborate in Flow type definitions](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1519).
> - [Get rid of deprecated Function in Flow type definitions](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1520).
> - [Allow `parseJSON` to accept strings without trailing 'Z' symbol and with up to 6 digits in the milliseconds' field](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1499).
>
> ### Added
>
> - [Added Bulgarian (bg) locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1522).
>
> ## v2.6.0
> Kudos to [@marnusw](https://github.com/marnusw), [@cdrikd](https://github.com/cdrikd) and [@rogyvoje](https://github.com/rogyvoje) for working on the release!
>
> ### Added
>
> - [Added `parseJSON` - lightweight function (just 411 B) that parses dates formatted with `toJSON`](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1463).
> - [Added the language code to each locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1489).
> - [Added `subBusinessDays` function](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1491).
> - [Added both Serbian - cyrillic (sr) and latin (sr-Latn) locales](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1494).
Changelog
*Sourced from [date-fns's changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md).*
> ## [2.7.0] - 2019-11-07
>
> Thanks to [@mzgajner](https://github.com/mzgajner), [@NaridaL](https://github.com/NaridaL), [@Zyten](https://github.com/Zyten), [@leshakoss](https://github.com/leshakoss), [@fintara](https://github.com/fintara), [@kpr-hellofresh](https://github.com/kpr-hellofresh) for contributing to the release.
>
> ### Fixed
>
> - [Fixed a mistake in the Slovenian locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1529).
> - [Fixed incorrect behavior of `parseISO` in Firefox caused by differences in `getTimezoneOffset`](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1495).
>
> ### Changed
>
> - [Make object arguments types more elaborate in Flow type definitions](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1519).
> - [Get rid of deprecated Function in Flow type definitions](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1520).
> - [Allow `parseJSON` to accept strings without trailing 'Z' symbol and with up to 6 digits in the milliseconds' field](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1499).
>
> ### Added
>
> - [Added Bulgarian (bg) locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1522).
>
> ## [2.6.0] - 2019-10-22
>
> Kudos to [@marnusw](https://github.com/marnusw), [@cdrikd](https://github.com/cdrikd) and [@rogyvoje](https://github.com/rogyvoje) for working on the release!
>
> ### Added
>
> - [Added `parseJSON` - lightweight function (just 411 B) that parses dates formatted with `toJSON`](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1463).
> - [Added the language code to each locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1489).
> - [Added `subBusinessDays` function](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1491).
> - [Added both Serbian - cyrillic (sr) and latin (sr-Latn) locales](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1494).
Commits
- [`aa1daea`](https://github.com/date-fns/date-fns/commit/aa1daea6a8a1493429330cdd82ae7c325a97b902) Update the v2.7.0 changelog entry
- [`bd40408`](https://github.com/date-fns/date-fns/commit/bd40408760878843d6248c09a2d33048e8593cb5) Add change log entry for v2.7.0
- [`7188ea5`](https://github.com/date-fns/date-fns/commit/7188ea596015f62fe46e98a64c2c3b4534440b0b) Make `parseJSON` to accept more standard formats ([#1496](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1496)) ([#1499](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1499))
- [`d747d12`](https://github.com/date-fns/date-fns/commit/d747d12867db889bb7a0708223d192f2933fea21) Round timezones offset in getTimezoneOffsetInMilliseconds ([#1495](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1495)) (closes [#1310](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1310))
- [`a1e6aff`](https://github.com/date-fns/date-fns/commit/a1e6aff35487ce5c0e05624cf10790b74e3f2f32) Add the Bulgarian (bg) locale ([#1522](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1522)) (closes [#1442](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1442))
- [`23b2703`](https://github.com/date-fns/date-fns/commit/23b270388bc7ffb666be69833eb6802c2e1858d2) Get rid of Function in Flow type definitions ([#1520](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1520))
- [`90a2242`](https://github.com/date-fns/date-fns/commit/90a2242fca713fa3eed01633a2affeb0e9146654) Make object arguments types more elaborate in Flow type definitions ([#1519](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1519))
- [`750a8e9`](https://github.com/date-fns/date-fns/commit/750a8e947542d62067e8471b65ab06fc09fe30b3) Improve roundToNearestMinutes doc ([#1516](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1516))
- [`986f548`](https://github.com/date-fns/date-fns/commit/986f5485f0c86af58577840b4bcde537b6968edd) Improve areIntervalsOverlapping doc ([#1505](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1505))
- [`2b59089`](https://github.com/date-fns/date-fns/commit/2b59089153081aba96f98768f674381aa6180cf1) Fix a mistake in the Slovenian locale ([#1529](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1529))
- Additional commits viewable in [compare view](https://github.com/date-fns/date-fns/compare/v2.5.1...v2.7.0)
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.
If all status checks pass Dependabot will automatically merge this pull request.
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 won't automerge this PR as it didn't detect CI on it ⚠️
You have automerging enabled for this repo but Dependabot didn't detect any CI statuses or checks. You can disable automerging on this repo from here.
Bumps date-fns from 2.5.1 to 2.7.0.
Release notes
*Sourced from [date-fns's releases](https://github.com/date-fns/date-fns/releases).* > ## v2.7.0 > Thanks to [@mzgajner](https://github.com/mzgajner), [@NaridaL](https://github.com/NaridaL), [@Zyten](https://github.com/Zyten), [@leshakoss](https://github.com/leshakoss), [@fintara](https://github.com/fintara) and [@kpr-hellofresh](https://github.com/kpr-hellofresh) for contributing to the release. > > ### Fixed > > - [Fixed a mistake in the Slovenian locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1529). > - [Fixed incorrect behavior of `parseISO` in Firefox caused by differences in `getTimezoneOffset`](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1495). > > ### Changed > > - [Make object argument types more elaborate in Flow type definitions](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1519). > - [Get rid of deprecated Function in Flow type definitions](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1520). > - [Allow `parseJSON` to accept strings without trailing 'Z' symbol and with up to 6 digits in the milliseconds' field](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1499). > > ### Added > > - [Added Bulgarian (bg) locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1522). > > ## v2.6.0 > Kudos to [@marnusw](https://github.com/marnusw), [@cdrikd](https://github.com/cdrikd) and [@rogyvoje](https://github.com/rogyvoje) for working on the release! > > ### Added > > - [Added `parseJSON` - lightweight function (just 411 B) that parses dates formatted with `toJSON`](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1463). > - [Added the language code to each locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1489). > - [Added `subBusinessDays` function](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1491). > - [Added both Serbian - cyrillic (sr) and latin (sr-Latn) locales](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1494).Changelog
*Sourced from [date-fns's changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md).* > ## [2.7.0] - 2019-11-07 > > Thanks to [@mzgajner](https://github.com/mzgajner), [@NaridaL](https://github.com/NaridaL), [@Zyten](https://github.com/Zyten), [@leshakoss](https://github.com/leshakoss), [@fintara](https://github.com/fintara), [@kpr-hellofresh](https://github.com/kpr-hellofresh) for contributing to the release. > > ### Fixed > > - [Fixed a mistake in the Slovenian locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1529). > - [Fixed incorrect behavior of `parseISO` in Firefox caused by differences in `getTimezoneOffset`](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1495). > > ### Changed > > - [Make object arguments types more elaborate in Flow type definitions](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1519). > - [Get rid of deprecated Function in Flow type definitions](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1520). > - [Allow `parseJSON` to accept strings without trailing 'Z' symbol and with up to 6 digits in the milliseconds' field](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1499). > > ### Added > > - [Added Bulgarian (bg) locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1522). > > ## [2.6.0] - 2019-10-22 > > Kudos to [@marnusw](https://github.com/marnusw), [@cdrikd](https://github.com/cdrikd) and [@rogyvoje](https://github.com/rogyvoje) for working on the release! > > ### Added > > - [Added `parseJSON` - lightweight function (just 411 B) that parses dates formatted with `toJSON`](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1463). > - [Added the language code to each locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1489). > - [Added `subBusinessDays` function](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1491). > - [Added both Serbian - cyrillic (sr) and latin (sr-Latn) locales](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1494).Commits
- [`aa1daea`](https://github.com/date-fns/date-fns/commit/aa1daea6a8a1493429330cdd82ae7c325a97b902) Update the v2.7.0 changelog entry - [`bd40408`](https://github.com/date-fns/date-fns/commit/bd40408760878843d6248c09a2d33048e8593cb5) Add change log entry for v2.7.0 - [`7188ea5`](https://github.com/date-fns/date-fns/commit/7188ea596015f62fe46e98a64c2c3b4534440b0b) Make `parseJSON` to accept more standard formats ([#1496](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1496)) ([#1499](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1499)) - [`d747d12`](https://github.com/date-fns/date-fns/commit/d747d12867db889bb7a0708223d192f2933fea21) Round timezones offset in getTimezoneOffsetInMilliseconds ([#1495](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1495)) (closes [#1310](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1310)) - [`a1e6aff`](https://github.com/date-fns/date-fns/commit/a1e6aff35487ce5c0e05624cf10790b74e3f2f32) Add the Bulgarian (bg) locale ([#1522](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1522)) (closes [#1442](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1442)) - [`23b2703`](https://github.com/date-fns/date-fns/commit/23b270388bc7ffb666be69833eb6802c2e1858d2) Get rid of Function in Flow type definitions ([#1520](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1520)) - [`90a2242`](https://github.com/date-fns/date-fns/commit/90a2242fca713fa3eed01633a2affeb0e9146654) Make object arguments types more elaborate in Flow type definitions ([#1519](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1519)) - [`750a8e9`](https://github.com/date-fns/date-fns/commit/750a8e947542d62067e8471b65ab06fc09fe30b3) Improve roundToNearestMinutes doc ([#1516](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1516)) - [`986f548`](https://github.com/date-fns/date-fns/commit/986f5485f0c86af58577840b4bcde537b6968edd) Improve areIntervalsOverlapping doc ([#1505](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1505)) - [`2b59089`](https://github.com/date-fns/date-fns/commit/2b59089153081aba96f98768f674381aa6180cf1) Fix a mistake in the Slovenian locale ([#1529](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1529)) - Additional commits viewable in [compare view](https://github.com/date-fns/date-fns/compare/v2.5.1...v2.7.0)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
.If all status checks pass Dependabot will automatically merge this pull request.
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 won't automerge this PR as it didn't detect CI on it ⚠️
You have automerging enabled for this repo but Dependabot didn't detect any CI statuses or checks. You can disable automerging on this repo from here.