Skip to content

Commit 6f08157

Browse files
committedAug 31, 2022
chore: use release please
1 parent f628431 commit 6f08157

38 files changed

+3706
-867
lines changed
 

‎.github/workflows/ci-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if: ${{ !startsWith(matrix.node-version, '10.') }}
8282
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
8383
- run: npm -v
84+
- run: npm i --ignore-scripts --no-audit --no-fund
8485
- name: add tap problem matcher
8586
run: echo "::add-matcher::.github/matchers/tap.json"
86-
- run: npm i --ignore-scripts --no-audit --no-fund
8787
- run: npm test --ignore-scripts -w docs

‎.github/workflows/ci-libnpmaccess.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ !startsWith(matrix.node-version, '10.') }}
8787
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
8888
- run: npm -v
89+
- run: npm i --ignore-scripts --no-audit --no-fund
8990
- name: add tap problem matcher
9091
run: echo "::add-matcher::.github/matchers/tap.json"
91-
- run: npm i --ignore-scripts --no-audit --no-fund
9292
- run: npm test --ignore-scripts -w libnpmaccess

‎.github/workflows/ci-libnpmdiff.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ !startsWith(matrix.node-version, '10.') }}
8787
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
8888
- run: npm -v
89+
- run: npm i --ignore-scripts --no-audit --no-fund
8990
- name: add tap problem matcher
9091
run: echo "::add-matcher::.github/matchers/tap.json"
91-
- run: npm i --ignore-scripts --no-audit --no-fund
9292
- run: npm test --ignore-scripts -w libnpmdiff

‎.github/workflows/ci-libnpmexec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ !startsWith(matrix.node-version, '10.') }}
8787
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
8888
- run: npm -v
89+
- run: npm i --ignore-scripts --no-audit --no-fund
8990
- name: add tap problem matcher
9091
run: echo "::add-matcher::.github/matchers/tap.json"
91-
- run: npm i --ignore-scripts --no-audit --no-fund
9292
- run: npm test --ignore-scripts -w libnpmexec

‎.github/workflows/ci-libnpmfund.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ !startsWith(matrix.node-version, '10.') }}
8787
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
8888
- run: npm -v
89+
- run: npm i --ignore-scripts --no-audit --no-fund
8990
- name: add tap problem matcher
9091
run: echo "::add-matcher::.github/matchers/tap.json"
91-
- run: npm i --ignore-scripts --no-audit --no-fund
9292
- run: npm test --ignore-scripts -w libnpmfund

‎.github/workflows/ci-libnpmhook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ !startsWith(matrix.node-version, '10.') }}
8787
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
8888
- run: npm -v
89+
- run: npm i --ignore-scripts --no-audit --no-fund
8990
- name: add tap problem matcher
9091
run: echo "::add-matcher::.github/matchers/tap.json"
91-
- run: npm i --ignore-scripts --no-audit --no-fund
9292
- run: npm test --ignore-scripts -w libnpmhook

‎.github/workflows/ci-libnpmorg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ !startsWith(matrix.node-version, '10.') }}
8787
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
8888
- run: npm -v
89+
- run: npm i --ignore-scripts --no-audit --no-fund
8990
- name: add tap problem matcher
9091
run: echo "::add-matcher::.github/matchers/tap.json"
91-
- run: npm i --ignore-scripts --no-audit --no-fund
9292
- run: npm test --ignore-scripts -w libnpmorg

‎.github/workflows/ci-libnpmpack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ !startsWith(matrix.node-version, '10.') }}
8787
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
8888
- run: npm -v
89+
- run: npm i --ignore-scripts --no-audit --no-fund
8990
- name: add tap problem matcher
9091
run: echo "::add-matcher::.github/matchers/tap.json"
91-
- run: npm i --ignore-scripts --no-audit --no-fund
9292
- run: npm test --ignore-scripts -w libnpmpack

‎.github/workflows/ci-libnpmpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ !startsWith(matrix.node-version, '10.') }}
8787
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
8888
- run: npm -v
89+
- run: npm i --ignore-scripts --no-audit --no-fund
8990
- name: add tap problem matcher
9091
run: echo "::add-matcher::.github/matchers/tap.json"
91-
- run: npm i --ignore-scripts --no-audit --no-fund
9292
- run: npm test --ignore-scripts -w libnpmpublish

‎.github/workflows/ci-libnpmsearch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ !startsWith(matrix.node-version, '10.') }}
8787
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
8888
- run: npm -v
89+
- run: npm i --ignore-scripts --no-audit --no-fund
8990
- name: add tap problem matcher
9091
run: echo "::add-matcher::.github/matchers/tap.json"
91-
- run: npm i --ignore-scripts --no-audit --no-fund
9292
- run: npm test --ignore-scripts -w libnpmsearch

‎.github/workflows/ci-libnpmteam.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ !startsWith(matrix.node-version, '10.') }}
8787
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
8888
- run: npm -v
89+
- run: npm i --ignore-scripts --no-audit --no-fund
8990
- name: add tap problem matcher
9091
run: echo "::add-matcher::.github/matchers/tap.json"
91-
- run: npm i --ignore-scripts --no-audit --no-fund
9292
- run: npm test --ignore-scripts -w libnpmteam

‎.github/workflows/ci-libnpmversion.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ !startsWith(matrix.node-version, '10.') }}
8787
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
8888
- run: npm -v
89+
- run: npm i --ignore-scripts --no-audit --no-fund
8990
- name: add tap problem matcher
9091
run: echo "::add-matcher::.github/matchers/tap.json"
91-
- run: npm i --ignore-scripts --no-audit --no-fund
9292
- run: npm test --ignore-scripts -w libnpmversion

‎.github/workflows/ci-npmcli-arborist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ !startsWith(matrix.node-version, '10.') }}
8787
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
8888
- run: npm -v
89+
- run: npm i --ignore-scripts --no-audit --no-fund
8990
- name: add tap problem matcher
9091
run: echo "::add-matcher::.github/matchers/tap.json"
91-
- run: npm i --ignore-scripts --no-audit --no-fund
9292
- run: npm test --ignore-scripts -w @npmcli/arborist

‎.github/workflows/release-please.yml

+61-17
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,40 @@ jobs:
1616
release-please:
1717
runs-on: ubuntu-latest
1818
outputs:
19-
prs: ${{ steps.release.outputs.prs }}
19+
pr: ${{ steps.release.outputs.pr }}
20+
release: ${{ steps.release.outputs.release }}
2021
steps:
21-
- uses: google-github-actions/release-please-action@v3
22-
id: release
22+
- uses: actions/checkout@v3
23+
- name: Setup git user
24+
run: |
25+
git config --global user.email "npm-cli+bot@github.com"
26+
git config --global user.name "npm CLI robot"
27+
- uses: actions/setup-node@v3
2328
with:
24-
command: manifest
29+
node-version: 16.x
30+
- name: Update npm to latest
31+
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
32+
- run: npm -v
33+
- run: npm i --ignore-scripts --no-audit --no-fund
34+
- name: Release Please
35+
id: release
36+
run: npx --offline template-oss-release-please
37+
env:
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2539

26-
update-prs:
40+
post-pr:
2741
needs: release-please
28-
if: needs.release-please.outputs.prs
42+
if: needs.release-please.outputs.pr
2943
runs-on: ubuntu-latest
30-
strategy:
31-
matrix:
32-
pr: ${{ fromJSON(needs.release-please.outputs.prs) }}
44+
outputs:
45+
ref: ${{ steps.ref.outputs.branch }}
3346
steps:
47+
- name: Output ref
48+
id: ref
49+
run: echo "::set-output name=branch::${{ fromJSON(needs.release-please.outputs.pr).headBranchName }}"
3450
- uses: actions/checkout@v3
51+
with:
52+
ref: ${{ steps.ref.outputs.branch }}
3553
- name: Setup git user
3654
run: |
3755
git config --global user.email "npm-cli+bot@github.com"
@@ -42,15 +60,41 @@ jobs:
4260
- name: Update npm to latest
4361
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
4462
- run: npm -v
45-
- name: Update PR ${{ matrix.pr.number }} dependencies and commit
63+
- run: npm i --ignore-scripts --no-audit --no-fund
64+
- name: Post pull request actions
4665
env:
4766
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4867
run: |
49-
gh pr checkout ${{ matrix.pr.number }}
50-
npm run resetdeps
51-
title="${{ matrix.pr.title }}"
52-
# get the dependency spec from the pr title
53-
# get everything after ': release ' + replace space with @
54-
dep_spec=$(echo "${title##*: release }" | tr ' ' @)
55-
git commit -am "deps: $dep_spec"
68+
npm run rp-pull-request --ignore-scripts --if-present -ws -iwr
69+
git commit -am "chore: post pull request" || true
5670
git push
71+
72+
release-test:
73+
needs: post-pr
74+
if: needs.post-pr.outputs.ref
75+
uses: ./.github/workflows/release.yml
76+
with:
77+
ref: ${{ needs.post-pr.outputs.ref }}
78+
79+
post-release:
80+
needs: release-please
81+
if: needs.release-please.outputs.release
82+
runs-on: ubuntu-latest
83+
steps:
84+
- uses: actions/checkout@v3
85+
- name: Setup git user
86+
run: |
87+
git config --global user.email "npm-cli+bot@github.com"
88+
git config --global user.name "npm CLI robot"
89+
- uses: actions/setup-node@v3
90+
with:
91+
node-version: 16.x
92+
- name: Update npm to latest
93+
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
94+
- run: npm -v
95+
- run: npm i --ignore-scripts --no-audit --no-fund
96+
- name: Post release actions
97+
env:
98+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99+
run: |
100+
npm run rp-release --ignore-scripts --if-present -ws -iwr

‎.github/workflows/release.yml

+24-31
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
name: Release - cli
22

33
on:
4-
workflow_dispatch:
5-
pull_request:
6-
schedule:
7-
# 08:00am UTC everyday: https://crontab.guru/#0_8_*_*_*
8-
# https://dateful.com/convert/utc?t=8am
9-
- cron: "0 8 * * *"
4+
workflow_call:
5+
inputs:
6+
ref:
7+
required: true
8+
type: string
109

1110
jobs:
1211
lint-all:
13-
if: |
14-
github.event_name == 'schedule' ||
15-
github.event_name == 'workflow_dispatch' ||
16-
startsWith(github.head_ref, 'release/')
1712
runs-on: ubuntu-latest
1813
steps:
1914
- uses: actions/checkout@v3
15+
with:
16+
ref: ${{ inputs.ref }}
2017
- name: Use Node.js 16.x
2118
uses: actions/setup-node@v3
2219
with:
@@ -26,10 +23,6 @@ jobs:
2623
- run: node bin/npm-cli.js run lint-all --ignore-scripts
2724

2825
smoke-publish:
29-
if: |
30-
github.event_name == 'schedule' ||
31-
github.event_name == 'workflow_dispatch' ||
32-
startsWith(github.head_ref, 'release/')
3326
strategy:
3427
fail-fast: false
3528
matrix:
@@ -53,6 +46,8 @@ jobs:
5346
shell: ${{ matrix.platform.shell }}
5447
steps:
5548
- uses: actions/checkout@v3
49+
with:
50+
ref: ${{ inputs.ref }}
5651
- name: Setup git user
5752
run: |
5853
git config --global user.email "ops+npm-cli@npmjs.com"
@@ -76,12 +71,8 @@ jobs:
7671
node bin/npm-cli.js install -w smoke-tests --ignore-scripts --no-audit --no-fund
7772
rm -rf {lib,bin,index.js}
7873
SMOKE_PUBLISH_NPM=1 npm test -w smoke-tests --ignore-scripts
79-
74+
8075
test-all:
81-
if: |
82-
github.event_name == 'schedule' ||
83-
github.event_name == 'workflow_dispatch' ||
84-
startsWith(github.head_ref, 'release/')
8576
strategy:
8677
fail-fast: false
8778
matrix:
@@ -104,15 +95,17 @@ jobs:
10495
run:
10596
shell: ${{ matrix.platform.shell }}
10697
steps:
107-
- uses: actions/checkout@v3
108-
- name: Use Node.js ${{ matrix.node-version }}
109-
uses: actions/setup-node@v3
110-
with:
111-
node-version: ${{ matrix.node-version }}
112-
cache: npm
113-
- run: node bin/npm-cli.js run resetdeps
114-
- run: node bin/npm-cli.js link -f --ignore-scripts
115-
- run: node bin/npm-cli.js run test-all --ignore-scripts
116-
- name: git status
117-
if: matrix.platform.os != 'windows-latest'
118-
run: node scripts/git-dirty.js
98+
- uses: actions/checkout@v3
99+
with:
100+
ref: ${{ inputs.ref }}
101+
- name: Use Node.js ${{ matrix.node-version }}
102+
uses: actions/setup-node@v3
103+
with:
104+
node-version: ${{ matrix.node-version }}
105+
cache: npm
106+
- run: node bin/npm-cli.js run resetdeps
107+
- run: node bin/npm-cli.js link -f --ignore-scripts
108+
- run: node bin/npm-cli.js run test-all --ignore-scripts
109+
- name: git status
110+
if: matrix.platform.os != 'windows-latest'
111+
run: node scripts/git-dirty.js

‎.release-please-manifest.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
".": "8.18.0",
23
"workspaces/arborist": "5.6.0",
34
"workspaces/libnpmaccess": "6.0.3",
45
"workspaces/libnpmdiff": "4.0.4",

‎docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@npmcli/eslint-config": "^3.1.0",
2525
"@npmcli/fs": "^2.1.0",
2626
"@npmcli/promise-spawn": "^3.0.0",
27-
"@npmcli/template-oss": "3.7.1",
27+
"@npmcli/template-oss": "3.8.0",
2828
"cmark-gfm": "^0.9.0",
2929
"jsdom": "^18.1.0",
3030
"marked-man": "^0.7.0",
@@ -60,6 +60,6 @@
6060
"ciVersions": [
6161
"16"
6262
],
63-
"version": "3.7.1"
63+
"version": "3.8.0"
6464
}
6565
}

‎node_modules/.gitignore

+160
Large diffs are not rendered by default.

‎package-lock.json

+3,394-89
Large diffs are not rendered by default.

‎package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"devDependencies": {
207207
"@npmcli/eslint-config": "^3.1.0",
208208
"@npmcli/promise-spawn": "^3.0.0",
209-
"@npmcli/template-oss": "3.7.1",
209+
"@npmcli/template-oss": "3.8.0",
210210
"fs-minipass": "^2.1.0",
211211
"licensee": "^8.2.0",
212212
"minimatch": "^5.1.0",
@@ -217,7 +217,7 @@
217217
"scripts": {
218218
"dependencies": "node scripts/bundle-and-gitignore-deps.js && node scripts/dependency-graph.js",
219219
"dumpconf": "env | grep npm | sort | uniq",
220-
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"chore: update AUTHORS\" || true",
220+
"authors": "bash scripts/update-authors.sh",
221221
"licenses": "licensee --production --errors-only",
222222
"test": "tap",
223223
"test-all": "npm run test --if-present --workspaces --include-workspace-root",
@@ -231,7 +231,8 @@
231231
"lintfix": "npm run lint -- --fix",
232232
"lint-all": "npm run lint --if-present --workspaces --include-workspace-root",
233233
"prelint": "rimraf test/npm_cache*",
234-
"resetdeps": "bash scripts/resetdeps.sh"
234+
"resetdeps": "bash scripts/resetdeps.sh",
235+
"rp-pull-request": "npm run resetdeps && npm run authors"
235236
},
236237
"tap": {
237238
"test-env": [
@@ -250,7 +251,8 @@
250251
"templateOSS": {
251252
"rootRepo": false,
252253
"rootModule": false,
253-
"version": "3.7.1"
254+
"version": "3.8.0",
255+
"releaseTest": "release.yml"
254256
},
255257
"license": "Artistic-2.0",
256258
"engines": {

‎release-please-config.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"separate-pull-requests": true,
2+
"bootstrap-sha": "141faf0c19eae382d0e19833129f5545fc2355c8",
3+
"plugins": [
4+
"node-workspace",
5+
"workspace-deps"
6+
],
37
"changelog-sections": [
48
{
59
"type": "feat",
@@ -27,6 +31,9 @@
2731
}
2832
],
2933
"packages": {
34+
".": {
35+
"package-name": ""
36+
},
3037
"workspaces/arborist": {},
3138
"workspaces/libnpmaccess": {},
3239
"workspaces/libnpmdiff": {},
@@ -39,5 +46,8 @@
3946
"workspaces/libnpmsearch": {},
4047
"workspaces/libnpmteam": {},
4148
"workspaces/libnpmversion": {}
42-
}
49+
},
50+
"exclude-packages-from-root": true,
51+
"group-pull-request-title-pattern": "chore: release ${version}",
52+
"pull-request-title-pattern": "chore: release${component} ${version}"
4353
}

‎scripts/changelog.js

-434
This file was deleted.

‎scripts/dependency-graph.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const fs = require('fs')
77

88
// To re-create npm-cli-repos.txt run:
99
/* eslint-disable-next-line max-len */
10-
// gh api "/graphql" -F query='query { search (query: "org:npm topic:npm-cli", type: REPOSITORY, first:100) { nodes { ... on Repository { name } } } }' --jq '.data.search.nodes[].name'|sort
10+
// npx --package=@npmcli/stafftools@latest gh repos --json | json -a name | sort > scripts/npm-cli-repos.txt
1111
const repos = fs.readFileSync('./scripts/npm-cli-repos.txt', 'utf8').trim().split('\n')
1212

1313
// these have a different package name than the repo name, and are ours.

‎scripts/npm-cli-repos.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
abbrev-js
2+
agent
23
arborist
34
are-we-there-yet
45
benchmarks
@@ -60,6 +61,7 @@ npm-package-arg
6061
npm-packlist
6162
npm-profile
6263
npm-registry-fetch
64+
npm-registry-mock
6365
npm-user-validate
6466
npmlog
6567
package-json
@@ -69,6 +71,8 @@ proc-log
6971
proggy
7072
promise-spawn
7173
promzard
74+
pull
75+
query
7276
read
7377
read-cmd-shim
7478
read-package-json
@@ -77,8 +81,10 @@ readdir-scoped-modules
7781
rfcs
7882
run-script
7983
ssri
84+
stafftools
8085
statusboard
8186
stringify-package
87+
tap-nock
8288
template-oss
8389
treeverse
8490
unique-filename

‎scripts/release-manager.js

-248
This file was deleted.

‎smoke-tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@npmcli/eslint-config": "^3.1.0",
2424
"@npmcli/promise-spawn": "^3.0.0",
25-
"@npmcli/template-oss": "3.7.1",
25+
"@npmcli/template-oss": "3.8.0",
2626
"minify-registry-metadata": "^2.2.0",
2727
"rimraf": "^3.0.2",
2828
"tap": "^16.0.1",
@@ -32,7 +32,7 @@
3232
"license": "ISC",
3333
"templateOSS": {
3434
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
35-
"version": "3.7.1",
35+
"version": "3.8.0",
3636
"workspaceRepo": false
3737
},
3838
"tap": {

‎workspaces/arborist/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@npmcli/eslint-config": "^3.1.0",
45-
"@npmcli/template-oss": "3.7.1",
45+
"@npmcli/template-oss": "3.8.0",
4646
"benchmark": "^2.1.4",
4747
"chalk": "^4.1.0",
4848
"minify-registry-metadata": "^2.1.0",
@@ -103,6 +103,6 @@
103103
},
104104
"templateOSS": {
105105
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
106-
"version": "3.7.1"
106+
"version": "3.8.0"
107107
}
108108
}

‎workspaces/libnpmaccess/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@npmcli/eslint-config": "^3.1.0",
23-
"@npmcli/template-oss": "3.7.1",
23+
"@npmcli/template-oss": "3.8.0",
2424
"nock": "^13.2.4",
2525
"tap": "^16.0.1"
2626
},
@@ -46,6 +46,6 @@
4646
],
4747
"templateOSS": {
4848
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
49-
"version": "3.7.1"
49+
"version": "3.8.0"
5050
}
5151
}

‎workspaces/libnpmdiff/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@npmcli/eslint-config": "^3.1.0",
49-
"@npmcli/template-oss": "3.7.1",
49+
"@npmcli/template-oss": "3.8.0",
5050
"tap": "^16.0.1"
5151
},
5252
"dependencies": {
@@ -61,6 +61,6 @@
6161
},
6262
"templateOSS": {
6363
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
64-
"version": "3.7.1"
64+
"version": "3.8.0"
6565
}
6666
}

‎workspaces/libnpmexec/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@npmcli/eslint-config": "^3.1.0",
53-
"@npmcli/template-oss": "3.7.1",
53+
"@npmcli/template-oss": "3.8.0",
5454
"bin-links": "^3.0.3",
5555
"minify-registry-metadata": "^2.2.0",
5656
"mkdirp": "^1.0.4",
@@ -74,6 +74,6 @@
7474
},
7575
"templateOSS": {
7676
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
77-
"version": "3.7.1"
77+
"version": "3.8.0"
7878
}
7979
}

‎workspaces/libnpmfund/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@npmcli/eslint-config": "^3.1.0",
48-
"@npmcli/template-oss": "3.7.1",
48+
"@npmcli/template-oss": "3.8.0",
4949
"tap": "^16.0.1"
5050
},
5151
"dependencies": {
@@ -56,6 +56,6 @@
5656
},
5757
"templateOSS": {
5858
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
59-
"version": "3.7.1"
59+
"version": "3.8.0"
6060
}
6161
}

‎workspaces/libnpmhook/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@npmcli/eslint-config": "^3.1.0",
43-
"@npmcli/template-oss": "3.7.1",
43+
"@npmcli/template-oss": "3.8.0",
4444
"nock": "^13.2.4",
4545
"tap": "^16.0.1"
4646
},
@@ -49,6 +49,6 @@
4949
},
5050
"templateOSS": {
5151
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
52-
"version": "3.7.1"
52+
"version": "3.8.0"
5353
}
5454
}

‎workspaces/libnpmorg/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
],
3232
"devDependencies": {
3333
"@npmcli/eslint-config": "^3.1.0",
34-
"@npmcli/template-oss": "3.7.1",
34+
"@npmcli/template-oss": "3.8.0",
3535
"minipass": "^3.1.1",
3636
"nock": "^13.2.4",
3737
"tap": "^16.0.1"
@@ -52,6 +52,6 @@
5252
},
5353
"templateOSS": {
5454
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
55-
"version": "3.7.1"
55+
"version": "3.8.0"
5656
}
5757
}

‎workspaces/libnpmpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@npmcli/eslint-config": "^3.1.0",
29-
"@npmcli/template-oss": "3.7.1",
29+
"@npmcli/template-oss": "3.8.0",
3030
"nock": "^13.0.7",
3131
"tap": "^16.0.1"
3232
},
@@ -47,6 +47,6 @@
4747
},
4848
"templateOSS": {
4949
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
50-
"version": "3.7.1"
50+
"version": "3.8.0"
5151
}
5252
}

‎workspaces/libnpmpublish/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@npmcli/eslint-config": "^3.1.0",
31-
"@npmcli/template-oss": "3.7.1",
31+
"@npmcli/template-oss": "3.8.0",
3232
"libnpmpack": "^4.0.0",
3333
"lodash.clonedeep": "^4.5.0",
3434
"nock": "^13.2.4",
@@ -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": "3.7.1"
56+
"version": "3.8.0"
5757
}
5858
}

‎workspaces/libnpmsearch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@npmcli/eslint-config": "^3.1.0",
32-
"@npmcli/template-oss": "3.7.1",
32+
"@npmcli/template-oss": "3.8.0",
3333
"nock": "^13.2.4",
3434
"tap": "^16.0.1"
3535
},
@@ -48,6 +48,6 @@
4848
},
4949
"templateOSS": {
5050
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
51-
"version": "3.7.1"
51+
"version": "3.8.0"
5252
}
5353
}

‎workspaces/libnpmteam/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@npmcli/eslint-config": "^3.1.0",
22-
"@npmcli/template-oss": "3.7.1",
22+
"@npmcli/template-oss": "3.8.0",
2323
"nock": "^13.2.4",
2424
"tap": "^16.0.1"
2525
},
@@ -42,6 +42,6 @@
4242
},
4343
"templateOSS": {
4444
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
45-
"version": "3.7.1"
45+
"version": "3.8.0"
4646
}
4747
}

‎workspaces/libnpmversion/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@npmcli/eslint-config": "^3.1.0",
34-
"@npmcli/template-oss": "3.7.1",
34+
"@npmcli/template-oss": "3.8.0",
3535
"require-inject": "^1.4.4",
3636
"tap": "^16.0.1"
3737
},
@@ -47,6 +47,6 @@
4747
},
4848
"templateOSS": {
4949
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
50-
"version": "3.7.1"
50+
"version": "3.8.0"
5151
}
5252
}

0 commit comments

Comments
 (0)
Please sign in to comment.