Skip to content

Commit 419e0b2

Browse files
committed
release: 5.18.5
1 parent 2668805 commit 419e0b2

19 files changed

Lines changed: 47 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v5.18.5 (2026-08-13)
4+
5+
### 📝 Documentation
6+
7+
- `react-jsx/no-leaked-dollar`: corrected the full rule name in the documentation from `@eslint-react/no-leaked-dollar` to `@eslint-react/jsx-no-leaked-dollar`. (#1935)
8+
9+
### 🏗️ Internal
10+
11+
- `@eslint-react/core`: simplified function component detection logic.
12+
- `@eslint-react/core`: added missing test cases for API exports, nested HOC init paths, named callback exclusion, displayName collection, indirect cleanup callbacks, and custom `createElement` heuristics.
13+
- Added a script check that verifies rule docs include correct full name sections.
14+
- Bumped `typescript-eslint` to `8.67.0`, `eslint-plugin-package-json` to `1.7.1`, and `globals` to `17.10.0`.
15+
16+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v5.18.4...v5.18.5
17+
318
## v5.18.4 (2026-08-12)
419

520
### 🐞 Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.18.4
1+
5.18.5

apps/website/content/docs/changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
title: Changelog
33
---
44

5+
## v5.18.5 (2026-08-13)
6+
7+
### 📝 Documentation
8+
9+
- `react-jsx/no-leaked-dollar`: corrected the full rule name in the documentation from `@eslint-react/no-leaked-dollar` to `@eslint-react/jsx-no-leaked-dollar`. (#1935)
10+
11+
### 🏗️ Internal
12+
13+
- `@eslint-react/core`: simplified function component detection logic.
14+
- `@eslint-react/core`: added missing test cases for API exports, nested HOC init paths, named callback exclusion, displayName collection, indirect cleanup callbacks, and custom `createElement` heuristics.
15+
- Added a script check that verifies rule docs include correct full name sections.
16+
- Bumped `typescript-eslint` to `8.67.0`, `eslint-plugin-package-json` to `1.7.1`, and `globals` to `17.10.0`.
17+
18+
**Full Changelog**: https://github.com/Rel1cx/eslint-react/compare/v5.18.4...v5.18.5
19+
520
## v5.18.4 (2026-08-12)
621

722
### 🐞 Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "5.18.4",
3+
"version": "5.18.5",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, jsx, rsc, dom, web-api, naming-convention].",
66
"keywords": [

packages/ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/ast",
3-
"version": "5.18.4",
3+
"version": "5.18.5",
44
"description": "ESLint React's TSESTree AST utility module.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "5.18.4",
3+
"version": "5.18.5",
44
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and patterns.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint",
3-
"version": "5.18.4",
3+
"version": "5.18.5",
44
"description": "ESLint React's ESLint types and utils.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

packages/jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/jsx",
3-
"version": "5.18.4",
3+
"version": "5.18.5",
44
"description": "ESLint React's TSESTree JSX utility module for static analysis of JSX patterns.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/kit",
3-
"version": "5.18.4",
3+
"version": "5.18.5",
44
"description": "ESLint React's utility module for building custom React rules with JavaScript functions.",
55
"keywords": [
66
"react",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/shared",
3-
"version": "5.18.4",
3+
"version": "5.18.5",
44
"description": "ESLint React's Shared constants and functions.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

0 commit comments

Comments
 (0)