Skip to content

Commit bf93529

Browse files
authored
Merge pull request #1256 from GitTools/dependabot/npm_and_yarn/typescript-eslint-8.5.0
(npm): Bump typescript-eslint from 8.4.0 to 8.5.0
2 parents 19b7c18 + 0b7b6a1 commit bf93529

File tree

3 files changed

+52
-52
lines changed

3 files changed

+52
-52
lines changed

package-lock.json

Lines changed: 49 additions & 49 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
@@ -66,7 +66,7 @@
6666
"simple-git": "^3.26.0",
6767
"tfx-cli": "^0.17.0",
6868
"typescript": "^5.6.2",
69-
"typescript-eslint": "^8.4.0",
69+
"typescript-eslint": "^8.5.0",
7070
"vite": "^5.4.3",
7171
"vite-node": "^2.0.5",
7272
"vite-tsconfig-paths": "^5.0.1",

src/agents/common/build-agent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ export abstract class BuildAgentBase implements IBuildAgent {
7777

7878
abstract error(message: string): void
7979

80-
abstract setSucceeded(message: string, done?: boolean | undefined): void
80+
abstract setSucceeded(message: string, done?: boolean): void
8181

82-
abstract setFailed(message: string, done?: boolean | undefined): void
82+
abstract setFailed(message: string, done?: boolean): void
8383

8484
abstract setOutput(name: string, value: string): void
8585

0 commit comments

Comments
 (0)