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

chore(deps-dev): bump eslint-plugin-react from 7.14.3 to 7.15.1 #1058

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 1, 2019

Bumps eslint-plugin-react from 7.14.3 to 7.15.1.

Changelog

Sourced from eslint-plugin-react's changelog.

[7.15.1] - 2019-10-01

Fixed

  • jsx-curly-brace-presence: bail out checks when JSXElements are passed as props (#2426[] @​vedadeepta)

Changed

#2426: yannickcr/eslint-plugin-react#2426
#2425: yannickcr/eslint-plugin-react#2425

[7.15.0] - 2019-09-30

Added

Fixed

Changed

  • [Docs] [no-access-state-in-setstate][]: update grammar (#2418[] @​neaumusic)
  • [jsx-curly-brace-presence][], [jsx-one-expression-per-line][], [no-danger-with-children][]: add isWhiteSpaces to lib/util/jsx (#2409[] @​vedadeepta)

#2422: yannickcr/eslint-plugin-react#2422
#2410: yannickcr/eslint-plugin-react#2410
#2409: yannickcr/eslint-plugin-react#2409
#2408: yannickcr/eslint-plugin-react#2408
#2402: yannickcr/eslint-plugin-react#2402
#2399: yannickcr/eslint-plugin-react#2399
#2395: yannickcr/eslint-plugin-react#2395
#2392: yannickcr/eslint-plugin-react#2392
#2391: yannickcr/eslint-plugin-react#2391

... (truncated)
Commits
  • e336aef Update CHANGELOG and bump version
  • 04fbe74 [Fix] jsx-curly-brace-presence: bail out checks when JSXElements are passed...
  • 20cc016 [Docs] prefer-es6-class: Fix typos
  • feba507 [Fix] jsx-curly-brace-presence: bail out on JSX inside props, for now
  • b45219a Update CHANGELOG and bump version
  • a01198f [Dev Deps] update eslint-config-airbnb-base, eslint-plugin-import, `sinon...
  • ab77870 [Deps] update jsx-ast-utils, resolve
  • 32e27b7 [Fix] jsx-indent: Fix false positive when a jsx element is the last stateme...
  • 628a4a0 [fix] jsx-curly-brace-presence: fix jsx tags in braces
  • 3124ce0 [Docs] no-access-state-in-setstate: update grammar
  • 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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
  • 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.

@dependabot-preview dependabot-preview bot added the 🐴 chore A routine task label Oct 1, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-7.15.1 branch from f340c1c to 65d2dd3 Compare October 2, 2019 01:11
@codecov
Copy link

codecov bot commented Oct 2, 2019

Codecov Report

Merging #1058 into develop will decrease coverage by 1.31%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1058      +/-   ##
===========================================
- Coverage    45.28%   43.96%   -1.32%     
===========================================
  Files          160       76      -84     
  Lines         2164     1028    -1136     
  Branches       285       65     -220     
===========================================
- Hits           980      452     -528     
+ Misses        1167      576     -591     
+ Partials        17        0      -17
Flag Coverage Δ
#client ?
#server 43.96% <ø> (ø) ⬆️
Impacted Files Coverage Δ
packages/server/src/logger.ts 0% <0%> (ø) ⬆️
packages/client/src/components/label/index.tsx
packages/client/src/components/submenu/index.ts
...ckages/client/src/components/phone-field/index.tsx
packages/client/src/components/field/input.tsx
packages/client/src/routes/register/graphql.ts
...ackages/client/src/components/file-field/label.tsx
...kages/client/src/components/file-field/cropper.tsx
packages/client/src/components/table/th.ts
packages/client/src/components/radio/label.tsx
... and 75 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0105250...965bf84. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-7.15.1 branch 5 times, most recently from ab644d6 to 9ba6ec2 Compare October 2, 2019 19:01
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-7.15.1 branch from 9ba6ec2 to 965bf84 Compare October 2, 2019 20:33
@andrewjtorres
Copy link
Member

@dependabot close

The regression was supposed to be resolved in this realese but it still appears to be present. 🤔

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-plugin-react-7.15.1 branch October 2, 2019 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐴 chore A routine task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant