Skip to content

Commit c57d2a2

Browse files
authored
Merge branch 'main' into no-use-in-try-catch
2 parents b9a8752 + e6d4a93 commit c57d2a2

File tree

24 files changed

+46
-46
lines changed

24 files changed

+46
-46
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.27.1-beta.8
1+
1.28.0-beta.1

apps/website/app/overrides.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
monospace;
4545
}
4646

47-
button[role] {
47+
button {
4848
cursor: pointer;
4949
}
5050

apps/website/content/docs/configurations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import React from "@pika/react";
4747

4848
### `strictImportCheck`
4949

50-
Check both the sharp and the import to determine if a API is from React before applying the rules.
50+
Check both the shape and the import to determine if a API is from React before applying the rules.
5151

5252
This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
5353

apps/website/content/docs/configurations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function SettingsTypeTable() {
2222
type: "boolean",
2323
description: (
2424
<Link href="#strictimportcheck">
25-
Check both the sharp and the import to determine if a API is from React before applying the rules. ⤵
25+
Check both the shape and the import to determine if a API is from React before applying the rules. ⤵
2626
</Link>
2727
),
2828
default: "false",

examples/vite-react-dom-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-react-refresh": "^0.4.19",
3030
"typescript": "^5.7.3",
3131
"typescript-eslint": "^8.25.0",
32-
"vite": "^6.1.1"
32+
"vite": "^6.2.0"
3333
},
3434
"engines": {
3535
"node": ">=18.18.0"

examples/vite-react-dom-js-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-hooks": "^5.1.0",
2626
"eslint-plugin-react-refresh": "^0.4.19",
2727
"globals": "^16.0.0",
28-
"vite": "^6.1.1"
28+
"vite": "^6.2.0"
2929
},
3030
"engines": {
3131
"node": ">=18.18.0"

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-react-hooks": "^5.1.0",
3232
"eslint-plugin-react-refresh": "^0.4.19",
3333
"globals": "^16.0.0",
34-
"vite": "^6.1.1"
34+
"vite": "^6.2.0"
3535
},
3636
"engines": {
3737
"node": ">=18.18.0"

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"ts-blank-space": "^0.6.0",
3535
"typescript": "^5.7.3",
3636
"typescript-eslint": "^8.25.0",
37-
"vite": "^6.1.1"
37+
"vite": "^6.2.0"
3838
},
3939
"engines": {
4040
"node": ">=18.18.0"

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": "1.27.1-beta.8",
3+
"version": "1.28.0-beta.1",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [

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": "1.27.1-beta.8",
3+
"version": "1.28.0-beta.1",
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": {

0 commit comments

Comments
 (0)