Skip to content

Commit

Permalink
chore: @npmcli/template-oss@4.5.0 (#5646)
Browse files Browse the repository at this point in the history
This also removes the release-manager script in favor of the one
provided by template oss.
  • Loading branch information
lukekarrys committed Oct 5, 2022
1 parent 5344d2c commit e9eda68
Show file tree
Hide file tree
Showing 20 changed files with 53 additions and 256 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.ref_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Setup Git User
run: |
git config --global user.email "npm-cli+bot@github.com"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
RELEASE_COMMENT_ID: ${{ needs.release.outputs.comment-id }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
node . exec --offline -- template-oss-release-manager
node . run rp-pull-request --ignore-scripts -ws -iwr --if-present
- name: Commit
id: commit
Expand Down
1 change: 0 additions & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,6 @@ graph LR;
npm-->npmcli-run-script["@npmcli/run-script"];
npm-->npmcli-template-oss["@npmcli/template-oss"];
npm-->npmlog;
npm-->octokit-rest["@octokit/rest"];
npm-->opener;
npm-->p-map;
npm-->pacote;
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.4.5",
"@npmcli/template-oss": "4.5.0",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
Expand Down Expand Up @@ -64,7 +64,7 @@
],
"ciVersions": "latest",
"engines": "^14.17.0 || ^16.13.0 || >=18.0.0",
"version": "4.4.5",
"version": "4.5.0",
"content": "../scripts/template-oss/index.js"
}
}
39 changes: 20 additions & 19 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "4.4.5",
"@octokit/rest": "^19.0.4",
"@npmcli/template-oss": "4.5.0",
"fs-minipass": "^2.1.0",
"licensee": "^8.2.0",
"minimatch": "^5.1.0",
Expand All @@ -190,7 +189,7 @@
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "4.4.5",
"@npmcli/template-oss": "4.5.0",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
Expand Down Expand Up @@ -2391,9 +2390,9 @@
}
},
"node_modules/@npmcli/template-oss": {
"version": "4.4.5",
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.4.5.tgz",
"integrity": "sha512-lAQBMVk79aPr7J09YJBICPOSi5wpTDmtZxXFknvTey30t/Q8jJFYy83gLsgNxXR2KxBP/xVemiiqxl1UdihkSw==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.5.0.tgz",
"integrity": "sha512-5Z55OSSKiD1r3S7Q0Q8w8PPw3q+tvmj9RPRixyy1e4dIqiyKgUwDUNUVlngjDG2xzykAlZWW2EKudr8d9Zn6Lg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
Expand All @@ -2405,6 +2404,7 @@
"@npmcli/git": "^3.0.0",
"@npmcli/map-workspaces": "^2.0.2",
"@npmcli/package-json": "^2.0.0",
"@octokit/rest": "^19.0.4",
"diff": "^5.0.0",
"glob": "^8.0.1",
"handlebars": "^4.7.7",
Expand All @@ -2422,6 +2422,7 @@
"bin": {
"template-oss-apply": "bin/apply.js",
"template-oss-check": "bin/check.js",
"template-oss-release-manager": "bin/release-manager.js",
"template-oss-release-please": "bin/release-please.js"
},
"engines": {
Expand Down Expand Up @@ -13844,7 +13845,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "4.4.5",
"@npmcli/template-oss": "4.5.0",
"minify-registry-metadata": "^2.2.0",
"rimraf": "^3.0.2",
"tap": "^16.0.1",
Expand Down Expand Up @@ -13901,7 +13902,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.5",
"@npmcli/template-oss": "4.5.0",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"minify-registry-metadata": "^2.1.0",
Expand All @@ -13922,7 +13923,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.5",
"@npmcli/template-oss": "4.5.0",
"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.4.5",
"@npmcli/template-oss": "4.5.0",
"tap": "^16.0.1"
},
"engines": {
Expand Down Expand Up @@ -13974,7 +13975,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.5",
"@npmcli/template-oss": "4.5.0",
"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.4.5",
"@npmcli/template-oss": "4.5.0",
"tap": "^16.0.1"
},
"engines": {
Expand All @@ -14008,7 +14009,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.5",
"@npmcli/template-oss": "4.5.0",
"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.4.5",
"@npmcli/template-oss": "4.5.0",
"minipass": "^3.1.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
Expand All @@ -14045,7 +14046,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.5",
"@npmcli/template-oss": "4.5.0",
"nock": "^13.0.7",
"tap": "^16.0.1"
},
Expand All @@ -14065,7 +14066,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.5",
"@npmcli/template-oss": "4.5.0",
"libnpmpack": "^5.0.0-pre.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
Expand All @@ -14083,7 +14084,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.5",
"@npmcli/template-oss": "4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
Expand All @@ -14100,7 +14101,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.5",
"@npmcli/template-oss": "4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
Expand All @@ -14120,7 +14121,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.5",
"@npmcli/template-oss": "4.5.0",
"require-inject": "^1.4.4",
"tap": "^16.0.1"
},
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "4.4.5",
"@octokit/rest": "^19.0.4",
"@npmcli/template-oss": "4.5.0",
"fs-minipass": "^2.1.0",
"licensee": "^8.2.0",
"minimatch": "^5.1.0",
Expand All @@ -233,7 +232,7 @@
"lint-all": "node . run lint -ws -iwr --if-present",
"prelint": "rimraf test/npm_cache*",
"resetdeps": "bash scripts/resetdeps.sh",
"rp-pull-request": "node . run authors && node scripts/release-manager.js",
"rp-pull-request": "node . run authors",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force"
},
Expand All @@ -258,7 +257,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.4.5",
"version": "4.5.0",
"content": "./scripts/template-oss/root.js"
},
"license": "Artistic-2.0",
Expand Down

0 comments on commit e9eda68

Please sign in to comment.