Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dayjs from 1.10.7 to 1.11.3 #1247

Merged
merged 1 commit into from
Jun 6, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps dayjs from 1.10.7 to 1.11.3.

Release notes

Sourced from dayjs's releases.

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

Features

... (truncated)

Changelog

Sourced from dayjs's changelog.

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

Features

  • Fallback to language only locale + support uppercase locales (#1524) (9138dc2)

1.10.8 (2022-02-28)

... (truncated)

Commits
  • c0e8e6c chore(release): 1.11.3 [skip ci]
  • 29a5c40 Merge pull request #1928 from iamkun/dev
  • fff66d1 Merge branch 'master' into dev
  • 40e4e2f chore: fix lint issue
  • 5da98f8 fix: update Dutch [nl] locale ordinal (#1908)
  • 41b1405 fix: customParseFormat plugin to parse comma as a separator character (#1913)
  • 12ab114 chore(release): 1.11.2 [skip ci]
  • 08a8293 Merge pull request #1883 from iamkun/dev
  • 05cba7e chore: remove old github docs, redirect to day.js.org
  • 400bc3e fix: add OpUnitType (week) to quarterOfYear startOf/endOf types (#1865)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot requested a review from h3poteto as a code owner June 6, 2022 09:03
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 6, 2022
Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.10.7 to 1.11.3.
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.3/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.10.7...v1.11.3)

---
updated-dependencies:
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dayjs-1.11.3 branch from 73f2b28 to 05b4adc Compare June 6, 2022 11:38
@h3poteto h3poteto merged commit c3988d3 into master Jun 6, 2022
@h3poteto h3poteto deleted the dependabot/npm_and_yarn/dayjs-1.11.3 branch June 6, 2022 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant