snack-news / Snack-FE

2 stars 0 forks source link

Bump date-fns from 1.30.1 to 2.2.1 #197

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps date-fns from 1.30.1 to 2.2.1.

Release notes *Sourced from [date-fns's releases](https://github.com/date-fns/date-fns/releases).* > ## v2.2.1 > Kudos to date-fns contributors: [@​mzgajner](https://github.com/mzgajner), [@​sibiraj-s](https://github.com/sibiraj-s), [@​mukeshmandiwal](https://github.com/mukeshmandiwal), [@​SneakyFish5](https://github.com/SneakyFish5) and [@​CarterLi](https://github.com/CarterLi). > > ### Added > > - [Added new `set` function](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1398). > > - [Updated Slovenian (sl) locale for v2](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1418). > > - [Added Tamil (ta) locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1411). > > - [Added Hindi (hi) locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1409). > > - [Added support of `\n` in `format`, `lightFormat` and `parse`](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1417). > > ## ⚠️ v2.2.0 > ⚠️ Update: The release got failed, please wait for the next one. > > ## v2.1.0 > > Thanks to date-fns contributors: [@​ManadayM](https://github.com/ManadayM), [@​illuminist](https://github.com/illuminist), [@​visualfanatic](https://github.com/visualfanatic), [@​vsaarinen](https://github.com/vsaarinen) and at least but not least [@​leshakoss](https://github.com/leshakoss)! > > ### Fixed > > - [Set start of the week to the Sunday for Thai locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1402). > - [Fixed month matching in Polish locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1404). > - [Fixed `eachWeekendOfInterval` skipping the first date in the supplied interval](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1407). > > ### Added > > - [Added Gujarati locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1400). > > ## v2.0.1 > See the changelog: https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md#201---2019-08-23 > > ## v2.0.0 > 🔥🔥🔥 **date-fns v2 is out!** 🔥🔥🔥 > > See the changelogs: > > - Pre-releases changelog (if you're upgrading from alpha or beta): https://gist.github.com/kossnocorp/a307a464760b405bb78ef5020a4ab136#v200 > - Full changelog: https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md#200---2019-08-20 > > ## v2.0.0-beta.5 > See the changelog: https://gist.github.com/kossnocorp/a307a464760b405bb78ef5020a4ab136#v200-beta5 > > ## v2.0.0-beta.4 > The changelog: https://gist.github.com/kossnocorp/a307a464760b405bb78ef5020a4ab136#v200-beta4 > > ## v2.0.0-beta.3 > ... (truncated)
Changelog *Sourced from [date-fns's changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md).* > # Change Log > > All notable changes to this project will be documented in this file. > This project adheres to [Semantic Versioning]. > > This change log follows the format documented in [Keep a CHANGELOG]. > > [semantic versioning]: http://semver.org/ > [keep a changelog]: http://keepachangelog.com/ > > ## [2.2.0] - 2019-09-12 > > Kudos to date-fns contributors: [@​mzgajner](https://github.com/mzgajner), [@​sibiraj-s](https://github.com/sibiraj-s), [@​mukeshmandiwal](https://github.com/mukeshmandiwal) and [@​SneakyFish5](https://github.com/SneakyFish5) and [@​CarterLi](https://github.com/CarterLi). > > ### Added > > - [Add new `set` function](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1398). > - [Updated Slovenian (sl) locale for v2](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1418). > - [Added Tamil (ta) locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1411). > - [Added Hindi (hi) locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1409). > - [Added support of `\n` in `format`, `lightFormat` and `parse`](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1417). > > ## [2.1.0] - 2019-09-06 > > Thanks to date-fns contributors: [@​ManadayM](https://github.com/ManadayM), [@​illuminist](https://github.com/illuminist), [@​visualfanatic](https://github.com/visualfanatic), [@​vsaarinen](https://github.com/vsaarinen) and at least but not least [@​leshakoss](https://github.com/leshakoss)! > > ### Fixed > > - [Set start of the week to the Sunday for Thai locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1402). > - [Fixed month matching in Polish locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1404). > - [Fixed `eachWeekendOfInterval` skipping the first date in the supplied interval](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1407). > > ### Added > > - [Added Gujarati locale](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1400). > > ## [2.0.1] - 2019-08-23 > > ### Fixed > > - [Fix](https://github-redirect.dependabot.com/date-fns/date-fns/pull/1046) `getWeekOfMonth` with `options.weekStartsOn` set to 1 [not working for Sundays](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1040). Kudos to [@​waseemahmad31](https://github.com/waseemahmad31)! > > ## [2.0.0] - 2019-08-20 > > If you're upgrading from v2 alpha or beta, [see the pre-release changelog](https://gist.github.com/kossnocorp/a307a464760b405bb78ef5020a4ab136). > > ### Fixed > > - Fix the `toDate` bug occurring when parsing ISO-8601 style dates (but not valid ISO format) > with a trailing Z (e.g `2012-01Z`), it returned Invalid Date for FireFox/IE11 [#510](https://github-redirect.dependabot.com/date-fns/date-fns/issue/510) > ... (truncated)
Commits - [`304e412`](https://github.com/date-fns/date-fns/commit/304e412634d61213d490db3eae761d923b701be4) Fix typings in set - [`a7a706d`](https://github.com/date-fns/date-fns/commit/a7a706d8210796c4a2205a97e1fd71389d43ec76) Disable auto tweet - [`0001757`](https://github.com/date-fns/date-fns/commit/0001757369c85c60745f8306e048e90f1d9e22a0) Build the library for v2.2.0 - [`5dad8c3`](https://github.com/date-fns/date-fns/commit/5dad8c303aa7b9b4d9acd2b39ab60113ea89870b) Update change log for v2.2.0 - [`c3366e4`](https://github.com/date-fns/date-fns/commit/c3366e403908b0495a177d096928e4d339ac70f4) Add support of \n in format, lightFormat and parse ([#1417](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1417)) - [`c450fe2`](https://github.com/date-fns/date-fns/commit/c450fe25ba812469493cb7db003fa14f36ddacc2) Add change log entry for v2.2.0 - [`7f8d6d8`](https://github.com/date-fns/date-fns/commit/7f8d6d89f6203972d53c605e3ebd76d562e65d56) Add new set function - [`30f2316`](https://github.com/date-fns/date-fns/commit/30f231657baba31bdf887d79c35e28d4403f9b37) Add Hindi (hi) locale support ([#1409](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1409)) (closes [#1408](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1408)) - [`4695163`](https://github.com/date-fns/date-fns/commit/46951637451b29abce2c0f2ff1fce525bf13a7a4) Add Tamil (ta) locale ([#1411](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1411)) - [`9ea4533`](https://github.com/date-fns/date-fns/commit/9ea45336201875872a5ac1b0fd161df95c53df50) Update Slovenian (sl) locale for v2 ([#1418](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1418)) (closes [#1415](https://github-redirect.dependabot.com/date-fns/date-fns/issues/1415)) - Additional commits viewable in [compare view](https://github.com/date-fns/date-fns/compare/v1.30.1...v2.2.1)


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) - 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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.