Skip to content

Commit 7052e46

Browse files
committed
Merge branch '2.0.0-next' into no-unnecessary-use-effect
2 parents 8afc014 + ccc5b90 commit 7052e46

File tree

18 files changed

+99
-97
lines changed

18 files changed

+99
-97
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-next.30
1+
2.0.0-next.31

apps/website/app/overrides.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
.fd-callout .min-w-0.flex-1 {
2-
display: flex;
3-
flex-flow: column;
4-
gap: calc(var(--spacing) * 2);
5-
}
6-
7-
.fd-callout .min-w-0.flex-1>* {
8-
margin-top: 0;
9-
margin-bottom: 0;
10-
}
11-
121
[aria-roledescription="flowchart-v2"] span.nodeLabel {
132
filter: brightness(0.5);
143
}

apps/website/app/theme.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ button {
103103
:focus-visible:not([class*="outline-none"]) {
104104
outline: 2px solid var(--color-fd-primary);
105105
outline-offset: -2px;
106-
/* Commented out box-shadow alternative:
107-
box-shadow: inset 0 0 0 3px color-mix(in oklab, var(--color-fd-primary) 20%, transparent); */
108106
}
109107

110108
[role="tabpanel"]:focus-visible {

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/monorepo",
3-
"version": "2.0.0-next.30",
3+
"version": "2.0.0-next.31",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, naming-convention].",
66
"keywords": [
@@ -92,7 +92,7 @@
9292
"typedoc-plugin-mdn-links": "^5.0.2",
9393
"typescript": "^5.8.3",
9494
"typescript-eslint": "^8.33.0",
95-
"vitest": "^3.1.4"
95+
"vitest": "^3.2.0"
9696
},
9797
"packageManager": "[email protected]",
9898
"engines": {

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": "2.0.0-next.30",
3+
"version": "2.0.0-next.31",
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-react-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-plugin-react-debug",
3-
"version": "2.0.0-next.30",
3+
"version": "2.0.0-next.31",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "2.0.0-next.30",
3+
"version": "2.0.0-next.31",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-hooks-extra",
3-
"version": "2.0.0-next.30",
3+
"version": "2.0.0-next.31",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-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-plugin-react-naming-convention",
3-
"version": "2.0.0-next.30",
3+
"version": "2.0.0-next.31",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-web-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-web-api",
3-
"version": "2.0.0-next.30",
3+
"version": "2.0.0-next.31",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)