10000 chore: bump @npmcli/template-oss from 3.3.2 to 3.4.1 (#454) · npm/node-semver@238acc4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 238acc4

Browse files
chore: bump @npmcli/template-oss from 3.3.2 to 3.4.1 (#454)
* chore: bump @npmcli/template-oss from 3.3.2 to 3.4.1 Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 3.3.2 to 3.4.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@v3.3.2...v3.4.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 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luke Karrys <luke@lukekarrys.com>
1 parent 7a2d69c commit 238acc4

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- name: Setup git user
1717
run: |
18-
git config --global user.email "ops+npm-cli@npmjs.com"
19-
git config --global user.name "npm cli ops bot"
18+
git config --global user.email "npm team"
19+
git config --global user.name "ops+robot@npmjs.com"
2020
- uses: actions/setup-node@v3
2121
with:
2222
node-version: 16.x

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- name: Setup git user
2424
run: |
25-
git config --global user.email "ops+npm-cli@npmjs.com"
26-
git config --global user.name "npm cli ops bot"
25+
git config --global user.email "npm team"
26+
git config --global user.name "ops+robot@npmjs.com"
2727
- uses: actions/setup-node@v3
2828
with:
2929
node-version: 16.x
@@ -58,8 +58,8 @@ jobs:
5858
- uses: actions/checkout@v3
5959
- name: Setup git user
6060
run: |
61-
git config --global user.email "ops+npm-cli@npmjs.com"
62-
git config --global user.name "npm cli ops bot"
61+
git config --global user.email "npm team"
62+
git config --global user.name "ops+robot@npmjs.com"
6363
- uses: actions/setup-node@v3
6464
with:
6565
node-version: ${{ matrix.node-version }}

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- uses: actions/checkout@v3
3535
- name: Setup git user
3636
run: |
37-
git config --global user.email "ops+npm-cli@npmjs.com"
38-
git config --global user.name "npm cli ops bot"
37+
git config --global user.email "npm team"
38+
git config --global user.name "ops+robot@npmjs.com"
3939
- name: Initialize CodeQL
4040
uses: github/codeql-action/init@v1
4141
with:

.github/workflows/post-dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- name: Setup git user
1818
run: |
19-
git config --global user.email "ops+npm-cli@npmjs.com"
20-
git config --global user.name "npm cli ops bot"
19+
git config --global user.email "npm team"
20+
git config --global user.name "ops+robot@npmjs.com"
2121
- uses: actions/setup-node@v3
2222
with:
2323
node-version: 16.x

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
fetch-depth: 0
2121
- name: Setup git user
2222
run: |
23-
git config --global user.email "ops+npm-cli@npmjs.com"
24-
git config --global user.name "npm cli ops bot"
23+
git config --global user.email "npm team"
24+
git config --global user.name "ops+robot@npmjs.com"
2525
- uses: actions/setup-node@v3
2626
with:
2727
node-version: 16.x

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line number 9F43 Diff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@npmcli/eslint-config": "^3.0.1",
21-
"@npmcli/template-oss": "3.3.2",
21+
"@npmcli/template-oss": "3.4.1",
2222
"tap": "^16.0.0"
2323
},
2424
"license": "ISC",
@@ -52,7 +52,7 @@
5252
"author": "GitHub Inc.",
5353
"templateOSS": {
5454
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
55-
"version": "3.3.2",
55+
"version": "3.4.1",
5656
"engines": ">=10",
5757
"ciVersions": [
5858
"10.0.0",

0 commit comments

Comments
 (0)
0