Skip to content

Commit 1a56af5

Browse files
dependabot[bot]wraithgar
andauthoredFeb 24, 2022
chore: update @npmcli/template-oss requirement from ^2.7.1 to ^2.8.1 (#27)
* 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 cc1a170 commit 1a56af5

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
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-7
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,8 @@
3737
"tap": {
3838
"check-coverage": true
3939
},
40-
"standard": {
41-
"ignore": [
42-
"/tap-snapshots/"
43-
]
44-
},
4540
"devDependencies": {
46-
"@npmcli/template-oss": "^2.7.1",
41+
"@npmcli/template-oss": "^2.8.1",
4742
"eslint": "^8.9.0",
4843
"tap": "^15.1.6"
4944
},
@@ -54,6 +49,6 @@
5449
"read-package-json-fast": "^2.0.3"
5550
},
5651
"templateOSS": {
57-
"version": "2.7.1"
52+
"version": "2.8.1"
5853
}
5954
}

0 commit comments

Comments
 (0)
Please sign in to comment.