vue-simple-upload icon indicating copy to clipboard operation
vue-simple-upload copied to clipboard

[Snyk] Upgrade dayjs from 1.8.17 to 1.11.7

Open debug-null opened this issue 1 year ago • 0 comments

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade dayjs from 1.8.17 to 1.11.7.

:information_source: 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.


  • The recommended version is 45 versions ahead of your current version.
  • The recommended version was released 4 months ago, on 2022-12-06.
Release notes
Package name: dayjs
  • 1.11.7 - 2022-12-06

    1.11.7 (2022-12-06)

    Bug Fixes

  • 1.11.6 - 2022-10-21

    1.11.6 (2022-10-21)

    Bug Fixes

  • 1.11.5 - 2022-08-12

    1.11.5 (2022-08-12)

    Bug Fixes

  • 1.11.4 - 2022-07-19

    1.11.4 (2022-07-19)

    Bug Fixes

    • correct past property in ku (kurdish) locale (#1916) (74e82b9)
    • fix French [fr] local ordinal (#1932) (8f09834)
    • fix objectSupport plugin ConfigTypeMap type (#1441) (#1990) (fd51fe4)
    • fix type error to add ordianl property in InstanceLocaleDataReturn and GlobalLocaleDataReturn types (#1931) (526f0ae)
    • update locale ar-* meridiem function (#1954) (3d31611)
    • zh-tw / zh-hk locale ordinal error (#1976) (0a1bd08)
  • 1.11.3 - 2022-06-06

    1.11.3 (2022-06-06)

    Bug Fixes

    • customParseFormat plugin to parse comma as a separator character (#1913) (41b1405)
    • update Dutch [nl] locale ordinal (#1908) (5da98f8)
  • 1.11.2 - 2022-05-06

    1.11.2 (2022-05-06)

    Bug Fixes

    • add OpUnitType (week) to quarterOfYear startOf/endOf types (#1865) (400bc3e)
    • Fix type issue with ManipulateType (#1864) (d033dfc)
    • fix UTC plugin .valueOf not taking DST into account (#1448) (27d1c50)
  • 1.11.1 - 2022-04-15

    1.11.1 (2022-04-15)

    Bug Fixes

    • add Bengali (Bangladesh) [bn-bd] locale (#1806) (840ed76)
    • refactor replace deprecated String.prototype.substr() (#1836) (627fa39)
    • Update German [de] locale, adds the abbreviations for month including a . in the end, as in September -> Sept. (#1831) (4e2802c)
    • update Italian (Switzerland) [it-ch] locale relativeTime (#1829) (8e6d11d)
    • update Kurdish [ku] locale strings and formatted output contains non-standard kurdish characters (#1848) (a597d0b)
    • update locale bo [Tibetan]: corrected the orders in formats (#1823) (e790516)
  • 1.11.0 - 2022-03-14

    1.11.0 (2022-03-14)

    Bug Fixes

    Features

    • Fallback to language only locale + support uppercase locales (#1524) (9138dc2)
  • 1.10.8 - 2022-02-28

    1.10.8 (2022-02-28)

    Bug Fixes

    • set locale pt, pt-br correct weekdays and months (#1697) (e019301)
  • 1.10.7 - 2021-09-10

    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
  • 1.10.5 - 2021-05-26
  • 1.10.4 - 2021-01-22
  • 1.10.3 - 2021-01-09
  • 1.10.2 - 2021-01-05
  • 1.10.1 - 2021-01-03
  • 1.10.0 - 2021-01-03
  • 1.9.8 - 2020-12-27
  • 1.9.7 - 2020-12-05
  • 1.9.6 - 2020-11-10
  • 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
  • 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
  • 1.8.24 - 2020-04-10
  • 1.8.23 - 2020-03-16
  • 1.8.22 - 2020-03-08
  • 1.8.21 - 2020-02-26
  • 1.8.20 - 2020-02-04
  • 1.8.19 - 2020-01-06
  • 1.8.18 - 2019-12-18
  • 1.8.17 - 2019-11-06
from dayjs GitHub release notes
Commit messages
Package name: dayjs
  • f72b537 chore(release): 1.11.7 [skip ci]
  • e80b317 Merge pull request #2155 from iamkun/dev
  • e4468a4 Merge branch 'master' into dev
  • 1c26732 fix: update fa locale (#2151)
  • 1e9ba76 fix: Add locale (zh-tw) meridiem (#2149)
  • cbe91fd chore: update
  • 17d3698 chore: update readme
  • eaab7d5 chore(release): 1.11.6 [skip ci]
  • 168aa14 Merge pull request #2088 from iamkun/dev
  • d3a4b5e Merge branch 'master' into dev
  • f6dce48 fix: add BigIntSupport plugin (#2087)
  • 7ae1a1d refactor: move declaration for english 'ordinal' to 'en' locale file (#2071)
  • c9370ea fix: Fix objectSupport collides with Duration plugin - issue #2027 (#2038)
  • e3777ed chore(release): 1.11.5 [skip ci]
  • 78df01b Merge pull request #2024 from iamkun/dev
  • 6c2a517 Merge branch 'master' into dev
  • c93c85e fix: ordinal for nl not working (#2011)
  • dd192a7 fix: wrong ordinal for french locale (#2010)
  • b5b7be1 Update README.md
  • fdf648b chore(release): 1.11.4 [skip ci]
  • c004fe6 Merge pull request #1993 from iamkun/dev
  • 7151139 ci: fix node 18 travis issue
  • d02ec4b Merge pull request #1992 from iamkun/dev
  • 79a3c19 ci: fix node 18 travis issue

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

debug-null avatar Apr 19 '23 10:04 debug-null