-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 to ^1.11.13 #13919
Bump dayjs to ^1.11.13 #13919
Conversation
Deploy preview: https://deploy-preview-13919--material-ui-x.netlify.app/ |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
3014fac
to
aa1d63b
Compare
aa1d63b
to
1c10832
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
1c10832
to
ad9d511
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
ad9d511
to
b36e1f3
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
b36e1f3
to
c395788
Compare
@@ -42,7 +42,9 @@ describe('<DateCalendar /> - Timezone', () => { | |||
|
|||
// Check the `onChange` value (uses timezone prop) | |||
const actualDate = onChange.lastCall.firstArg; | |||
expect(adapter.getTimezone(actualDate)).to.equal(timezone); | |||
expect(adapter.getTimezone(actualDate)).to.equal( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like we cannot rely on the timezone to test for dayJS since they are setting it to UTC when the value offset is zero
It seems to fix #9653 |
We need to test it in depth to make sure it does |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
@flav Do you think their (dayjs) fix makes sense, especially given other library behaviors? |
I have my doubts, but not enough knowledge to know if this will cause problem or not |
Gotcha. Just confirming. Do you mean the |
Yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for taking care of this @arthurbalduini! 🙏
This PR contains the following updates:
^1.11.11
->^1.11.13
Release Notes
iamkun/dayjs (dayjs)
v1.11.13
Compare Source
v1.11.12
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.