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-08-26 01:03:57 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-08-26 01:09:42 +0300
commit02541a079d0cb88a5c16cf0d2fefb8bdf93233f0 (patch)
treed4911d36b567d78264d72e9204e96a68c4014860
parent1286f03fe73dee9a447b13b662f0c5622ab6ec9e (diff)
chore: @npmcli/template-oss@3.7.0
-rw-r--r--.github/workflows/ci-docs.yml6
-rw-r--r--.github/workflows/ci-libnpmaccess.yml6
-rw-r--r--.github/workflows/ci-libnpmdiff.yml6
-rw-r--r--.github/workflows/ci-libnpmexec.yml6
-rw-r--r--.github/workflows/ci-libnpmfund.yml6
-rw-r--r--.github/workflows/ci-libnpmhook.yml6
-rw-r--r--.github/workflows/ci-libnpmorg.yml6
-rw-r--r--.github/workflows/ci-libnpmpack.yml6
-rw-r--r--.github/workflows/ci-libnpmpublish.yml6
-rw-r--r--.github/workflows/ci-libnpmsearch.yml6
-rw-r--r--.github/workflows/ci-libnpmteam.yml6
-rw-r--r--.github/workflows/ci-libnpmversion.yml6
-rw-r--r--.github/workflows/ci-npmcli-arborist.yml6
-rw-r--r--.github/workflows/release-please-libnpmaccess.yml60
-rw-r--r--.github/workflows/release-please-libnpmdiff.yml60
-rw-r--r--.github/workflows/release-please-libnpmexec.yml60
-rw-r--r--.github/workflows/release-please-libnpmfund.yml60
-rw-r--r--.github/workflows/release-please-libnpmhook.yml60
-rw-r--r--.github/workflows/release-please-libnpmorg.yml60
-rw-r--r--.github/workflows/release-please-libnpmpack.yml60
-rw-r--r--.github/workflows/release-please-libnpmpublish.yml60
-rw-r--r--.github/workflows/release-please-libnpmsearch.yml60
-rw-r--r--.github/workflows/release-please-libnpmteam.yml60
-rw-r--r--.github/workflows/release-please-libnpmversion.yml60
-rw-r--r--.github/workflows/release-please-npmcli-arborist.yml60
-rw-r--r--.github/workflows/release-please.yml57
-rw-r--r--.gitignore2
-rw-r--r--.release-please-manifest.json14
-rw-r--r--docs/package.json4
-rw-r--r--package-lock.json38
-rw-r--r--package.json4
-rw-r--r--release-please-config.json43
-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
45 files changed, 217 insertions, 795 deletions
diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml
index f5543605a..82d9dcf67 100644
--- a/.github/workflows/ci-docs.yml
+++ b/.github/workflows/ci-docs.yml
@@ -16,8 +16,8 @@ on:
paths:
- docs/**
schedule:
- # "At 02:00 on Monday" https://crontab.guru/#0_2_*_*_1
- - cron: "0 2 * * 1"
+ # "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
+ - cron: "0 9 * * 1"
jobs:
lint:
@@ -81,5 +81,7 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
+ - name: add tap problem matcher
+ run: echo "::add-matcher::.github/matchers/tap.json"
- 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 eda474158..7456d60e7 100644
--- a/.github/workflows/ci-libnpmaccess.yml
+++ b/.github/workflows/ci-libnpmaccess.yml
@@ -16,8 +16,8 @@ on:
paths:
- workspaces/libnpmaccess/**
schedule:
- # "At 02:00 on Monday" https://crontab.guru/#0_2_*_*_1
- - cron: "0 2 * * 1"
+ # "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
+ - cron: "0 9 * * 1"
jobs:
lint:
@@ -86,5 +86,7 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
+ - name: add tap problem matcher
+ run: echo "::add-matcher::.github/matchers/tap.json"
- 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 e2347877d..1335b58ea 100644
--- a/.github/workflows/ci-libnpmdiff.yml
+++ b/.github/workflows/ci-libnpmdiff.yml
@@ -16,8 +16,8 @@ on:
paths:
- workspaces/libnpmdiff/**
schedule:
- # "At 02:00 on Monday" https://crontab.guru/#0_2_*_*_1
- - cron: "0 2 * * 1"
+ # "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
+ - cron: "0 9 * * 1"
jobs:
lint:
@@ -86,5 +86,7 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
+ - name: add tap problem matcher
+ run: echo "::add-matcher::.github/matchers/tap.json"
- 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 645eada5c..c0ae79430 100644
--- a/.github/workflows/ci-libnpmexec.yml
+++ b/.github/workflows/ci-libnpmexec.yml
@@ -16,8 +16,8 @@ on:
paths:
- workspaces/libnpmexec/**
schedule:
- # "At 02:00 on Monday" https://crontab.guru/#0_2_*_*_1
- - cron: "0 2 * * 1"
+ # "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
+ - cron: "0 9 * * 1"
jobs:
lint:
@@ -86,5 +86,7 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
+ - name: add tap problem matcher
+ run: echo "::add-matcher::.github/matchers/tap.json"
- 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 3ec70cf10..74dd784f2 100644
--- a/.github/workflows/ci-libnpmfund.yml
+++ b/.github/workflows/ci-libnpmfund.yml
@@ -16,8 +16,8 @@ on:
paths:
- workspaces/libnpmfund/**
schedule:
- # "At 02:00 on Monday" https://crontab.guru/#0_2_*_*_1
- - cron: "0 2 * * 1"
+ # "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
+ - cron: "0 9 * * 1"
jobs:
lint:
@@ -86,5 +86,7 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
+ - name: add tap problem matcher
+ run: echo "::add-matcher::.github/matchers/tap.json"
- 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 1e29eb84d..e424fe7e7 100644
--- a/.github/workflows/ci-libnpmhook.yml
+++ b/.github/workflows/ci-libnpmhook.yml
@@ -16,8 +16,8 @@ on:
paths:
- workspaces/libnpmhook/**
schedule:
- # "At 02:00 on Monday" https://crontab.guru/#0_2_*_*_1
- - cron: "0 2 * * 1"
+ # "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
+ - cron: "0 9 * * 1"
jobs:
lint:
@@ -86,5 +86,7 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
+ - name: add tap problem matcher
+ run: echo "::add-matcher::.github/matchers/tap.json"
- 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 48fc1e794..81f929138 100644
--- a/.github/workflows/ci-libnpmorg.yml
+++ b/.github/workflows/ci-libnpmorg.yml
@@ -16,8 +16,8 @@ on:
paths:
- workspaces/libnpmorg/**
schedule:
- # "At 02:00 on Monday" https://crontab.guru/#0_2_*_*_1
- - cron: "0 2 * * 1"
+ # "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
+ - cron: "0 9 * * 1"
jobs:
lint:
@@ -86,5 +86,7 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
+ - name: add tap problem matcher
+ run: echo "::add-matcher::.github/matchers/tap.json"
- 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 765e1eb47..7d6c3c4ce 100644
--- a/.github/workflows/ci-libnpmpack.yml
+++ b/.github/workflows/ci-libnpmpack.yml
@@ -16,8 +16,8 @@ on:
paths:
- workspaces/libnpmpack/**
schedule:
- # "At 02:00 on Monday" https://crontab.guru/#0_2_*_*_1
- - cron: "0 2 * * 1"
+ # "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
+ - cron: "0 9 * * 1"
jobs:
lint:
@@ -86,5 +86,7 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
+ - name: add tap problem matcher
+ run: echo "::add-matcher::.github/matchers/tap.json"
- 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 4aaba116e..08e40e70c 100644
--- a/.github/workflows/ci-libnpmpublish.yml
+++ b/.github/workflows/ci-libnpmpublish.yml
@@ -16,8 +16,8 @@ on:
paths:
- workspaces/libnpmpublish/**
schedule:
- # "At 02:00 on Monday" https://crontab.guru/#0_2_*_*_1
- - cron: "0 2 * * 1"
+ # "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
+ - cron: "0 9 * * 1"
jobs:
lint:
@@ -86,5 +86,7 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
+ - name: add tap problem matcher
+ run: echo "::add-matcher::.github/matchers/tap.json"
- 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 5d6ac4e79..31f4c673c 100644
--- a/.github/workflows/ci-libnpmsearch.yml
+++ b/.github/workflows/ci-libnpmsearch.yml
@@ -16,8 +16,8 @@ on:
paths:
- workspaces/libnpmsearch/**
schedule:
- # "At 02:00 on Monday" https://crontab.guru/#0_2_*_*_1
- - cron: "0 2 * * 1"
+ # "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
+ - cron: "0 9 * * 1"
jobs:
lint:
@@ -86,5 +86,7 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
+ - name: add tap problem matcher
+ run: echo "::add-matcher::.github/matchers/tap.json"
- 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 4e2636d93..438a16716 100644
--- a/.github/workflows/ci-libnpmteam.yml
+++ b/.github/workflows/ci-libnpmteam.yml
@@ -16,8 +16,8 @@ on:
paths:
- workspaces/libnpmteam/**
schedule:
- # "At 02:00 on Monday" https://crontab.guru/#0_2_*_*_1
- - cron: "0 2 * * 1"
+ # "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
+ - cron: "0 9 * * 1"
jobs:
lint:
@@ -86,5 +86,7 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
+ - name: add tap problem matcher
+ run: echo "::add-matcher::.github/matchers/tap.json"
- 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 2a86e6b82..7dfc6e167 100644
--- a/.github/workflows/ci-libnpmversion.yml
+++ b/.github/workflows/ci-libnpmversion.yml
@@ -16,8 +16,8 @@ on:
paths:
- workspaces/libnpmversion/**
schedule:
- # "At 02:00 on Monday" https://crontab.guru/#0_2_*_*_1
- - cron: "0 2 * * 1"
+ # "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
+ - cron: "0 9 * * 1"
jobs:
lint:
@@ -86,5 +86,7 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
+ - name: add tap problem matcher
+ run: echo "::add-matcher::.github/matchers/tap.json"
- 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 1dbe0184a..4dc131d39 100644
--- a/.github/workflows/ci-npmcli-arborist.yml
+++ b/.github/workflows/ci-npmcli-arborist.yml
@@ -16,8 +16,8 @@ on:
paths:
- workspaces/arborist/**
schedule:
- # "At 02:00 on Monday" https://crontab.guru/#0_2_*_*_1
- - cron: "0 2 * * 1"
+ # "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
+ - cron: "0 9 * * 1"
jobs:
lint:
@@ -86,5 +86,7 @@ jobs:
if: ${{ !startsWith(matrix.node-version, '10.') }}
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
- run: npm -v
+ - name: add tap problem matcher
+ run: echo "::add-matcher::.github/matchers/tap.json"
- 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
deleted file mode 100644
index ce4791079..000000000
--- a/.github/workflows/release-please-libnpmaccess.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-# This file is automatically added by @npmcli/template-oss. Do not edit.
-
-name: Release Please - libnpmaccess
-
-on:
- push:
- paths:
- - workspaces/libnpmaccess/**
- branches:
- - main
- - latest
-
-permissions:
- contents: write
- pull-requests: write
-
-jobs:
- release-please:
- runs-on: ubuntu-latest
- steps:
- - uses: google-github-actions/release-please-action@v3
- id: release
- with:
- 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},
- {"type":"fix","section":"Bug Fixes","hidden":false},
- {"type":"docs","section":"Documentation","hidden":false},
- {"type":"deps","section":"Dependencies","hidden":false},
- {"type":"chore","hidden":true}
- ]
- - uses: actions/checkout@v3
- - name: Setup git user
- run: |
- git config --global user.email "npm-cli+bot@github.com"
- git config --global user.name "npm CLI robot"
- - 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
deleted file mode 100644
index e2913fc56..000000000
--- a/.github/workflows/release-please-libnpmdiff.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-# This file is automatically added by @npmcli/template-oss. Do not edit.
-
-name: Release Please - libnpmdiff
-
-on:
- push:
- paths:
- - workspaces/libnpmdiff/**
- branches:
- - main
- - latest
-
-permissions:
- contents: write
- pull-requests: write
-
-jobs:
- release-please:
- runs-on: ubuntu-latest
- steps:
- - uses: google-github-actions/release-please-action@v3
- id: release
- with:
- 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},
- {"type":"fix","section":"Bug Fixes","hidden":false},
- {"type":"docs","section":"Documentation","hidden":false},
- {"type":"deps","section":"Dependencies","hidden":false},
- {"type":"chore","hidden":true}
- ]
- - uses: actions/checkout@v3
- - name: Setup git user
- run: |
- git config --global user.email "npm-cli+bot@github.com"
- git config --global user.name "npm CLI robot"
- - 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
deleted file mode 100644
index 2b264d6ae..000000000
--- a/.github/workflows/release-please-libnpmexec.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-# This file is automatically added by @npmcli/template-oss. Do not edit.
-
-name: Release Please - libnpmexec
-
-on:
- push:
- paths:
- - workspaces/libnpmexec/**
- branches:
- - main
- - latest
-
-permissions:
- contents: write
- pull-requests: write
-
-jobs:
- release-please:
- runs-on: ubuntu-latest
- steps:
- - uses: google-github-actions/release-please-action@v3
- id: release
- with:
- 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},
- {"type":"fix","section":"Bug Fixes","hidden":false},
- {"type":"docs","section":"Documentation","hidden":false},
- {"type":"deps","section":"Dependencies","hidden":false},
- {"type":"chore","hidden":true}
- ]
- - uses: actions/checkout@v3
- - name: Setup git user
- run: |
- git config --global user.email "npm-cli+bot@github.com"
- git config --global user.name "npm CLI robot"
- - 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
deleted file mode 100644
index 5e9fe6d4f..000000000
--- a/.github/workflows/release-please-libnpmfund.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-# This file is automatically added by @npmcli/template-oss. Do not edit.
-
-name: Release Please - libnpmfund
-
-on:
- push:
- paths:
- - workspaces/libnpmfund/**
- branches:
- - main
- - latest
-
-permissions:
- contents: write
- pull-requests: write
-
-jobs:
- release-please:
- runs-on: ubuntu-latest
- steps:
- - uses: google-github-actions/release-please-action@v3
- id: release
- with:
- 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},
- {"type":"fix","section":"Bug Fixes","hidden":false},
- {"type":"docs","section":"Documentation","hidden":false},
- {"type":"deps","section":"Dependencies","hidden":false},
- {"type":"chore","hidden":true}
- ]
- - uses: actions/checkout@v3
- - name: Setup git user
- run: |
- git config --global user.email "npm-cli+bot@github.com"
- git config --global user.name "npm CLI robot"
- - 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
deleted file mode 100644
index 6325c37ff..000000000
--- a/.github/workflows/release-please-libnpmhook.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-# This file is automatically added by @npmcli/template-oss. Do not edit.
-
-name: Release Please - libnpmhook
-
-on:
- push:
- paths:
- - workspaces/libnpmhook/**
- branches:
- - main
- - latest
-
-permissions:
- contents: write
- pull-requests: write
-
-jobs:
- release-please:
- runs-on: ubuntu-latest
- steps:
- - uses: google-github-actions/release-please-action@v3
- id: release
- with:
- 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},
- {"type":"fix","section":"Bug Fixes","hidden":false},
- {"type":"docs","section":"Documentation","hidden":false},
- {"type":"deps","section":"Dependencies","hidden":false},
- {"type":"chore","hidden":true}
- ]
- - uses: actions/checkout@v3
- - name: Setup git user
- run: |
- git config --global user.email "npm-cli+bot@github.com"
- git config --global user.name "npm CLI robot"
- - 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
deleted file mode 100644
index a3ba63ca1..000000000
--- a/.github/workflows/release-please-libnpmorg.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-# This file is automatically added by @npmcli/template-oss. Do not edit.
-
-name: Release Please - libnpmorg
-
-on:
- push:
- paths:
- - workspaces/libnpmorg/**
- branches:
- - main
- - latest
-
-permissions:
- contents: write
- pull-requests: write
-
-jobs:
- release-please:
- runs-on: ubuntu-latest
- steps:
- - uses: google-github-actions/release-please-action@v3
- id: release
- with:
- 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},
- {"type":"fix","section":"Bug Fixes","hidden":false},
- {"type":"docs","section":"Documentation","hidden":false},
- {"type":"deps","section":"Dependencies","hidden":false},
- {"type":"chore","hidden":true}
- ]
- - uses: actions/checkout@v3
- - name: Setup git user
- run: |
- git config --global user.email "npm-cli+bot@github.com"
- git config --global user.name "npm CLI robot"
- - 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
deleted file mode 100644
index 3bfaf8d41..000000000
--- a/.github/workflows/release-please-libnpmpack.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-# This file is automatically added by @npmcli/template-oss. Do not edit.
-
-name: Release Please - libnpmpack
-
-on:
- push:
- paths:
- - workspaces/libnpmpack/**
- branches:
- - main
- - latest
-
-permissions:
- contents: write
- pull-requests: write
-
-jobs:
- release-please:
- runs-on: ubuntu-latest
- steps:
- - uses: google-github-actions/release-please-action@v3
- id: release
- with:
- 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},
- {"type":"fix","section":"Bug Fixes","hidden":false},
- {"type":"docs","section":"Documentation","hidden":false},
- {"type":"deps","section":"Dependencies","hidden":false},
- {"type":"chore","hidden":true}
- ]
- - uses: actions/checkout@v3
- - name: Setup git user
- run: |
- git config --global user.email "npm-cli+bot@github.com"
- git config --global user.name "npm CLI robot"
- - 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
deleted file mode 100644
index 78cd2b77e..000000000
--- a/.github/workflows/release-please-libnpmpublish.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-# This file is automatically added by @npmcli/template-oss. Do not edit.
-
-name: Release Please - libnpmpublish
-
-on:
- push:
- paths:
- - workspaces/libnpmpublish/**
- branches:
- - main
- - latest
-
-permissions:
- contents: write
- pull-requests: write
-
-jobs:
- release-please:
- runs-on: ubuntu-latest
- steps:
- - uses: google-github-actions/release-please-action@v3
- id: release
- with:
- 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},
- {"type":"fix","section":"Bug Fixes","hidden":false},
- {"type":"docs","section":"Documentation","hidden":false},
- {"type":"deps","section":"Dependencies","hidden":false},
- {"type":"chore","hidden":true}
- ]
- - uses: actions/checkout@v3
- - name: Setup git user
- run: |
- git config --global user.email "npm-cli+bot@github.com"
- git config --global user.name "npm CLI robot"
- - 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
deleted file mode 100644
index a093f3ffc..000000000
--- a/.github/workflows/release-please-libnpmsearch.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-# This file is automatically added by @npmcli/template-oss. Do not edit.
-
-name: Release Please - libnpmsearch
-
-on:
- push:
- paths:
- - workspaces/libnpmsearch/**
- branches:
- - main
- - latest
-
-permissions:
- contents: write
- pull-requests: write
-
-jobs:
- release-please:
- runs-on: ubuntu-latest
- steps:
- - uses: google-github-actions/release-please-action@v3
- id: release
- with:
- 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},
- {"type":"fix","section":"Bug Fixes","hidden":false},
- {"type":"docs","section":"Documentation","hidden":false},
- {"type":"deps","section":"Dependencies","hidden":false},
- {"type":"chore","hidden":true}
- ]
- - uses: actions/checkout@v3
- - name: Setup git user
- run: |
- git config --global user.email "npm-cli+bot@github.com"
- git config --global user.name "npm CLI robot"
- - 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
deleted file mode 100644
index 14158e253..000000000
--- a/.github/workflows/release-please-libnpmteam.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-# This file is automatically added by @npmcli/template-oss. Do not edit.
-
-name: Release Please - libnpmteam
-
-on:
- push:
- paths:
- - workspaces/libnpmteam/**
- branches:
- - main
- - latest
-
-permissions:
- contents: write
- pull-requests: write
-
-jobs:
- release-please:
- runs-on: ubuntu-latest
- steps:
- - uses: google-github-actions/release-please-action@v3
- id: release
- with:
- 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},
- {"type":"fix","section":"Bug Fixes","hidden":false},
- {"type":"docs","section":"Documentation","hidden":false},
- {"type":"deps","section":"Dependencies","hidden":false},
- {"type":"chore","hidden":true}
- ]
- - uses: actions/checkout@v3
- - name: Setup git user
- run: |
- git config --global user.email "npm-cli+bot@github.com"
- git config --global user.name "npm CLI robot"
- - 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
deleted file mode 100644
index 6a67bccbc..000000000
--- a/.github/workflows/release-please-libnpmversion.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-# This file is automatically added by @npmcli/template-oss. Do not edit.
-
-name: Release Please - libnpmversion
-
-on:
- push:
- paths:
- - workspaces/libnpmversion/**
- branches:
- - main
- - latest
-
-permissions:
- contents: write
- pull-requests: write
-
-jobs:
- release-please:
- runs-on: ubuntu-latest
- steps:
- - uses: google-github-actions/release-please-action@v3
- id: release
- with:
- 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},
- {"type":"fix","section":"Bug Fixes","hidden":false},
- {"type":"docs","section":"Documentation","hidden":false},
- {"type":"deps","section":"Dependencies","hidden":false},
- {"type":"chore","hidden":true}
- ]
- - uses: actions/checkout@v3
- - name: Setup git user
- run: |
- git config --global user.email "npm-cli+bot@github.com"
- git config --global user.name "npm CLI robot"
- - 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
deleted file mode 100644
index 9e6886695..000000000
--- a/.github/workflows/release-please-npmcli-arborist.yml
+++ /dev/null
@@ -1,60 +0,0 @@
-# This file is automatically added by @npmcli/template-oss. Do not edit.
-
-name: Release Please - @npmcli/arborist
-
-on:
- push:
- paths:
- - workspaces/arborist/**
- branches:
- - main
- - latest
-
-permissions:
- contents: write
- pull-requests: write
-
-jobs:
- release-please:
- runs-on: ubuntu-latest
- steps:
- - uses: google-github-actions/release-please-action@v3
- id: release
- with:
- 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},
- {"type":"fix","section":"Bug Fixes","hidden":false},
- {"type":"docs","section":"Documentation","hidden":false},
- {"type":"deps","section":"Dependencies","hidden":false},
- {"type":"chore","hidden":true}
- ]
- - uses: actions/checkout@v3
- - name: Setup git user
- run: |
- git config --global user.email "npm-cli+bot@github.com"
- git config --global user.name "npm CLI robot"
- - 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/.github/workflows/release-please.yml b/.github/workflows/release-please.yml
new file mode 100644
index 000000000..3ec963f57
--- /dev/null
+++ b/.github/workflows/release-please.yml
@@ -0,0 +1,57 @@
+# This file is automatically added by @npmcli/template-oss. Do not edit.
+
+name: Release Please
+
+on:
+ push:
+ branches:
+ - main
+ - latest
+
+permissions:
+ contents: write
+ pull-requests: write
+
+jobs:
+ release-please:
+ runs-on: ubuntu-latest
+ outputs:
+ prs: ${{ steps.release.outputs.prs }}
+ steps:
+ - uses: google-github-actions/release-please-action@v3
+ id: release
+ with:
+ command: manifest
+
+ update-prs:
+ needs: release-please
+ if: needs.release-please.outputs.prs
+ runs-on: ubuntu-latest
+ strategy:
+ matrix:
+ pr: ${{ fromJSON(needs.release-please.outputs.prs) }}
+ steps:
+ - uses: actions/checkout@v3
+ - name: Setup git user
+ run: |
+ git config --global user.email "npm-cli+bot@github.com"
+ git config --global user.name "npm CLI robot"
+ - 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 PR ${{ matrix.pr.number }} dependencies and commit
+ if: steps.release.outputs.pr
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: |
+ gh pr checkout ${{ matrix.pr.number }}
+ npm run resetdeps
+ title="${{ matrix.pr.title }}"
+ # get the dependency spec from the pr title
+ # get everything after ': release ' + replace space with @
+ dep_spec=$(echo "${title##*: release }" | tr ' ' @)
+ git commit -am "deps: $dep_spec"
+ git push
diff --git a/.gitignore b/.gitignore
index 8f054d246..94f6b413c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,8 @@
!/test/
!/workspaces/
+!/.release-please-manifest.json
+!/release-please-config.json
!/.eslintrc.js
!/.eslintrc.local.json
!/.gitattributes
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
new file mode 100644
index 000000000..5e7ceccce
--- /dev/null
+++ b/.release-please-manifest.json
@@ -0,0 +1,14 @@
+{
+ "workspaces/arborist": "5.6.0",
+ "workspaces/libnpmaccess": "6.0.3",
+ "workspaces/libnpmdiff": "4.0.4",
+ "workspaces/libnpmexec": "4.0.11",
+ "workspaces/libnpmfund": "3.0.2",
+ "workspaces/libnpmhook": "8.0.3",
+ "workspaces/libnpmorg": "4.0.3",
+ "workspaces/libnpmpack": "4.1.2",
+ "workspaces/libnpmpublish": "6.0.4",
+ "workspaces/libnpmsearch": "5.0.3",
+ "workspaces/libnpmteam": "4.0.3",
+ "workspaces/libnpmversion": "3.0.6"
+}
diff --git a/docs/package.json b/docs/package.json
index 98fe8becd..8913b255e 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -24,7 +24,7 @@
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
@@ -60,6 +60,6 @@
"ciVersions": [
"16"
],
- "version": "3.5.0"
+ "version": "3.7.0"
}
}
diff --git a/package-lock.json b/package-lock.json
index 33939ece8..d52c2266c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -169,7 +169,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"fs-minipass": "^2.1.0",
"licensee": "^8.2.0",
"minimatch": "^5.1.0",
@@ -189,7 +189,7 @@
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
@@ -1095,9 +1095,9 @@
}
},
"node_modules/@npmcli/template-oss": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-3.5.0.tgz",
- "integrity": "sha512-cminCPl0see5fxCSQabmHhfUisgxIlq1xG9J815OzeJIyLVgB0DEGDwldKuknw1Xd5Od83ke6sxf90O7OxIlfA==",
+ "version": "3.7.0",
+ "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-3.7.0.tgz",
+ "integrity": "sha512-bdGFcNZQGlHZvMMebd4DmhpWgu2NfDnG0go47Mhw/jwwSQu6hh4EGUdI5E0wx2FeWzoujY8gqPL7vvGXrTehDA==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -1115,7 +1115,7 @@
"npm-package-arg": "^9.0.1",
"proc-log": "^2.0.0",
"semver": "^7.3.5",
- "yaml": "^2.0.0-11"
+ "yaml": "2.0.0-11"
},
"bin": {
"template-oss-apply": "bin/apply.js",
@@ -10538,7 +10538,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"minify-registry-metadata": "^2.2.0",
"rimraf": "^3.0.2",
"tap": "^16.0.1",
@@ -10595,7 +10595,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"minify-registry-metadata": "^2.1.0",
@@ -10618,7 +10618,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -10641,7 +10641,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"tap": "^16.0.1"
},
"engines": {
@@ -10669,7 +10669,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"bin-links": "^3.0.3",
"minify-registry-metadata": "^2.2.0",
"mkdirp": "^1.0.4",
@@ -10687,7 +10687,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"tap": "^16.0.1"
},
"engines": {
@@ -10703,7 +10703,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -10720,7 +10720,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"minipass": "^3.1.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
@@ -10739,7 +10739,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"nock": "^13.0.7",
"tap": "^16.0.1"
},
@@ -10759,7 +10759,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"libnpmpack": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
@@ -10777,7 +10777,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -10794,7 +10794,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -10814,7 +10814,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"require-inject": "^1.4.4",
"tap": "^16.0.1"
},
diff --git a/package.json b/package.json
index ccb60f8aa..b8d84595a 100644
--- a/package.json
+++ b/package.json
@@ -206,7 +206,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"fs-minipass": "^2.1.0",
"licensee": "^8.2.0",
"minimatch": "^5.1.0",
@@ -250,7 +250,7 @@
"templateOSS": {
"rootRepo": false,
"rootModule": false,
- "version": "3.5.0"
+ "version": "3.7.0"
},
"license": "Artistic-2.0",
"engines": {
diff --git a/release-please-config.json b/release-please-config.json
new file mode 100644
index 000000000..12995e545
--- /dev/null
+++ b/release-please-config.json
@@ -0,0 +1,43 @@
+{
+ "separate-pull-requests": true,
+ "changelog-sections": [
+ {
+ "type": "feat",
+ "section": "Features",
+ "hidden": false
+ },
+ {
+ "type": "fix",
+ "section": "Bug Fixes",
+ "hidden": false
+ },
+ {
+ "type": "docs",
+ "section": "Documentation",
+ "hidden": false
+ },
+ {
+ "type": "deps",
+ "section": "Dependencies",
+ "hidden": false
+ },
+ {
+ "type": "chore",
+ "hidden": true
+ }
+ ],
+ "packages": {
+ "workspaces/arborist": {},
+ "workspaces/libnpmaccess": {},
+ "workspaces/libnpmdiff": {},
+ "workspaces/libnpmexec": {},
+ "workspaces/libnpmfund": {},
+ "workspaces/libnpmhook": {},
+ "workspaces/libnpmorg": {},
+ "workspaces/libnpmpack": {},
+ "workspaces/libnpmpublish": {},
+ "workspaces/libnpmsearch": {},
+ "workspaces/libnpmteam": {},
+ "workspaces/libnpmversion": {}
+ }
+}
diff --git a/smoke-tests/package.json b/smoke-tests/package.json
index 40e794e82..0a30d078e 100644
--- a/smoke-tests/package.json
+++ b/smoke-tests/package.json
@@ -22,7 +22,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"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.5.0",
+ "version": "3.7.0",
"workspaceRepo": false
},
"tap": {
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index 0b9638771..3adbfafe3 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -42,7 +42,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"minify-registry-metadata": "^2.1.0",
@@ -103,6 +103,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.5.0"
+ "version": "3.7.0"
}
}
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index ca1ee7055..72db585fe 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -20,7 +20,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"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.5.0"
+ "version": "3.7.0"
}
}
diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json
index 8c8b6b23b..c40ab8588 100644
--- a/workspaces/libnpmdiff/package.json
+++ b/workspaces/libnpmdiff/package.json
@@ -46,7 +46,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"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.5.0"
+ "version": "3.7.0"
}
}
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index f9ccd7d3b..85c7af1a1 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -50,7 +50,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"bin-links": "^3.0.3",
"minify-registry-metadata": "^2.2.0",
"mkdirp": "^1.0.4",
@@ -74,6 +74,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.5.0"
+ "version": "3.7.0"
}
}
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index aa2186148..c1e1507d1 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -45,7 +45,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"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.5.0"
+ "version": "3.7.0"
}
}
diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json
index a26338262..b58a9e4b7 100644
--- a/workspaces/libnpmhook/package.json
+++ b/workspaces/libnpmhook/package.json
@@ -40,7 +40,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"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.5.0"
+ "version": "3.7.0"
}
}
diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json
index 852aa69e3..f1c14ca6b 100644
--- a/workspaces/libnpmorg/package.json
+++ b/workspaces/libnpmorg/package.json
@@ -31,7 +31,7 @@
],
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"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.5.0"
+ "version": "3.7.0"
}
}
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index c1303e37e..9844c928f 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -26,7 +26,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"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.5.0"
+ "version": "3.7.0"
}
}
diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json
index c561b86b9..86a2921e0 100644
--- a/workspaces/libnpmpublish/package.json
+++ b/workspaces/libnpmpublish/package.json
@@ -28,7 +28,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"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.5.0"
+ "version": "3.7.0"
}
}
diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json
index 12b62afc9..e537e3cbd 100644
--- a/workspaces/libnpmsearch/package.json
+++ b/workspaces/libnpmsearch/package.json
@@ -29,7 +29,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"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.5.0"
+ "version": "3.7.0"
}
}
diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index 54fdab0a6..63eb2728e 100644
--- a/workspaces/libnpmteam/package.json
+++ b/workspaces/libnpmteam/package.json
@@ -19,7 +19,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"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.5.0"
+ "version": "3.7.0"
}
}
diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json
index bf24cc387..0cac4b923 100644
--- a/workspaces/libnpmversion/package.json
+++ b/workspaces/libnpmversion/package.json
@@ -31,7 +31,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.5.0",
+ "@npmcli/template-oss": "3.7.0",
"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.5.0"
+ "version": "3.7.0"
}
}