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.25.1 to 7.25.2 #172

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2021

Bumps eslint-plugin-react from 7.25.1 to 7.25.2.

Changelog

Sourced from eslint-plugin-react's changelog.

7.25.2 - 2021.09.16

Fixed

  • [jsx-no-useless-fragments]: Handle insignificant whitespace correctly when allowExpressions is true (#3061[] @​benj-dobs)
  • [prop-types], propTypes: handle implicit children prop in react's generic types (#3064[] @​vedadeepta)
  • [display-name]: fix arrow function returning result of function call with JSX arguments being interpreted as component (#3065[] @​danielfinke)
  • [jsx-no-target-blank]: avoid crash on attr-only href (#3066[] @​ljharb @​gaz77a)
  • [jsx-uses-vars]: ignore lowercase tag names (#3070[] @​alanorozco)

#3070: yannickcr/eslint-plugin-react#3070 #3066: yannickcr/eslint-plugin-react#3066 #3065: yannickcr/eslint-plugin-react#3065 #3064: yannickcr/eslint-plugin-react#3064 #3061: yannickcr/eslint-plugin-react#3061

Commits
  • f4854ea Update CHANGELOG and bump version
  • 9c1aee5 [Dev Deps] update eslint-remote-tester-repositories
  • 5340e9d [Fix] jsx-uses-vars: ignore lowercase tag names
  • 577cb64 [actions] remove unnecessary setup-node
  • c1c284f [Fix] require-default-props: avoid crash from #3064
  • 230ffe1 [Fix] prefer-read-only-props: avoid crash from #3064
  • 9325fa5 [Fix] propTypes, no-unused-prop-types: remove the fake node added in #3064
  • 952a768 [Fix] jsx-no-target-blank: avoid crash on attr-only href
  • 1a5a970 [Fix] display-name: fix misinterpreted function components
  • 810806e [Fix] prop-types, propTypes: handle implicit children prop in react's g...
  • 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)

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.25.1 to 7.25.2.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.25.1...v7.25.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 17, 2021
Copy link

@autoapproval autoapproval bot left a comment

Choose a reason for hiding this comment

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

Approved 👍

@autoapproval autoapproval bot added the merge label Sep 17, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 17, 2021
@codecov
Copy link

codecov bot commented Sep 17, 2021

Codecov Report

Merging #172 (194bdf9) into main (3646e51) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #172   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           21        21           
  Branches         4         4           
=========================================
  Hits            21        21           

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 3646e51...194bdf9. Read the comment docs.

@probot-auto-merge probot-auto-merge bot merged commit 2ee76e7 into main Sep 17, 2021
@probot-auto-merge probot-auto-merge bot deleted the dependabot/npm_and_yarn/eslint-plugin-react-7.25.2 branch September 17, 2021 04:13
github-actions bot pushed a commit that referenced this pull request Sep 17, 2021
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.25.1 to 7.25.2.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.25.1...v7.25.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2ee76e7
github-actions bot pushed a commit that referenced this pull request Sep 21, 2021
### [1.1.6](v1.1.5...v1.1.6) (2021-09-21)

### Documentation

* **readme:** Fix typo + specify jsx/tsx in samples ([#159](#159)) ([64fa8a4](64fa8a4))

### Miscellaneous Chores

* **deps-dev:** bump @testing-library/dom from 8.1.0 to 8.2.0 ([#155](#155)) ([b78efae](b78efae))
* **deps-dev:** bump @testing-library/dom from 8.2.0 to 8.5.0 ([#166](#166)) ([2e4f6dc](2e4f6dc))
* **deps-dev:** bump @testing-library/react from 12.0.0 to 12.1.0 ([#160](#160)) ([1a9fae8](1a9fae8))
* **deps-dev:** bump @types/jest from 27.0.1 to 27.0.2 ([#180](#180)) ([2160261](2160261))
* **deps-dev:** bump @types/react from 17.0.19 to 17.0.21 ([#167](#167)) ([6f56b0b](6f56b0b))
* **deps-dev:** bump @types/react from 17.0.21 to 17.0.22 ([#177](#177)) ([feac35f](feac35f))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#156](#156)) ([592dd9a](592dd9a))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#162](#162)) ([5f7e085](5f7e085))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#168](#168)) ([0f96e04](0f96e04))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#181](#181)) ([d2d81e2](d2d81e2))
* **deps-dev:** bump @typescript-eslint/parser from 4.29.3 to 4.30.0 ([#154](#154)) ([4eb1892](4eb1892))
* **deps-dev:** bump @typescript-eslint/parser from 4.30.0 to 4.31.0 ([#164](#164)) ([bfa3578](bfa3578))
* **deps-dev:** bump @typescript-eslint/parser from 4.31.0 to 4.31.1 ([#169](#169)) ([3646e51](3646e51))
* **deps-dev:** bump @typescript-eslint/parser from 4.31.1 to 4.31.2 ([#178](#178)) ([98368a6](98368a6))
* **deps-dev:** bump eslint-plugin-jest from 24.4.0 to 24.4.2 ([#175](#175)) ([8264e59](8264e59))
* **deps-dev:** bump eslint-plugin-react from 7.25.0 to 7.25.1 ([#158](#158)) ([9558a71](9558a71))
* **deps-dev:** bump eslint-plugin-react from 7.25.1 to 7.25.2 ([#172](#172)) ([2ee76e7](2ee76e7))
* **deps-dev:** bump eslint-plugin-react from 7.25.2 to 7.25.3 ([#174](#174)) ([1ceeb2d](1ceeb2d))
* **deps-dev:** bump eslint-plugin-react from 7.25.3 to 7.26.0 ([#179](#179)) ([fcd55e0](fcd55e0))
* **deps-dev:** bump prettier from 2.3.2 to 2.4.0 ([#163](#163)) ([7611682](7611682))
* **deps-dev:** bump prettier from 2.4.0 to 2.4.1 ([#170](#170)) ([b4f543e](b4f543e))
* **deps-dev:** bump react from 16.14.0 to 17.0.2 ([#157](#157)) ([e4dd2e1](e4dd2e1))
* **deps-dev:** bump typedoc from 0.21.9 to 0.22.4 ([#173](#173)) ([c9fad5e](c9fad5e))
* **deps-dev:** bump typescript from 4.3.5 to 4.4.3 ([#161](#161)) ([b20a719](b20a719))
* **deps:** bump @googlemaps/js-api-loader from 1.12.2 to 1.12.3 ([#165](#165)) ([4411e8f](4411e8f))
* set dependabot interval to daily ([b4de5a0](b4de5a0))
* Synced file(s) with googlemaps/.github ([#176](#176)) ([bbb24ab](bbb24ab))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. dependencies Pull requests that update a dependency file merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant