Skip to content

fix(deps): update dependency moment to v2.19.1

kresusbot requested to merge renovate/moment-2.x into master

This Merge Request updates dependency moment from v2.18.1 to v2.19.1

Commits


moment/moment

2.19.1

  • 29afed6 Build 2.19.1
  • 40564b1 Bump version to 2.19.1
  • c623835 Update changelog for 2.19.1
  • fecf12e Merge pull request #4232 from moment/maggie/fixBuild
  • a498bb8 revert locale fallbacks in require, re-add react native aliasing
  • 5f94d71 Merge pull request #4226 from ichernev:revert-package-json-es6
  • 993e026 Revert "jsnext:main -> module (#3904)"
  • 43a226e Merge pull request #4225 from ichernev:revert-require-rename
  • 4c7e5d4 Revert "Rename dynamic require to avoid React Native crash"
  • 5125099 Revert "Move require rename inside try/catch"

2.19.0

  • 9483e2a Build 2.19.0
  • ba016c6 Bump version to 2.19.0
  • 5625653 Update changelog for 2.19.0
  • 98867b7 Merge pull request #4215 from ichernev:ts-duration-clone
  • 8704e53 Add duration clone to TS
  • 6115ae5 Merge pull request #4214 from ichernev:fixup-react-native-p2
  • 79e9131 Move require rename inside try/catch
  • 967ee9a Merge pull request #4213 from ichernev:fix-react-native
  • 6a230ae Rename dynamic require to avoid React Native crash
  • 36f29b3 Merge pull request #4199 from Joddsson:fix-year-setter-for-leap-years
  • 243e4e9 Setting year from feb 29 on leap year to a non leap year returned mar 1.
  • c037874 Merge pull request #4131 from mikeparas:mismatch-weekday
  • a8ba52e Fix code style error
  • 6734504 Update tests for mismatching weekday
  • f65950f Fix day-of-week validation (issue #4112)
  • 1ba87ac Merge pull request #4062 from ashsearle:fix/3960
  • 26d3fed FFS
  • a982e89 Use strict operator
  • 10518ac Rewrite for clarity, and add more unit tests
  • 7b7e44c Fix: Math.sign isn't supported by IE
  • effaf87 Fix toString for durations with mixed sign
  • 9a010fd Merge pull request #4063 from ashsearle/fix/3997
  • a9728d0 Merge pull request #4146 from ashsearle/fix/4145
  • 2a55d07 Reimplement fix: minimize and simplify change.
  • 5b5e21f Fix v2: Some numbers still led to floating-point errors
  • d031c5d Fix #4145: floating-point errors in ISO duration format
  • 7ff10bd Merge pull request #4093 from JimiHFord:patch-1
  • 1348cf1 improve formatting
  • a739422 Merge pull request #4088 from keirog:develop
  • 6ad7ab5 Add missing word to comment
  • eef541e Merge pull request #3839 from FourwingsY:develop
  • 7bd4dd8 ndo the changes to locale/ko.js
  • 69be366 fix ordinalMonth testing
  • b20a979 update ko.js weekly ordering test
  • de52ab2 update src/locale/ko.js
  • fc8c624 update ordinal format in korean locale
  • c870878 Merge pull request #3930 from kkopanidis:fix1
  • aaeb5e6 Add strict parsing test for es-do
  • a65bcc5 - Changed test
  • 41efc3e - Changed test
  • 40dafd3 Revert: - Fixing issue #3132
  • 696e3a7 - Fixing issue #3132
  • c00cb92 - Fixing
  • 2a584dd Merge pull request #4108 from ichernev:fixup-rfc2822
  • 695ee5b Make jshint happy
  • ba763de Fix rfc2822 multiple issues
  • 20a0db6 Merge pull request #4034 from ovangle:fix/4033
  • 6437917 Add typescript declaration for moment.RFC_2822
  • 49819dc Merge pull request #4042 from ovangle:fix-4031
  • 8d2df8c Fix #4031 - Missing ES6 module during tree shaking
  • e2fcca2 Merge pull request #4058 from waclawjacek:pl_next_week_day_declension
  • 4f82466 Adding a fix for Polish next week day name declension.
  • 2b51817 Merge pull request #4079 from ashsearle:fix/4072
  • b97f083 Fix #4072: Use indexOf util for IE8 compatibility
  • 619d0d2 Revert "Merge pull request #3848 from marwahaha:add-coveralls"
  • 2847a99 Merge pull request #4080 from ashsearle:fix/4078
  • bd3d100 Fix comment
  • c67543a Use notEqual for clarity
  • 77b2a3b Fix #4078: Implement a clone method for durations
  • 0d0b291 Merge pull request #4077 from Petrukha:fix3985
  • c293d4b Fix #3985 code review changes
  • 77307e7 Fix #3985 fix Invalid date for RFC 2822 with some refactoring
  • 76f3ca0 Merge pull request #4017 from erhangundogan:4006-calendar-tr-issue
  • cfd0275 tr locale update regarding to calendar lastWeek, nestWeek issue
  • 9083ea8 Merge pull request #4007 from kshitijb:develop
  • 4025ba4 Using character class instead of non capturing group
  • 3f9bf53 Added tests for + sign
  • e390a15 Updated regex to support + sign in between the string
  • 279ada1 Support "+" / positive sign as well.
  • fceb92c Merge pull request #4003 from rubycut:patch-1
  • 7a5ead8 remove tests when installing moment through bower
  • 8f75a05 Merge pull request #3947 from rentalhost:locale-pt-br
  • bc032f7 Added tests to "ss" threshold localization to pt-br;
  • c5e2403 Updating "ss" threshold localization to pt-br;
  • 54121cb Merge pull request #3933 from mestremuten:locale-ca-cldr
  • cdaab77 Adapt [ca] locale to Unicode CLDR data
  • 1e65a6f Merge pull request #3924 from xizhao:patch-1
  • 5acc5c5 Add license report and scan status
  • 8d169c7 Merge pull request #3915 from kaypro4:pt-locale-month-lowercase
  • 0b979b9 Lowercase the first letters of months in Portuguese
  • d0db697 Merge pull request #3902 from sgorsh:develop
  • 1760cc2 Added isObjectEmpty benchmark.
  • d150dc7 Use getOwnPropertyNames to check for empty object.
  • 9b1707a Use Object.keys for empty object check - improves performance.
  • e068fde Merge pull request #3894 from kkopanidis:develop
  • a8f056e - Whitespace fixes
  • 30ed65b --
  • 1ec7752 test for issue #3132 - TODO: less issue specific
  • e25a2d7 - Changed test
  • ad13d23 - Changed test


This MR has been generated by Renovate Bot.

Edited by kresusbot

Merge request reports