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-03-02 23:33:34 +0300
committerGitHub <noreply@github.com>2022-03-02 23:33:34 +0300
commit2b8f51e6d6c5a5cfb45a08cf768a31b3d5c7f36e (patch)
treefefbe4e16e710e32c0133e27b5b665dd139d1c2b
parent10e1326d2eb7ff2c70ee19907991b369476ccdd0 (diff)
chore: @npmcli/template-oss@2.9.2 (#4491)
Should get release-please working in workspaces
-rw-r--r--.github/workflows/release-please-libnpmaccess.yml2
-rw-r--r--.github/workflows/release-please-libnpmdiff.yml2
-rw-r--r--.github/workflows/release-please-libnpmexec.yml2
-rw-r--r--.github/workflows/release-please-libnpmfund.yml2
-rw-r--r--.github/workflows/release-please-libnpmhook.yml2
-rw-r--r--.github/workflows/release-please-libnpmorg.yml2
-rw-r--r--.github/workflows/release-please-libnpmpack.yml2
-rw-r--r--.github/workflows/release-please-libnpmpublish.yml2
-rw-r--r--.github/workflows/release-please-libnpmsearch.yml2
-rw-r--r--.github/workflows/release-please-libnpmteam.yml2
-rw-r--r--.github/workflows/release-please-libnpmversion.yml2
-rw-r--r--.github/workflows/release-please-npmcli-arborist.yml2
-rw-r--r--package-lock.json14
-rw-r--r--package.json4
-rw-r--r--workspaces/arborist/package.json2
-rw-r--r--workspaces/libnpmaccess/package.json2
-rw-r--r--workspaces/libnpmdiff/package.json2
-rw-r--r--workspaces/libnpmexec/package.json2
-rw-r--r--workspaces/libnpmfund/package.json2
-rw-r--r--workspaces/libnpmhook/package.json2
-rw-r--r--workspaces/libnpmorg/package.json2
-rw-r--r--workspaces/libnpmpack/package.json2
-rw-r--r--workspaces/libnpmpublish/package.json2
-rw-r--r--workspaces/libnpmsearch/package.json2
-rw-r--r--workspaces/libnpmteam/package.json2
-rw-r--r--workspaces/libnpmversion/package.json2
26 files changed, 33 insertions, 33 deletions
diff --git a/.github/workflows/release-please-libnpmaccess.yml b/.github/workflows/release-please-libnpmaccess.yml
index 564c71d82..ba47b2d57 100644
--- a/.github/workflows/release-please-libnpmaccess.yml
+++ b/.github/workflows/release-please-libnpmaccess.yml
@@ -19,7 +19,7 @@ jobs:
with:
release-type: node
monorepo-tags: true
- path: workspaces/libnpmaccess/**
+ path: workspaces/libnpmaccess
# If you change changelog-types be sure to also update commitlintrc.js
changelog-types: >
[{"type":"feat","section":"Features","hidden":false},
diff --git a/.github/workflows/release-please-libnpmdiff.yml b/.github/workflows/release-please-libnpmdiff.yml
index f1b1d2a6d..afe81c818 100644
--- a/.github/workflows/release-please-libnpmdiff.yml
+++ b/.github/workflows/release-please-libnpmdiff.yml
@@ -19,7 +19,7 @@ jobs:
with:
release-type: node
monorepo-tags: true
- path: workspaces/libnpmdiff/**
+ path: workspaces/libnpmdiff
# If you change changelog-types be sure to also update commitlintrc.js
changelog-types: >
[{"type":"feat","section":"Features","hidden":false},
diff --git a/.github/workflows/release-please-libnpmexec.yml b/.github/workflows/release-please-libnpmexec.yml
index 31818b73a..f0cb981de 100644
--- a/.github/workflows/release-please-libnpmexec.yml
+++ b/.github/workflows/release-please-libnpmexec.yml
@@ -19,7 +19,7 @@ jobs:
with:
release-type: node
monorepo-tags: true
- path: workspaces/libnpmexec/**
+ path: workspaces/libnpmexec
# If you change changelog-types be sure to also update commitlintrc.js
changelog-types: >
[{"type":"feat","section":"Features","hidden":false},
diff --git a/.github/workflows/release-please-libnpmfund.yml b/.github/workflows/release-please-libnpmfund.yml
index 6bde4c016..e9f52fcd7 100644
--- a/.github/workflows/release-please-libnpmfund.yml
+++ b/.github/workflows/release-please-libnpmfund.yml
@@ -19,7 +19,7 @@ jobs:
with:
release-type: node
monorepo-tags: true
- path: workspaces/libnpmfund/**
+ path: workspaces/libnpmfund
# If you change changelog-types be sure to also update commitlintrc.js
changelog-types: >
[{"type":"feat","section":"Features","hidden":false},
diff --git a/.github/workflows/release-please-libnpmhook.yml b/.github/workflows/release-please-libnpmhook.yml
index 6b8b86403..e46aa4942 100644
--- a/.github/workflows/release-please-libnpmhook.yml
+++ b/.github/workflows/release-please-libnpmhook.yml
@@ -19,7 +19,7 @@ jobs:
with:
release-type: node
monorepo-tags: true
- path: workspaces/libnpmhook/**
+ path: workspaces/libnpmhook
# If you change changelog-types be sure to also update commitlintrc.js
changelog-types: >
[{"type":"feat","section":"Features","hidden":false},
diff --git a/.github/workflows/release-please-libnpmorg.yml b/.github/workflows/release-please-libnpmorg.yml
index d2a757fb3..1a2d4488d 100644
--- a/.github/workflows/release-please-libnpmorg.yml
+++ b/.github/workflows/release-please-libnpmorg.yml
@@ -19,7 +19,7 @@ jobs:
with:
release-type: node
monorepo-tags: true
- path: workspaces/libnpmorg/**
+ path: workspaces/libnpmorg
# If you change changelog-types be sure to also update commitlintrc.js
changelog-types: >
[{"type":"feat","section":"Features","hidden":false},
diff --git a/.github/workflows/release-please-libnpmpack.yml b/.github/workflows/release-please-libnpmpack.yml
index 881b39809..151026b14 100644
--- a/.github/workflows/release-please-libnpmpack.yml
+++ b/.github/workflows/release-please-libnpmpack.yml
@@ -19,7 +19,7 @@ jobs:
with:
release-type: node
monorepo-tags: true
- path: workspaces/libnpmpack/**
+ path: workspaces/libnpmpack
# If you change changelog-types be sure to also update commitlintrc.js
changelog-types: >
[{"type":"feat","section":"Features","hidden":false},
diff --git a/.github/workflows/release-please-libnpmpublish.yml b/.github/workflows/release-please-libnpmpublish.yml
index c6763f199..bd7a6f9a3 100644
--- a/.github/workflows/release-please-libnpmpublish.yml
+++ b/.github/workflows/release-please-libnpmpublish.yml
@@ -19,7 +19,7 @@ jobs:
with:
release-type: node
monorepo-tags: true
- path: workspaces/libnpmpublish/**
+ path: workspaces/libnpmpublish
# If you change changelog-types be sure to also update commitlintrc.js
changelog-types: >
[{"type":"feat","section":"Features","hidden":false},
diff --git a/.github/workflows/release-please-libnpmsearch.yml b/.github/workflows/release-please-libnpmsearch.yml
index d004ddcd8..575d71b91 100644
--- a/.github/workflows/release-please-libnpmsearch.yml
+++ b/.github/workflows/release-please-libnpmsearch.yml
@@ -19,7 +19,7 @@ jobs:
with:
release-type: node
monorepo-tags: true
- path: workspaces/libnpmsearch/**
+ path: workspaces/libnpmsearch
# If you change changelog-types be sure to also update commitlintrc.js
changelog-types: >
[{"type":"feat","section":"Features","hidden":false},
diff --git a/.github/workflows/release-please-libnpmteam.yml b/.github/workflows/release-please-libnpmteam.yml
index b4df17025..66ef02e4f 100644
--- a/.github/workflows/release-please-libnpmteam.yml
+++ b/.github/workflows/release-please-libnpmteam.yml
@@ -19,7 +19,7 @@ jobs:
with:
release-type: node
monorepo-tags: true
- path: workspaces/libnpmteam/**
+ path: workspaces/libnpmteam
# If you change changelog-types be sure to also update commitlintrc.js
changelog-types: >
[{"type":"feat","section":"Features","hidden":false},
diff --git a/.github/workflows/release-please-libnpmversion.yml b/.github/workflows/release-please-libnpmversion.yml
index bddb62d6a..4195300ca 100644
--- a/.github/workflows/release-please-libnpmversion.yml
+++ b/.github/workflows/release-please-libnpmversion.yml
@@ -19,7 +19,7 @@ jobs:
with:
release-type: node
monorepo-tags: true
- path: workspaces/libnpmversion/**
+ path: workspaces/libnpmversion
# If you change changelog-types be sure to also update commitlintrc.js
changelog-types: >
[{"type":"feat","section":"Features","hidden":false},
diff --git a/.github/workflows/release-please-npmcli-arborist.yml b/.github/workflows/release-please-npmcli-arborist.yml
index 47ee0c866..2a8c61d53 100644
--- a/.github/workflows/release-please-npmcli-arborist.yml
+++ b/.github/workflows/release-please-npmcli-arborist.yml
@@ -19,7 +19,7 @@ jobs:
with:
release-type: node
monorepo-tags: true
- path: workspaces/arborist/**
+ path: workspaces/arborist
# If you change changelog-types be sure to also update commitlintrc.js
changelog-types: >
[{"type":"feat","section":"Features","hidden":false},
diff --git a/package-lock.json b/package-lock.json
index 61fd3016b..139108cc6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -164,7 +164,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^2.0.0",
- "@npmcli/template-oss": "^2.9.1",
+ "@npmcli/template-oss": "^2.9.2",
"eslint": "^8.3.0",
"licensee": "^8.2.0",
"spawk": "^1.7.1",
@@ -1030,9 +1030,9 @@
}
},
"node_modules/@npmcli/template-oss": {
- "version": "2.9.1",
- "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-2.9.1.tgz",
- "integrity": "sha512-cngaFvSSN7YveXW3jm5Q8t34ayUJnZci0D+dBjN/IcYCpj9nkXh8kfFx1TE5LNQX3YZeo6e8jZIDvMchV+iPRQ==",
+ "version": "2.9.2",
+ "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-2.9.2.tgz",
+ "integrity": "sha512-VOjnfC+U338HfvGAMEqU2yEVsaeRIryevtJOfWDVbeNtVB5KSPapzHfevsWMzp2ZkZprIwPYU9LZ7ZBPtrDTVg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -11521,9 +11521,9 @@
}
},
"@npmcli/template-oss": {
- "version": "2.9.1",
- "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-2.9.1.tgz",
- "integrity": "sha512-cngaFvSSN7YveXW3jm5Q8t34ayUJnZci0D+dBjN/IcYCpj9nkXh8kfFx1TE5LNQX3YZeo6e8jZIDvMchV+iPRQ==",
+ "version": "2.9.2",
+ "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-2.9.2.tgz",
+ "integrity": "sha512-VOjnfC+U338HfvGAMEqU2yEVsaeRIryevtJOfWDVbeNtVB5KSPapzHfevsWMzp2ZkZprIwPYU9LZ7ZBPtrDTVg==",
"dev": true,
"requires": {
"@npmcli/fs": "^2.0.1",
diff --git a/package.json b/package.json
index 5e72cb5f6..61d8dfc41 100644
--- a/package.json
+++ b/package.json
@@ -201,7 +201,7 @@
],
"devDependencies": {
"@npmcli/eslint-config": "^2.0.0",
- "@npmcli/template-oss": "^2.9.1",
+ "@npmcli/template-oss": "^2.9.2",
"eslint": "^8.3.0",
"licensee": "^8.2.0",
"spawk": "^1.7.1",
@@ -255,7 +255,7 @@
"libnpmteam",
"libnpmversion"
],
- "version": "2.9.1"
+ "version": "2.9.2"
},
"license": "Artistic-2.0",
"engines": {
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index 7a70ceca6..6699cfa66 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -102,6 +102,6 @@
"!test/fixtures/*.js"
],
"templateOSS": {
- "version": "2.9.1"
+ "version": "2.9.2"
}
}
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index 67b86cd4a..c7069ac0f 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -46,6 +46,6 @@
"lib"
],
"templateOSS": {
- "version": "2.9.1"
+ "version": "2.9.2"
}
}
diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json
index 282a8387a..5027afc35 100644
--- a/workspaces/libnpmdiff/package.json
+++ b/workspaces/libnpmdiff/package.json
@@ -59,6 +59,6 @@
"tar": "^6.1.0"
},
"templateOSS": {
- "version": "2.9.1"
+ "version": "2.9.2"
}
}
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 45f1218ac..a6a94b3ae 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -65,6 +65,6 @@
"walk-up-path": "^1.0.0"
},
"templateOSS": {
- "version": "2.9.1"
+ "version": "2.9.2"
}
}
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index 277a0a2df..02a2d18b1 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -53,6 +53,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
- "version": "2.9.1"
+ "version": "2.9.2"
}
}
diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json
index 1038249e3..9ba3c936c 100644
--- a/workspaces/libnpmhook/package.json
+++ b/workspaces/libnpmhook/package.json
@@ -46,6 +46,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
- "version": "2.9.1"
+ "version": "2.9.2"
}
}
diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json
index 3c70819a9..39ff2861d 100644
--- a/workspaces/libnpmorg/package.json
+++ b/workspaces/libnpmorg/package.json
@@ -52,6 +52,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
- "version": "2.9.1"
+ "version": "2.9.2"
}
}
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index 330ed50a1..d5de32580 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -47,6 +47,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
- "version": "2.9.1"
+ "version": "2.9.2"
}
}
diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json
index 0b8f9d9fe..4e7a237c5 100644
--- a/workspaces/libnpmpublish/package.json
+++ b/workspaces/libnpmpublish/package.json
@@ -53,6 +53,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
- "version": "2.9.1"
+ "version": "2.9.2"
}
}
diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json
index 695e90ffa..ec5e04815 100644
--- a/workspaces/libnpmsearch/package.json
+++ b/workspaces/libnpmsearch/package.json
@@ -48,6 +48,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
- "version": "2.9.1"
+ "version": "2.9.2"
}
}
diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index 5bb173a1f..bad3c7ec7 100644
--- a/workspaces/libnpmteam/package.json
+++ b/workspaces/libnpmteam/package.json
@@ -42,6 +42,6 @@
"check-coverage": true
},
"templateOSS": {
- "version": "2.9.1"
+ "version": "2.9.2"
}
}
diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json
index 161f99d41..d26866271 100644
--- a/workspaces/libnpmversion/package.json
+++ b/workspaces/libnpmversion/package.json
@@ -46,6 +46,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
- "version": "2.9.1"
+ "version": "2.9.2"
}
}