Skip to content

Commit

Permalink
Bump eslint-plugin-react from 7.24.0 to 7.25.0
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.24.0 to 7.25.0.
- [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.24.0...v7.25.0)

 ---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

adeira-source-id: f5220890994e5ec8edaa6d816bee3cb04efebb75
  • Loading branch information
dependabot[bot] authored and adeira-github-bot committed Aug 30, 2021
1 parent 7252962 commit ec6ea09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ShipitConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,14 @@ export default class ShipitConfig {
getDefaultShipitFilter(): ChangesetFilter {
return (changeset: Changeset) => {
const ch1 = addTrackingData(changeset);
// React Eslint plugin bug: https://github.com/yannickcr/eslint-plugin-react/issues/3063
// eslint-disable-next-line react/no-this-in-sfc
const ch2 = stripExceptDirectories(ch1, this.getSourceRoots());
// React Eslint plugin bug: https://github.com/yannickcr/eslint-plugin-react/issues/3063
// eslint-disable-next-line react/no-this-in-sfc
const ch3 = moveDirectories(ch2, this.directoryMapping);
// React Eslint plugin bug: https://github.com/yannickcr/eslint-plugin-react/issues/3063
// eslint-disable-next-line react/no-this-in-sfc
const ch4 = stripPaths(ch3, this.strippedFiles);

// First we comment out lines marked with `@x-shipit-disable`.
Expand Down

0 comments on commit ec6ea09

Please sign in to comment.