Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit 681e2f6

Browse files
dependabot[bot]npm-cli-botnlf
authored
chore: bump @npmcli/template-oss from 4.12.1 to 4.14.1 (#171)
* chore: bump @npmcli/template-oss from 4.12.1 to 4.14.1 Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.12.1 to 4.14.1. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](npm/template-oss@v4.12.1...v4.14.1) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: postinstall for dependabot template-oss PR * chore: postinstall for dependabot template-oss PR --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: npm CLI robot <npm-cli+bot@github.com> Co-authored-by: nlf <quitlahok@gmail.com>
1 parent 30cea18 commit 681e2f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
RELEASE_COMMENT_ID: ${{ needs.release.outputs.comment-id }}
172172
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
173173
run: |
174-
npm exec --offline -- template-oss-release-manager --lockfile=false
174+
npm exec --offline -- template-oss-release-manager --lockfile=false --publish=false
175175
npm run rp-pull-request --ignore-scripts --if-present
176176
- name: Commit
177177
id: commit

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@npmcli/eslint-config": "^4.0.0",
33-
"@npmcli/template-oss": "4.12.1",
33+
"@npmcli/template-oss": "4.14.1",
3434
"tap": "^16.0.1"
3535
},
3636
"license": "ISC",
@@ -53,6 +53,6 @@
5353
},
5454
"templateOSS": {
5555
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
56-
"version": "4.12.1"
56+
"version": "4.14.1"
5757
}
5858
}

0 commit comments

Comments
 (0)