Skip to content

Commit fe45d12

Browse files
Build(deps-dev): bump typescript-eslint from 8.56.0 to 8.56.1
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.56.0 to 8.56.1. - [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.56.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.56.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1691206 commit fe45d12

File tree

4 files changed

+73
-73
lines changed

4 files changed

+73
-73
lines changed

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"mocha": "^11.7.5",
167167
"prettier": "^3.8.1",
168168
"typescript": "^5.9.3",
169-
"typescript-eslint": "^8.56.0",
169+
"typescript-eslint": "^8.56.1",
170170
"vitest": "^4.0.18"
171171
}
172172
}

package-lock.json

Lines changed: 70 additions & 70 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.56.0"
31+
"typescript-eslint": "^8.56.1"
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.56.0",
81+
"typescript-eslint": "^8.56.1",
8282
"vitest": "^4.0.18"
8383
},
8484
"scripts": {

0 commit comments

Comments
 (0)