Skip to content

Commit

Permalink
build(deps): update dependency azure-devops-node-api to v12.5.0 (#27938)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
  • Loading branch information
renovate[bot] and zharinov committed Mar 15, 2024
1 parent 397dda5 commit 5f4af40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions lib/modules/platform/azure/index.ts
Expand Up @@ -383,6 +383,7 @@ const azureToRenovateStatusMapping: Record<GitStatusState, BranchStatus> = {
[GitStatusState.NotApplicable]: 'green',
[GitStatusState.NotSet]: 'yellow',
[GitStatusState.Pending]: 'yellow',
[GitStatusState.PartiallySucceeded]: 'yellow',
[GitStatusState.Error]: 'red',
[GitStatusState.Failed]: 'red',
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -175,7 +175,7 @@
"aggregate-error": "3.1.0",
"auth-header": "1.0.0",
"aws4": "1.12.0",
"azure-devops-node-api": "12.4.0",
"azure-devops-node-api": "12.5.0",
"better-sqlite3": "9.4.3",
"bunyan": "1.8.15",
"cacache": "18.0.2",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 5f4af40

Please sign in to comment.