Skip to content

Commit e18c192

Browse files
XS✔ ◾ [Autogenerated] Release v1.7.7 (#657)
Autogenerated release for PR Metrics v1.7.7. This includes the latest dependency updates. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c932a8 commit e18c192

File tree

13 files changed

+431
-613
lines changed

13 files changed

+431
-613
lines changed

.github/workflows/release-phase-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
with:
3333
major: 1
3434
minor: 7
35-
patch: 7
35+
patch: 8
3636
github-token: ${{ secrets.GITHUB_TOKEN }}
3737
release-pr-create-token: ${{ secrets.RELEASE_PR_CREATE }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.6
1+
1.7.7

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The default input values are expected to be appropriate for most builds.
127127
Therefore, the following YAML definition is recommended:
128128

129129
```YAML
130-
uses: microsoft/[email protected].6
130+
uses: microsoft/[email protected].7
131131
name: PR Metrics
132132
env:
133133
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -137,7 +137,7 @@ continue-on-error: true
137137
If you wish to modify the inputs, YAML akin the to the following can be used:
138138

139139
```YAML
140-
uses: microsoft/[email protected].6
140+
uses: microsoft/[email protected].7
141141
name: PR Metrics
142142
env:
143143
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

dist/index.mjs

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

dist/resources.resjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/resjson.json",
33
"loc.description": "Augments pull request titles to let reviewers quickly determine PR size and test coverage.",
44
"loc.description.comment": "The description of the task.",
5-
"loc.friendlyName": "PR Metrics v1.7.6",
5+
"loc.friendlyName": "PR Metrics v1.7.7",
66
"loc.friendlyName.comment": "The name of the task.",
77
"loc.helpMarkDown": "[More information](https://aka.ms/PRMetrics/README)",
88
"loc.helpMarkDown.comment": "The Markdown-formatted help text of the task.",

package-lock.json

Lines changed: 321 additions & 516 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "prmetrics",
44
"publisher": "ms-omex",
5-
"version": "1.7.6",
5+
"version": "1.7.7",
66
"description": "Augments pull request titles to let reviewers quickly determine PR size and test coverage.",
77
"main": "dist/index.mjs",
88
"type": "module",
@@ -48,15 +48,15 @@
4848
"dependencies": {
4949
"@actions/core": "1.11.1",
5050
"@actions/exec": "1.1.1",
51-
"@octokit/plugin-rest-endpoint-methods": "16.1.0",
52-
"@octokit/types": "15.0.0",
53-
"axios": "1.12.2",
51+
"@octokit/plugin-rest-endpoint-methods": "16.1.1",
52+
"@octokit/types": "15.0.1",
53+
"axios": "1.13.1",
5454
"azure-devops-node-api": "15.1.1",
5555
"azure-pipelines-task-lib": "5.2.1",
5656
"encoding": "0.1.13",
5757
"http-status-codes": "2.3.0",
5858
"isomorphic-fetch": "3.0.0",
59-
"octokit": "5.0.3",
59+
"octokit": "5.0.4",
6060
"parse-git-diff": "0.0.19",
6161
"reflect-metadata": "0.2.2",
6262
"tsyringe": "4.10.0"
@@ -65,25 +65,25 @@
6565
"@tsconfig/node20": "20.1.6",
6666
"@types/isomorphic-fetch": "0.0.39",
6767
"@types/mocha": "10.0.10",
68-
"@types/node": "24.5.2",
69-
"@typescript-eslint/eslint-plugin": "8.44.0",
70-
"@typescript-eslint/parser": "8.44.0",
68+
"@types/node": "24.9.2",
69+
"@typescript-eslint/eslint-plugin": "8.46.2",
70+
"@typescript-eslint/parser": "8.46.2",
7171
"@vercel/ncc": "0.38.4",
7272
"c8": "10.1.3",
73-
"eslint": "9.36.0",
73+
"eslint": "9.38.0",
7474
"exitzero": "1.0.1",
7575
"glob": "11.0.3",
7676
"mkdirp": "3.0.1",
77-
"mocha": "11.7.2",
77+
"mocha": "11.7.4",
7878
"ncp": "2.0.0",
79-
"npm-check-updates": "18.3.0",
79+
"npm-check-updates": "19.1.2",
8080
"rimraf": "6.0.1",
8181
"source-map-support": "0.5.21",
8282
"tfx-cli": "0.22.1",
8383
"ts-mockito": "2.6.1",
84-
"typedoc": "0.28.13",
85-
"typescript": "5.9.2",
86-
"typescript-eslint": "8.44.0"
84+
"typedoc": "0.28.14",
85+
"typescript": "5.9.3",
86+
"typescript-eslint": "8.46.2"
8787
},
8888
"ts-standard": {
8989
"ignore": [

src/task/Strings/resources.resjson/en-US/resources.resjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/resjson.json",
33
"loc.description": "Augments pull request titles to let reviewers quickly determine PR size and test coverage.",
44
"loc.description.comment": "The description of the task.",
5-
"loc.friendlyName": "PR Metrics v1.7.6",
5+
"loc.friendlyName": "PR Metrics v1.7.7",
66
"loc.friendlyName.comment": "The name of the task.",
77
"loc.helpMarkDown": "[More information](https://aka.ms/PRMetrics/README)",
88
"loc.helpMarkDown.comment": "The Markdown-formatted help text of the task.",

src/task/src/repos/gitHubReposInvoker.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ export default class GitHubReposInvoker extends BaseReposInvoker {
197197
error instanceof RequestError &&
198198
(error.status as StatusCodes) ===
199199
StatusCodes.UNPROCESSABLE_ENTITY &&
200-
error.message.includes("is too big")
200+
(error.message.includes("is too big") ||
201+
error.message.includes("diff is too large"))
201202
) {
202203
this._logger.logInfo(
203204
"GitHub createReviewComment() threw a 422 error related to a large diff. Ignoring as this is expected.",
@@ -286,7 +287,7 @@ export default class GitHubReposInvoker extends BaseReposInvoker {
286287
this._logger.logWarning(`Octokit – ${message}`);
287288
},
288289
},
289-
userAgent: "PRMetrics/v1.7.6",
290+
userAgent: "PRMetrics/v1.7.7",
290291
};
291292

292293
if (RunnerInvoker.isGitHub) {

src/task/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/microsoft/azure-pipelines-task-lib/master/tasks.schema.json",
33
"id": "907d3b28-6b37-4ac7-ac75-9631ee53e512",
44
"name": "PRMetrics",
5-
"friendlyName": "PR Metrics v1.7.6",
5+
"friendlyName": "PR Metrics v1.7.7",
66
"description": "Augments pull request titles to let reviewers quickly determine PR size and test coverage.",
77
"helpUrl": "https://aka.ms/PRMetrics/README",
88
"helpMarkDown": "[More information](https://aka.ms/PRMetrics/README)",
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 1,
1515
"Minor": 7,
16-
"Patch": 6
16+
"Patch": 7
1717
},
1818
"instanceNameFormat": "PR Metrics",
1919
"showEnvironmentVariables": true,

0 commit comments

Comments
 (0)