Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-04-21 00:26:44 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-04-22 03:33:51 +0300
commitc18d5d7c7c1abee685c1355ffbefc3f2df6593a0 (patch)
treeeb25b895aa464b241e337318c7b92d556a28c008
parent52fd23bf05d5017b05ba67e1c1a94e2244e91093 (diff)
chore(deps): @npmcli/template-oss@3.4.2
-rw-r--r--.github/workflows/ci-docs.yml8
-rw-r--r--.github/workflows/ci-libnpmaccess.yml8
-rw-r--r--.github/workflows/ci-libnpmdiff.yml8
-rw-r--r--.github/workflows/ci-libnpmexec.yml8
-rw-r--r--.github/workflows/ci-libnpmfund.yml8
-rw-r--r--.github/workflows/ci-libnpmhook.yml8
-rw-r--r--.github/workflows/ci-libnpmorg.yml8
-rw-r--r--.github/workflows/ci-libnpmpack.yml8
-rw-r--r--.github/workflows/ci-libnpmpublish.yml8
-rw-r--r--.github/workflows/ci-libnpmsearch.yml8
-rw-r--r--.github/workflows/ci-libnpmteam.yml8
-rw-r--r--.github/workflows/ci-libnpmversion.yml8
-rw-r--r--.github/workflows/ci-npmcli-arborist.yml8
-rw-r--r--.github/workflows/release-please-libnpmaccess.yml4
-rw-r--r--.github/workflows/release-please-libnpmdiff.yml4
-rw-r--r--.github/workflows/release-please-libnpmexec.yml4
-rw-r--r--.github/workflows/release-please-libnpmfund.yml4
-rw-r--r--.github/workflows/release-please-libnpmhook.yml4
-rw-r--r--.github/workflows/release-please-libnpmorg.yml4
-rw-r--r--.github/workflows/release-please-libnpmpack.yml4
-rw-r--r--.github/workflows/release-please-libnpmpublish.yml4
-rw-r--r--.github/workflows/release-please-libnpmsearch.yml4
-rw-r--r--.github/workflows/release-please-libnpmteam.yml4
-rw-r--r--.github/workflows/release-please-libnpmversion.yml4
-rw-r--r--.github/workflows/release-please-npmcli-arborist.yml4
-rw-r--r--docs/package.json4
-rw-r--r--package-lock.json106
-rw-r--r--package.json4
-rw-r--r--smoke-tests/package.json4
-rw-r--r--workspaces/arborist/package.json4
-rw-r--r--workspaces/libnpmaccess/package.json4
-rw-r--r--workspaces/libnpmdiff/package.json4
-rw-r--r--workspaces/libnpmexec/package.json4
-rw-r--r--workspaces/libnpmfund/package.json4
-rw-r--r--workspaces/libnpmhook/package.json4
-rw-r--r--workspaces/libnpmorg/package.json4
-rw-r--r--workspaces/libnpmpack/package.json4
-rw-r--r--workspaces/libnpmpublish/package.json4
-rw-r--r--workspaces/libnpmsearch/package.json4
-rw-r--r--workspaces/libnpmteam/package.json4
-rw-r--r--workspaces/libnpmversion/package.json4
41 files changed, 177 insertions, 141 deletions
diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml
index 43fa240ec..c3ffb5e18 100644
--- a/.github/workflows/ci-docs.yml
+++ b/.github/workflows/ci-docs.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16
@@ -58,8 +58,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmaccess.yml b/.github/workflows/ci-libnpmaccess.yml
index ca1eb19ae..c01fe627b 100644
--- a/.github/workflows/ci-libnpmaccess.yml
+++ b/.github/workflows/ci-libnpmaccess.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmdiff.yml b/.github/workflows/ci-libnpmdiff.yml
index 856b8d957..6013870ee 100644
--- a/.github/workflows/ci-libnpmdiff.yml
+++ b/.github/workflows/ci-libnpmdiff.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmexec.yml b/.github/workflows/ci-libnpmexec.yml
index 8c30d0534..038e6e5e7 100644
--- a/.github/workflows/ci-libnpmexec.yml
+++ b/.github/workflows/ci-libnpmexec.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmfund.yml b/.github/workflows/ci-libnpmfund.yml
index 337db5b8b..c70892a95 100644
--- a/.github/workflows/ci-libnpmfund.yml
+++ b/.github/workflows/ci-libnpmfund.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmhook.yml b/.github/workflows/ci-libnpmhook.yml
index 3ccceb99f..b64fd4616 100644
--- a/.github/workflows/ci-libnpmhook.yml
+++ b/.github/workflows/ci-libnpmhook.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmorg.yml b/.github/workflows/ci-libnpmorg.yml
index 2f9ba90a3..c87d1ca6e 100644
--- a/.github/workflows/ci-libnpmorg.yml
+++ b/.github/workflows/ci-libnpmorg.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmpack.yml b/.github/workflows/ci-libnpmpack.yml
index 146950c4f..a2cb15ab1 100644
--- a/.github/workflows/ci-libnpmpack.yml
+++ b/.github/workflows/ci-libnpmpack.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmpublish.yml b/.github/workflows/ci-libnpmpublish.yml
index 16d693c96..6b46bd21d 100644
--- a/.github/workflows/ci-libnpmpublish.yml
+++ b/.github/workflows/ci-libnpmpublish.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmsearch.yml b/.github/workflows/ci-libnpmsearch.yml
index 93f2a0caa..6bcbc772e 100644
--- a/.github/workflows/ci-libnpmsearch.yml
+++ b/.github/workflows/ci-libnpmsearch.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmteam.yml b/.github/workflows/ci-libnpmteam.yml
index baaf78ce8..b61d96c1a 100644
--- a/.github/workflows/ci-libnpmteam.yml
+++ b/.github/workflows/ci-libnpmteam.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-libnpmversion.yml b/.github/workflows/ci-libnpmversion.yml
index 3b24bf420..d2eef6324 100644
--- a/.github/workflows/ci-libnpmversion.yml
+++ b/.github/workflows/ci-libnpmversion.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/ci-npmcli-arborist.yml b/.github/workflows/ci-npmcli-arborist.yml
index 999845096..5ca3ec77a 100644
--- a/.github/workflows/ci-npmcli-arborist.yml
+++ b/.github/workflows/ci-npmcli-arborist.yml
@@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
@@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
diff --git a/.github/workflows/release-please-libnpmaccess.yml b/.github/workflows/release-please-libnpmaccess.yml
index d71654dda..13219dea1 100644
--- a/.github/workflows/release-please-libnpmaccess.yml
+++ b/.github/workflows/release-please-libnpmaccess.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmdiff.yml b/.github/workflows/release-please-libnpmdiff.yml
index d9a043534..e39fce455 100644
--- a/.github/workflows/release-please-libnpmdiff.yml
+++ b/.github/workflows/release-please-libnpmdiff.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmexec.yml b/.github/workflows/release-please-libnpmexec.yml
index bdb8c373c..0db48bba0 100644
--- a/.github/workflows/release-please-libnpmexec.yml
+++ b/.github/workflows/release-please-libnpmexec.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmfund.yml b/.github/workflows/release-please-libnpmfund.yml
index 53da00c6b..e3d5d2ecd 100644
--- a/.github/workflows/release-please-libnpmfund.yml
+++ b/.github/workflows/release-please-libnpmfund.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmhook.yml b/.github/workflows/release-please-libnpmhook.yml
index 268e4d8f0..267c95915 100644
--- a/.github/workflows/release-please-libnpmhook.yml
+++ b/.github/workflows/release-please-libnpmhook.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmorg.yml b/.github/workflows/release-please-libnpmorg.yml
index e8b7c66e7..15dc04060 100644
--- a/.github/workflows/release-please-libnpmorg.yml
+++ b/.github/workflows/release-please-libnpmorg.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmpack.yml b/.github/workflows/release-please-libnpmpack.yml
index 50548222e..1f4d181e1 100644
--- a/.github/workflows/release-please-libnpmpack.yml
+++ b/.github/workflows/release-please-libnpmpack.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmpublish.yml b/.github/workflows/release-please-libnpmpublish.yml
index 2bd4026d2..b271b0102 100644
--- a/.github/workflows/release-please-libnpmpublish.yml
+++ b/.github/workflows/release-please-libnpmpublish.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmsearch.yml b/.github/workflows/release-please-libnpmsearch.yml
index 27f3fdec2..b7b3b7e6e 100644
--- a/.github/workflows/release-please-libnpmsearch.yml
+++ b/.github/workflows/release-please-libnpmsearch.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmteam.yml b/.github/workflows/release-please-libnpmteam.yml
index f0c7d6e0d..e2a65d02a 100644
--- a/.github/workflows/release-please-libnpmteam.yml
+++ b/.github/workflows/release-please-libnpmteam.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-libnpmversion.yml b/.github/workflows/release-please-libnpmversion.yml
index f9b91619b..694911670 100644
--- a/.github/workflows/release-please-libnpmversion.yml
+++ b/.github/workflows/release-please-libnpmversion.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/.github/workflows/release-please-npmcli-arborist.yml b/.github/workflows/release-please-npmcli-arborist.yml
index 8be72bc77..82693f582 100644
--- a/.github/workflows/release-please-npmcli-arborist.yml
+++ b/.github/workflows/release-please-npmcli-arborist.yml
@@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup git user
run: |
- git config --global user.email "ops+npm-cli@npmjs.com"
- git config --global user.name "npm cli ops bot"
+ git config --global user.email "ops+robot@npmjs.com"
+ git config --global user.name "npm team"
- uses: actions/setup-node@v3
with:
node-version: 16.x
diff --git a/docs/package.json b/docs/package.json
index 87c5020e2..23e10b619 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -24,7 +24,7 @@
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
@@ -60,6 +60,6 @@
"ciVersions": [
"16"
],
- "version": "3.3.2"
+ "version": "3.4.2"
}
}
diff --git a/package-lock.json b/package-lock.json
index eaed3d668..3b7a71406 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -163,7 +163,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"licensee": "^8.2.0",
"nock": "^13.2.4",
"spawk": "^1.7.1",
@@ -181,7 +181,7 @@
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
@@ -1046,9 +1046,9 @@
}
},
"node_modules/@npmcli/template-oss": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-3.3.2.tgz",
- "integrity": "sha512-dxuO704qWTeSt5ievjNRhOB7VB6Mqv66wCaazOksLlAs3CittiCG0P0YWKhXojptNrOET/mGj6ltZV/A/QdGfw==",
+ "version": "3.4.2",
+ "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-3.4.2.tgz",
+ "integrity": "sha512-r5YaRlWEythue6R85ci/mTDtXOLwGDLlRHg5bH/v+++458SBTjgbQdHKoozJ0xh1ScwbA3z92jWmIzyC7Jpb+A==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -1057,6 +1057,7 @@
"@npmcli/map-workspaces": "^2.0.2",
"@npmcli/package-json": "^2.0.0",
"diff": "^5.0.0",
+ "glob": "^8.0.1",
"handlebars": "^4.7.7",
"hosted-git-info": "^5.0.0",
"json-parse-even-better-errors": "^2.3.1",
@@ -1075,6 +1076,26 @@
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
+ "node_modules/@npmcli/template-oss/node_modules/glob": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.1.tgz",
+ "integrity": "sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow==",
+ "dev": true,
+ "dependencies": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^5.0.1",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
"node_modules/@npmcli/template-oss/node_modules/yaml": {
"version": "2.0.0-11",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.0.0-11.tgz",
@@ -9737,7 +9758,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"minify-registry-metadata": "^2.2.0",
"rimraf": "^3.0.2",
"tap": "^16.0.1",
@@ -9792,7 +9813,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"minify-registry-metadata": "^2.1.0",
@@ -9815,7 +9836,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -9838,7 +9859,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"tap": "^16.0.1"
},
"engines": {
@@ -9864,7 +9885,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"bin-links": "^3.0.0",
"tap": "^16.0.1"
},
@@ -9880,7 +9901,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"tap": "^16.0.1"
},
"engines": {
@@ -9896,7 +9917,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -9913,7 +9934,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"minipass": "^3.1.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
@@ -9932,7 +9953,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"nock": "^13.0.7",
"tap": "^16.0.1"
},
@@ -9952,7 +9973,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"libnpmpack": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
@@ -9970,7 +9991,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -9987,7 +10008,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -10007,7 +10028,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"require-inject": "^1.4.4",
"tap": "^16.0.1"
},
@@ -10476,7 +10497,7 @@
"@npmcli/node-gyp": "^2.0.0",
"@npmcli/package-json": "^2.0.0",
"@npmcli/run-script": "^3.0.0",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"benchmark": "^2.1.4",
"bin-links": "^3.0.0",
"cacache": "^16.0.0",
@@ -10642,9 +10663,9 @@
}
},
"@npmcli/template-oss": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-3.3.2.tgz",
- "integrity": "sha512-dxuO704qWTeSt5ievjNRhOB7VB6Mqv66wCaazOksLlAs3CittiCG0P0YWKhXojptNrOET/mGj6ltZV/A/QdGfw==",
+ "version": "3.4.2",
+ "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-3.4.2.tgz",
+ "integrity": "sha512-r5YaRlWEythue6R85ci/mTDtXOLwGDLlRHg5bH/v+++458SBTjgbQdHKoozJ0xh1ScwbA3z92jWmIzyC7Jpb+A==",
"dev": true,
"requires": {
"@npmcli/fs": "^2.0.1",
@@ -10652,6 +10673,7 @@
"@npmcli/map-workspaces": "^2.0.2",
"@npmcli/package-json": "^2.0.0",
"diff": "^5.0.0",
+ "glob": "^8.0.1",
"handlebars": "^4.7.7",
"hosted-git-info": "^5.0.0",
"json-parse-even-better-errors": "^2.3.1",
@@ -10663,6 +10685,20 @@
"yaml": "^2.0.0-11"
},
"dependencies": {
+ "glob": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.1.tgz",
+ "integrity": "sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow==",
+ "dev": true,
+ "requires": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^5.0.1",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ }
+ },
"yaml": {
"version": "2.0.0-11",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.0.0-11.tgz",
@@ -11403,7 +11439,7 @@
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
@@ -12789,7 +12825,7 @@
"version": "file:workspaces/libnpmaccess",
"requires": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"aproba": "^2.0.0",
"minipass": "^3.1.1",
"nock": "^13.2.4",
@@ -12804,7 +12840,7 @@
"@npmcli/disparity-colors": "^2.0.0",
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/installed-package-contents": "^1.0.7",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"binary-extensions": "^2.2.0",
"diff": "^5.0.0",
"minimatch": "^5.0.1",
@@ -12821,7 +12857,7 @@
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/run-script": "^3.0.0",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"bin-links": "^3.0.0",
"chalk": "^4.1.0",
"mkdirp-infer-owner": "^2.0.0",
@@ -12840,7 +12876,7 @@
"requires": {
"@npmcli/arborist": "^5.0.0",
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"tap": "^16.0.1"
}
},
@@ -12848,7 +12884,7 @@
"version": "file:workspaces/libnpmhook",
"requires": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"aproba": "^2.0.0",
"nock": "^13.2.4",
"npm-registry-fetch": "^13.0.0",
@@ -12859,7 +12895,7 @@
"version": "file:workspaces/libnpmorg",
"requires": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"aproba": "^2.0.0",
"minipass": "^3.1.1",
"nock": "^13.2.4",
@@ -12872,7 +12908,7 @@
"requires": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/run-script": "^3.0.0",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"nock": "^13.0.7",
"npm-package-arg": "^9.0.1",
"pacote": "^13.0.5",
@@ -12883,7 +12919,7 @@
"version": "file:workspaces/libnpmpublish",
"requires": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"libnpmpack": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
@@ -12899,7 +12935,7 @@
"version": "file:workspaces/libnpmsearch",
"requires": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"nock": "^13.2.4",
"npm-registry-fetch": "^13.0.0",
"tap": "^16.0.1"
@@ -12909,7 +12945,7 @@
"version": "file:workspaces/libnpmteam",
"requires": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"aproba": "^2.0.0",
"nock": "^13.2.4",
"npm-registry-fetch": "^13.0.0",
@@ -12922,7 +12958,7 @@
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/git": "^3.0.0",
"@npmcli/run-script": "^3.0.0",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"json-parse-even-better-errors": "^2.3.1",
"proc-log": "^2.0.0",
"require-inject": "^1.4.4",
@@ -14207,7 +14243,7 @@
"requires": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"minify-registry-metadata": "^2.2.0",
"rimraf": "^3.0.2",
"tap": "^16.0.1",
diff --git a/package.json b/package.json
index 846510f5c..567025106 100644
--- a/package.json
+++ b/package.json
@@ -200,7 +200,7 @@
],
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"licensee": "^8.2.0",
"nock": "^13.2.4",
"spawk": "^1.7.1",
@@ -236,7 +236,7 @@
"templateOSS": {
"rootRepo": false,
"rootModule": false,
- "version": "3.3.2"
+ "version": "3.4.2"
},
"license": "Artistic-2.0",
"engines": {
diff --git a/smoke-tests/package.json b/smoke-tests/package.json
index 787db4d20..e0844c762 100644
--- a/smoke-tests/package.json
+++ b/smoke-tests/package.json
@@ -22,7 +22,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"minify-registry-metadata": "^2.2.0",
"rimraf": "^3.0.2",
"tap": "^16.0.1",
@@ -32,7 +32,7 @@
"license": "ISC",
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.3.2",
+ "version": "3.4.2",
"workspaceRepo": false
},
"tap": {
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index a4d29f14e..6f6342b31 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -40,7 +40,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"minify-registry-metadata": "^2.1.0",
@@ -101,6 +101,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.3.2"
+ "version": "3.4.2"
}
}
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index bb6837309..2494ef0d9 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -20,7 +20,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -46,6 +46,6 @@
],
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.3.2"
+ "version": "3.4.2"
}
}
diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json
index 88968216f..20d763772 100644
--- a/workspaces/libnpmdiff/package.json
+++ b/workspaces/libnpmdiff/package.json
@@ -46,7 +46,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"tap": "^16.0.1"
},
"dependencies": {
@@ -61,6 +61,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.3.2"
+ "version": "3.4.2"
}
}
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 5a8f7e4af..d0294cbe2 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -50,7 +50,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"bin-links": "^3.0.0",
"tap": "^16.0.1"
},
@@ -70,6 +70,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.3.2"
+ "version": "3.4.2"
}
}
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index fe8e8d8e3..9efee4651 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -45,7 +45,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"tap": "^16.0.1"
},
"dependencies": {
@@ -56,6 +56,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.3.2"
+ "version": "3.4.2"
}
}
diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json
index 99efed490..7219e36fc 100644
--- a/workspaces/libnpmhook/package.json
+++ b/workspaces/libnpmhook/package.json
@@ -40,7 +40,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -49,6 +49,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.3.2"
+ "version": "3.4.2"
}
}
diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json
index be6086c11..56adfb657 100644
--- a/workspaces/libnpmorg/package.json
+++ b/workspaces/libnpmorg/package.json
@@ -31,7 +31,7 @@
],
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"minipass": "^3.1.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
@@ -52,6 +52,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.3.2"
+ "version": "3.4.2"
}
}
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index 1aa1d306a..4d7f9226c 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -26,7 +26,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"nock": "^13.0.7",
"tap": "^16.0.1"
},
@@ -47,6 +47,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.3.2"
+ "version": "3.4.2"
}
}
diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json
index ba6e72297..1858858d0 100644
--- a/workspaces/libnpmpublish/package.json
+++ b/workspaces/libnpmpublish/package.json
@@ -28,7 +28,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"libnpmpack": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
@@ -53,6 +53,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.3.2"
+ "version": "3.4.2"
}
}
diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json
index 85918e254..9c33fcaaa 100644
--- a/workspaces/libnpmsearch/package.json
+++ b/workspaces/libnpmsearch/package.json
@@ -29,7 +29,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -48,6 +48,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.3.2"
+ "version": "3.4.2"
}
}
diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index 52309e164..80fb95a02 100644
--- a/workspaces/libnpmteam/package.json
+++ b/workspaces/libnpmteam/package.json
@@ -19,7 +19,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -42,6 +42,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.3.2"
+ "version": "3.4.2"
}
}
diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json
index 431587f07..20482ea66 100644
--- a/workspaces/libnpmversion/package.json
+++ b/workspaces/libnpmversion/package.json
@@ -31,7 +31,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.3.2",
+ "@npmcli/template-oss": "3.4.2",
"require-inject": "^1.4.4",
"tap": "^16.0.1"
},
@@ -47,6 +47,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.3.2"
+ "version": "3.4.2"
}
}