Skip to content

Commit dae63f3

Browse files
committed
release: 0.10.0-beta.0
1 parent 067e861 commit dae63f3

File tree

16 files changed

+115
-87
lines changed

16 files changed

+115
-87
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## v0.10.0-beta.0 (Thu Dec 21 2023)
2+
3+
### Release Notes
4+
5+
#### Add rule `jsx/max-depth`
6+
7+
---
8+
9+
🚀 Enhancement
10+
11+
- Add rule `jsx/max-depth`.
12+
- Improve `recommended` and `recommended-legacy` presets.
13+
14+
#### 📝 Documentation
15+
16+
- Improve docs for style rules.
17+
18+
#### 🏠 Internal
19+
20+
- `@eslint-react/monorepo`
21+
- Restructure packages.
22+
23+
#### Authors: 1
24+
25+
- Eva1ent ([@Rel1cx](https://github.com/Rel1cx))
26+
27+
---
28+
129
## v0.9.8 (Tue Dec 19 2023)
230

331
### Release Notes

VERSION

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "0.10.0",
3+
"version": "0.10.0-beta.0",
44
"description": "ESLint React's monorepo. More than 50 ESLint rules to catch common mistakes and improve your React code. Built (mostly) from scratch.",
55
"keywords": [
66
"eslint",
@@ -70,7 +70,7 @@
7070
"@vitest/ui": "1.1.0",
7171
"bun": "1.0.18",
7272
"bun-types": "1.0.18-canary.20231220T140133",
73-
"cspell": "8.2.0",
73+
"cspell": "8.2.1",
7474
"dedent": "1.5.1",
7575
"dprint": "0.44.0",
7676
"effect": "2.0.0-next.61",
@@ -84,7 +84,7 @@
8484
"eslint-plugin-vitest": "0.3.18",
8585
"fast-equals": "5.0.1",
8686
"husky": "8.0.3",
87-
"knip": "3.8.3",
87+
"knip": "3.8.4",
8888
"markdownlint": "0.32.1",
8989
"pathe": "1.1.1",
9090
"publint": "0.2.6",

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": "0.10.0",
3+
"version": "0.10.0-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": {

packages/plugins/eslint-plugin-debug/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-plugin-debug",
3-
"version": "0.10.0",
3+
"version": "0.10.0-beta.0",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/plugins/eslint-plugin-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/eslint-plugin-jsx",
3-
"version": "0.10.0",
3+
"version": "0.10.0-beta.0",
44
"description": "ESLint React's ESLint plugin for JSX related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/plugins/eslint-plugin-naming-convention/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-plugin-naming-convention",
3-
"version": "0.10.0",
3+
"version": "0.10.0-beta.0",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/plugins/eslint-plugin-react-hooks/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-plugin-react-hooks",
3-
"version": "0.10.0",
3+
"version": "0.10.0-beta.0",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/plugins/eslint-plugin-react/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-plugin-react",
3-
"version": "0.10.0",
3+
"version": "0.10.0-beta.0",
44
"description": "ESLint React's ESLint plugin for React related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/plugins/eslint-plugin/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-plugin",
3-
"version": "0.10.0",
3+
"version": "0.10.0-beta.0",
44
"description": "ESLint React's main ESLint plugin. More than 50 ESLint rules to catch common mistakes and improve your React code. Built (mostly) from scratch.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)