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.0 #1053

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.0.

Changelog

Sourced from eslint-plugin-react's changelog.

[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
#2385: yannickcr/eslint-plugin-react#2385
#2383: yannickcr/eslint-plugin-react#2383
#2380: yannickcr/eslint-plugin-react#2380
#2378: yannickcr/eslint-plugin-react#2378
#2375: yannickcr/eslint-plugin-react#2375
#2367: yannickcr/eslint-plugin-react#2367
#2364: yannickcr/eslint-plugin-react#2364
#2361: yannickcr/eslint-plugin-react#2361
#2359: yannickcr/eslint-plugin-react#2359
#2261: yannickcr/eslint-plugin-react#2261
#2200: yannickcr/eslint-plugin-react#2200

... (truncated)
Commits
  • 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
  • 4a05fa2 [fix] display-name: Fix false positives
  • c6521ad Change istanbul output directory to ./coverage (default)
  • 5970651 [new] jsx-handler-name: allow false to disable eventHandlerPrefix/`even...
  • 489ced3 [refactor] `jsx-curly-braces-presence, jsx-one-expression-per-line, no-danger...
  • 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.0 branch from 6301791 to 191521f Compare October 1, 2019 17:34
@codecov
Copy link

codecov bot commented Oct 1, 2019

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1053      +/-   ##
===========================================
- Coverage    45.28%   43.96%   -1.32%     
===========================================
  Files          160       76      -84     
  Lines         2164     1028    -1136     
  Branches       285       68     -217     
===========================================
- Hits           980      452     -528     
+ Misses        1167      575     -592     
+ Partials        17        1      -16
Flag Coverage Δ
#client ?
#server 43.96% <ø> (ø) ⬆️
Impacted Files Coverage Δ
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
packages/client/src/components/field/index.tsx
... and 74 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 7fc7534...65992a9. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-7.15.0 branch 2 times, most recently from 7026af1 to fea1a4b Compare October 1, 2019 18:49
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-react-7.15.0 branch from fea1a4b to 65992a9 Compare October 1, 2019 19:21
@andrewjtorres
Copy link
Member

@dependabot close

There is a regression in this update that needs to be resolved first

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-plugin-react-7.15.0 branch October 1, 2019 19:56
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.

None yet

1 participant