-
Notifications
You must be signed in to change notification settings - Fork 215
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
core(deps): GITHUB-1972 bump yup to 1.1.1 #1972
Conversation
b48f6d9
to
9e8ed9e
Compare
c91034e
to
a1aeeed
Compare
a1e1362
to
37399c4
Compare
package.json
Outdated
@@ -72,11 +71,12 @@ | |||
"lodash": "^4.17.15", | |||
"messageformat": "^2.3.0", | |||
"query-string": "^7.1.1", | |||
"regenerator-runtime": "^0.13.3", |
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.
Hey @quad can see you have added regenerator-runtime
and removed @types/yup
? Any specific reason to do so?
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.
- I removed
@types/yup
becauseyup
now provides its own type definitions.@types/yup
is deprecated. - I added
regenerator-runtime
because it's an implicit dependency that, if missing, breaks the build
@@ -63,7 +63,6 @@ | |||
"@types/iframe-resizer": "^3.5.9", | |||
"@types/reselect": "^2.2.0", | |||
"@types/shallowequal": "^1.1.1", | |||
"@types/yup": "^0.26.24", |
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.
Can we be certain that we don't require this type?
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.
From https://www.npmjs.com/package/@types/yup:
This package has been deprecated
This is a stub types definition. yup provides its own type definitions, so you do not need this installed.
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.
Hey @quad thanks for raising this, sorry we couldn't get to this earlier. Have left a minor comment, but looks good apart from that.
Hey @animesh1987, I've replied to the comments! |
2130ecb
to
03e87a9
Compare
Thanks @quad for updating this, leave it with us and we will merge it next week. |
@animesh1987 Any update on merging? |
Thanks @animesh1987 ! Are changes published to npm automatically or is there another process for publishing? |
Hey @mcharles-square the changes are published automatically, I have just released the latest version. The changes should be available in v 1.398.1+. |
Closes: #1153
What?
Why?
Testing / Proof
@bigcommerce/checkout @bigcommerce/payments