Skip to content

Commit

Permalink
chore(deps-dev): bump the npm-development group across 1 directory wi…
Browse files Browse the repository at this point in the history
…th 7 updates (#8)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Karpala <[email protected]>
  • Loading branch information
dependabot[bot] and karpikpl authored Jun 3, 2024
1 parent 1228658 commit 868dfe2
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 201 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: npm install node-fetch

- name: Update release notes
uses: karpikpl/[email protected].0
uses: karpikpl/[email protected].1
with:
ado-pat: ${{ secrets.ADO_PAT }}
ado-org: my-org
Expand Down
3 changes: 2 additions & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ describe('action', () => {
getOctokitMock = jest
.spyOn(github, 'getOctokit')
.mockImplementation()
.mockReturnValue(githubApi)
/* eslint-disable @typescript-eslint/no-explicit-any */
.mockReturnValue(githubApi as any)

getWorkItemsBatchMock = jest
.spyOn(azdo, 'getWorkItemsBatch')
Expand Down
Loading

0 comments on commit 868dfe2

Please sign in to comment.