Skip to content

Commit

Permalink
chore: @npmcli/template-oss@4.4.4 (#5588)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Oct 4, 2022
1 parent 130bc9f commit 4c52d85
Show file tree
Hide file tree
Showing 17 changed files with 61 additions and 58 deletions.
11 changes: 7 additions & 4 deletions .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.event.pull_request.head_ref }}
ref: ${{ github.ref_name }}
- name: Setup Git User
run: |
git config --global user.email "npm-cli+bot@github.com"
Expand All @@ -43,10 +43,13 @@ jobs:
if: contains(steps.metadata.outputs.dependency-names, '@npmcli/template-oss')
id: flags
run: |
if [[ "${{ steps.metadata.outputs.directory }}" == "/" ]]; then
dependabot_dir="${{ steps.metadata.outputs.directory }}"
if [[ "$dependabot_dir" == "/" ]]; then
echo "::set-output name=workspace::-iwr"
else
echo "::set-output name=workspace::-w ${{ steps.metadata.outputs.directory }}"
# strip leading slash from directory so it works as a
# a path to the workspace flag
echo "::set-output name=workspace::-w ${dependabot_dir#/}"
fi
- name: Apply Changes
Expand Down Expand Up @@ -83,7 +86,7 @@ jobs:
# If the previous step failed, then reset the commit and remove any workflow changes
# and attempt to commit and push again. This is helpful because we will have a commit
# with the correct prefix that we can then --amend with @npmcli/stafftools later.
- name: Commit and push all changes except workflows
- name: Push All Changes Except Workflows
if: steps.apply.outputs.changes && steps.push-all.outcome == 'failure'
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.4.1",
"@npmcli/template-oss": "4.4.4",
"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.1",
"version": "4.4.4",
"content": "../scripts/template-oss/index.js"
}
}
46 changes: 23 additions & 23 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.4.1",
"@npmcli/template-oss": "4.4.4",
"@octokit/rest": "^19.0.4",
"fs-minipass": "^2.1.0",
"licensee": "^8.2.0",
Expand All @@ -190,7 +190,7 @@
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
Expand Down Expand Up @@ -2363,9 +2363,9 @@
}
},
"node_modules/@npmcli/template-oss": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.4.1.tgz",
"integrity": "sha512-HWzfbkCJD2R7LT5gZy6yZJDf+TX+B3j4HkwJ04MWI//QFsKSGiWon37B8vhF84SdCVpRgrCRX9VQmBf2sooePg==",
"version": "4.4.4",
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.4.4.tgz",
"integrity": "sha512-/WNB1HE0KuZGikExDn9ahglEdHk49+wKMG3BSXuPFsCK35KTrQweJbCvlFoX0xJBP0YGAMkTxidqa6hVywNCkg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
Expand All @@ -2387,7 +2387,7 @@
"lodash": "^4.17.21",
"npm-package-arg": "^9.0.1",
"proc-log": "^2.0.0",
"release-please": "npm:@npmcli/release-please@^14.2.4",
"release-please": "npm:@npmcli/release-please@^14.2.5",
"semver": "^7.3.5",
"yaml": "^2.1.1"
},
Expand Down Expand Up @@ -9451,9 +9451,9 @@
},
"node_modules/release-please": {
"name": "@npmcli/release-please",
"version": "14.2.4",
"resolved": "https://registry.npmjs.org/@npmcli/release-please/-/release-please-14.2.4.tgz",
"integrity": "sha512-G09V96BVGDRZNz8GIIvtUiQ0ay2kJ7IbWqkE6+lxWZkEov1H3f+SxJp16F3LxUY5j2ILxOUBfn1oOElg5vo4Dg==",
"version": "14.2.5",
"resolved": "https://registry.npmjs.org/@npmcli/release-please/-/release-please-14.2.5.tgz",
"integrity": "sha512-DYdAMinyf+Kvcurz50fvq0q9/hvshIzgziq1YDLPN7uWXbSzZUufeU4eSCo9/8PisR2Zn+muRroLU/Sk1SxGzA==",
"dev": true,
"dependencies": {
"@conventional-commits/parser": "^0.4.1",
Expand Down Expand Up @@ -13816,7 +13816,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"minify-registry-metadata": "^2.2.0",
"rimraf": "^3.0.2",
"tap": "^16.0.1",
Expand Down Expand Up @@ -13873,7 +13873,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"minify-registry-metadata": "^2.1.0",
Expand All @@ -13894,7 +13894,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
Expand All @@ -13918,7 +13918,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"tap": "^16.0.1"
},
"engines": {
Expand Down Expand Up @@ -13946,7 +13946,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"bin-links": "^3.0.3",
"minify-registry-metadata": "^2.2.0",
"mkdirp": "^1.0.4",
Expand All @@ -13964,7 +13964,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"tap": "^16.0.1"
},
"engines": {
Expand All @@ -13980,7 +13980,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
Expand All @@ -13997,7 +13997,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"minipass": "^3.1.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
Expand All @@ -14017,7 +14017,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"nock": "^13.0.7",
"tap": "^16.0.1"
},
Expand All @@ -14037,8 +14037,8 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"libnpmpack": "^5.0.0-pre.1",
"@npmcli/template-oss": "4.4.4",
"libnpmpack": "^5.0.0-pre.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
Expand All @@ -14055,7 +14055,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
Expand All @@ -14072,7 +14072,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
Expand All @@ -14092,7 +14092,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"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.4.1",
"@npmcli/template-oss": "4.4.4",
"@octokit/rest": "^19.0.4",
"fs-minipass": "^2.1.0",
"licensee": "^8.2.0",
Expand Down Expand Up @@ -258,7 +258,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.4.1",
"version": "4.4.4",
"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 @@ -20,7 +20,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"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.4.1",
"version": "4.4.4",
"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 @@ -42,7 +42,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"minify-registry-metadata": "^2.1.0",
Expand Down Expand Up @@ -104,7 +104,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.4.1",
"version": "4.4.4",
"content": "../../scripts/template-oss/index.js"
}
}
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": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"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.4.1",
"version": "4.4.4",
"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": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"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.4.1",
"version": "4.4.4",
"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": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"bin-links": "^3.0.3",
"minify-registry-metadata": "^2.2.0",
"mkdirp": "^1.0.4",
Expand All @@ -75,7 +75,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.4.1",
"version": "4.4.4",
"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": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"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.4.1",
"version": "4.4.4",
"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": "^3.1.0",
"@npmcli/template-oss": "4.4.1",
"@npmcli/template-oss": "4.4.4",
"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.4.1",
"version": "4.4.4",
"content": "../../scripts/template-oss/index.js"
},
"tap": {
Expand Down
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.4.1",
"@npmcli/template-oss": "4.4.4",
"minipass": "^3.1.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
Expand All @@ -49,7 +49,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.4.1",
"version": "4.4.4",
"content": "../../scripts/template-oss/index.js"
},
"tap": {
Expand Down
Loading

0 comments on commit 4c52d85

Please sign in to comment.