Open
Conversation
Snyk has created this PR to upgrade dayjs from 1.8.35 to 1.10.6. See this package in npm: https://www.npmjs.com/package/dayjs See this project in Snyk: https://app.snyk.io/org/schlattk/project/90bb8524-d1b6-4ce4-9aff-40f9e0ebf23e?utm_source=github&utm_medium=upgrade-pr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.35 to 1.10.6.
ℹ️ 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.6 - 2021-07-06
- add invalid date string override (#1465) (#1470) (06f88f4)
- add sv-fi Finland Swedish locale (#1522) (8e32164)
- customParseFormat support parsing X x timestamp (#1567) (eb087f5)
- dayjs ConfigTypeMap add null & undefined (#1560) (b5e40e6)
- Fix DayOfYear plugin when using BadMutable plugin (#1511) (0b0c6a3)
- Implement ordinal in Bulgarian translation (fixes #1501) (#1502) (b728da5)
- more strict delimiter in REGEX_PARSE (#1555) (bfdab5c)
- parameter type (#1549) (f369844)
- update customParseFormat plugin to custom two-digit year parse function (#1421) (bb5df55)
- update names of weekdays and months in Bulgarian [bg] to lowercase (#1438) (b246210)
- update type file
- update UTC plugin type file for strict parsing (#1443) (b4f28df)
-
1.10.5 - 2021-05-26
- add meridiem in ar locales (#1375) (319f616)
- Added Zulu support to customParseFormat (#1359) (1138a3f)
- fix Bengali [bn] locale monthsShort error (a0e6c0c)
- fix missing types for ArraySupport plugin (#1401) (b1abdc4)
- fix Ukrainian [uk] locale (#1463) (0fdac93)
- hotfix for
- timezone plugin DST error (#1352) (71bed15)
- Update duration plugin change string to number (#1394) (e1546d1)
- update Duration plugin to support no-argument (#1400) (8d9a5ae)
- Update Finnish [fi] locale to set yearStart (#1378) (f3370bd)
- update Russian [ru] locale meridiem and unit tests (#1403) (f10f39d)
- update Russian [ru] locale yearStart config (#1372) (5052515)
- update Slovenian [sl] locale to set correct ordinal (#1386) (cb4f746)
- update Spanish [es] locale to change month names to lowercase (#1414) (9c20e77)
- update Swedish [sv] locale to set correct yearStart (#1385) (66c5935)
- update UTC plugin to support string argument like +HH:mm (#1395) (656127c)
-
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
-
1.9.4 - 2020-10-23
-
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
from dayjs GitHub release notes1.10.6 (2021-07-06)
Bug Fixes
.diff(#1505) (6508494)1.10.5 (2021-05-26)
Bug Fixes
Durationtypes (#1357) (855b7b3), closes #13541.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
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