Skip to content

Commit

Permalink
chore: @npmcli/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Nov 10, 2022
1 parent 3794f03 commit 221ed4f
Show file tree
Hide file tree
Showing 19 changed files with 59 additions and 58 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions mock-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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",
Expand Down
41 changes: 21 additions & 20 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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": {
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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": {
Expand All @@ -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"
},
Expand All @@ -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": {
Expand All @@ -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",
Expand All @@ -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": {
Expand All @@ -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"
},
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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",
Expand All @@ -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"
},
Expand All @@ -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"
},
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions smoke-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions workspaces/arborist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions workspaces/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
}
}
4 changes: 2 additions & 2 deletions workspaces/libnpmaccess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmdiff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}
4 changes: 2 additions & 2 deletions workspaces/libnpmfund/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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": {
Expand Down
Loading

0 comments on commit 221ed4f

Please sign in to comment.