Skip to content

Commit

Permalink
Merge pull request #1256 from GitTools/dependabot/npm_and_yarn/typesc…
Browse files Browse the repository at this point in the history
…ript-eslint-8.5.0

(npm): Bump typescript-eslint from 8.4.0 to 8.5.0
  • Loading branch information
mergify[bot] authored Sep 10, 2024
2 parents 19b7c18 + 0b7b6a1 commit bf93529
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
98 changes: 49 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"simple-git": "^3.26.0",
"tfx-cli": "^0.17.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.4.0",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.3",
"vite-node": "^2.0.5",
"vite-tsconfig-paths": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions src/agents/common/build-agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ export abstract class BuildAgentBase implements IBuildAgent {

abstract error(message: string): void

abstract setSucceeded(message: string, done?: boolean | undefined): void
abstract setSucceeded(message: string, done?: boolean): void

abstract setFailed(message: string, done?: boolean | undefined): void
abstract setFailed(message: string, done?: boolean): void

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

Expand Down

0 comments on commit bf93529

Please sign in to comment.