Skip to content

Commit b6498e7

Browse files
chore: update @npmcli/template-oss requirement from ^2.7.1 to ^2.8.1 (#71)
* chore: update @npmcli/template-oss requirement from ^2.7.1 to ^2.8.1 Updates the requirements on [@npmcli/template-oss](https://github.com/npm/template-oss) to permit the latest version. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](npm/template-oss@v2.7.1...v2.8.1) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * chore: postinstall for dependabot template-oss PR Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gar <[email protected]>
1 parent 3941076 commit b6498e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/post-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
npm install
2929
git add .
3030
git commit -am "chore: postinstall for dependabot template-oss PR"
31-
git push origin ${{github.ref_name}}
31+
git push

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"validate-npm-package-name": "^3.0.0"
1717
},
1818
"devDependencies": {
19-
"@npmcli/template-oss": "^2.7.1",
19+
"@npmcli/template-oss": "^2.8.1",
2020
"tap": "^15.1.6"
2121
},
2222
"scripts": {
@@ -50,6 +50,6 @@
5050
"branches": 97
5151
},
5252
"templateOSS": {
53-
"version": "2.7.1"
53+
"version": "2.8.1"
5454
}
5555
}

0 commit comments

Comments
 (0)