From 01a40f1f3db447a12dde9a76f3beb5a27ca5d3f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 12:35:17 -0800 Subject: [PATCH] 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](https://github.com/npm/template-oss/compare/v2.8.1...v2.9.2) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-type: direct:development ... Signed-off-by: dependabot[bot] * chore: postinstall for dependabot template-oss PR Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gar --- .github/workflows/post-dependabot.yml | 4 ++++ .github/workflows/release-please.yml | 1 - package.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/post-dependabot.yml b/.github/workflows/post-dependabot.yml index aa9e8d7..3093c30 100644 --- a/.github/workflows/post-dependabot.yml +++ b/.github/workflows/post-dependabot.yml @@ -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 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index db96a53..c5a165f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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: > diff --git a/package.json b/package.json index 801eafd..8e352e5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "coverage-map": "map.js" }, "devDependencies": { - "@npmcli/template-oss": "^2.8.1", + "@npmcli/template-oss": "^2.9.2", "slash": "^3.0.0", "tap": "^15.1.6" }, @@ -50,6 +50,6 @@ }, "templateOSS": { "windowsCI": false, - "version": "2.8.1" + "version": "2.9.2" } }