Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit b047049

Browse files
chore: update @npmcli/template-oss requirement from ^2.7.1 to ^2.8.1 (#153)
* 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>
1 parent b84f005 commit b047049

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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
@@ -42,7 +42,7 @@
4242
"wide-align": "^1.1.5"
4343
},
4444
"devDependencies": {
45-
"@npmcli/template-oss": "^2.7.1",
45+
"@npmcli/template-oss": "^2.8.1",
4646
"readable-stream": "^3.6.0",
4747
"tap": "^15.1.6"
4848
},
@@ -60,6 +60,6 @@
6060
"lines": 90
6161
},
6262
"templateOSS": {
63-
"version": "2.7.1"
63+
"version": "2.8.1"
6464
}
6565
}

0 commit comments

Comments
 (0)