Skip to content

Commit

Permalink
chore: update @npmcli/template-oss requirement from ^2.7.1 to ^2.8.1 (#…
Browse files Browse the repository at this point in the history
…17)

* 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: Gar <gar+gh@danger.computer>
  • Loading branch information
dependabot[bot] and wraithgar committed Feb 24, 2022
1 parent 8716d97 commit 19e1341
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
npm install
git add .
git commit -am "chore: postinstall for dependabot template-oss PR"
git push origin ${{github.ref_name}}
git push
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"author": "GitHub Inc.",
"license": "ISC",
"devDependencies": {
"@npmcli/template-oss": "^2.7.1",
"@npmcli/template-oss": "^2.8.1",
"tap": "^15.1.6"
},
"dependencies": {
Expand All @@ -43,6 +43,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
"version": "2.7.1"
"version": "2.8.1"
}
}

0 comments on commit 19e1341

Please sign in to comment.