Skip to content

Commit 3c5339e

Browse files
authored
Merge branch 'main' into no-use-in-try-catch
2 parents da59b14 + 514b856 commit 3c5339e

File tree

41 files changed

+89
-283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+89
-283
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Before submitting your contribution though, please make sure to take a moment an
4040

4141
## Pull Request Guidelines
4242

43-
- You have to [sign your commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits).
43+
- **You have to [sign your commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits)**.
4444

4545
- It's OK to have multiple small commits as you work on the PR - we will let GitHub automatically squash it before merging.
4646

VERSION

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

cspell.json

Lines changed: 4 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -6,106 +6,59 @@
66
"node",
77
"html",
88
"typescript",
9-
"csharp",
10-
"scala",
119
"fonts",
1210
"filetypes",
1311
"misc"
1412
],
1513
"ignorePaths": [
14+
".vscode/**/*",
1615
"**/*.spec.ts",
1716
"**/*.svg",
1817
"**/*/docs/**/*",
19-
".vscode/**/*",
18+
"apps/website/public/**/*",
2019
"assets/**/*",
2120
"bun.lockb",
2221
"package.json",
2322
"pnpm-lock.yaml",
23+
"README.md",
2424
"test/fixtures",
25-
"apps/website/public/**/*",
26-
"THIRD-PARTY-LICENSE",
27-
"README.md"
25+
"THIRD-PARTY-LICENSE"
2826
],
2927
"useGitignore": true,
3028
"words": [
31-
"adrs",
32-
"aile",
33-
"arrs",
3429
"bimap",
3530
"birecord",
36-
"clippy",
3731
"codemod",
3832
"consequents",
3933
"declarators",
40-
"deepmerge",
4134
"dprint",
42-
"er",
4335
"fastpaths",
44-
"flexsearch",
4536
"frontmatter",
46-
"greenlighted",
47-
"hatchpath",
48-
"hoistable",
4937
"hrefs",
5038
"iifes",
51-
"imjordanxd",
52-
"importx",
5339
"innerhtml",
54-
"knip",
55-
"lefthook",
5640
"lifecycles",
5741
"linebreak",
5842
"linting",
59-
"lockb",
60-
"mantine",
61-
"metas",
62-
"monaspace",
63-
"neovov",
64-
"nocheck",
65-
"noninteractive",
66-
"noto",
67-
"oentries",
6843
"opengraph",
69-
"pantajoe",
70-
"pathe",
71-
"pattycake",
72-
"picomatch",
73-
"preact",
74-
"prevs",
75-
"purry",
7644
"quasis",
7745
"reactdom",
7846
"reactjs",
7947
"reactx",
8048
"rehype",
81-
"remeda",
82-
"ress",
83-
"rizzzse",
8449
"setstate",
8550
"shiki",
86-
"shuding",
8751
"signoff",
88-
"sonarjs",
89-
"superbytes",
90-
"susisu",
9152
"tanstack",
92-
"tascript",
93-
"taze",
9453
"textnode",
9554
"textnodes",
9655
"tinyglobby",
9756
"todos",
9857
"treeshake",
9958
"tses",
100-
"tsesast",
10159
"tseslint",
10260
"tsup",
10361
"twoslash",
104-
"typeclass",
105-
"uentries",
106-
"uncast",
107-
"undeprecate",
108-
"unoptimized",
10962
"valibot",
11063
"weakref"
11164
]

examples/dual-react-dom-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"peerDependencies": {
5353
"react": "^19.0.0"
5454
},
55-
"packageManager": "[email protected].0",
55+
"packageManager": "[email protected].1",
5656
"engines": {
5757
"node": ">=18.18.0"
5858
}

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": "1.28.1-beta.1",
3+
"version": "1.28.1-beta.2",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -110,7 +110,7 @@
110110
"typescript-eslint": "^8.25.0",
111111
"vitest": "^3.0.7"
112112
},
113-
"packageManager": "[email protected].0",
113+
"packageManager": "[email protected].1",
114114
"engines": {
115115
"node": ">=18.18.0"
116116
},

packages/core/docs/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
- [isChildrenForEachCall](functions/isChildrenForEachCall.md)
6262
- [isChildrenMap](functions/isChildrenMap.md)
6363
- [isChildrenMapCall](functions/isChildrenMapCall.md)
64-
- [isChildrenOfCreateElement](functions/isChildrenOfCreateElement.md)
6564
- [isChildrenOnly](functions/isChildrenOnly.md)
6665
- [isChildrenOnlyCall](functions/isChildrenOnlyCall.md)
6766
- [isChildrenToArray](functions/isChildrenToArray.md)
@@ -80,7 +79,6 @@
8079
- [isCreateRef](functions/isCreateRef.md)
8180
- [isCreateRefCall](functions/isCreateRefCall.md)
8281
- [isDeclaredInRenderPropLoose](functions/isDeclaredInRenderPropLoose.md)
83-
- [isDisplayNameAssignment](functions/isDisplayNameAssignment.md)
8482
- [isForwardRef](functions/isForwardRef.md)
8583
- [isForwardRefCall](functions/isForwardRefCall.md)
8684
- [isFromReact](functions/isFromReact.md)
@@ -95,8 +93,6 @@
9593
- [isGetDerivedStateFromError](functions/isGetDerivedStateFromError.md)
9694
- [isGetDerivedStateFromProps](functions/isGetDerivedStateFromProps.md)
9795
- [isInitializedFromReact](functions/isInitializedFromReact.md)
98-
- [isInsideCreateElementProps](functions/isInsideCreateElementProps.md)
99-
- [isInsideReactHook](functions/isInsideReactHook.md)
10096
- [isInsideRenderMethod](functions/isInsideRenderMethod.md)
10197
- [isInversePhase](functions/isInversePhase.md)
10298
- [isMemo](functions/isMemo.md)

packages/core/docs/functions/isChildrenOfCreateElement.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

packages/core/docs/functions/isDisplayNameAssignment.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

packages/core/docs/functions/isFunctionOfUseEffectCleanup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
### node
1414

15-
[`Node`](../-internal-/type-aliases/Node.md)
15+
`undefined` | [`Node`](../-internal-/type-aliases/Node.md)
1616

1717
## Returns
1818

packages/core/docs/functions/isInsideCreateElementProps.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)