-
Notifications
You must be signed in to change notification settings - Fork 186
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
Upgrade dependencies #449
Upgrade dependencies #449
Conversation
Generated by 🚫 dangerJS |
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 good; nice work upgrading Danger too.
I'm not done :) |
You should add the WIP label then 😉 |
Good shout :) |
@@ -8,7 +8,7 @@ exports[`Android BpkCard should render correctly 1`] = ` | |||
accessibilityComponentType="button" | |||
accessibilityLabel="Example Card" | |||
background={undefined} | |||
onPress={[Function]} | |||
onPress={[MockFunction]} |
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.
Just checking, is this change because of the Jest update to 22?
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.
Yeah they've changed the serialization of jest.fn
to be clearer. See jestjs/jest#4668
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.
LGTM otherwise
package.json
Outdated
"ios": "(cd ./native && npm run ios)", | ||
"android": "(cd ./native && npm run android)", | ||
"check-owners": "npm whoami && ( node scripts/npm/get-owners.js | grep -E $(npm whoami) ) && node scripts/npm/check-owners.js", | ||
"publish": "npm run check-owners && npm run build && git pull --rebase && npm run flow stop && npm run test && lerna publish", | ||
"danger": "danger", | ||
"danger:ci": "danger ci", |
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.
Since there is only one task for "danger", keep it as "danger"
Stylelint is pinned at 8.2.0 as the upgrade to 8.4.0 broke it for us. See stylelint/stylelint#3130.
8344c74
to
54bec36
Compare
54bec36
to
eb9494a
Compare
This reverts commit 0cf1592.
No description provided.