Skip to content

Commit 01a40f1

Browse files
chore: update @npmcli/template-oss requirement from ^2.8.1 to ^2.9.2 (#53)
* chore: update @npmcli/template-oss requirement from ^2.8.1 to ^2.9.2 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.2) --- 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 11661ab commit 01a40f1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/post-dependabot.yml

Lines changed: 4 additions & 0 deletions
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"coverage-map": "map.js"
3131
},
3232
"devDependencies": {
33-
"@npmcli/template-oss": "^2.8.1",
33+
"@npmcli/template-oss": "^2.9.2",
3434
"slash": "^3.0.0",
3535
"tap": "^15.1.6"
3636
},
@@ -50,6 +50,6 @@
5050
},
5151
"templateOSS": {
5252
"windowsCI": false,
53-
"version": "2.8.1"
53+
"version": "2.9.2"
5454
}
5555
}

0 commit comments

Comments
 (0)