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:
-rw-r--r--.github/workflows/release.yml8
-rw-r--r--docs/package.json4
-rw-r--r--mock-registry/package.json4
-rw-r--r--package-lock.json41
-rw-r--r--package.json4
-rw-r--r--smoke-tests/package.json4
-rw-r--r--workspaces/arborist/package.json4
-rw-r--r--workspaces/config/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
19 files changed, 59 insertions, 58 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2ca624d66..36cb489fc 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -71,9 +71,9 @@ jobs:
const comments = await github.paginate(github.rest.issues.listComments, issue)
let commentId = comments?.find(c => c.user.login === 'github-actions[bot]' && c.body.startsWith(body))?.id
- body += `Release workflow run: ${workflow.html_url}\n\n#### Force CI to Rerun for This Release\n\n`
- body += `This PR will be updated and CI will run for every non-\`chore:\` commit that is pushed to \`main\`. `
- body += `To force CI to rerun, run this command:\n\n`
+ body += `Release workflow run: ${workflow.html_url}\n\n#### Force CI to Update This Release\n\n`
+ body += `This PR will be updated and CI will run for every non-\`chore:\` commit that is pushed to \`latest\`. `
+ body += `To force CI to update this PR, run this command:\n\n`
body += `\`\`\`\ngh workflow run release.yml -r ${REF_NAME}\n\`\`\``
if (commentId) {
@@ -162,7 +162,7 @@ jobs:
RELEASE_COMMENT_ID: ${{ needs.release.outputs.comment-id }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
- node . exec --offline -- template-oss-release-manager
+ node . exec --offline -- template-oss-release-manager --lockfile=true
node . run rp-pull-request --ignore-scripts -ws -iwr --if-present
- name: Commit
id: commit
diff --git a/docs/package.json b/docs/package.json
index 6130418ca..36ccbdde6 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -22,7 +22,7 @@
"devDependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"front-matter": "^4.0.2",
"ignore-walk": "^6.0.0",
"jsdom": "^20.0.1",
@@ -56,7 +56,7 @@
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"ciVersions": "latest",
"engines": "^14.17.0 || ^16.13.0 || >=18.0.0",
- "version": "4.9.0",
+ "version": "4.10.0",
"content": "../scripts/template-oss/index.js",
"workspaceRepo": {
"add": {
diff --git a/mock-registry/package.json b/mock-registry/package.json
index 3729a17f1..89b1e9e03 100644
--- a/mock-registry/package.json
+++ b/mock-registry/package.json
@@ -34,7 +34,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.9.0"
+ "version": "4.10.0"
},
"tap": {
"no-coverage": true,
@@ -46,7 +46,7 @@
"devDependencies": {
"@npmcli/arborist": "^6.1.1",
"@npmcli/eslint-config": "^4.0.1",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"nock": "^13.2.9",
"npm-package-arg": "^10.0.0",
"pacote": "^15.0.6",
diff --git a/package-lock.json b/package-lock.json
index 0c995200d..bf2bfaebd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -165,7 +165,7 @@
"@npmcli/git": "^4.0.1",
"@npmcli/mock-registry": "^1.0.0",
"@npmcli/promise-spawn": "^6.0.1",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"licensee": "^9.0.0",
"nock": "^13.2.4",
"npm-packlist": "^7.0.1",
@@ -186,7 +186,7 @@
"devDependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"front-matter": "^4.0.2",
"ignore-walk": "^6.0.0",
"jsdom": "^20.0.1",
@@ -211,7 +211,7 @@
"devDependencies": {
"@npmcli/arborist": "^6.1.1",
"@npmcli/eslint-config": "^4.0.1",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"nock": "^13.2.9",
"npm-package-arg": "^10.0.0",
"pacote": "^15.0.6",
@@ -2268,9 +2268,9 @@
"link": true
},
"node_modules/@npmcli/template-oss": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.9.0.tgz",
- "integrity": "sha512-zfo9e5bGLXf3GAF2TWDIKBlTjP3zR578nKkCaYTFnw00TwEMjjHzNFskbJNNdBXqW9Lc7BH246LCrhYikmYlCQ==",
+ "version": "4.10.0",
+ "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.10.0.tgz",
+ "integrity": "sha512-KeC93o3umyr3FpJots5paojysrU/RL/oNVhDEYKr3O+Replidr3EgU96VmnCJwfHcMs64lz9oIYA/94A5fAC9w==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -2287,6 +2287,7 @@
"glob": "^8.0.1",
"handlebars": "^4.7.7",
"hosted-git-info": "^6.0.0",
+ "ini": "^3.0.1",
"json-parse-even-better-errors": "^3.0.0",
"just-deep-map-values": "^1.1.1",
"just-diff": "^5.0.1",
@@ -14968,7 +14969,7 @@
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/mock-registry": "^1.0.0",
"@npmcli/promise-spawn": "^6.0.1",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"http-proxy": "^1.18.1",
"just-extend": "^6.1.1",
"just-safe-set": "^4.1.1",
@@ -15023,7 +15024,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"minify-registry-metadata": "^2.1.0",
@@ -15050,7 +15051,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"tap": "^16.0.1"
},
"engines": {
@@ -15066,7 +15067,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -15090,7 +15091,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"tap": "^16.0.1"
},
"engines": {
@@ -15116,7 +15117,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"bin-links": "^4.0.1",
"minify-registry-metadata": "^2.2.0",
"mkdirp": "^1.0.4",
@@ -15134,7 +15135,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"tap": "^16.0.1"
},
"engines": {
@@ -15150,7 +15151,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -15167,7 +15168,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"minipass": "^3.1.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
@@ -15187,7 +15188,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"nock": "^13.0.7",
"spawk": "^1.7.1",
"tap": "^16.0.1"
@@ -15208,7 +15209,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"libnpmpack": "^5.0.3",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
@@ -15226,7 +15227,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -15243,7 +15244,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -15263,7 +15264,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"require-inject": "^1.4.4",
"tap": "^16.0.1"
},
diff --git a/package.json b/package.json
index ba34d7a27..dedabdd6f 100644
--- a/package.json
+++ b/package.json
@@ -202,7 +202,7 @@
"@npmcli/git": "^4.0.1",
"@npmcli/mock-registry": "^1.0.0",
"@npmcli/promise-spawn": "^6.0.1",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"licensee": "^9.0.0",
"nock": "^13.2.4",
"npm-packlist": "^7.0.1",
@@ -256,7 +256,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.9.0",
+ "version": "4.10.0",
"content": "./scripts/template-oss/root.js"
},
"license": "Artistic-2.0",
diff --git a/smoke-tests/package.json b/smoke-tests/package.json
index e2ca299c6..4f5f0a1f1 100644
--- a/smoke-tests/package.json
+++ b/smoke-tests/package.json
@@ -21,7 +21,7 @@
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/mock-registry": "^1.0.0",
"@npmcli/promise-spawn": "^6.0.1",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"http-proxy": "^1.18.1",
"just-extend": "^6.1.1",
"just-safe-set": "^4.1.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": "4.9.0",
+ "version": "4.10.0",
"content": "../scripts/template-oss/index.js"
},
"tap": {
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index 8ff8546f4..14f8ae33f 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -39,7 +39,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"minify-registry-metadata": "^2.1.0",
@@ -101,7 +101,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.9.0",
+ "version": "4.10.0",
"content": "../../scripts/template-oss/index.js"
}
}
diff --git a/workspaces/config/package.json b/workspaces/config/package.json
index faeefbd08..7fd9f0614 100644
--- a/workspaces/config/package.json
+++ b/workspaces/config/package.json
@@ -33,7 +33,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"tap": "^16.0.1"
},
"dependencies": {
@@ -50,6 +50,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.9.0"
+ "version": "4.10.0"
}
}
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index 121c16418..76baabab2 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -16,7 +16,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -40,7 +40,7 @@
],
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.9.0",
+ "version": "4.10.0",
"content": "../../scripts/template-oss/index.js"
},
"tap": {
diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json
index 07acc9852..5e998399f 100644
--- a/workspaces/libnpmdiff/package.json
+++ b/workspaces/libnpmdiff/package.json
@@ -43,7 +43,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"tap": "^16.0.1"
},
"dependencies": {
@@ -59,7 +59,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.9.0",
+ "version": "4.10.0",
"content": "../../scripts/template-oss/index.js"
},
"tap": {
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 31f3531cb..ad37c7632 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -51,7 +51,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"bin-links": "^4.0.1",
"minify-registry-metadata": "^2.2.0",
"mkdirp": "^1.0.4",
@@ -73,7 +73,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.9.0",
+ "version": "4.10.0",
"content": "../../scripts/template-oss/index.js"
}
}
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index 352babd7a..5d348d84c 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -42,7 +42,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"tap": "^16.0.1"
},
"dependencies": {
@@ -53,7 +53,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.9.0",
+ "version": "4.10.0",
"content": "../../scripts/template-oss/index.js"
},
"tap": {
diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json
index 7b2c91166..aebd8edb9 100644
--- a/workspaces/libnpmhook/package.json
+++ b/workspaces/libnpmhook/package.json
@@ -37,7 +37,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -46,7 +46,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.9.0",
+ "version": "4.10.0",
"content": "../../scripts/template-oss/index.js"
},
"tap": {
diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json
index e1d309162..a7255e3f7 100644
--- a/workspaces/libnpmorg/package.json
+++ b/workspaces/libnpmorg/package.json
@@ -28,7 +28,7 @@
],
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"minipass": "^3.1.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
@@ -49,7 +49,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.9.0",
+ "version": "4.10.0",
"content": "../../scripts/template-oss/index.js"
},
"tap": {
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index 469864a4f..e2dac3445 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -23,7 +23,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"nock": "^13.0.7",
"spawk": "^1.7.1",
"tap": "^16.0.1"
@@ -46,7 +46,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.9.0",
+ "version": "4.10.0",
"content": "../../scripts/template-oss/index.js"
},
"tap": {
diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json
index 0498dcce2..cb521a0c2 100644
--- a/workspaces/libnpmpublish/package.json
+++ b/workspaces/libnpmpublish/package.json
@@ -25,7 +25,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"libnpmpack": "^5.0.3",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
@@ -50,7 +50,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.9.0",
+ "version": "4.10.0",
"content": "../../scripts/template-oss/index.js"
},
"tap": {
diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json
index 25b8c2664..e34a2ea6a 100644
--- a/workspaces/libnpmsearch/package.json
+++ b/workspaces/libnpmsearch/package.json
@@ -26,7 +26,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -45,7 +45,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.9.0",
+ "version": "4.10.0",
"content": "../../scripts/template-oss/index.js"
},
"tap": {
diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index f85f67de8..e25095e10 100644
--- a/workspaces/libnpmteam/package.json
+++ b/workspaces/libnpmteam/package.json
@@ -16,7 +16,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -39,7 +39,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.9.0",
+ "version": "4.10.0",
"content": "../../scripts/template-oss/index.js"
},
"tap": {
diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json
index 410bcfe0b..261b86a46 100644
--- a/workspaces/libnpmversion/package.json
+++ b/workspaces/libnpmversion/package.json
@@ -32,7 +32,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
- "@npmcli/template-oss": "4.9.0",
+ "@npmcli/template-oss": "4.10.0",
"require-inject": "^1.4.4",
"tap": "^16.0.1"
},
@@ -48,7 +48,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.9.0",
+ "version": "4.10.0",
"content": "../../scripts/template-oss/index.js"
}
}