File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,17 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
24
24
* [ ` prop-types ` ] : default argument does not count as props-types declaration ([ #2877 ] [ ] @golopot )
25
25
* [ ` jsx-props-no-multi-spaces ` ] : fix a false positive for beside comments ([ #2878 ] [ ] @golopot )
26
26
* [ ` jsx-no-undef ` ] : handle the TS parser combined with an invalid ecmaVersion ([ #2882 ] [ ] @ljharb )
27
+ * [ ` no-unused-prop-types ` ] : apply ` skipShapeProps ` to exact types ([ #2883 ] [ ] @golopot )
28
+ * [ ` no-danger-with-children ` ] /[ ` style-prop-object ` ] /[ ` no-adjacent-inline-elements ` ] : add category, URL ([ #2891 ] [ ] @thofmann )
27
29
28
30
### Docs
29
31
* [ ` no-unused-prop-types ` ] : Add new example to rule ([ #2852 ] [ ] @thehereward )
32
+ * [ ` prop-types ` ] : fix example ([ #2881 ] [ ] @technote-space )
30
33
34
+ [ #2891 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2891
35
+ [ #2883 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2883
31
36
[ #2882 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2882
37
+ [ #2881 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2881
32
38
[ #2879 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2879
33
39
[ #2878 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2878
34
40
[ #2877 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2877
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.21.5 " ,
3
+ "version" : " 7.22.0 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments