Skip to content

Commit 17d45f0

Browse files
dependabot[bot]nlf
andauthored
chore: update @npmcli/template-oss requirement from ^2.7.1 to ^2.8.1 (#126)
* 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] <support@github.com> * chore: postinstall for dependabot template-oss PR Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nlf <quitlahok@gmail.com>
1 parent dbf1225 commit 17d45f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/post-dependabot.yml

+1-1
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"coverage-map": "map.js"
2626
},
2727
"devDependencies": {
28-
"@npmcli/template-oss": "^2.7.1",
28+
"@npmcli/template-oss": "^2.8.1",
2929
"mutate-fs": "^2.1.1",
3030
"npm-registry-mock": "^1.3.1",
3131
"tap": "^15.1.6"
@@ -67,7 +67,7 @@
6767
},
6868
"repository": "git@github.com:npm/pacote",
6969
"templateOSS": {
70-
"version": "2.7.1",
70+
"version": "2.8.1",
7171
"windowsCI": false
7272
}
7373
}

0 commit comments

Comments
 (0)