Skip to content
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

Merged
merged 9 commits into from
Jan 16, 2018
Merged

Upgrade dependencies #449

merged 9 commits into from
Jan 16, 2018

Conversation

k0nserv
Copy link
Contributor

@k0nserv k0nserv commented Jan 16, 2018

No description provided.

@backpackbot
Copy link

backpackbot commented Jan 16, 2018

Warnings
⚠️

One or more packages have changed, but changelog.md wasn't updated.

⚠️

Package source files (e.g. package/packageName/src/packageName.js) were updated, but snapshots weren't. Have you checked that the tests still pass?

⚠️

package-lock.json was updated. Ensure that this was intentional.

Generated by 🚫 dangerJS

shaundon
shaundon previously approved these changes Jan 16, 2018
Copy link
Contributor

@shaundon shaundon left a 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.

@k0nserv
Copy link
Contributor Author

k0nserv commented Jan 16, 2018

I'm not done :)

@shaundon
Copy link
Contributor

You should add the WIP label then 😉

@k0nserv
Copy link
Contributor Author

k0nserv commented Jan 16, 2018

Good shout :)

@k0nserv k0nserv changed the title Upgrade dependencies WIP: Upgrade dependencies Jan 16, 2018
@k0nserv k0nserv changed the title WIP: Upgrade dependencies Upgrade dependencies Jan 16, 2018
@@ -8,7 +8,7 @@ exports[`Android BpkCard should render correctly 1`] = `
accessibilityComponentType="button"
accessibilityLabel="Example Card"
background={undefined}
onPress={[Function]}
onPress={[MockFunction]}
Copy link
Contributor

@matteo-hertel matteo-hertel Jan 16, 2018

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?

Copy link
Contributor Author

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

Copy link
Contributor

@matthewdavidson matthewdavidson left a 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",
Copy link
Contributor

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"

@k0nserv k0nserv merged commit 025144b into master Jan 16, 2018
@k0nserv k0nserv deleted the upgrade-dependencies branch January 16, 2018 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants