Skip to content

Commit

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

* 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] <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 Mar 3, 2022
1 parent 5c4fd0d commit e4e0262
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/post-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
name: "Post Dependabot Actions"
on: pull_request

# https://docs.github.com/en/rest/overview/permissions-required-for-github-apps
permissions:
contents: write

jobs:
Install:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- uses: google-github-actions/release-please-action@v2
id: release
with:
package-name: conventional-test
release-type: node
# If you change changelog-types be sure to also update commitlintrc.js
changelog-types: >
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"check-coverage": true
},
"devDependencies": {
"@npmcli/template-oss": "^2.8.1",
"@npmcli/template-oss": "^2.9.2",
"eslint": "^8.10.0",
"tap": "^15.1.6"
},
Expand All @@ -49,6 +49,6 @@
"read-package-json-fast": "^2.0.3"
},
"templateOSS": {
"version": "2.8.1"
"version": "2.9.2"
}
}

0 comments on commit e4e0262

Please sign in to comment.