Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump moment-timezone from 0.5.14 to 0.5.27 #62

Conversation

dependabot-preview[bot]
Copy link

Bumps moment-timezone from 0.5.14 to 0.5.27.

Release notes

Sourced from moment-timezone's releases.

Release 0.5.27

0.5.27 2019-10-14

  • Updated data to IANA TZDB `2019c

Release 0.5.26

  • Updated data to IANA TZDB 2019b
  • Fix: stabilize Array.sort #762

Release 0.5.25

  • Fix moment.tz.dataVersion to return 2019a #742
  • Update path in bower.json

Release 0.5.24

  • Updated data to IANA TZDB 2019a #737
  • Start shipping both a 1970-1930 file and a rolling 10-year file #614 #697
  • Fixed bug where _z time zone name was not cleared with .local() or .utcOffset(offset) #738

Release 0.5.23

  • Fix minor issue with tz guessing in Russia #691

Release 0.5.22

  • Updated data to IANA TZDB 2018g #689
  • Fix issue with missing LMT entries for some zones, and fix data builds on Linux and Windows #308

Release 0.5.17

0.5.17 2018-05-12

  • Updated data to IANA TZDB 2018e. #616

Release 0.5.16

0.5.16 2018-04-18

  • Fixed Etc/UTC timezone recognition, updated tests. #599
  • Updated minified files to contain IANA TZDB 2018d data

0.5.15

0.5.15 2018-04-17

  • Updated data to IANA TZDB 2018d. #596
Changelog

Sourced from moment-timezone's changelog.

0.5.27 2019-10-14

  • Updated data to IANA TZDB 2019c

0.5.26 2019-06-06

  • Updated data to IANA TZDB 2019b
  • Fix: stabilize Array.sort #762

0.5.25 2019-04-17

  • Fix moment.tz.dataVersion to return 2019a #742
  • Update path in bower.json

0.5.24 2019-04-17

  • Updated data to IANA TZDB 2019a #737
  • Start shipping both a 1970-1930 file and a rolling 10-year file #614 #697
  • Fixed bug where _z time zone name was not cleared with .local() or .utcOffset(offset) #738

0.5.23 2018-10-28

  • Fix minor issue with tz guessing in Russia #691

0.5.22 2018-10-28

  • Updated data to IANA TZDB 2018g #689
  • Fix issue with missing LMT entries for some zones, and fix data builds on Linux and Windows #308

0.5.21 2018-06-23

  • Bugfix: revert breaking change introduced in 0.5.18

0.5.20 2018-06-18

  • Bugfix: accidentally commented code

0.5.19 2018-06-18

  • Revert: moved moment to peerDependencies

0.5.18 2018-06-18

  • Return error when timezone name is not a string.
  • Moved moment to peerDependencies #628
  • Prefer nodejs to amd declaration #573

0.5.17 2018-05-12

  • Updated data to IANA TZDB 2018d. #616

0.5.16 2018-04-18

  • Fixed Etc/UTC timezone recognition, updated tests. #599
  • Updated minified files to contain IANA TZDB 2018d data

0.5.15 2018-04-17

  • Updated data to IANA TZDB 2018d. #596
Commits
  • 963d24b Added a script which allows to compare two versions to check what's changed
  • 6ff5e30 Added a script which allows to compare two versions to check what's changed
  • 0c35148 Release 0.5.27 - IANA 2019c
  • e097d06 Release 0.5.27 - IANA 2019c
  • b116511 Release 0.5.27 - IANA 2019c
  • c393557 Release 0.5.26 - Updated changelog
  • 2be485e Release 0.5.26
  • da5af24 fix: stabilize Array.sort
  • c377ac8 Release 0.5.25
  • cf6d1cb Fix bower path
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ellenaua, a new releaser for moment-timezone since your current version.


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:

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

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.14 to 0.5.27.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](moment/moment-timezone@0.5.14...0.5.27)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Author

Superseded by #69.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/moment-timezone-0.5.27 branch February 24, 2020 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants