Skip to content

Commit ce20a54

Browse files
chore: update @npmcli/template-oss requirement from ^2.8.1 to ^2.9.1 (#93)
* chore: update @npmcli/template-oss requirement from ^2.8.1 to ^2.9.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.8.1...v2.9.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 25193a0 commit ce20a54

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/post-dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
name: "Post Dependabot Actions"
44
on: pull_request
55

6+
# https://docs.github.com/en/rest/overview/permissions-required-for-github-apps
7+
permissions:
8+
contents: write
9+
610
jobs:
711
Install:
812
runs-on: ubuntu-latest

.github/workflows/release-please.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
- uses: google-github-actions/release-please-action@v2
1515
id: release
1616
with:
17-
package-name: conventional-test
1817
release-type: node
1918
# If you change changelog-types be sure to also update commitlintrc.js
2019
changelog-types: >

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"proc-log": "^2.0.0"
4141
},
4242
"devDependencies": {
43-
"@npmcli/template-oss": "^2.8.1",
43+
"@npmcli/template-oss": "^2.9.1",
4444
"cacache": "^15.3.0",
4545
"nock": "^13.2.4",
4646
"require-inject": "^1.4.4",
@@ -55,6 +55,6 @@
5555
"node": "^12.13.0 || ^14.15.0 || >=16"
5656
},
5757
"templateOSS": {
58-
"version": "2.8.1"
58+
"version": "2.9.1"
5959
}
6060
}

0 commit comments

Comments
 (0)