chore(deps): bump dayjs from 1.10.4 to 1.10.7 #85

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-dayjs-1.10.7 into master 2021-11-08 06:07:53 +00:00
argoyle commented 2021-11-08 05:24:03 +00:00 (Migrated from gitlab.com)

Bumps dayjs from 1.10.4 to 1.10.7.

Release notes

Sourced from dayjs's releases.

v1.10.7

1.10.7 (2021-09-10)

Bug Fixes

  • Add Spanish (Mexico) [es-mx] locale (#1614) (3393f2a)
  • Add Arabic (Iraq) [ar-iq] locale (#1627) (b5a1391)
  • add format object type to type file (#1572) (5a79cc6)
  • duration plugin when parsing duration from ISO string, set missing components to 0 instead of NaN (#1611) (252585b)
  • narrow type for add and subtract (#1576) (1686962)
  • update customParseFormat plugin strict x X parsing (#1571) (08adda5)
  • update Lithuanian [lt] locale spelling for single month (#1609) (255dc54)
  • Update Norwegian Bokmål [nb] local yearStart 4 (#1608) (7a8467c)
  • update plugin advancedFormat isValid validation (#1566) (755fc8b)
  • update Sinhalese [si] locale month name (#1475) (63de2a8)
  • update utcOffset plugin type file (#1604) (f68e4b1)

v1.10.6

1.10.6 (2021-07-06)

Bug Fixes

v1.10.5

1.10.5 (2021-05-26)

Bug Fixes

... (truncated)

Changelog

Sourced from dayjs's changelog.

1.10.7 (2021-09-10)

Bug Fixes

  • Add Spanish (Mexico) [es-mx] locale (#1614) (3393f2a)
  • Add Arabic (Iraq) [ar-iq] locale (#1627) (b5a1391)
  • add format object type to type file (#1572) (5a79cc6)
  • duration plugin when parsing duration from ISO string, set missing components to 0 instead of NaN (#1611) (252585b)
  • narrow type for add and subtract (#1576) (1686962)
  • update customParseFormat plugin strict x X parsing (#1571) (08adda5)
  • update Lithuanian [lt] locale spelling for single month (#1609) (255dc54)
  • Update Norwegian Bokmål [nb] local yearStart 4 (#1608) (7a8467c)
  • update plugin advancedFormat isValid validation (#1566) (755fc8b)
  • update Sinhalese [si] locale month name (#1475) (63de2a8)
  • update utcOffset plugin type file (#1604) (f68e4b1)

1.10.6 (2021-07-06)

Bug Fixes

1.10.5 (2021-05-26)

Bug Fixes

... (truncated)

Commits
  • 9a43708 chore(release): 1.10.7 [skip ci]
  • 417233b Merge pull request #1631 from iamkun/dev
  • b5a1391 fix: Add Arabic (Iraq) [ar-iq] locale (#1627)
  • 3393f2a fix: Add Spanish (Mexico) [es-mx] locale (#1614)
  • 252585b fix: duration plugin when parsing duration from ISO string, set missing compo...
  • 255dc54 fix: update Lithuanian [lt] locale spelling for single month (#1609)
  • 7a8467c fix: Update Norwegian Bokmål [nb] local yearStart 4 (#1608)
  • f858260 chore: Use secure url for badgesize (#1602)
  • 08fe8a9 chore: Update README-ko.md (#1630)
  • f68e4b1 fix: update utcOffset plugin type file (#1604)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.10.4 to 1.10.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/iamkun/dayjs/releases">dayjs's releases</a>.</em></p> <blockquote> <h2>v1.10.7</h2> <h2><a href="https://github.com/iamkun/dayjs/compare/v1.10.6...v1.10.7">1.10.7</a> (2021-09-10)</h2> <h3>Bug Fixes</h3> <ul> <li>Add Spanish (Mexico) [es-mx] locale (<a href="https://github.com/iamkun/dayjs/issues/1614">#1614</a>) (<a href="https://github.com/iamkun/dayjs/commit/3393f2ad55346d55902683a2e31c6f253d96c8c2">3393f2a</a>)</li> <li>Add Arabic (Iraq) [ar-iq] locale (<a href="https://github.com/iamkun/dayjs/issues/1627">#1627</a>) (<a href="https://github.com/iamkun/dayjs/commit/b5a1391011b247d08863d291542db5937b23b427">b5a1391</a>)</li> <li>add format object type to type file (<a href="https://github.com/iamkun/dayjs/issues/1572">#1572</a>) (<a href="https://github.com/iamkun/dayjs/commit/5a79cc6408e825d9e123629eb44fc19c996d7751">5a79cc6</a>)</li> <li>duration plugin when parsing duration from ISO string, set missing components to 0 instead of NaN (<a href="https://github.com/iamkun/dayjs/issues/1611">#1611</a>) (<a href="https://github.com/iamkun/dayjs/commit/252585b4b2bd59508150e21bb994908a9d78f9b0">252585b</a>)</li> <li>narrow type for <code>add</code> and <code>subtract</code> (<a href="https://github.com/iamkun/dayjs/issues/1576">#1576</a>) (<a href="https://github.com/iamkun/dayjs/commit/16869621b1a42563064dbf87f80c1ebfd74c1188">1686962</a>)</li> <li>update customParseFormat plugin strict x X parsing (<a href="https://github.com/iamkun/dayjs/issues/1571">#1571</a>) (<a href="https://github.com/iamkun/dayjs/commit/08adda54edbcca38601f57841921d0f87f84e49e">08adda5</a>)</li> <li>update Lithuanian [lt] locale spelling for single month (<a href="https://github.com/iamkun/dayjs/issues/1609">#1609</a>) (<a href="https://github.com/iamkun/dayjs/commit/255dc54d9295de135a9037ce6ca13cae4bfd2cfb">255dc54</a>)</li> <li>Update Norwegian Bokmål [nb] local yearStart 4 (<a href="https://github.com/iamkun/dayjs/issues/1608">#1608</a>) (<a href="https://github.com/iamkun/dayjs/commit/7a8467c0b7d59821f7e19d4a6973bcda8e4c19b1">7a8467c</a>)</li> <li>update plugin advancedFormat <code>isValid</code> validation (<a href="https://github.com/iamkun/dayjs/issues/1566">#1566</a>) (<a href="https://github.com/iamkun/dayjs/commit/755fc8bb1c532eb991459f180eee81367d12016c">755fc8b</a>)</li> <li>update Sinhalese [si] locale month name (<a href="https://github.com/iamkun/dayjs/issues/1475">#1475</a>) (<a href="https://github.com/iamkun/dayjs/commit/63de2a8b7dcd7e68c132c85d88572d4c9d296907">63de2a8</a>)</li> <li>update utcOffset plugin type file (<a href="https://github.com/iamkun/dayjs/issues/1604">#1604</a>) (<a href="https://github.com/iamkun/dayjs/commit/f68e4b1a29fc33542f74cde10ec6d9fb045ca37e">f68e4b1</a>)</li> </ul> <h2>v1.10.6</h2> <h2><a href="https://github.com/iamkun/dayjs/compare/v1.10.5...v1.10.6">1.10.6</a> (2021-07-06)</h2> <h3>Bug Fixes</h3> <ul> <li>add invalid date string override (<a href="https://github.com/iamkun/dayjs/issues/1465">#1465</a>) (<a href="https://github.com/iamkun/dayjs/issues/1470">#1470</a>) (<a href="https://github.com/iamkun/dayjs/commit/06f88f425828b1ce96b737332d25145a95a4ee9d">06f88f4</a>)</li> <li>add sv-fi Finland Swedish locale (<a href="https://github.com/iamkun/dayjs/issues/1522">#1522</a>) (<a href="https://github.com/iamkun/dayjs/commit/8e32164855cff724642e24c37a631eb4c4d760c8">8e32164</a>)</li> <li>customParseFormat support parsing X x timestamp (<a href="https://github.com/iamkun/dayjs/issues/1567">#1567</a>) (<a href="https://github.com/iamkun/dayjs/commit/eb087f52861313b8dd8a5c1b77858665ec72859e">eb087f5</a>)</li> <li>dayjs ConfigTypeMap add null &amp; undefined (<a href="https://github.com/iamkun/dayjs/issues/1560">#1560</a>) (<a href="https://github.com/iamkun/dayjs/commit/b5e40e6f16abeaea6a0facfa466d20aefaa8a444">b5e40e6</a>)</li> <li>Fix DayOfYear plugin when using BadMutable plugin (<a href="https://github.com/iamkun/dayjs/issues/1511">#1511</a>) (<a href="https://github.com/iamkun/dayjs/commit/0b0c6a31ec9c0aff991b0e8dd6eed116201274cc">0b0c6a3</a>)</li> <li>Implement ordinal in Bulgarian translation (fixes <a href="https://github.com/iamkun/dayjs/issues/1501">#1501</a>) (<a href="https://github.com/iamkun/dayjs/issues/1502">#1502</a>) (<a href="https://github.com/iamkun/dayjs/commit/b728da5ed9ed08210004ed20ce5fcd52a92de7da">b728da5</a>)</li> <li>more strict delimiter in REGEX_PARSE (<a href="https://github.com/iamkun/dayjs/issues/1555">#1555</a>) (<a href="https://github.com/iamkun/dayjs/commit/bfdab5c0d45a5736b68e8e1b1354fc021e05f607">bfdab5c</a>)</li> <li>parameter type (<a href="https://github.com/iamkun/dayjs/issues/1549">#1549</a>) (<a href="https://github.com/iamkun/dayjs/commit/f369844dd69d253c4c7cbf68150939db3db233be">f369844</a>)</li> <li>update customParseFormat plugin to custom two-digit year parse function (<a href="https://github.com/iamkun/dayjs/issues/1421">#1421</a>) (<a href="https://github.com/iamkun/dayjs/commit/bb5df55cd3975dc7638b8f4e762afa470b6620f7">bb5df55</a>)</li> <li>update names of weekdays and months in Bulgarian [bg] to lowercase (<a href="https://github.com/iamkun/dayjs/issues/1438">#1438</a>) (<a href="https://github.com/iamkun/dayjs/commit/b24621091fec9cf6704de21e4b323f6f0c4abbf1">b246210</a>)</li> <li>update type file <code>.diff</code> (<a href="https://github.com/iamkun/dayjs/issues/1505">#1505</a>) (<a href="https://github.com/iamkun/dayjs/commit/6508494a4e62977b4397baaeef293d1bcf3c7235">6508494</a>)</li> <li>update UTC plugin type file for strict parsing (<a href="https://github.com/iamkun/dayjs/issues/1443">#1443</a>) (<a href="https://github.com/iamkun/dayjs/commit/b4f28df219fe63202dffdbeeaec5677c4d2c9111">b4f28df</a>)</li> </ul> <h2>v1.10.5</h2> <h2><a href="https://github.com/iamkun/dayjs/compare/v1.10.4...v1.10.5">1.10.5</a> (2021-05-26)</h2> <h3>Bug Fixes</h3> <ul> <li>add meridiem in ar locales (<a href="https://github.com/iamkun/dayjs/issues/1375">#1375</a>) (<a href="https://github.com/iamkun/dayjs/commit/319f616e572a03b984013d04d1b3a18ffd5b1190">319f616</a>)</li> <li>Added Zulu support to customParseFormat (<a href="https://github.com/iamkun/dayjs/issues/1359">#1359</a>) (<a href="https://github.com/iamkun/dayjs/commit/1138a3f0a76592c6d72fb86c4399e133fa41e2ec">1138a3f</a>)</li> <li>fix Bengali [bn] locale monthsShort error (<a href="https://github.com/iamkun/dayjs/commit/a0e6c0cf3e1828020dfa11432c6716990f6ed5e0">a0e6c0c</a>)</li> <li>fix missing types for ArraySupport plugin (<a href="https://github.com/iamkun/dayjs/issues/1401">#1401</a>) (<a href="https://github.com/iamkun/dayjs/commit/b1abdc40ee6c9d18ff46c311a114e0755677ea6f">b1abdc4</a>)</li> <li>fix Ukrainian [uk] locale (<a href="https://github.com/iamkun/dayjs/issues/1463">#1463</a>) (<a href="https://github.com/iamkun/dayjs/commit/0fdac93ff2531542301b76952be9b084b2e2dfa0">0fdac93</a>)</li> <li>hotfix for <code>Duration</code> types (<a href="https://github.com/iamkun/dayjs/issues/1357">#1357</a>) (<a href="https://github.com/iamkun/dayjs/commit/855b7b3d049a3903794f91db3419f167c00dabd2">855b7b3</a>), closes <a href="https://github.com/iamkun/dayjs/issues/1354">#1354</a></li> <li>timezone plugin DST error (<a href="https://github.com/iamkun/dayjs/issues/1352">#1352</a>) (<a href="https://github.com/iamkun/dayjs/commit/71bed155edf32bff24379930ac684fc783538d8f">71bed15</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/iamkun/dayjs/blob/v1.10.7/CHANGELOG.md">dayjs's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/iamkun/dayjs/compare/v1.10.6...v1.10.7">1.10.7</a> (2021-09-10)</h2> <h3>Bug Fixes</h3> <ul> <li>Add Spanish (Mexico) [es-mx] locale (<a href="https://github.com/iamkun/dayjs/issues/1614">#1614</a>) (<a href="https://github.com/iamkun/dayjs/commit/3393f2ad55346d55902683a2e31c6f253d96c8c2">3393f2a</a>)</li> <li>Add Arabic (Iraq) [ar-iq] locale (<a href="https://github.com/iamkun/dayjs/issues/1627">#1627</a>) (<a href="https://github.com/iamkun/dayjs/commit/b5a1391011b247d08863d291542db5937b23b427">b5a1391</a>)</li> <li>add format object type to type file (<a href="https://github.com/iamkun/dayjs/issues/1572">#1572</a>) (<a href="https://github.com/iamkun/dayjs/commit/5a79cc6408e825d9e123629eb44fc19c996d7751">5a79cc6</a>)</li> <li>duration plugin when parsing duration from ISO string, set missing components to 0 instead of NaN (<a href="https://github.com/iamkun/dayjs/issues/1611">#1611</a>) (<a href="https://github.com/iamkun/dayjs/commit/252585b4b2bd59508150e21bb994908a9d78f9b0">252585b</a>)</li> <li>narrow type for <code>add</code> and <code>subtract</code> (<a href="https://github.com/iamkun/dayjs/issues/1576">#1576</a>) (<a href="https://github.com/iamkun/dayjs/commit/16869621b1a42563064dbf87f80c1ebfd74c1188">1686962</a>)</li> <li>update customParseFormat plugin strict x X parsing (<a href="https://github.com/iamkun/dayjs/issues/1571">#1571</a>) (<a href="https://github.com/iamkun/dayjs/commit/08adda54edbcca38601f57841921d0f87f84e49e">08adda5</a>)</li> <li>update Lithuanian [lt] locale spelling for single month (<a href="https://github.com/iamkun/dayjs/issues/1609">#1609</a>) (<a href="https://github.com/iamkun/dayjs/commit/255dc54d9295de135a9037ce6ca13cae4bfd2cfb">255dc54</a>)</li> <li>Update Norwegian Bokmål [nb] local yearStart 4 (<a href="https://github.com/iamkun/dayjs/issues/1608">#1608</a>) (<a href="https://github.com/iamkun/dayjs/commit/7a8467c0b7d59821f7e19d4a6973bcda8e4c19b1">7a8467c</a>)</li> <li>update plugin advancedFormat <code>isValid</code> validation (<a href="https://github.com/iamkun/dayjs/issues/1566">#1566</a>) (<a href="https://github.com/iamkun/dayjs/commit/755fc8bb1c532eb991459f180eee81367d12016c">755fc8b</a>)</li> <li>update Sinhalese [si] locale month name (<a href="https://github.com/iamkun/dayjs/issues/1475">#1475</a>) (<a href="https://github.com/iamkun/dayjs/commit/63de2a8b7dcd7e68c132c85d88572d4c9d296907">63de2a8</a>)</li> <li>update utcOffset plugin type file (<a href="https://github.com/iamkun/dayjs/issues/1604">#1604</a>) (<a href="https://github.com/iamkun/dayjs/commit/f68e4b1a29fc33542f74cde10ec6d9fb045ca37e">f68e4b1</a>)</li> </ul> <h2><a href="https://github.com/iamkun/dayjs/compare/v1.10.5...v1.10.6">1.10.6</a> (2021-07-06)</h2> <h3>Bug Fixes</h3> <ul> <li>add invalid date string override (<a href="https://github.com/iamkun/dayjs/issues/1465">#1465</a>) (<a href="https://github.com/iamkun/dayjs/issues/1470">#1470</a>) (<a href="https://github.com/iamkun/dayjs/commit/06f88f425828b1ce96b737332d25145a95a4ee9d">06f88f4</a>)</li> <li>add sv-fi Finland Swedish locale (<a href="https://github.com/iamkun/dayjs/issues/1522">#1522</a>) (<a href="https://github.com/iamkun/dayjs/commit/8e32164855cff724642e24c37a631eb4c4d760c8">8e32164</a>)</li> <li>customParseFormat support parsing X x timestamp (<a href="https://github.com/iamkun/dayjs/issues/1567">#1567</a>) (<a href="https://github.com/iamkun/dayjs/commit/eb087f52861313b8dd8a5c1b77858665ec72859e">eb087f5</a>)</li> <li>dayjs ConfigTypeMap add null &amp; undefined (<a href="https://github.com/iamkun/dayjs/issues/1560">#1560</a>) (<a href="https://github.com/iamkun/dayjs/commit/b5e40e6f16abeaea6a0facfa466d20aefaa8a444">b5e40e6</a>)</li> <li>Fix DayOfYear plugin when using BadMutable plugin (<a href="https://github.com/iamkun/dayjs/issues/1511">#1511</a>) (<a href="https://github.com/iamkun/dayjs/commit/0b0c6a31ec9c0aff991b0e8dd6eed116201274cc">0b0c6a3</a>)</li> <li>Implement ordinal in Bulgarian translation (fixes <a href="https://github.com/iamkun/dayjs/issues/1501">#1501</a>) (<a href="https://github.com/iamkun/dayjs/issues/1502">#1502</a>) (<a href="https://github.com/iamkun/dayjs/commit/b728da5ed9ed08210004ed20ce5fcd52a92de7da">b728da5</a>)</li> <li>more strict delimiter in REGEX_PARSE (<a href="https://github.com/iamkun/dayjs/issues/1555">#1555</a>) (<a href="https://github.com/iamkun/dayjs/commit/bfdab5c0d45a5736b68e8e1b1354fc021e05f607">bfdab5c</a>)</li> <li>parameter type (<a href="https://github.com/iamkun/dayjs/issues/1549">#1549</a>) (<a href="https://github.com/iamkun/dayjs/commit/f369844dd69d253c4c7cbf68150939db3db233be">f369844</a>)</li> <li>update customParseFormat plugin to custom two-digit year parse function (<a href="https://github.com/iamkun/dayjs/issues/1421">#1421</a>) (<a href="https://github.com/iamkun/dayjs/commit/bb5df55cd3975dc7638b8f4e762afa470b6620f7">bb5df55</a>)</li> <li>update names of weekdays and months in Bulgarian [bg] to lowercase (<a href="https://github.com/iamkun/dayjs/issues/1438">#1438</a>) (<a href="https://github.com/iamkun/dayjs/commit/b24621091fec9cf6704de21e4b323f6f0c4abbf1">b246210</a>)</li> <li>update type file <code>.diff</code> (<a href="https://github.com/iamkun/dayjs/issues/1505">#1505</a>) (<a href="https://github.com/iamkun/dayjs/commit/6508494a4e62977b4397baaeef293d1bcf3c7235">6508494</a>)</li> <li>update UTC plugin type file for strict parsing (<a href="https://github.com/iamkun/dayjs/issues/1443">#1443</a>) (<a href="https://github.com/iamkun/dayjs/commit/b4f28df219fe63202dffdbeeaec5677c4d2c9111">b4f28df</a>)</li> </ul> <h2><a href="https://github.com/iamkun/dayjs/compare/v1.10.4...v1.10.5">1.10.5</a> (2021-05-26)</h2> <h3>Bug Fixes</h3> <ul> <li>add meridiem in ar locales (<a href="https://github.com/iamkun/dayjs/issues/1375">#1375</a>) (<a href="https://github.com/iamkun/dayjs/commit/319f616e572a03b984013d04d1b3a18ffd5b1190">319f616</a>)</li> <li>Added Zulu support to customParseFormat (<a href="https://github.com/iamkun/dayjs/issues/1359">#1359</a>) (<a href="https://github.com/iamkun/dayjs/commit/1138a3f0a76592c6d72fb86c4399e133fa41e2ec">1138a3f</a>)</li> <li>fix Bengali [bn] locale monthsShort error (<a href="https://github.com/iamkun/dayjs/commit/a0e6c0cf3e1828020dfa11432c6716990f6ed5e0">a0e6c0c</a>)</li> <li>fix missing types for ArraySupport plugin (<a href="https://github.com/iamkun/dayjs/issues/1401">#1401</a>) (<a href="https://github.com/iamkun/dayjs/commit/b1abdc40ee6c9d18ff46c311a114e0755677ea6f">b1abdc4</a>)</li> <li>fix Ukrainian [uk] locale (<a href="https://github.com/iamkun/dayjs/issues/1463">#1463</a>) (<a href="https://github.com/iamkun/dayjs/commit/0fdac93ff2531542301b76952be9b084b2e2dfa0">0fdac93</a>)</li> <li>hotfix for <code>Duration</code> types (<a href="https://github.com/iamkun/dayjs/issues/1357">#1357</a>) (<a href="https://github.com/iamkun/dayjs/commit/855b7b3d049a3903794f91db3419f167c00dabd2">855b7b3</a>), closes <a href="https://github.com/iamkun/dayjs/issues/1354">#1354</a></li> <li>timezone plugin DST error (<a href="https://github.com/iamkun/dayjs/issues/1352">#1352</a>) (<a href="https://github.com/iamkun/dayjs/commit/71bed155edf32bff24379930ac684fc783538d8f">71bed15</a>)</li> <li>Update duration plugin change string to number (<a href="https://github.com/iamkun/dayjs/issues/1394">#1394</a>) (<a href="https://github.com/iamkun/dayjs/commit/e1546d1a0cdb97ae92cf11efe61d94707af6a3a3">e1546d1</a>)</li> <li>update Duration plugin to support no-argument (<a href="https://github.com/iamkun/dayjs/issues/1400">#1400</a>) (<a href="https://github.com/iamkun/dayjs/commit/8d9a5ae0749e1b4e76babd4deeaa3b1d9776c29b">8d9a5ae</a>)</li> <li>Update Finnish [fi] locale to set yearStart (<a href="https://github.com/iamkun/dayjs/issues/1378">#1378</a>) (<a href="https://github.com/iamkun/dayjs/commit/f3370bda4e435118f714c8a7daf5c88cfc4b69ba">f3370bd</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/iamkun/dayjs/commit/9a4370812a47d8f5e8e32660f5f44be23b55e52e"><code>9a43708</code></a> chore(release): 1.10.7 [skip ci]</li> <li><a href="https://github.com/iamkun/dayjs/commit/417233b348230d990dab857c51a2ac054ac9b294"><code>417233b</code></a> Merge pull request <a href="https://github.com/iamkun/dayjs/issues/1631">#1631</a> from iamkun/dev</li> <li><a href="https://github.com/iamkun/dayjs/commit/b5a1391011b247d08863d291542db5937b23b427"><code>b5a1391</code></a> fix: Add Arabic (Iraq) [ar-iq] locale (<a href="https://github.com/iamkun/dayjs/issues/1627">#1627</a>)</li> <li><a href="https://github.com/iamkun/dayjs/commit/3393f2ad55346d55902683a2e31c6f253d96c8c2"><code>3393f2a</code></a> fix: Add Spanish (Mexico) [es-mx] locale (<a href="https://github.com/iamkun/dayjs/issues/1614">#1614</a>)</li> <li><a href="https://github.com/iamkun/dayjs/commit/252585b4b2bd59508150e21bb994908a9d78f9b0"><code>252585b</code></a> fix: duration plugin when parsing duration from ISO string, set missing compo...</li> <li><a href="https://github.com/iamkun/dayjs/commit/255dc54d9295de135a9037ce6ca13cae4bfd2cfb"><code>255dc54</code></a> fix: update Lithuanian [lt] locale spelling for single month (<a href="https://github.com/iamkun/dayjs/issues/1609">#1609</a>)</li> <li><a href="https://github.com/iamkun/dayjs/commit/7a8467c0b7d59821f7e19d4a6973bcda8e4c19b1"><code>7a8467c</code></a> fix: Update Norwegian Bokmål [nb] local yearStart 4 (<a href="https://github.com/iamkun/dayjs/issues/1608">#1608</a>)</li> <li><a href="https://github.com/iamkun/dayjs/commit/f858260790250880fc74ab7108073435f534d7f1"><code>f858260</code></a> chore: Use secure url for badgesize (<a href="https://github.com/iamkun/dayjs/issues/1602">#1602</a>)</li> <li><a href="https://github.com/iamkun/dayjs/commit/08fe8a9cf946b5b59ab2b167878594e4a580e63e"><code>08fe8a9</code></a> chore: Update README-ko.md (<a href="https://github.com/iamkun/dayjs/issues/1630">#1630</a>)</li> <li><a href="https://github.com/iamkun/dayjs/commit/f68e4b1a29fc33542f74cde10ec6d9fb045ca37e"><code>f68e4b1</code></a> fix: update utcOffset plugin type file (<a href="https://github.com/iamkun/dayjs/issues/1604">#1604</a>)</li> <li>Additional commits viewable in <a href="https://github.com/iamkun/dayjs/compare/v1.10.4...v1.10.7">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2021-11-08 06:07:53 +00:00 (Migrated from gitlab.com)

mentioned in commit d003de725e

mentioned in commit d003de725e449a9828dbab498990cd4a4e560369
argoyle (Migrated from gitlab.com) merged commit d003de725e into master 2021-11-08 06:07:53 +00:00
Sign in to join this conversation.