Skip to content

Commit 86aaff8

Browse files
Bump typescript-eslint to ^8.27.0 (#17101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a04c849 commit 86aaff8

File tree

3 files changed

+75
-75
lines changed

3 files changed

+75
-75
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@
116116
"@types/requestidlecallback": "^0.3.7",
117117
"@types/sinon": "^17.0.4",
118118
"@types/yargs": "^17.0.33",
119-
"@typescript-eslint/eslint-plugin": "^8.26.1",
120-
"@typescript-eslint/parser": "^8.26.1",
119+
"@typescript-eslint/eslint-plugin": "^8.27.0",
120+
"@typescript-eslint/parser": "^8.27.0",
121121
"autoprefixer": "^10.4.21",
122122
"axe-core": "4.10.3",
123123
"babel-loader": "^10.0.0",

packages/eslint-plugin-material-ui/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"main": "src/index.js",
77
"devDependencies": {
88
"@types/eslint": "^8.56.12",
9-
"@typescript-eslint/parser": "^8.26.1",
10-
"@typescript-eslint/rule-tester": "^8.26.1",
11-
"@typescript-eslint/utils": "^8.26.1"
9+
"@typescript-eslint/parser": "^8.27.0",
10+
"@typescript-eslint/rule-tester": "^8.27.0",
11+
"@typescript-eslint/utils": "^8.27.0"
1212
},
1313
"scripts": {
1414
"test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/eslint-plugin-material-ui/**/*.test.js' --timeout 3000"

pnpm-lock.yaml

+70-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)