digital-bauhaus / Ferienpass

Anmeldung & Administration für den digitalen Ferienpass der Stadt Weimar
https://ferienpass.herokuapp.com/
MIT License
5 stars 0 forks source link

Bump dayjs from 1.9.3 to 1.11.4 in /frontend #377

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps dayjs from 1.9.3 to 1.11.4.

Release notes

Sourced from dayjs's releases.

v1.11.4

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)

v1.11.3

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)

v1.11.2

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)

v1.11.1

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)

v1.11.0

1.11.0 (2022-03-14)

Bug Fixes

... (truncated)

Changelog

Sourced from dayjs's changelog.

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)

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)

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)

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)

Bug Fixes

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 2 years ago

Codecov Report

Merging #377 (665bea9) into master (52f9a0e) will increase coverage by 0.27%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #377      +/-   ##
============================================
+ Coverage     94.30%   94.57%   +0.27%     
- Complexity      179      181       +2     
============================================
  Files            20       20              
  Lines           737      737              
  Branches         31       31              
============================================
+ Hits            695      697       +2     
  Misses           26       26              
+ Partials         16       14       -2     
Impacted Files Coverage Δ
...uhaus/digital/controller/TeilnehmerController.java 85.96% <0.00%> (+3.50%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

dependabot[bot] commented 2 years ago

Superseded by #384.