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

Bump eslint-plugin-react from 7.11.1 to 7.12.0 #2609

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps eslint-plugin-react from 7.11.1 to 7.12.0.

Release notes

Sourced from eslint-plugin-react's releases.

v7.12.0

Added

Fixed

Changed

... (truncated)
Changelog

Sourced from eslint-plugin-react's changelog.

[7.12.0] - 2018-12-27

Added

Fixed

Changed

... (truncated)
Commits
  • a83d65c Update CHANGELOG and bump version
  • 0c6160e [Dev Deps] update coveralls, babel-eslint, typescript
  • cd6c8e6 [Deps] update resolve
  • d2b5b73 Merge pull request #1828 from alexzherdev/1721-no-typos-create-class
  • e747459 [Tests] remove node 5/7/9, add node 11
  • b33ae84 Merge pull request #1098 from arian/createElement-display-test
  • 84be80a Merge pull request #1824 from alexzherdev/1762-jsx-max-depth-false-positive
  • a442067 Merge pull request #2029 from sstern6/issue1422
  • 7d07c37 Merge pull request #2032 from alexzherdev/jsx-fragments-message
  • 8c6a8e2 Merge pull request #2089 from jomasti/feature/support-react-forwardref-memo
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@paulmelnikow paulmelnikow temporarily deployed to shields-staging-pr-2609 January 1, 2019 19:41 Inactive
@paulmelnikow paulmelnikow temporarily deployed to shields-staging-pr-2609 January 1, 2019 19:43 Inactive
@@ -80,6 +80,8 @@ export default class MarkupModal extends React.Component {
let urlsForProps, link
if (props.example) {
urlsForProps = MarkupModal.urlsForProps(props)
// https://github.com/yannickcr/eslint-plugin-react/issues/2101
// eslint-disable-next-line react/prop-types
link = props.example.example.link
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is triggering a false positive:

/Users/pnm/code/shields/frontend/components/markup-modal.js
  85:36  error  'link' is missing in props validation  react/prop-types

jsx-eslint/eslint-plugin-react#2101

@paulmelnikow paulmelnikow temporarily deployed to shields-staging-pr-2609 January 1, 2019 19:46 Inactive
paulmelnikow
paulmelnikow previously approved these changes Jan 1, 2019
@paulmelnikow paulmelnikow temporarily deployed to shields-staging-pr-2609 January 2, 2019 02:15 Inactive
@paulmelnikow paulmelnikow merged commit 860c426 into master Jan 2, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-plugin-react-7.12.0 branch January 2, 2019 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants