Skip to content

Commit

Permalink
Upgrade eslint-plugin-react to 7.20.0 (#27)
Browse files Browse the repository at this point in the history
* Upgrade eslint-plugin-react to 7.20.0

The latest version includes an update to forbid-component-props and
forbid-dom-props rules to allow for a custom message
(jsx-eslint/eslint-plugin-react#2615). Upgrading will allow us to use
this feature in Gusto/zenpayroll#59591.
  • Loading branch information
geshwho committed May 14, 2020
1 parent 93c7c28 commit 12f98ed
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 82 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 10.1.0 - 2020-05-14

- Upgraded dependencies:
- `eslint-plugin-react`: 7.20.0.
- Allows us to take advantage of feature to specify custom message on forbid-component-props and forbid-dom-props

## 10.0.0 - 2020-03-25

- Upgraded dependencies:
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-gusto",
"version": "10.0.0",
"version": "10.1.0",
"description": "A shared ESLint config for Gusto's JS projects",
"main": "index.js",
"author": "Rylan Collins <rylan@gusto.com>",
Expand All @@ -24,7 +24,7 @@
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react": "^7.20.0",
"prettier": "^2.0.2"
}
}

0 comments on commit 12f98ed

Please sign in to comment.