[Snyk] Upgrade dayjs from 1.8.25 to 1.10.4 #25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade dayjs from 1.8.25 to 1.10.4.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: dayjs
-
1.10.4 - 2021-01-22
- Correct handling negative duration (#1317) (3f5c085)
- Improve
- parse a string for MMM month format with underscore delimiter (#1349) (82ef9a3)
- Update Bengali [bn] locale (#1329) (02d96ec)
- update locale Portuguese [pt] yearStart (#1345) (5c785d5)
- update Polish [pl] locale yearStart (#1348) (e93e6b8)
- Update Slovenian [sl] relativeTime locale (#1333) (fe5f1d0)
-
1.10.3 - 2021-01-09
- fix customParseFormat plugin strict mode parse meridiem bug (#1321) (e49eeef)
- fix weekYear plugin missing locale bug (#1319) (344bdc0), closes #1304
- update advancedFormat plugin to add format options for iso week and weekyear (#1309) (2c54c64)
- update devHelper to add dev warning setting locale before loading (c5cc893)
- update German [de] locale yearStart (1858df8), closes #1264
-
1.10.2 - 2021-01-05
- fix parse regex bug (#1307) (db2b6a5), closes #1305
- remove module entry in package.json to revert 1.10.1 change (#1314) (824dcb8)
- update devHelper add warning "passing Year as a Number will be parsed as a Unix timestamp" (#1315) (b0dda31)
-
1.10.1 - 2021-01-03
- fix typescript type error UnitTypeLongPlural (#1302) (bfaabe4), closes #1300
-
1.10.0 - 2021-01-03
- add ordinal to localeData plugin (#1266) (fd229fa)
- add preParsePostFormat plugin & update Arabic [ar] locale (#1255) (f2e4790)
- add type support for plural forms of units (#1289) (de49bb1)
- escape last period to match only milliseconds (#1239) (#1295) (64037e6)
- add ES6 Module Support, package.json module point to "esm/index.js" (#1298) (f63375d), closes #598 #313
-
1.9.8 - 2020-12-27
- fix Ukrainian [uk] locale typo (1605cc0)
- update Hebrew [he] locale for double units (#1287) (1c4b0da)
- update zh locale meridiem "noon" (0e7ff3d)
- update zh-cn locale definition of noon (#1278) (d5930b9)
-
1.9.7 - 2020-12-05
- add duration.format to format a Duration (#1202) (9a859a1)
- Add function handling for relativeTime.future and relativeTime.past (#1197) (ef1979c)
- avoid install installed plugin (#1214) (a92eb6c)
- avoid memory leak after installing a plugin too many times (b8d2e32)
- fix diff bug when UTC plugin enabled (#1201) (9544ed2), closes #1200
- fix startOf/endOf bug in timezone plugin (#1229) (eb5fbc4)
- fix utc plugin diff edge case (#1187) (971b3d4)
- update customParseFormat plugin to parse 2-digit offset (#1209) (b56936a), closes #1205
- Update timezone plugin type definition (#1221) (34cfb92)
-
1.9.6 - 2020-11-10
- fix customParseFormat plugin parsing date bug (#1198) (50f05ad), closes #1194
- Update lv (Latvian) locale relative time (#1192) (6d6c684)
-
1.9.5 - 2020-11-05
- customParseFormat plugin supports parsing localizedFormats (#1110) (402b603)
- fix customParseFormat plugin parse meridiem bug (#1169) (9e8f8d9), closes #1168
- fix devHelper error in umd bundle in browser (#1165) (d11b5ee)
- fix utc plugin diff bug in DST (#1171) (f8da3fe), closes #1097 #1021
- isoWeek plugin type (#1177) (c3d0436)
- update localeData plugin to support meridiem (#1174) (fdb09e4), closes #1172
- update timezone plugin parse Date instance / timestamp logic & remove useless test (#1183) (a7f858b)
-
1.9.4 - 2020-10-23
- Add descriptions to types (#1148) (9a407a1)
- add devHelper plugin (#1163) (de49dc8)
- Fix Hungarian (hu) locale (#1112) (ab13754)
- fix minMax plugin parsing empty array bug (#1062) (368108b)
- update adding/subtracting Duration from Dayjs object (#1156) (f861aca)
- update en-NZ locale to use proper ordinal formatting function (#1143) (fcdbc58)
- update localeData plugin type (#1116) (ee5a4ec)
- update timezone plugin to support custom parse format (#1160) (48cbf31), closes #1159
- update timezone plugin to support keepLocalTime (#1161) (1d429e5), closes #1149
-
1.9.3 - 2020-10-13
-
1.9.2 - 2020-10-13
-
1.9.1 - 2020-09-28
-
1.9.0 - 2020-09-28
-
1.8.36 - 2020-09-17
-
1.8.35 - 2020-09-02
-
1.8.34 - 2020-08-20
-
1.8.33 - 2020-08-10
-
1.8.32 - 2020-08-04
-
1.8.31 - 2020-07-29
-
1.8.30 - 2020-07-22
-
1.8.29 - 2020-07-02
-
1.8.28 - 2020-05-28
-
1.8.27 - 2020-05-14
-
1.8.26 - 2020-04-30
-
1.8.25 - 2020-04-21
from dayjs GitHub release notes1.10.4 (2021-01-22)
Bug Fixes
Durationtypes (#1338) (4aca4b1)1.10.3 (2021-01-09)
Bug Fixes
1.10.2 (2021-01-05)
Bug Fixes
1.10.1 (2021-01-03)
Bug Fixes
1.10.0 (2021-01-03)
Bug Fixes
Features
1.9.8 (2020-12-27)
Bug Fixes
1.9.7 (2020-12-05)
Bug Fixes
1.9.6 (2020-11-10)
Bug Fixes
1.9.5 (2020-11-05)
Bug Fixes
1.9.4 (2020-10-23)
Bug Fixes
Commit messages
Package name: dayjs
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs