Skip to content

Commit c62fca7

Browse files
committed
chore: update @typescript-eslint packages to version 8.26.0
1 parent d0398b1 commit c62fca7

File tree

23 files changed

+365
-350
lines changed

23 files changed

+365
-350
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.25.0",
29-
"@typescript-eslint/type-utils": "^8.25.0",
30-
"@typescript-eslint/types": "^8.25.0",
31-
"@typescript-eslint/utils": "^8.25.0",
28+
"@typescript-eslint/scope-manager": "^8.26.0",
29+
"@typescript-eslint/type-utils": "^8.26.0",
30+
"@typescript-eslint/types": "^8.26.0",
31+
"@typescript-eslint/utils": "^8.26.0",
3232
"string-ts": "^2.2.1",
3333
"ts-pattern": "^5.6.2"
3434
},

apps/website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"fumadocs-typescript": "3.1.0",
2020
"fumadocs-ui": "15.0.12",
2121
"lucide-react": "^0.477.0",
22-
"next": "^15.2.0",
22+
"next": "^15.2.1",
2323
"next-view-transitions": "^0.3.4",
2424
"react": "^19.0.0",
2525
"react-dom": "^19.0.0",
@@ -33,14 +33,14 @@
3333
"@eslint/markdown": "^6.2.2",
3434
"@local/configs": "workspace:*",
3535
"@mdx-js/mdx": "^3.1.0",
36-
"@next/eslint-plugin-next": "^15.2.0",
36+
"@next/eslint-plugin-next": "^15.2.1",
3737
"@tailwindcss/postcss": "^4.0.9",
3838
"@tsconfig/next": "^2.0.3",
3939
"@tsconfig/node22": "^22.0.0",
4040
"@tsconfig/strictest": "^2.0.5",
4141
"@types/hast": "^3.0.4",
4242
"@types/mdx": "^2.0.13",
43-
"@types/node": "^22.13.8",
43+
"@types/node": "^22.13.9",
4444
"@types/react": "^19.0.10",
4545
"@types/react-dom": "^19.0.4",
4646
"autoprefixer": "^10.4.20",
@@ -57,6 +57,6 @@
5757
"postcss": "^8.5.3",
5858
"tailwindcss": "^4.0.9",
5959
"typescript": "^5.8.2",
60-
"typescript-eslint": "^8.25.0"
60+
"typescript-eslint": "^8.26.0"
6161
}
6262
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@eslint/js": "^9.21.0",
3535
"@tsconfig/node22": "^22.0.0",
3636
"@tsconfig/strictest": "^2.0.5",
37-
"@types/node": "^22.13.8",
37+
"@types/node": "^22.13.9",
3838
"@types/react": "^19.0.10",
3939
"eslint": "^9.21.0",
4040
"eslint-plugin-react-dom": "workspace:*",
@@ -47,7 +47,7 @@
4747
"react": "^19.0.0",
4848
"tsup": "^8.4.0",
4949
"typescript": "^5.8.2",
50-
"typescript-eslint": "^8.25.0"
50+
"typescript-eslint": "^8.26.0"
5151
},
5252
"peerDependencies": {
5353
"react": "^19.0.0"

examples/next-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"next": "^15.2.0",
12+
"next": "^15.2.1",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0"
1515
},
1616
"devDependencies": {
1717
"@eslint-react/eslint-plugin": "workspace:*",
1818
"@eslint/config-inspector": "^1.0.1",
1919
"@eslint/js": "^9.21.0",
20-
"@next/eslint-plugin-next": "^15.2.0",
20+
"@next/eslint-plugin-next": "^15.2.1",
2121
"@tsconfig/next": "^2.0.3",
2222
"@tsconfig/node22": "^22.0.0",
2323
"@tsconfig/strictest": "^2.0.5",
24-
"@types/node": "^22.13.8",
24+
"@types/node": "^22.13.9",
2525
"@types/react": "^19.0.10",
2626
"@types/react-dom": "^19.0.4",
2727
"eslint": "^9.21.0",
2828
"eslint-config-flat-gitignore": "^2.1.0",
2929
"eslint-plugin-react-hooks": "^5.2.0",
3030
"eslint-plugin-react-refresh": "^0.4.19",
3131
"typescript": "^5.8.2",
32-
"typescript-eslint": "^8.25.0"
32+
"typescript-eslint": "^8.26.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.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.19",
3030
"typescript": "^5.8.2",
31-
"typescript-eslint": "^8.25.0",
31+
"typescript-eslint": "^8.26.0",
3232
"vite": "^6.2.0"
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.1",
3535
"typescript": "^5.8.2",
36-
"typescript-eslint": "^8.25.0",
36+
"typescript-eslint": "^8.26.0",
3737
"vite": "^6.2.0"
3838
},
3939
"engines": {

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161
"@swc/core": "^1.11.5",
6262
"@tsconfig/node22": "^22.0.0",
6363
"@tsconfig/strictest": "^2.0.5",
64-
"@types/node": "^22.13.8",
64+
"@types/node": "^22.13.9",
6565
"@types/react": "^19.0.10",
6666
"@types/react-dom": "^19.0.4",
67-
"@typescript-eslint/parser": "^8.25.0",
68-
"@typescript-eslint/rule-tester": "^8.25.0",
69-
"@typescript-eslint/types": "^8.25.0",
67+
"@typescript-eslint/parser": "^8.26.0",
68+
"@typescript-eslint/rule-tester": "^8.26.0",
69+
"@typescript-eslint/types": "^8.26.0",
7070
"ansis": "^3.17.0",
7171
"cspell": "^8.17.5",
7272
"dedent": "^1.5.3",
@@ -85,7 +85,7 @@
8585
"lefthook": "^1.11.2",
8686
"markdownlint": "^0.37.4",
8787
"nx": "20.4.2",
88-
"publint": "^0.3.7",
88+
"publint": "^0.3.8",
8989
"react": "^19.0.0",
9090
"react-dom": "^19.0.0",
9191
"skott": "^0.35.4",
@@ -100,7 +100,7 @@
100100
"typedoc-plugin-mdn-links": "^5.0.1",
101101
"typedoc-plugin-missing-exports": "^3.1.0",
102102
"typescript": "^5.8.2",
103-
"typescript-eslint": "^8.25.0",
103+
"typescript-eslint": "^8.26.0",
104104
"vitest": "^3.0.7"
105105
},
106106
"packageManager": "[email protected]",
@@ -126,7 +126,7 @@
126126
"cross-spawn": "^7.0.6",
127127
"esbuild": "^0.25.0",
128128
"lucide-react": "^0.477.0",
129-
"next": "^15.2.0",
129+
"next": "^15.2.1",
130130
"react": "^19.0.0",
131131
"react-dom": "^19.0.0",
132132
"ts-api-utils": "^2.0.1",

packages/core/docs/-internal-/type-aliases/Lib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
# Type Alias: Lib
88

9-
> **Lib**: `"decorators"` \| `"decorators.legacy"` \| `"dom"` \| `"dom.asynciterable"` \| `"dom.iterable"` \| `"es5"` \| `"es6"` \| `"es7"` \| `"es2015"` \| `"es2015.collection"` \| `"es2015.core"` \| `"es2015.generator"` \| `"es2015.iterable"` \| `"es2015.promise"` \| `"es2015.proxy"` \| `"es2015.reflect"` \| `"es2015.symbol"` \| `"es2015.symbol.wellknown"` \| `"es2016"` \| `"es2016.array.include"` \| `"es2016.full"` \| `"es2016.intl"` \| `"es2017"` \| `"es2017.arraybuffer"` \| `"es2017.date"` \| `"es2017.full"` \| `"es2017.intl"` \| `"es2017.object"` \| `"es2017.sharedmemory"` \| `"es2017.string"` \| `"es2017.typedarrays"` \| `"es2018"` \| `"es2018.asyncgenerator"` \| `"es2018.asynciterable"` \| `"es2018.full"` \| `"es2018.intl"` \| `"es2018.promise"` \| `"es2018.regexp"` \| `"es2019"` \| `"es2019.array"` \| `"es2019.full"` \| `"es2019.intl"` \| `"es2019.object"` \| `"es2019.string"` \| `"es2019.symbol"` \| `"es2020"` \| `"es2020.bigint"` \| `"es2020.date"` \| `"es2020.full"` \| `"es2020.intl"` \| `"es2020.number"` \| `"es2020.promise"` \| `"es2020.sharedmemory"` \| `"es2020.string"` \| `"es2020.symbol.wellknown"` \| `"es2021"` \| `"es2021.full"` \| `"es2021.intl"` \| `"es2021.promise"` \| `"es2021.string"` \| `"es2021.weakref"` \| `"es2022"` \| `"es2022.array"` \| `"es2022.error"` \| `"es2022.full"` \| `"es2022.intl"` \| `"es2022.object"` \| `"es2022.regexp"` \| `"es2022.string"` \| `"es2023"` \| `"es2023.array"` \| `"es2023.collection"` \| `"es2023.full"` \| `"es2023.intl"` \| `"es2024"` \| `"es2024.arraybuffer"` \| `"es2024.collection"` \| `"es2024.full"` \| `"es2024.object"` \| `"es2024.promise"` \| `"es2024.regexp"` \| `"es2024.sharedmemory"` \| `"es2024.string"` \| `"esnext"` \| `"esnext.array"` \| `"esnext.asynciterable"` \| `"esnext.bigint"` \| `"esnext.collection"` \| `"esnext.decorators"` \| `"esnext.disposable"` \| `"esnext.full"` \| `"esnext.intl"` \| `"esnext.iterator"` \| `"esnext.object"` \| `"esnext.promise"` \| `"esnext.regexp"` \| `"esnext.string"` \| `"esnext.symbol"` \| `"esnext.weakref"` \| `"lib"` \| `"scripthost"` \| `"webworker"` \| `"webworker.asynciterable"` \| `"webworker.importscripts"` \| `"webworker.iterable"`
9+
> **Lib**: `"decorators"` \| `"decorators.legacy"` \| `"dom"` \| `"dom.asynciterable"` \| `"dom.iterable"` \| `"es5"` \| `"es6"` \| `"es7"` \| `"es2015"` \| `"es2015.collection"` \| `"es2015.core"` \| `"es2015.generator"` \| `"es2015.iterable"` \| `"es2015.promise"` \| `"es2015.proxy"` \| `"es2015.reflect"` \| `"es2015.symbol"` \| `"es2015.symbol.wellknown"` \| `"es2016"` \| `"es2016.array.include"` \| `"es2016.full"` \| `"es2016.intl"` \| `"es2017"` \| `"es2017.arraybuffer"` \| `"es2017.date"` \| `"es2017.full"` \| `"es2017.intl"` \| `"es2017.object"` \| `"es2017.sharedmemory"` \| `"es2017.string"` \| `"es2017.typedarrays"` \| `"es2018"` \| `"es2018.asyncgenerator"` \| `"es2018.asynciterable"` \| `"es2018.full"` \| `"es2018.intl"` \| `"es2018.promise"` \| `"es2018.regexp"` \| `"es2019"` \| `"es2019.array"` \| `"es2019.full"` \| `"es2019.intl"` \| `"es2019.object"` \| `"es2019.string"` \| `"es2019.symbol"` \| `"es2020"` \| `"es2020.bigint"` \| `"es2020.date"` \| `"es2020.full"` \| `"es2020.intl"` \| `"es2020.number"` \| `"es2020.promise"` \| `"es2020.sharedmemory"` \| `"es2020.string"` \| `"es2020.symbol.wellknown"` \| `"es2021"` \| `"es2021.full"` \| `"es2021.intl"` \| `"es2021.promise"` \| `"es2021.string"` \| `"es2021.weakref"` \| `"es2022"` \| `"es2022.array"` \| `"es2022.error"` \| `"es2022.full"` \| `"es2022.intl"` \| `"es2022.object"` \| `"es2022.regexp"` \| `"es2022.string"` \| `"es2023"` \| `"es2023.array"` \| `"es2023.collection"` \| `"es2023.full"` \| `"es2023.intl"` \| `"es2024"` \| `"es2024.arraybuffer"` \| `"es2024.collection"` \| `"es2024.full"` \| `"es2024.object"` \| `"es2024.promise"` \| `"es2024.regexp"` \| `"es2024.sharedmemory"` \| `"es2024.string"` \| `"esnext"` \| `"esnext.array"` \| `"esnext.asynciterable"` \| `"esnext.bigint"` \| `"esnext.collection"` \| `"esnext.decorators"` \| `"esnext.disposable"` \| `"esnext.float16"` \| `"esnext.full"` \| `"esnext.intl"` \| `"esnext.iterator"` \| `"esnext.object"` \| `"esnext.promise"` \| `"esnext.regexp"` \| `"esnext.string"` \| `"esnext.symbol"` \| `"esnext.weakref"` \| `"lib"` \| `"scripthost"` \| `"webworker"` \| `"webworker.asynciterable"` \| `"webworker.importscripts"` \| `"webworker.iterable"`

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.25.0",
51-
"@typescript-eslint/type-utils": "^8.25.0",
52-
"@typescript-eslint/types": "^8.25.0",
53-
"@typescript-eslint/utils": "^8.25.0",
50+
"@typescript-eslint/scope-manager": "^8.26.0",
51+
"@typescript-eslint/type-utils": "^8.26.0",
52+
"@typescript-eslint/types": "^8.26.0",
53+
"@typescript-eslint/utils": "^8.26.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.25.0",
59-
"@typescript-eslint/type-utils": "^8.25.0",
60-
"@typescript-eslint/types": "^8.25.0",
61-
"@typescript-eslint/utils": "^8.25.0",
58+
"@typescript-eslint/scope-manager": "^8.26.0",
59+
"@typescript-eslint/type-utils": "^8.26.0",
60+
"@typescript-eslint/types": "^8.26.0",
61+
"@typescript-eslint/utils": "^8.26.0",
6262
"string-ts": "^2.2.1",
6363
"ts-pattern": "^5.6.2"
6464
},

0 commit comments

Comments
 (0)