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:
authorGar <gar+gh@danger.computer>2022-04-07 00:53:05 +0300
committerGitHub <noreply@github.com>2022-04-07 00:53:05 +0300
commit1ba7fcb19889cfe423c9d0bec174b97cf4174e21 (patch)
tree7e5e39bf24b32b0c98267650bcbbe4e34f3953e7
parent1b30c725ecd0f03f55e3c0576962972748eec238 (diff)
chore: @npmcli/template-oss@3.3.1 (#4692)
-rw-r--r--.github/workflows/ci-docs.yml4
-rw-r--r--.github/workflows/ci-libnpmaccess.yml4
-rw-r--r--.github/workflows/ci-libnpmdiff.yml4
-rw-r--r--.github/workflows/ci-libnpmexec.yml4
-rw-r--r--.github/workflows/ci-libnpmfund.yml4
-rw-r--r--.github/workflows/ci-libnpmhook.yml4
-rw-r--r--.github/workflows/ci-libnpmorg.yml4
-rw-r--r--.github/workflows/ci-libnpmpack.yml4
-rw-r--r--.github/workflows/ci-libnpmpublish.yml4
-rw-r--r--.github/workflows/ci-libnpmsearch.yml4
-rw-r--r--.github/workflows/ci-libnpmteam.yml4
-rw-r--r--.github/workflows/ci-libnpmversion.yml4
-rw-r--r--.github/workflows/ci-npmcli-arborist.yml4
-rw-r--r--.github/workflows/release-please-libnpmaccess.yml29
-rw-r--r--.github/workflows/release-please-libnpmdiff.yml29
-rw-r--r--.github/workflows/release-please-libnpmexec.yml29
-rw-r--r--.github/workflows/release-please-libnpmfund.yml29
-rw-r--r--.github/workflows/release-please-libnpmhook.yml29
-rw-r--r--.github/workflows/release-please-libnpmorg.yml29
-rw-r--r--.github/workflows/release-please-libnpmpack.yml29
-rw-r--r--.github/workflows/release-please-libnpmpublish.yml29
-rw-r--r--.github/workflows/release-please-libnpmsearch.yml29
-rw-r--r--.github/workflows/release-please-libnpmteam.yml29
-rw-r--r--.github/workflows/release-please-libnpmversion.yml29
-rw-r--r--.github/workflows/release-please-npmcli-arborist.yml29
-rw-r--r--docs/package.json4
-rw-r--r--package-lock.json88
-rw-r--r--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
40 files changed, 437 insertions, 107 deletions
diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml
index 68c3b649e..43fa240ec 100644
--- a/.github/workflows/ci-docs.yml
+++ b/.github/workflows/ci-docs.yml
@@ -34,7 +34,7 @@ jobs:
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm run lint -w docs
test:
@@ -81,5 +81,5 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm test --ignore-scripts -w docs
diff --git a/.github/workflows/ci-libnpmaccess.yml b/.github/workflows/ci-libnpmaccess.yml
index 43f0765ff..ca1eb19ae 100644
--- a/.github/workflows/ci-libnpmaccess.yml
+++ b/.github/workflows/ci-libnpmaccess.yml
@@ -34,7 +34,7 @@ jobs:
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm run lint -w libnpmaccess
test:
@@ -86,5 +86,5 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm test --ignore-scripts -w libnpmaccess
diff --git a/.github/workflows/ci-libnpmdiff.yml b/.github/workflows/ci-libnpmdiff.yml
index f8c01d5d5..856b8d957 100644
--- a/.github/workflows/ci-libnpmdiff.yml
+++ b/.github/workflows/ci-libnpmdiff.yml
@@ -34,7 +34,7 @@ jobs:
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm run lint -w libnpmdiff
test:
@@ -86,5 +86,5 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm test --ignore-scripts -w libnpmdiff
diff --git a/.github/workflows/ci-libnpmexec.yml b/.github/workflows/ci-libnpmexec.yml
index 5674b4d7d..8c30d0534 100644
--- a/.github/workflows/ci-libnpmexec.yml
+++ b/.github/workflows/ci-libnpmexec.yml
@@ -34,7 +34,7 @@ jobs:
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm run lint -w libnpmexec
test:
@@ -86,5 +86,5 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm test --ignore-scripts -w libnpmexec
diff --git a/.github/workflows/ci-libnpmfund.yml b/.github/workflows/ci-libnpmfund.yml
index 7a4fdd921..337db5b8b 100644
--- a/.github/workflows/ci-libnpmfund.yml
+++ b/.github/workflows/ci-libnpmfund.yml
@@ -34,7 +34,7 @@ jobs:
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm run lint -w libnpmfund
test:
@@ -86,5 +86,5 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm test --ignore-scripts -w libnpmfund
diff --git a/.github/workflows/ci-libnpmhook.yml b/.github/workflows/ci-libnpmhook.yml
index e6281e7fd..3ccceb99f 100644
--- a/.github/workflows/ci-libnpmhook.yml
+++ b/.github/workflows/ci-libnpmhook.yml
@@ -34,7 +34,7 @@ jobs:
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm run lint -w libnpmhook
test:
@@ -86,5 +86,5 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm test --ignore-scripts -w libnpmhook
diff --git a/.github/workflows/ci-libnpmorg.yml b/.github/workflows/ci-libnpmorg.yml
index 5737035bc..2f9ba90a3 100644
--- a/.github/workflows/ci-libnpmorg.yml
+++ b/.github/workflows/ci-libnpmorg.yml
@@ -34,7 +34,7 @@ jobs:
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm run lint -w libnpmorg
test:
@@ -86,5 +86,5 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm test --ignore-scripts -w libnpmorg
diff --git a/.github/workflows/ci-libnpmpack.yml b/.github/workflows/ci-libnpmpack.yml
index b6cb5ea4a..146950c4f 100644
--- a/.github/workflows/ci-libnpmpack.yml
+++ b/.github/workflows/ci-libnpmpack.yml
@@ -34,7 +34,7 @@ jobs:
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm run lint -w libnpmpack
test:
@@ -86,5 +86,5 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm test --ignore-scripts -w libnpmpack
diff --git a/.github/workflows/ci-libnpmpublish.yml b/.github/workflows/ci-libnpmpublish.yml
index b9c150d49..16d693c96 100644
--- a/.github/workflows/ci-libnpmpublish.yml
+++ b/.github/workflows/ci-libnpmpublish.yml
@@ -34,7 +34,7 @@ jobs:
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm run lint -w libnpmpublish
test:
@@ -86,5 +86,5 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm test --ignore-scripts -w libnpmpublish
diff --git a/.github/workflows/ci-libnpmsearch.yml b/.github/workflows/ci-libnpmsearch.yml
index d9ddc0e17..93f2a0caa 100644
--- a/.github/workflows/ci-libnpmsearch.yml
+++ b/.github/workflows/ci-libnpmsearch.yml
@@ -34,7 +34,7 @@ jobs:
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm run lint -w libnpmsearch
test:
@@ -86,5 +86,5 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm test --ignore-scripts -w libnpmsearch
diff --git a/.github/workflows/ci-libnpmteam.yml b/.github/workflows/ci-libnpmteam.yml
index 24519315f..baaf78ce8 100644
--- a/.github/workflows/ci-libnpmteam.yml
+++ b/.github/workflows/ci-libnpmteam.yml
@@ -34,7 +34,7 @@ jobs:
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm run lint -w libnpmteam
test:
@@ -86,5 +86,5 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm test --ignore-scripts -w libnpmteam
diff --git a/.github/workflows/ci-libnpmversion.yml b/.github/workflows/ci-libnpmversion.yml
index 193b8d5ce..3b24bf420 100644
--- a/.github/workflows/ci-libnpmversion.yml
+++ b/.github/workflows/ci-libnpmversion.yml
@@ -34,7 +34,7 @@ jobs:
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm run lint -w libnpmversion
test:
@@ -86,5 +86,5 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm test --ignore-scripts -w libnpmversion
diff --git a/.github/workflows/ci-npmcli-arborist.yml b/.github/workflows/ci-npmcli-arborist.yml
index 32978d92f..999845096 100644
--- a/.github/workflows/ci-npmcli-arborist.yml
+++ b/.github/workflows/ci-npmcli-arborist.yml
@@ -34,7 +34,7 @@ jobs:
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm run lint -w @npmcli/arborist
test:
@@ -86,5 +86,5 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
- - run: npm i --ignore-scripts
+ - run: npm i --ignore-scripts --no-audit --no-fund
- run: npm test --ignore-scripts -w @npmcli/arborist
diff --git a/.github/workflows/release-please-libnpmaccess.yml b/.github/workflows/release-please-libnpmaccess.yml
index ae798bcb8..1908fa7c4 100644
--- a/.github/workflows/release-please-libnpmaccess.yml
+++ b/.github/workflows/release-please-libnpmaccess.yml
@@ -10,6 +10,9 @@ on:
- main
- latest
+permissions:
+ contents: write
+
jobs:
release-please:
runs-on: ubuntu-latest
@@ -20,6 +23,9 @@ jobs:
release-type: node
monorepo-tags: true
path: workspaces/libnpmaccess
+ # name can be removed after this is merged
+ # https://github.com/google-github-actions/release-please-action/pull/459
+ package-name: "libnpmaccess"
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
@@ -28,3 +34,26 @@ jobs:
{"type":"deps","section":"Dependencies","hidden":false},
{"type":"chore","hidden":true}
]
+ - 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"
+ - uses: actions/setup-node@v3
+ with:
+ node-version: 16.x
+ - name: Update npm to latest
+ run: npm i --prefer-online --no-fund --no-audit -g npm@latest
+ - run: npm -v
+ - name: Update package-lock.json and commit
+ if: steps.release.outputs.pr
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: |
+ gh pr checkout ${{ fromJSON(steps.release.outputs.pr).number }}
+ npm run resetdeps
+ title="${{ fromJSON(steps.release.outputs.pr).title }}"
+ # get the version from the pr title
+ # get everything after the last space
+ git commit -am "deps: libnpmaccess@${title##* }"
+ git push
diff --git a/.github/workflows/release-please-libnpmdiff.yml b/.github/workflows/release-please-libnpmdiff.yml
index 4f9a0673a..f7010ec74 100644
--- a/.github/workflows/release-please-libnpmdiff.yml
+++ b/.github/workflows/release-please-libnpmdiff.yml
@@ -10,6 +10,9 @@ on:
- main
- latest
+permissions:
+ contents: write
+
jobs:
release-please:
runs-on: ubuntu-latest
@@ -20,6 +23,9 @@ jobs:
release-type: node
monorepo-tags: true
path: workspaces/libnpmdiff
+ # name can be removed after this is merged
+ # https://github.com/google-github-actions/release-please-action/pull/459
+ package-name: "libnpmdiff"
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
@@ -28,3 +34,26 @@ jobs:
{"type":"deps","section":"Dependencies","hidden":false},
{"type":"chore","hidden":true}
]
+ - 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"
+ - uses: actions/setup-node@v3
+ with:
+ node-version: 16.x
+ - name: Update npm to latest
+ run: npm i --prefer-online --no-fund --no-audit -g npm@latest
+ - run: npm -v
+ - name: Update package-lock.json and commit
+ if: steps.release.outputs.pr
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: |
+ gh pr checkout ${{ fromJSON(steps.release.outputs.pr).number }}
+ npm run resetdeps
+ title="${{ fromJSON(steps.release.outputs.pr).title }}"
+ # get the version from the pr title
+ # get everything after the last space
+ git commit -am "deps: libnpmdiff@${title##* }"
+ git push
diff --git a/.github/workflows/release-please-libnpmexec.yml b/.github/workflows/release-please-libnpmexec.yml
index 7beb1148a..8a2bed73d 100644
--- a/.github/workflows/release-please-libnpmexec.yml
+++ b/.github/workflows/release-please-libnpmexec.yml
@@ -10,6 +10,9 @@ on:
- main
- latest
+permissions:
+ contents: write
+
jobs:
release-please:
runs-on: ubuntu-latest
@@ -20,6 +23,9 @@ jobs:
release-type: node
monorepo-tags: true
path: workspaces/libnpmexec
+ # name can be removed after this is merged
+ # https://github.com/google-github-actions/release-please-action/pull/459
+ package-name: "libnpmexec"
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
@@ -28,3 +34,26 @@ jobs:
{"type":"deps","section":"Dependencies","hidden":false},
{"type":"chore","hidden":true}
]
+ - 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"
+ - uses: actions/setup-node@v3
+ with:
+ node-version: 16.x
+ - name: Update npm to latest
+ run: npm i --prefer-online --no-fund --no-audit -g npm@latest
+ - run: npm -v
+ - name: Update package-lock.json and commit
+ if: steps.release.outputs.pr
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: |
+ gh pr checkout ${{ fromJSON(steps.release.outputs.pr).number }}
+ npm run resetdeps
+ title="${{ fromJSON(steps.release.outputs.pr).title }}"
+ # get the version from the pr title
+ # get everything after the last space
+ git commit -am "deps: libnpmexec@${title##* }"
+ git push
diff --git a/.github/workflows/release-please-libnpmfund.yml b/.github/workflows/release-please-libnpmfund.yml
index c89a94ecf..f95b412f3 100644
--- a/.github/workflows/release-please-libnpmfund.yml
+++ b/.github/workflows/release-please-libnpmfund.yml
@@ -10,6 +10,9 @@ on:
- main
- latest
+permissions:
+ contents: write
+
jobs:
release-please:
runs-on: ubuntu-latest
@@ -20,6 +23,9 @@ jobs:
release-type: node
monorepo-tags: true
path: workspaces/libnpmfund
+ # name can be removed after this is merged
+ # https://github.com/google-github-actions/release-please-action/pull/459
+ package-name: "libnpmfund"
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
@@ -28,3 +34,26 @@ jobs:
{"type":"deps","section":"Dependencies","hidden":false},
{"type":"chore","hidden":true}
]
+ - 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"
+ - uses: actions/setup-node@v3
+ with:
+ node-version: 16.x
+ - name: Update npm to latest
+ run: npm i --prefer-online --no-fund --no-audit -g npm@latest
+ - run: npm -v
+ - name: Update package-lock.json and commit
+ if: steps.release.outputs.pr
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: |
+ gh pr checkout ${{ fromJSON(steps.release.outputs.pr).number }}
+ npm run resetdeps
+ title="${{ fromJSON(steps.release.outputs.pr).title }}"
+ # get the version from the pr title
+ # get everything after the last space
+ git commit -am "deps: libnpmfund@${title##* }"
+ git push
diff --git a/.github/workflows/release-please-libnpmhook.yml b/.github/workflows/release-please-libnpmhook.yml
index a5863b1cf..784dd09da 100644
--- a/.github/workflows/release-please-libnpmhook.yml
+++ b/.github/workflows/release-please-libnpmhook.yml
@@ -10,6 +10,9 @@ on:
- main
- latest
+permissions:
+ contents: write
+
jobs:
release-please:
runs-on: ubuntu-latest
@@ -20,6 +23,9 @@ jobs:
release-type: node
monorepo-tags: true
path: workspaces/libnpmhook
+ # name can be removed after this is merged
+ # https://github.com/google-github-actions/release-please-action/pull/459
+ package-name: "libnpmhook"
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
@@ -28,3 +34,26 @@ jobs:
{"type":"deps","section":"Dependencies","hidden":false},
{"type":"chore","hidden":true}
]
+ - 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"
+ - uses: actions/setup-node@v3
+ with:
+ node-version: 16.x
+ - name: Update npm to latest
+ run: npm i --prefer-online --no-fund --no-audit -g npm@latest
+ - run: npm -v
+ - name: Update package-lock.json and commit
+ if: steps.release.outputs.pr
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: |
+ gh pr checkout ${{ fromJSON(steps.release.outputs.pr).number }}
+ npm run resetdeps
+ title="${{ fromJSON(steps.release.outputs.pr).title }}"
+ # get the version from the pr title
+ # get everything after the last space
+ git commit -am "deps: libnpmhook@${title##* }"
+ git push
diff --git a/.github/workflows/release-please-libnpmorg.yml b/.github/workflows/release-please-libnpmorg.yml
index 9352c64e2..fdb720767 100644
--- a/.github/workflows/release-please-libnpmorg.yml
+++ b/.github/workflows/release-please-libnpmorg.yml
@@ -10,6 +10,9 @@ on:
- main
- latest
+permissions:
+ contents: write
+
jobs:
release-please:
runs-on: ubuntu-latest
@@ -20,6 +23,9 @@ jobs:
release-type: node
monorepo-tags: true
path: workspaces/libnpmorg
+ # name can be removed after this is merged
+ # https://github.com/google-github-actions/release-please-action/pull/459
+ package-name: "libnpmorg"
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
@@ -28,3 +34,26 @@ jobs:
{"type":"deps","section":"Dependencies","hidden":false},
{"type":"chore","hidden":true}
]
+ - 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"
+ - uses: actions/setup-node@v3
+ with:
+ node-version: 16.x
+ - name: Update npm to latest
+ run: npm i --prefer-online --no-fund --no-audit -g npm@latest
+ - run: npm -v
+ - name: Update package-lock.json and commit
+ if: steps.release.outputs.pr
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: |
+ gh pr checkout ${{ fromJSON(steps.release.outputs.pr).number }}
+ npm run resetdeps
+ title="${{ fromJSON(steps.release.outputs.pr).title }}"
+ # get the version from the pr title
+ # get everything after the last space
+ git commit -am "deps: libnpmorg@${title##* }"
+ git push
diff --git a/.github/workflows/release-please-libnpmpack.yml b/.github/workflows/release-please-libnpmpack.yml
index 669bc7162..01391d5d5 100644
--- a/.github/workflows/release-please-libnpmpack.yml
+++ b/.github/workflows/release-please-libnpmpack.yml
@@ -10,6 +10,9 @@ on:
- main
- latest
+permissions:
+ contents: write
+
jobs:
release-please:
runs-on: ubuntu-latest
@@ -20,6 +23,9 @@ jobs:
release-type: node
monorepo-tags: true
path: workspaces/libnpmpack
+ # name can be removed after this is merged
+ # https://github.com/google-github-actions/release-please-action/pull/459
+ package-name: "libnpmpack"
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
@@ -28,3 +34,26 @@ jobs:
{"type":"deps","section":"Dependencies","hidden":false},
{"type":"chore","hidden":true}
]
+ - 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"
+ - uses: actions/setup-node@v3
+ with:
+ node-version: 16.x
+ - name: Update npm to latest
+ run: npm i --prefer-online --no-fund --no-audit -g npm@latest
+ - run: npm -v
+ - name: Update package-lock.json and commit
+ if: steps.release.outputs.pr
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: |
+ gh pr checkout ${{ fromJSON(steps.release.outputs.pr).number }}
+ npm run resetdeps
+ title="${{ fromJSON(steps.release.outputs.pr).title }}"
+ # get the version from the pr title
+ # get everything after the last space
+ git commit -am "deps: libnpmpack@${title##* }"
+ git push
diff --git a/.github/workflows/release-please-libnpmpublish.yml b/.github/workflows/release-please-libnpmpublish.yml
index 82b4ad0e2..bda57ecab 100644
--- a/.github/workflows/release-please-libnpmpublish.yml
+++ b/.github/workflows/release-please-libnpmpublish.yml
@@ -10,6 +10,9 @@ on:
- main
- latest
+permissions:
+ contents: write
+
jobs:
release-please:
runs-on: ubuntu-latest
@@ -20,6 +23,9 @@ jobs:
release-type: node
monorepo-tags: true
path: workspaces/libnpmpublish
+ # name can be removed after this is merged
+ # https://github.com/google-github-actions/release-please-action/pull/459
+ package-name: "libnpmpublish"
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
@@ -28,3 +34,26 @@ jobs:
{"type":"deps","section":"Dependencies","hidden":false},
{"type":"chore","hidden":true}
]
+ - 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"
+ - uses: actions/setup-node@v3
+ with:
+ node-version: 16.x
+ - name: Update npm to latest
+ run: npm i --prefer-online --no-fund --no-audit -g npm@latest
+ - run: npm -v
+ - name: Update package-lock.json and commit
+ if: steps.release.outputs.pr
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: |
+ gh pr checkout ${{ fromJSON(steps.release.outputs.pr).number }}
+ npm run resetdeps
+ title="${{ fromJSON(steps.release.outputs.pr).title }}"
+ # get the version from the pr title
+ # get everything after the last space
+ git commit -am "deps: libnpmpublish@${title##* }"
+ git push
diff --git a/.github/workflows/release-please-libnpmsearch.yml b/.github/workflows/release-please-libnpmsearch.yml
index 9c22260a9..ede82a359 100644
--- a/.github/workflows/release-please-libnpmsearch.yml
+++ b/.github/workflows/release-please-libnpmsearch.yml
@@ -10,6 +10,9 @@ on:
- main
- latest
+permissions:
+ contents: write
+
jobs:
release-please:
runs-on: ubuntu-latest
@@ -20,6 +23,9 @@ jobs:
release-type: node
monorepo-tags: true
path: workspaces/libnpmsearch
+ # name can be removed after this is merged
+ # https://github.com/google-github-actions/release-please-action/pull/459
+ package-name: "libnpmsearch"
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
@@ -28,3 +34,26 @@ jobs:
{"type":"deps","section":"Dependencies","hidden":false},
{"type":"chore","hidden":true}
]
+ - 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"
+ - uses: actions/setup-node@v3
+ with:
+ node-version: 16.x
+ - name: Update npm to latest
+ run: npm i --prefer-online --no-fund --no-audit -g npm@latest
+ - run: npm -v
+ - name: Update package-lock.json and commit
+ if: steps.release.outputs.pr
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: |
+ gh pr checkout ${{ fromJSON(steps.release.outputs.pr).number }}
+ npm run resetdeps
+ title="${{ fromJSON(steps.release.outputs.pr).title }}"
+ # get the version from the pr title
+ # get everything after the last space
+ git commit -am "deps: libnpmsearch@${title##* }"
+ git push
diff --git a/.github/workflows/release-please-libnpmteam.yml b/.github/workflows/release-please-libnpmteam.yml
index 5437a9e2c..fb2122af6 100644
--- a/.github/workflows/release-please-libnpmteam.yml
+++ b/.github/workflows/release-please-libnpmteam.yml
@@ -10,6 +10,9 @@ on:
- main
- latest
+permissions:
+ contents: write
+
jobs:
release-please:
runs-on: ubuntu-latest
@@ -20,6 +23,9 @@ jobs:
release-type: node
monorepo-tags: true
path: workspaces/libnpmteam
+ # name can be removed after this is merged
+ # https://github.com/google-github-actions/release-please-action/pull/459
+ package-name: "libnpmteam"
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
@@ -28,3 +34,26 @@ jobs:
{"type":"deps","section":"Dependencies","hidden":false},
{"type":"chore","hidden":true}
]
+ - 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"
+ - uses: actions/setup-node@v3
+ with:
+ node-version: 16.x
+ - name: Update npm to latest
+ run: npm i --prefer-online --no-fund --no-audit -g npm@latest
+ - run: npm -v
+ - name: Update package-lock.json and commit
+ if: steps.release.outputs.pr
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: |
+ gh pr checkout ${{ fromJSON(steps.release.outputs.pr).number }}
+ npm run resetdeps
+ title="${{ fromJSON(steps.release.outputs.pr).title }}"
+ # get the version from the pr title
+ # get everything after the last space
+ git commit -am "deps: libnpmteam@${title##* }"
+ git push
diff --git a/.github/workflows/release-please-libnpmversion.yml b/.github/workflows/release-please-libnpmversion.yml
index 322568707..c69dbf787 100644
--- a/.github/workflows/release-please-libnpmversion.yml
+++ b/.github/workflows/release-please-libnpmversion.yml
@@ -10,6 +10,9 @@ on:
- main
- latest
+permissions:
+ contents: write
+
jobs:
release-please:
runs-on: ubuntu-latest
@@ -20,6 +23,9 @@ jobs:
release-type: node
monorepo-tags: true
path: workspaces/libnpmversion
+ # name can be removed after this is merged
+ # https://github.com/google-github-actions/release-please-action/pull/459
+ package-name: "libnpmversion"
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
@@ -28,3 +34,26 @@ jobs:
{"type":"deps","section":"Dependencies","hidden":false},
{"type":"chore","hidden":true}
]
+ - 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"
+ - uses: actions/setup-node@v3
+ with:
+ node-version: 16.x
+ - name: Update npm to latest
+ run: npm i --prefer-online --no-fund --no-audit -g npm@latest
+ - run: npm -v
+ - name: Update package-lock.json and commit
+ if: steps.release.outputs.pr
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: |
+ gh pr checkout ${{ fromJSON(steps.release.outputs.pr).number }}
+ npm run resetdeps
+ title="${{ fromJSON(steps.release.outputs.pr).title }}"
+ # get the version from the pr title
+ # get everything after the last space
+ git commit -am "deps: libnpmversion@${title##* }"
+ git push
diff --git a/.github/workflows/release-please-npmcli-arborist.yml b/.github/workflows/release-please-npmcli-arborist.yml
index 651ea71b2..10c91c9e5 100644
--- a/.github/workflows/release-please-npmcli-arborist.yml
+++ b/.github/workflows/release-please-npmcli-arborist.yml
@@ -10,6 +10,9 @@ on:
- main
- latest
+permissions:
+ contents: write
+
jobs:
release-please:
runs-on: ubuntu-latest
@@ -20,6 +23,9 @@ jobs:
release-type: node
monorepo-tags: true
path: workspaces/arborist
+ # name can be removed after this is merged
+ # https://github.com/google-github-actions/release-please-action/pull/459
+ package-name: "@npmcli/arborist"
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
@@ -28,3 +34,26 @@ jobs:
{"type":"deps","section":"Dependencies","hidden":false},
{"type":"chore","hidden":true}
]
+ - 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"
+ - uses: actions/setup-node@v3
+ with:
+ node-version: 16.x
+ - name: Update npm to latest
+ run: npm i --prefer-online --no-fund --no-audit -g npm@latest
+ - run: npm -v
+ - name: Update package-lock.json and commit
+ if: steps.release.outputs.pr
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: |
+ gh pr checkout ${{ fromJSON(steps.release.outputs.pr).number }}
+ npm run resetdeps
+ title="${{ fromJSON(steps.release.outputs.pr).title }}"
+ # get the version from the pr title
+ # get everything after the last space
+ git commit -am "deps: @npmcli/arborist@${title##* }"
+ git push
diff --git a/docs/package.json b/docs/package.json
index 1ae4cd40a..6f43b8240 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.2.2",
+ "@npmcli/template-oss": "3.3.1",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
@@ -60,6 +60,6 @@
"ciVersions": [
"16"
],
- "version": "3.2.2"
+ "version": "3.3.1"
}
}
diff --git a/package-lock.json b/package-lock.json
index 5059b3663..e4a1deaf7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -166,7 +166,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"licensee": "^8.2.0",
"nock": "^13.2.4",
"spawk": "^1.7.1",
@@ -184,7 +184,7 @@
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
@@ -1049,16 +1049,16 @@
}
},
"node_modules/@npmcli/template-oss": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-3.2.2.tgz",
- "integrity": "sha512-jhqthwI5OvhXRuShc87gpDuu5JCbKT7ByEsXrYkW+aaRLvniGwiX/7GNjEPX2Jt7B+5lLG66MVqc+A8MMpdWSA==",
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-3.3.1.tgz",
+ "integrity": "sha512-fyfWOOHICyelKxiStO1GiqgBHQmZnZxPevI3T5Py5iMdHfpeX9doxeWpeMn8wWYgERaAmpGFp2NQXCpRaUS8Jw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
"@npmcli/fs": "^2.0.1",
"@npmcli/git": "^3.0.0",
"@npmcli/map-workspaces": "^2.0.2",
- "@npmcli/package-json": "^1.0.1",
+ "@npmcli/package-json": "^2.0.0",
"diff": "^5.0.0",
"handlebars": "^4.7.7",
"hosted-git-info": "^5.0.0",
@@ -1078,15 +1078,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
- "node_modules/@npmcli/template-oss/node_modules/@npmcli/package-json": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-1.0.1.tgz",
- "integrity": "sha512-y6jnu76E9C23osz8gEMBayZmaZ69vFOIk8vR1FJL/wbEJ54+9aVG9rLTjQKSXfgYZEr50nw1txBBFfBZZe+bYg==",
- "dev": true,
- "dependencies": {
- "json-parse-even-better-errors": "^2.3.1"
- }
- },
"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",
@@ -9795,7 +9786,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"minify-registry-metadata": "^2.1.0",
@@ -9818,7 +9809,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -9841,7 +9832,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"tap": "^16.0.1"
},
"engines": {
@@ -9867,7 +9858,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"bin-links": "^3.0.0",
"tap": "^16.0.1"
},
@@ -9883,7 +9874,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"tap": "^16.0.1"
},
"engines": {
@@ -9899,7 +9890,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -9916,7 +9907,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"minipass": "^3.1.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
@@ -9935,7 +9926,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"nock": "^13.0.7",
"tap": "^16.0.1"
},
@@ -9955,7 +9946,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"libnpmpack": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
@@ -9973,7 +9964,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -9990,7 +9981,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -10011,7 +10002,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"require-inject": "^1.4.4",
"tap": "^16.0.1"
},
@@ -10480,7 +10471,7 @@
"@npmcli/node-gyp": "^2.0.0",
"@npmcli/package-json": "^2.0.0",
"@npmcli/run-script": "^3.0.0",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"benchmark": "^2.1.4",
"bin-links": "^3.0.0",
"cacache": "^16.0.0",
@@ -10646,15 +10637,15 @@
}
},
"@npmcli/template-oss": {
- "version": "3.2.2",
- "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-3.2.2.tgz",
- "integrity": "sha512-jhqthwI5OvhXRuShc87gpDuu5JCbKT7ByEsXrYkW+aaRLvniGwiX/7GNjEPX2Jt7B+5lLG66MVqc+A8MMpdWSA==",
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-3.3.1.tgz",
+ "integrity": "sha512-fyfWOOHICyelKxiStO1GiqgBHQmZnZxPevI3T5Py5iMdHfpeX9doxeWpeMn8wWYgERaAmpGFp2NQXCpRaUS8Jw==",
"dev": true,
"requires": {
"@npmcli/fs": "^2.0.1",
"@npmcli/git": "^3.0.0",
"@npmcli/map-workspaces": "^2.0.2",
- "@npmcli/package-json": "^1.0.1",
+ "@npmcli/package-json": "^2.0.0",
"diff": "^5.0.0",
"handlebars": "^4.7.7",
"hosted-git-info": "^5.0.0",
@@ -10667,15 +10658,6 @@
"yaml": "^2.0.0-11"
},
"dependencies": {
- "@npmcli/package-json": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-1.0.1.tgz",
- "integrity": "sha512-y6jnu76E9C23osz8gEMBayZmaZ69vFOIk8vR1FJL/wbEJ54+9aVG9rLTjQKSXfgYZEr50nw1txBBFfBZZe+bYg==",
- "dev": true,
- "requires": {
- "json-parse-even-better-errors": "^2.3.1"
- }
- },
"yaml": {
"version": "2.0.0-11",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.0.0-11.tgz",
@@ -11422,7 +11404,7 @@
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
@@ -12808,7 +12790,7 @@
"version": "file:workspaces/libnpmaccess",
"requires": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"aproba": "^2.0.0",
"minipass": "^3.1.1",
"nock": "^13.2.4",
@@ -12823,7 +12805,7 @@
"@npmcli/disparity-colors": "^2.0.0",
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/installed-package-contents": "^1.0.7",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"binary-extensions": "^2.2.0",
"diff": "^5.0.0",
"minimatch": "^5.0.1",
@@ -12840,7 +12822,7 @@
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/run-script": "^3.0.0",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"bin-links": "^3.0.0",
"chalk": "^4.1.0",
"mkdirp-infer-owner": "^2.0.0",
@@ -12859,7 +12841,7 @@
"requires": {
"@npmcli/arborist": "^5.0.0",
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"tap": "^16.0.1"
}
},
@@ -12867,7 +12849,7 @@
"version": "file:workspaces/libnpmhook",
"requires": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"aproba": "^2.0.0",
"nock": "^13.2.4",
"npm-registry-fetch": "^13.0.0",
@@ -12878,7 +12860,7 @@
"version": "file:workspaces/libnpmorg",
"requires": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"aproba": "^2.0.0",
"minipass": "^3.1.1",
"nock": "^13.2.4",
@@ -12891,7 +12873,7 @@
"requires": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/run-script": "^3.0.0",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"nock": "^13.0.7",
"npm-package-arg": "^9.0.1",
"pacote": "^13.0.5",
@@ -12902,7 +12884,7 @@
"version": "file:workspaces/libnpmpublish",
"requires": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"libnpmpack": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
@@ -12918,7 +12900,7 @@
"version": "file:workspaces/libnpmsearch",
"requires": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"nock": "^13.2.4",
"npm-registry-fetch": "^13.0.0",
"tap": "^16.0.1"
@@ -12928,7 +12910,7 @@
"version": "file:workspaces/libnpmteam",
"requires": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"aproba": "^2.0.0",
"nock": "^13.2.4",
"npm-registry-fetch": "^13.0.0",
@@ -12941,7 +12923,7 @@
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/git": "^3.0.0",
"@npmcli/run-script": "^3.0.0",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"json-parse-even-better-errors": "^2.3.1",
"proc-log": "^2.0.0",
"require-inject": "^1.4.4",
diff --git a/package.json b/package.json
index 07a67f552..3e65b6a46 100644
--- a/package.json
+++ b/package.json
@@ -203,7 +203,7 @@
],
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"licensee": "^8.2.0",
"nock": "^13.2.4",
"spawk": "^1.7.1",
@@ -240,7 +240,7 @@
"templateOSS": {
"rootRepo": false,
"rootModule": false,
- "version": "3.2.2"
+ "version": "3.3.1"
},
"license": "Artistic-2.0",
"engines": {
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index df12184d2..f73a2b98b 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.2.2",
+ "@npmcli/template-oss": "3.3.1",
"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.2.2"
+ "version": "3.3.1"
}
}
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index b70251449..1bb86af69 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.2.2",
+ "@npmcli/template-oss": "3.3.1",
"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.2.2"
+ "version": "3.3.1"
}
}
diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json
index 5fb494d32..f706756cd 100644
--- a/workspaces/libnpmdiff/package.json
+++ b/workspaces/libnpmdiff/package.json
@@ -49,7 +49,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"tap": "^16.0.1"
},
"dependencies": {
@@ -64,6 +64,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.2.2"
+ "version": "3.3.1"
}
}
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 2f91703d9..0356802a2 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -51,7 +51,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"bin-links": "^3.0.0",
"tap": "^16.0.1"
},
@@ -71,6 +71,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.2.2"
+ "version": "3.3.1"
}
}
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index 84c9dc80c..390d9c0a1 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -48,7 +48,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"tap": "^16.0.1"
},
"dependencies": {
@@ -59,6 +59,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.2.2"
+ "version": "3.3.1"
}
}
diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json
index 8e815892d..1dcd2c875 100644
--- a/workspaces/libnpmhook/package.json
+++ b/workspaces/libnpmhook/package.json
@@ -43,7 +43,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.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.2.2"
+ "version": "3.3.1"
}
}
diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json
index 3dd241864..d9bb13d26 100644
--- a/workspaces/libnpmorg/package.json
+++ b/workspaces/libnpmorg/package.json
@@ -34,7 +34,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"minipass": "^3.1.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
@@ -55,6 +55,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.2.2"
+ "version": "3.3.1"
}
}
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index c4098d7b5..4c531defe 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -29,7 +29,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"nock": "^13.0.7",
"tap": "^16.0.1"
},
@@ -50,6 +50,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.2.2"
+ "version": "3.3.1"
}
}
diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json
index f183c6257..de22a5608 100644
--- a/workspaces/libnpmpublish/package.json
+++ b/workspaces/libnpmpublish/package.json
@@ -31,7 +31,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"libnpmpack": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
@@ -56,6 +56,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.2.2"
+ "version": "3.3.1"
}
}
diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json
index 692111ff1..af917c600 100644
--- a/workspaces/libnpmsearch/package.json
+++ b/workspaces/libnpmsearch/package.json
@@ -32,7 +32,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -51,6 +51,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.2.2"
+ "version": "3.3.1"
}
}
diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index 79831e9d7..1dcac39c5 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.2.2",
+ "@npmcli/template-oss": "3.3.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -45,6 +45,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.2.2"
+ "version": "3.3.1"
}
}
diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json
index 9080388c5..36dd8669a 100644
--- a/workspaces/libnpmversion/package.json
+++ b/workspaces/libnpmversion/package.json
@@ -32,7 +32,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.1",
"require-inject": "^1.4.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.2.2"
+ "version": "3.3.1"
}
}