Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.4.5 (#27921)
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: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
renovate[bot] and viceice committed Apr 22, 2024
1 parent 50ff679 commit 16d2946
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 121 deletions.
2 changes: 1 addition & 1 deletion lib/modules/datasource/git-refs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class GitRefsDatasource extends GitDatasource {
releases: uniqueRefs.map((ref) => ({
version: ref,
gitRef: ref,
newDigest: rawRefs!.find((rawRef) => rawRef.value === ref)?.hash,
newDigest: rawRefs.find((rawRef) => rawRef.value === ref)?.hash,
})),
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"type-fest": "4.15.0",
"typescript": "5.3.3",
"typescript": "5.4.5",
"unified": "9.2.2"
},
"packageManager": "pnpm@8.15.7",
Expand Down

0 comments on commit 16d2946

Please sign in to comment.