-
Notifications
You must be signed in to change notification settings - Fork 2
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
Lock file maintenance #2042
Lock file maintenance #2042
Conversation
d2b1e62
to
e4c42f0
Compare
9ecb9bd
to
4d5d974
Compare
The failing JS test is due to changes in the moment dependency. The 2.29.2 release changes how locales are loaded, and the representation that is being rendered appears to be the Romanian version of "January", which leads me to believe that the locale is not being properly set. |
a1c1cf5
to
121392d
Compare
785a92a
to
9b531d6
Compare
901f155
to
3d4e220
Compare
3926198
to
469e428
Compare
9850795
to
d814c19
Compare
9801570
to
8ec406e
Compare
8ff5ec6
to
36d0e30
Compare
36d0e30
to
7637081
Compare
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. ⚠ Warning: custom changes will be lost. |
7637081
to
6e35511
Compare
MomentJS
The dependency was previously
|
@@ -14,5 +14,8 @@ | |||
"redux-query": "3.3.1", | |||
"redux-query-interface-superagent": "3.3.1", | |||
"redux-query-react": "3.3.1" | |||
}, | |||
"resolutions": { | |||
"@types/react": "^17" |
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.
A limitation of this is that yarn
resolutions must be specified in the root package.json. So if we had differing versions of react (we do) AND multiple both versions used typescript (they don't) this could be problematic.
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: Branch creation - "before 4am on monday" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.