Skip to content

Commit 2019693

Browse files
committed
chore: update @typescript-eslint packages to version 8.25.0
1 parent 0f8eaf8 commit 2019693

File tree

22 files changed

+373
-373
lines changed

22 files changed

+373
-373
lines changed

.pkgs/eslint-plugin-local/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"@eslint-react/eff": "workspace:*",
2626
"@eslint-react/shared": "workspace:*",
2727
"@eslint-react/var": "workspace:*",
28-
"@typescript-eslint/scope-manager": "^8.24.1",
29-
"@typescript-eslint/type-utils": "^8.24.1",
30-
"@typescript-eslint/types": "^8.24.1",
31-
"@typescript-eslint/utils": "^8.24.1",
28+
"@typescript-eslint/scope-manager": "^8.25.0",
29+
"@typescript-eslint/type-utils": "^8.25.0",
30+
"@typescript-eslint/types": "^8.25.0",
31+
"@typescript-eslint/utils": "^8.25.0",
3232
"string-ts": "^2.2.1",
3333
"ts-pattern": "^5.6.2"
3434
},

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"postcss": "^8.5.3",
5757
"tailwindcss": "^4.0.8",
5858
"typescript": "^5.7.3",
59-
"typescript-eslint": "^8.24.1"
59+
"typescript-eslint": "^8.25.0"
6060
}
6161
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"react": "^19.0.0",
4848
"tsup": "^8.3.6",
4949
"typescript": "^5.7.3",
50-
"typescript-eslint": "^8.24.1"
50+
"typescript-eslint": "^8.25.0"
5151
},
5252
"peerDependencies": {
5353
"react": "^19.0.0"

examples/next-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-hooks": "^5.1.0",
3030
"eslint-plugin-react-refresh": "^0.4.19",
3131
"typescript": "^5.7.3",
32-
"typescript-eslint": "^8.24.1"
32+
"typescript-eslint": "^8.25.0"
3333
},
3434
"engines": {
3535
"node": ">=18.18.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-react-hooks": "^5.1.0",
2929
"eslint-plugin-react-refresh": "^0.4.19",
3030
"typescript": "^5.7.3",
31-
"typescript-eslint": "^8.24.1",
31+
"typescript-eslint": "^8.25.0",
3232
"vite": "^6.1.1"
3333
},
3434
"engines": {

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
@@ -33,7 +33,7 @@
3333
"ts-blank-eslint-parser": "^0.3.3",
3434
"ts-blank-space": "^0.6.0",
3535
"typescript": "^5.7.3",
36-
"typescript-eslint": "^8.24.1",
36+
"typescript-eslint": "^8.25.0",
3737
"vite": "^6.1.1"
3838
},
3939
"engines": {

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
"@types/node": "^22.13.5",
6767
"@types/react": "^19.0.10",
6868
"@types/react-dom": "^19.0.4",
69-
"@typescript-eslint/parser": "^8.24.1",
70-
"@typescript-eslint/rule-tester": "^8.24.1",
71-
"@typescript-eslint/types": "^8.24.1",
72-
"@vitest/ui": "^3.0.6",
69+
"@typescript-eslint/parser": "^8.25.0",
70+
"@typescript-eslint/rule-tester": "^8.25.0",
71+
"@typescript-eslint/types": "^8.25.0",
72+
"@vitest/ui": "^3.0.7",
7373
"concurrently": "^9.1.2",
7474
"cspell": "^8.17.5",
7575
"dedent": "^1.5.3",
@@ -85,7 +85,7 @@
8585
"eslint-plugin-unicorn": "^57.0.0",
8686
"eslint-plugin-vitest": "^0.5.4",
8787
"jiti": "^2.4.2",
88-
"lefthook": "^1.10.11",
88+
"lefthook": "^1.11.0",
8989
"markdownlint": "^0.37.4",
9090
"nx": "20.4.2",
9191
"ofetch": "^1.4.1",
@@ -101,14 +101,14 @@
101101
"tsup": "^8.3.6",
102102
"tsx": "^4.19.3",
103103
"type-fest": "^4.35.0",
104-
"typedoc": "^0.27.8",
105-
"typedoc-plugin-inline-sources": "^1.2.0",
104+
"typedoc": "^0.27.9",
105+
"typedoc-plugin-inline-sources": "^1.2.1",
106106
"typedoc-plugin-markdown": "^4.4.2",
107-
"typedoc-plugin-mdn-links": "^4.0.13",
107+
"typedoc-plugin-mdn-links": "^4.0.14",
108108
"typedoc-plugin-missing-exports": "^3.1.0",
109109
"typescript": "^5.7.3",
110-
"typescript-eslint": "^8.24.1",
111-
"vitest": "^3.0.6"
110+
"typescript-eslint": "^8.25.0",
111+
"vitest": "^3.0.7"
112112
},
113113
"packageManager": "[email protected]",
114114
"engines": {
@@ -124,7 +124,7 @@
124124
"overrides": {
125125
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.7",
126126
"safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.6",
127-
"safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.6",
127+
"safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.7",
128128
"typedarray": "npm:@socketregistry/typedarray@^1.0.5",
129129
"@types/react": "^19.0.10",
130130
"@types/react-dom": "^19.0.4",

packages/core/docs/-internal-/interfaces/TSImportType.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
1919
***
2020

21-
### attributes
22-
23-
> **attributes**: `ImportAttribute`[]
24-
25-
***
26-
2721
### loc
2822

2923
> **loc**: [`SourceLocation`](SourceLocation.md)
@@ -38,6 +32,12 @@ The loc property is defined as nullable by ESTree, but ESLint requires this prop
3832

3933
***
4034

35+
### options
36+
37+
> **options**: `null` \| [`ObjectExpression`](ObjectExpression.md)
38+
39+
***
40+
4141
### parent
4242

4343
> **parent**: [`Node`](../type-aliases/Node.md)

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"@eslint-react/jsx": "workspace:*",
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/var": "workspace:*",
50-
"@typescript-eslint/scope-manager": "^8.24.1",
51-
"@typescript-eslint/type-utils": "^8.24.1",
52-
"@typescript-eslint/types": "^8.24.1",
53-
"@typescript-eslint/utils": "^8.24.1",
50+
"@typescript-eslint/scope-manager": "^8.25.0",
51+
"@typescript-eslint/type-utils": "^8.25.0",
52+
"@typescript-eslint/types": "^8.25.0",
53+
"@typescript-eslint/utils": "^8.25.0",
5454
"birecord": "^0.1.1",
5555
"ts-pattern": "^5.6.2"
5656
},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"@eslint-react/jsx": "workspace:*",
5656
"@eslint-react/shared": "workspace:*",
5757
"@eslint-react/var": "workspace:*",
58-
"@typescript-eslint/scope-manager": "^8.24.1",
59-
"@typescript-eslint/type-utils": "^8.24.1",
60-
"@typescript-eslint/types": "^8.24.1",
61-
"@typescript-eslint/utils": "^8.24.1",
58+
"@typescript-eslint/scope-manager": "^8.25.0",
59+
"@typescript-eslint/type-utils": "^8.25.0",
60+
"@typescript-eslint/types": "^8.25.0",
61+
"@typescript-eslint/utils": "^8.25.0",
6262
"string-ts": "^2.2.1",
6363
"ts-pattern": "^5.6.2"
6464
},

0 commit comments

Comments
 (0)