Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys authored and fritzy committed Sep 14, 2022
1 parent 8623a2b commit 601bb11
Show file tree
Hide file tree
Showing 17 changed files with 50 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: npm i --ignore-scripts --no-audit --no-fund
- name: Release Please
id: release
run: npx --offline template-oss-release-please
run: npx --offline template-oss-release-please ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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 @@
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
Expand Down Expand Up @@ -59,6 +59,6 @@
"ciVersions": [
"16"
],
"version": "4.0.0"
"version": "4.1.2"
}
}
37 changes: 19 additions & 18 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"fs-minipass": "^2.1.0",
"licensee": "^8.2.0",
"minimatch": "^5.1.0",
Expand All @@ -189,7 +189,7 @@
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
Expand Down Expand Up @@ -2362,15 +2362,16 @@
}
},
"node_modules/@npmcli/template-oss": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.0.0.tgz",
"integrity": "sha512-4e4oYjMN3d1AN2PhDNZGAaIRAi/3p76jDdWREsuGZ8Du084QAcazl+uV2CKbDwsalOPeS46stDJwuuFG9riFzQ==",
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.1.2.tgz",
"integrity": "sha512-BS9YZeRtLsZ+lnCcQV3tZQa25K+MbUz/MgX5ZFzRmU+gTgCGthfajXZ7r8jJTjSiNgrElS0Ty/+x6Ds6B7oFdw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
"@actions/core": "^1.9.1",
"@commitlint/cli": "^17.1.1",
"@commitlint/config-conventional": "^17.1.0",
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/fs": "^2.0.1",
"@npmcli/git": "^3.0.0",
"@npmcli/map-workspaces": "^2.0.2",
Expand Down Expand Up @@ -13843,7 +13844,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"minify-registry-metadata": "^2.2.0",
"rimraf": "^3.0.2",
"tap": "^16.0.1",
Expand Down Expand Up @@ -13900,7 +13901,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"minify-registry-metadata": "^2.1.0",
Expand All @@ -13923,7 +13924,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
Expand All @@ -13946,7 +13947,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"tap": "^16.0.1"
},
"engines": {
Expand Down Expand Up @@ -13974,7 +13975,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"bin-links": "^3.0.3",
"minify-registry-metadata": "^2.2.0",
"mkdirp": "^1.0.4",
Expand All @@ -13992,7 +13993,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"tap": "^16.0.1"
},
"engines": {
Expand All @@ -14008,7 +14009,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
Expand All @@ -14025,7 +14026,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"minipass": "^3.1.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
Expand All @@ -14044,7 +14045,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"nock": "^13.0.7",
"tap": "^16.0.1"
},
Expand All @@ -14064,7 +14065,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"libnpmpack": "^5.0.0-pre.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
Expand All @@ -14082,7 +14083,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
Expand All @@ -14099,7 +14100,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
Expand All @@ -14119,7 +14120,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"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 @@ -206,7 +206,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"fs-minipass": "^2.1.0",
"licensee": "^8.2.0",
"minimatch": "^5.1.0",
Expand Down Expand Up @@ -251,7 +251,7 @@
"templateOSS": {
"rootRepo": false,
"rootModule": false,
"version": "4.0.0",
"version": "4.1.2",
"releaseTest": "release.yml"
},
"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 @@ -20,7 +20,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"minify-registry-metadata": "^2.2.0",
"rimraf": "^3.0.2",
"tap": "^16.0.1",
Expand All @@ -30,7 +30,7 @@
"license": "ISC",
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.0.0",
"version": "4.1.2",
"workspaceRepo": false
},
"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 @@ -42,7 +42,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"minify-registry-metadata": "^2.1.0",
Expand Down Expand Up @@ -100,6 +100,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.0.0"
"version": "4.1.2"
}
}
4 changes: 2 additions & 2 deletions workspaces/libnpmaccess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
Expand All @@ -43,6 +43,6 @@
],
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.0.0"
"version": "4.1.2"
}
}
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": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"tap": "^16.0.1"
},
"dependencies": {
Expand All @@ -58,6 +58,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.0.0"
"version": "4.1.2"
}
}
4 changes: 2 additions & 2 deletions workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"bin-links": "^3.0.3",
"minify-registry-metadata": "^2.2.0",
"mkdirp": "^1.0.4",
Expand All @@ -71,6 +71,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.0.0"
"version": "4.1.2"
}
}
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": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"tap": "^16.0.1"
},
"dependencies": {
Expand All @@ -53,6 +53,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.0.0"
"version": "4.1.2"
}
}
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": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
Expand All @@ -46,6 +46,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.0.0"
"version": "4.1.2"
}
}
4 changes: 2 additions & 2 deletions workspaces/libnpmorg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"minipass": "^3.1.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
Expand All @@ -49,6 +49,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.0.0"
"version": "4.1.2"
}
}
4 changes: 2 additions & 2 deletions workspaces/libnpmpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"nock": "^13.0.7",
"tap": "^16.0.1"
},
Expand All @@ -44,6 +44,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.0.0"
"version": "4.1.2"
}
}
4 changes: 2 additions & 2 deletions workspaces/libnpmpublish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"libnpmpack": "^5.0.0-pre.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
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.0.0"
"version": "4.1.2"
}
}
4 changes: 2 additions & 2 deletions workspaces/libnpmsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"@npmcli/template-oss": "4.1.2",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
Expand All @@ -45,6 +45,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.0.0"
"version": "4.1.2"
}
}
Loading

0 comments on commit 601bb11

Please sign in to comment.