Skip to content

Commit d78238d

Browse files
Build(deps-dev): bump typescript-eslint from 8.57.1 to 8.57.2
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.57.1 to 8.57.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.2/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.57.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93d646d commit d78238d

File tree

4 files changed

+70
-81
lines changed

4 files changed

+70
-81
lines changed

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"mocha": "^11.7.5",
178178
"prettier": "^3.8.1",
179179
"typescript": "^5.9.3",
180-
"typescript-eslint": "^8.57.1",
180+
"typescript-eslint": "^8.57.2",
181181
"vitest": "^4.1.0"
182182
}
183183
}

package-lock.json

Lines changed: 67 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-prettier": "^5.5.5",
2929
"prettier": "^3.8.1",
3030
"typescript": "^5.9.3",
31-
"typescript-eslint": "^8.57.1"
31+
"typescript-eslint": "^8.57.2"
3232
},
3333
"scripts": {
3434
"build": "npm run build -w server && npm run build -w extensions/vscode",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint-plugin-prettier": "^5.5.5",
7979
"prettier": "^3.8.1",
8080
"typescript": "^5.9.3",
81-
"typescript-eslint": "^8.57.1",
81+
"typescript-eslint": "^8.57.2",
8282
"vitest": "^4.1.0"
8383
},
8484
"scripts": {

0 commit comments

Comments
 (0)