Skip to content

Commit c10ea1d

Browse files
committed
release: 0.10.3-beta.0
1 parent 089448d commit c10ea1d

File tree

21 files changed

+265
-309
lines changed

21 files changed

+265
-309
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.10.3-beta.0 (Tue Jan 2 2024)
2+
3+
### 🪄 Improvements
4+
5+
- Update `@typescript-eslint`'s packages to `6.17.0`.
6+
17
## v0.10.2 (Sat Dec 30 2023)
28

39
### ✨ New

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.2
1+
0.10.3-beta.0

examples/vite-react-ts-flat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@tsconfig/strictest": "2.0.2",
1919
"@types/react": "18.2.46",
2020
"@types/react-dom": "18.2.18",
21-
"@typescript-eslint/eslint-plugin": "6.16.0",
21+
"@typescript-eslint/eslint-plugin": "6.17.0",
2222
"@typescript-eslint/parser": ">=6.17.0",
2323
"@vitejs/plugin-react": "4.2.1",
2424
"eslint": ">=8.56.0",

examples/vite-react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@tsconfig/strictest": "2.0.2",
1919
"@types/react": "18.2.46",
2020
"@types/react-dom": "18.2.18",
21-
"@typescript-eslint/eslint-plugin": "6.16.0",
21+
"@typescript-eslint/eslint-plugin": "6.17.0",
2222
"@typescript-eslint/parser": ">=6.17.0",
2323
"@vitejs/plugin-react": "4.2.1",
2424
"eslint": ">=8.56.0",

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "0.10.2",
3+
"version": "0.10.3-beta.0",
44
"description": "ESLint React's monorepo. A full TypeScript rewrite of eslint-plugin-react, with well-designed rule behaviors and sensible defaults for modern React apps.",
55
"keywords": [
66
"eslint",
@@ -64,12 +64,12 @@
6464
"@tsconfig/node20": "20.1.2",
6565
"@tsconfig/strictest": "2.0.2",
6666
"@types/node": "20.10.6",
67-
"@typescript-eslint/eslint-plugin": "6.16.0",
67+
"@typescript-eslint/eslint-plugin": "6.17.0",
6868
"@typescript-eslint/parser": ">=6.17.0",
6969
"@typescript-eslint/rule-tester": "6.17.0",
7070
"@vitest/ui": "1.1.1",
71-
"bun": "1.0.20",
72-
"bun-types": "1.0.20",
71+
"bun": "1.0.21",
72+
"bun-types": "1.0.21",
7373
"cspell": "8.3.1",
7474
"dedent": "1.5.1",
7575
"dprint": "0.45.0",
@@ -79,7 +79,7 @@
7979
"eslint-plugin-eslint-plugin": "5.2.1",
8080
"eslint-plugin-filenames-simple": "0.9.0",
8181
"eslint-plugin-functional": "6.0.0",
82-
"eslint-plugin-jsdoc": "46.10.1",
82+
"eslint-plugin-jsdoc": "47.0.2",
8383
"eslint-plugin-total-functions": "7.1.0",
8484
"eslint-plugin-vitest": "0.3.20",
8585
"fast-equals": "5.0.1",
@@ -98,7 +98,7 @@
9898
"ts-pattern": "5.0.6",
9999
"turbo": "1.11.2",
100100
"type-fest": "4.9.0",
101-
"typedoc": "0.25.5",
101+
"typedoc": "0.25.6",
102102
"typedoc-plugin-markdown": "3.17.1",
103103
"typedoc-plugin-mermaid": "1.10.0",
104104
"typedoc-plugin-rename-defaults": "0.7.0",
@@ -115,12 +115,12 @@
115115
},
116116
"pnpm": {
117117
"overrides": {
118-
"@typescript-eslint/parser": ">=6.16.0",
119-
"@typescript-eslint/scope-manager": "6.16.0",
120-
"@typescript-eslint/type-utils": "6.16.0",
121-
"@typescript-eslint/types": "6.16.0",
122-
"@typescript-eslint/utils": "6.16.0",
123-
"@typescript-eslint/eslint-plugin": "6.16.0",
118+
"@typescript-eslint/parser": ">=6.17.0",
119+
"@typescript-eslint/scope-manager": "6.17.0",
120+
"@typescript-eslint/type-utils": "6.17.0",
121+
"@typescript-eslint/types": "6.17.0",
122+
"@typescript-eslint/utils": "6.17.0",
123+
"@typescript-eslint/eslint-plugin": "6.17.0",
124124
"eslint": ">=8.56.0",
125125
"effect": "2.0.0-next.62",
126126
"next": "14.0.4",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "0.10.2",
3+
"version": "0.10.3-beta.0",
44
"description": "ESLint React's ESLint utility module for static analysis of React core API and Patterns.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -49,7 +49,7 @@
4949
"@eslint-react/types": "workspace:*",
5050
"@typescript-eslint/scope-manager": "6.17.0",
5151
"@typescript-eslint/type-utils": "6.17.0",
52-
"@typescript-eslint/types": "6.16.0",
52+
"@typescript-eslint/types": "6.17.0",
5353
"@typescript-eslint/utils": "6.17.0",
5454
"short-unique-id": "5.0.3"
5555
}

packages/plugins/eslint-plugin-debug/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-debug",
3-
"version": "0.10.2",
3+
"version": "0.10.3-beta.0",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -51,7 +51,7 @@
5151
"@typescript-eslint/parser": ">=6.17.0",
5252
"@typescript-eslint/scope-manager": "6.17.0",
5353
"@typescript-eslint/type-utils": "6.17.0",
54-
"@typescript-eslint/types": "6.16.0",
54+
"@typescript-eslint/types": "6.17.0",
5555
"@typescript-eslint/utils": "6.17.0",
5656
"string-ts": "2.0.0",
5757
"typescript": ">=5.3.3"

packages/plugins/eslint-plugin-jsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-jsx",
3-
"version": "0.10.2",
3+
"version": "0.10.3-beta.0",
44
"description": "ESLint React's ESLint plugin for JSX related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -51,7 +51,7 @@
5151
"@typescript-eslint/parser": ">=6.17.0",
5252
"@typescript-eslint/scope-manager": "6.17.0",
5353
"@typescript-eslint/type-utils": "6.17.0",
54-
"@typescript-eslint/types": "6.16.0",
54+
"@typescript-eslint/types": "6.17.0",
5555
"@typescript-eslint/utils": "6.17.0",
5656
"ts-api-utils": "1.0.3",
5757
"typescript": ">=5.3.3"

packages/plugins/eslint-plugin-naming-convention/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-naming-convention",
3-
"version": "0.10.2",
3+
"version": "0.10.3-beta.0",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -51,7 +51,7 @@
5151
"@typescript-eslint/parser": ">=6.17.0",
5252
"@typescript-eslint/scope-manager": "6.17.0",
5353
"@typescript-eslint/type-utils": "6.17.0",
54-
"@typescript-eslint/types": "6.16.0",
54+
"@typescript-eslint/types": "6.17.0",
5555
"@typescript-eslint/utils": "6.17.0",
5656
"string-ts": "2.0.0",
5757
"typescript": ">=5.3.3"

packages/plugins/eslint-plugin-react-hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-react-hooks",
3-
"version": "0.10.2",
3+
"version": "0.10.3-beta.0",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -51,7 +51,7 @@
5151
"@typescript-eslint/parser": ">=6.17.0",
5252
"@typescript-eslint/scope-manager": "6.17.0",
5353
"@typescript-eslint/type-utils": "6.17.0",
54-
"@typescript-eslint/types": "6.16.0",
54+
"@typescript-eslint/types": "6.17.0",
5555
"@typescript-eslint/utils": "6.17.0",
5656
"string-ts": "2.0.0",
5757
"typescript": ">=5.3.3"

0 commit comments

Comments
 (0)