Skip to content

Commit 151f7e0

Browse files
dependabot[bot]lukekarrys
authored andcommitted
chore: bump @npmcli/template-oss from 4.21.4 to 4.22.0
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.21.4 to 4.22.0. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](npm/template-oss@v4.21.4...v4.22.0) --- updated-dependencies: - dependency-name: @npmcli/template-oss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5fdc92e commit 151f7e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/gh/queries/pull-requests.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export default flow(baseQuery, (res) =>
4545
status: pr.commits?.nodes[0]?.commit.statusCheckRollup?.state ?? null,
4646
commitMessage: pr.commits?.nodes[0]?.commit?.message ?? null,
4747
commitAuthor: pr.commits?.nodes[0]?.commit?.author?.user?.login ?? null,
48+
author: pr.author?.user?.login ?? null,
4849
baseRef: pr.baseRefName,
4950
headRef: pr.headRefName,
5051
})

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@npmcli/eslint-config": "^4.0.0",
45-
"@npmcli/template-oss": "4.21.4",
45+
"@npmcli/template-oss": "4.22.0",
4646
"prettier": "^3.0.0",
4747
"tap": "^16.0.1"
4848
},

0 commit comments

Comments
 (0)