Skip to content

Commit acc5f5a

Browse files
committed
chore: bump @npmcli/template-oss to 4.22.0
1 parent c9cb42d commit acc5f5a

File tree

11 files changed

+952
-1211
lines changed

11 files changed

+952
-1211
lines changed

.github/actions/create-check/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
using: "composite"
1818
steps:
1919
- name: Get Workflow Job
20-
uses: actions/github-script@v6
20+
uses: actions/github-script@v7
2121
id: workflow
2222
env:
2323
JOB_NAME: "${{ inputs.name }}"

.github/workflows/audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
shell: bash
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- name: Setup Git User
2323
run: |
2424
git config --global user.email "npm-cli+bot@github.com"
2525
git config --global user.name "npm CLI robot"
2626
- name: Setup Node
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v4
2828
id: node
2929
with:
3030
node-version: 18.x

.github/workflows/ci-cli.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
shell: bash
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
- name: Setup Git User
3131
run: |
3232
git config --global user.email "npm-cli+bot@github.com"
3333
git config --global user.name "npm CLI robot"
3434
- name: Setup Node
35-
uses: actions/setup-node@v3
35+
uses: actions/setup-node@v4
3636
id: node
3737
with:
3838
node-version: 18.x
@@ -69,13 +69,13 @@ jobs:
6969
shell: ${{ matrix.platform.shell }}
7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@v3
72+
uses: actions/checkout@v4
7373
- name: Setup Git User
7474
run: |
7575
git config --global user.email "npm-cli+bot@github.com"
7676
git config --global user.name "npm CLI robot"
7777
- name: Setup Node
78-
uses: actions/setup-node@v3
78+
uses: actions/setup-node@v4
7979
id: node
8080
with:
8181
node-version: ${{ matrix.node-version }}

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
shell: bash
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
- name: Setup Git User
3131
run: |
3232
git config --global user.email "npm-cli+bot@github.com"
3333
git config --global user.name "npm CLI robot"
3434
- name: Setup Node
35-
uses: actions/setup-node@v3
35+
uses: actions/setup-node@v4
3636
id: node
3737
with:
3838
node-version: 18.x
@@ -69,13 +69,13 @@ jobs:
6969
shell: ${{ matrix.platform.shell }}
7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@v3
72+
uses: actions/checkout@v4
7373
- name: Setup Git User
7474
run: |
7575
git config --global user.email "npm-cli+bot@github.com"
7676
git config --global user.name "npm CLI robot"
7777
- name: Setup Node
78-
uses: actions/setup-node@v3
78+
uses: actions/setup-node@v4
7979
id: node
8080
with:
8181
node-version: ${{ matrix.node-version }}
@@ -110,13 +110,13 @@ jobs:
110110
shell: ${{ matrix.platform.shell }}
111111
steps:
112112
- name: Checkout
113-
uses: actions/checkout@v3
113+
uses: actions/checkout@v4
114114
- name: Setup Git User
115115
run: |
116116
git config --global user.email "npm-cli+bot@github.com"
117117
git config --global user.name "npm CLI robot"
118118
- name: Setup Node
119-
uses: actions/setup-node@v3
119+
uses: actions/setup-node@v4
120120
id: node
121121
with:
122122
node-version: ${{ matrix.node-version }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
security-events: write
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
- name: Setup Git User
2828
run: |
2929
git config --global user.email "npm-cli+bot@github.com"

.github/workflows/post-dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
shell: bash
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
ref: ${{ github.event.pull_request.head.ref }}
2323
- name: Setup Git User
2424
run: |
2525
git config --global user.email "npm-cli+bot@github.com"
2626
git config --global user.name "npm CLI robot"
2727
- name: Setup Node
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2929
id: node
3030
with:
3131
node-version: 18.x

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
shell: bash
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
- name: Setup Git User
2929
run: |
3030
git config --global user.email "npm-cli+bot@github.com"
3131
git config --global user.name "npm CLI robot"
3232
- name: Setup Node
33-
uses: actions/setup-node@v3
33+
uses: actions/setup-node@v4
3434
id: node
3535
with:
3636
node-version: 18.x

.github/workflows/update-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
shell: bash
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
- name: Setup Git User
2424
run: |
2525
git config --global user.email "npm-cli+bot@github.com"
2626
git config --global user.name "npm CLI robot"
2727
- name: Setup Node
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2929
id: node
3030
with:
3131
node-version: 18.x

cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cli",
33
"private": true,
44
"repository": {
5-
"url": "https://github.com/npm/documentation.git",
5+
"url": "git+https://github.com/npm/documentation.git",
66
"directory": "cli",
77
"type": "git"
88
},
@@ -29,8 +29,8 @@
2929
"yaml": "^2.3.4"
3030
},
3131
"devDependencies": {
32-
"@npmcli/eslint-config": "^4.0.2",
33-
"@npmcli/template-oss": "4.21.3",
32+
"@npmcli/eslint-config": "^4.0.4",
33+
"@npmcli/template-oss": "4.22.0",
3434
"tap": "^16.3.9"
3535
},
3636
"author": "GitHub Inc.",
@@ -39,7 +39,7 @@
3939
},
4040
"templateOSS": {
4141
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
42-
"version": "4.21.3",
42+
"version": "4.22.0",
4343
"content": "./scripts/template-oss"
4444
},
4545
"files": [

0 commit comments

Comments
 (0)