-
-
Notifications
You must be signed in to change notification settings - Fork 17
deps: more permissive mst peerDep, update mst devDep #33
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
Conversation
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.
agilgur5
left a comment
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.
We should update the devDeps as well to make sure MST 5 is tested against. That'll require an update of the MobX devDep as well
CI has been migrated as of #34 now. If you rebase off |
Yes, in two of my projects it has been running flawlessly for years |
|
Not sure if I did all that's needed. Please check |
Co-authored-by: Anton Gilgur <[email protected]>
- to make sure that we test on MST 5 et al
- I thought `push` covered PRs as well, maybe that got changed - or it was always only for my own PRs? not sure as it worked in repos I don't own either...
- was getting errors on MST and MobX internal types
- current TS direction is to use `skipLibCheck` as the default
- c.f. microsoft/TypeScript-Website@625e1c5
agilgur5
left a comment
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.
updated devDeps myself, LGTM now! all tests still passing 🙂
also had to update some one-line CI settings
resolves #32