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 #114

Merged
merged 10 commits into from Oct 17, 2018
Merged

Conversation

randycoulman
Copy link
Contributor

@randycoulman randycoulman commented Oct 12, 2018

- New rule: `jest/expect-expect` defaults to `warn` with `td.verify` configured as an assertion method.
- New rule: `jest/no-alias-methods` defaults to `off` because we prefer `toThrowError` over `toThrow` and there's no way to configure the rule to allow some aliases but not all.
- New rule: `jest/no-test-return-statement` defaults to `warn`
- New rule: `jest/prefer-inline-snapshots` defaults to `off`
- New rule: `jest/prefer-strict-equal` defaults to `warn`
- New rule: `jest/require-tothrow-message` defaults to `warn`
- Update rule: `react/jsx-one-expression-per-line`: enable new `allow: "literal"` option.
- New rule: `react-native/no-raw-text` defaults to `warn`
- New rule: `no-async-promise-executor` defaults to `warn`
- New rule: `no-misleading-character-class` defaults to `warn`
- New rule: `require-atomic-updates` defaults to `warn`
- New rule: `require-unicode-regexp` defaults to `warn`
@randycoulman randycoulman merged commit 5625b1c into master Oct 17, 2018
@randycoulman randycoulman deleted the chores/upgrade-dependencies branch October 17, 2018 14:59
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.

None yet

2 participants