Skip to content

Commit 2ea0d96

Browse files
renovate[bot]gr2m
andauthored
chore(deps): update dependency prettier to v3 (#143)
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
1 parent 9fb160c commit 2ea0d96

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 6 additions & 6 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
@@ -25,7 +25,7 @@
2525
"@types/jest": "^29.0.0",
2626
"jest": "^29.0.2",
2727
"nock": "^14.0.0-beta.6",
28-
"prettier": "^2.7.1",
28+
"prettier": "^3.2.5",
2929
"typescript": "^5.2.2"
3030
},
3131
"dependencies": {

test/fixtures/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async function app(app) {
1616
context.repo({
1717
commit_sha: context.payload.head_commit.id,
1818
body: `Hello from ${relative(process.cwd(), __filename)}`,
19-
})
19+
}),
2020
);
2121
});
2222
}

test/index.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe("@probot/adapter-azure-actions", () => {
3232
});
3333

3434
return true;
35-
}
35+
},
3636
)
3737
.reply(201, {});
3838

@@ -72,7 +72,7 @@ describe("@probot/adapter-azure-actions", () => {
7272
});
7373

7474
return true;
75-
}
75+
},
7676
)
7777
.reply(201, {});
7878

0 commit comments

Comments
 (0)