Skip to content

Commit d132691

Browse files
committed
release: 0.10.12
1 parent bc70901 commit d132691

File tree

17 files changed

+287
-97
lines changed

17 files changed

+287
-97
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.12 (Sun Jan 21 2024)
2+
3+
### 🪄 Improvements
4+
5+
- Remove unnecessary `parserOptions` fields from presets.
6+
17
## v0.10.12-beta.0 (Sun Jan 21 2024)
28

39
### 🪄 Improvements

VERSION

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

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.12-beta.0",
3+
"version": "0.10.12",
44
"description": "ESLint React's monorepo. More than 50 ESLint rules to catch common mistakes and improve your React code. Rewritten from the scratch (mostly).",
55
"keywords": [
66
"eslint",
@@ -61,7 +61,7 @@
6161
"@rollup/plugin-json": "6.1.0",
6262
"@rollup/plugin-node-resolve": "15.2.3",
6363
"@rollup/plugin-typescript": "11.1.6",
64-
"@swc/core": "1.3.104",
64+
"@swc/core": "1.3.105",
6565
"@tsconfig/node20": "20.1.2",
6666
"@tsconfig/strictest": "2.0.2",
6767
"@types/node": "20.11.5",
@@ -88,7 +88,7 @@
8888
"markdownlint": "0.33.0",
8989
"pathe": "1.1.2",
9090
"publint": "0.2.7",
91-
"rollup": "4.9.5",
91+
"rollup": "4.9.6",
9292
"rollup-plugin-dts": "6.1.0",
9393
"rollup-plugin-swc3": "0.11.0",
9494
"rollup-plugin-visualizer": "5.12.0",

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.12-beta.0",
3+
"version": "0.10.12",
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/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.12-beta.0",
3+
"version": "0.10.12",
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.12-beta.0",
3+
"version": "0.10.12",
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.12-beta.0",
3+
"version": "0.10.12",
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.12-beta.0",
3+
"version": "0.10.12",
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.12-beta.0",
3+
"version": "0.10.12",
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.12-beta.0",
3+
"version": "0.10.12",
44
"description": "More than 50 ESLint rules to catch common mistakes and improve your React code. Rewritten from the scratch (mostly).",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)