Skip to content

Commit 2f0e613

Browse files
authored
Merge branch 'master' into add-multiline-option-in-newline-rule
2 parents 14a1a0c + 296fd02 commit 2f0e613

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
## [7.30.1] - 2022.06.23
9+
810
### Fixed
911
* [`display-name`]: fix false positive for HOF returning only nulls ([#3291][] @golopot)
1012
* [`jsx-no-leaked-render`]: avoid unnecessary negation operators and ternary branches deletion ([#3299][] @Belco90)
@@ -14,6 +16,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1416
* [Docs] [`jsx-tag-spacing`]: rename option from [#3264][] ([#3294[] @ljharb)
1517
* [Docs] [`jsx-key`]: split the examples ([#3293][] @ioggstream)
1618

19+
[7.30.1]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.30.0...v7.30.1
1720
[#3304]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3304
1821
[#3299]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3299
1922
[#3294]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3294

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.30.0",
3+
"version": "7.30.1",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",
@@ -39,12 +39,13 @@
3939
"string.prototype.matchall": "^4.0.7"
4040
},
4141
"devDependencies": {
42-
"@babel/core": "^7.17.12",
43-
"@babel/eslint-parser": "^7.17.0",
42+
"@babel/core": "^7.18.5",
43+
"@babel/eslint-parser": "^7.18.2",
4444
"@babel/plugin-syntax-decorators": "^7.17.12",
4545
"@babel/plugin-syntax-do-expressions": "^7.16.7",
4646
"@babel/plugin-syntax-function-bind": "^7.16.7",
4747
"@babel/preset-react": "^7.17.12",
48+
"@technote-space/doctoc": "~2.4",
4849
"@types/eslint": "=7.2.10",
4950
"@types/estree": "0.0.51",
5051
"@types/node": "^16.11.35",
@@ -56,11 +57,11 @@
5657
"eslint-plugin-eslint-plugin": "^2.3.0 || ^3.5.3 || ^4.0.1",
5758
"eslint-plugin-import": "^2.26.0",
5859
"eslint-remote-tester": "^2.1.4",
59-
"eslint-remote-tester-repositories": "^0.0.5",
60+
"eslint-remote-tester-repositories": "^0.0.6",
6061
"eslint-scope": "^3.7.3",
6162
"espree": "^3.5.4",
6263
"istanbul": "^0.4.5",
63-
"ls-engines": "^0.6.6",
64+
"ls-engines": "^0.7.0",
6465
"markdown-magic": "^2.6.0",
6566
"mocha": "^5.2.0",
6667
"npmignore": "^0.3.0",

0 commit comments

Comments
 (0)