Skip to content

Commit 29482e5

Browse files
XS⚠️ ◾ [Autogenerated] Release v1.7.2 (#593)
Autogenerated release for PR Metrics v1.7.2. This includes the latest dependency updates. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2b2123d commit 29482e5

File tree

18 files changed

+121
-127
lines changed

18 files changed

+121
-127
lines changed

.github/azure-devops/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ stages:
3232
- task: NodeTool@0
3333
displayName: Install Node.js
3434
inputs:
35-
versionSpec: 20.18.2
35+
versionSpec: 20.17.0
3636

3737
- task: Npm@1
3838
displayName: npm – Install Dependencies

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install Node.js
4545
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
4646
with:
47-
node-version: 20.18.2
47+
node-version: 20.17.0
4848

4949
- name: npm – Install Dependencies
5050
run: npm ci
@@ -101,7 +101,7 @@ jobs:
101101
- name: Install Node.js
102102
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
103103
with:
104-
node-version: 20.18.2
104+
node-version: 20.17.0
105105

106106
- name: npm – Install Dependencies
107107
run: npm ci

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ jobs:
170170
- name: Git – Add Changed Files
171171
run: git add -A
172172

173-
- name: Git – Commit Changed Files
174-
run: git commit -m "Updating version number"
175-
176173
- name: Git – Push Changed Files
177174
run: git push --set-upstream origin release/v${{ env.version }}
178175

@@ -198,7 +195,7 @@ jobs:
198195
- name: npm – Install Node.js
199196
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
200197
with:
201-
node-version: 20.18.2
198+
node-version: 20.17.0
202199

203200
- name: npm – Update Dependencies
204201
run: npx ncu -u

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
with:
2222
major: 1
2323
minor: 7
24-
patch: 2
24+
patch: 3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Node.js
3434
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
3535
with:
36-
node-version: 20.18.2
36+
node-version: 20.17.0
3737

3838
- name: npm – Install Dependencies
3939
run: npm ci
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.1
1+
1.7.2

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/PR-Metrics@v1.7.1
130+
uses: microsoft/PR-Metrics@v1.7.2
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/PR-Metrics@v1.7.1
140+
uses: microsoft/PR-Metrics@v1.7.2
141141
name: PR Metrics
142142
env:
143143
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

dist/index.mjs

Lines changed: 1 addition & 1 deletion
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.1",
5+
"loc.friendlyName": "PR Metrics v1.7.2",
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: 40 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 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.1",
5+
"version": "1.7.2",
66
"description": "Augments pull request titles to let reviewers quickly determine PR size and test coverage.",
77
"main": "dist/index.mjs",
88
"type": "module",
@@ -43,14 +43,14 @@
4343
},
4444
"homepage": "https://github.com/microsoft/PR-Metrics#readme",
4545
"engines": {
46-
"node": ">=20.18.2"
46+
"node": ">=20.17.0"
4747
},
4848
"dependencies": {
4949
"@actions/core": "1.11.1",
5050
"@actions/exec": "1.1.1",
5151
"@octokit/plugin-rest-endpoint-methods": "13.3.1",
5252
"@octokit/types": "13.8.0",
53-
"axios": "1.8.1",
53+
"axios": "1.8.2",
5454
"azure-devops-node-api": "14.1.0",
5555
"azure-pipelines-task-lib": "5.0.0",
5656
"encoding": "0.1.13",
@@ -66,13 +66,13 @@
6666
"@types/glob": "8.1.0",
6767
"@types/isomorphic-fetch": "0.0.39",
6868
"@types/mocha": "10.0.10",
69-
"@types/node": "22.13.9",
69+
"@types/node": "22.13.10",
7070
"@typescript-eslint/eslint-plugin": "8.26.0",
7171
"@typescript-eslint/parser": "8.26.0",
7272
"@vercel/ncc": "0.38.3",
7373
"c8": "10.1.3",
7474
"cross-env": "7.0.3",
75-
"eslint": "9.21.0",
75+
"eslint": "9.22.0",
7676
"exitzero": "1.0.1",
7777
"glob": "11.0.1",
7878
"mkdirp": "3.0.1",

0 commit comments

Comments
 (0)