Skip to content

Commit 158c74c

Browse files
dependabot[bot]npm-robotlukekarrys
authored
chore: bump @npmcli/template-oss from 3.4.2 to 3.4.3 (#47)
* chore: bump @npmcli/template-oss from 3.4.2 to 3.4.3 Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 3.4.2 to 3.4.3. - [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.4.2...v3.4.3) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: postinstall for dependabot template-oss PR * chore: postinstall for dependabot template-oss PR Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: npm team <[email protected]> Co-authored-by: Luke Karrys <[email protected]>
1 parent 949ef34 commit 158c74c

9 files changed

+24
-14
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/* This file is automatically added by @npmcli/template-oss. Do not edit. */
22

3+
'use strict'
4+
35
const { readdirSync: readdir } = require('fs')
46

57
const localConfigs = readdir(__dirname)

.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+robot@npmjs.com"
19-
git config --global user.name "npm team"
18+
git config --global user.email "npm-cli+bot@github.com"
19+
git config --global user.name "npm CLI robot"
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+robot@npmjs.com"
26-
git config --global user.name "npm team"
25+
git config --global user.email "npm-cli+bot@github.com"
26+
git config --global user.name "npm CLI robot"
2727
- uses: actions/setup-node@v3
2828
with:
2929
node-version: 16.x
@@ -59,8 +59,8 @@ jobs:
5959
- uses: actions/checkout@v3
6060
- name: Setup git user
6161
run: |
62-
git config --global user.email "ops+robot@npmjs.com"
63-
git config --global user.name "npm team"
62+
git config --global user.email "npm-cli+bot@github.com"
63+
git config --global user.name "npm CLI robot"
6464
- uses: actions/setup-node@v3
6565
with:
6666
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+robot@npmjs.com"
38-
git config --global user.name "npm team"
37+
git config --global user.email "npm-cli+bot@github.com"
38+
git config --global user.name "npm CLI robot"
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+robot@npmjs.com"
20-
git config --global user.name "npm team"
19+
git config --global user.email "npm-cli+bot@github.com"
20+
git config --global user.name "npm CLI robot"
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+robot@npmjs.com"
24-
git config --global user.name "npm team"
23+
git config --global user.email "npm-cli+bot@github.com"
24+
git config --global user.name "npm CLI robot"
2525
- uses: actions/setup-node@v3
2626
with:
2727
node-version: 16.x

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
!/.github/
2020
!/.gitignore
2121
!/.npmrc
22+
!/CODE_OF_CONDUCT.md
2223
!/SECURITY.md
2324
!/bin/
2425
!/lib/

CODE_OF_CONDUCT.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!-- This file is automatically added by @npmcli/template-oss. Do not edit. -->
2+
3+
All interactions in this repo are covered by the [npm Code of
4+
Conduct](https://docs.npmjs.com/policies/conduct)
5+
6+
The npm cli team may, at its own discretion, moderate, remove, or edit
7+
any interactions such as pull requests, issues, and comments.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@npmcli/eslint-config": "^3.0.1",
14-
"@npmcli/template-oss": "3.4.2",
14+
"@npmcli/template-oss": "3.5.0",
1515
"tap": "^16.0.1"
1616
},
1717
"scripts": {
@@ -54,7 +54,7 @@
5454
},
5555
"templateOSS": {
5656
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
57-
"version": "3.4.2"
57+
"version": "3.5.0"
5858
},
5959
"tap": {
6060
"statements": 88,

0 commit comments

Comments
 (0)