npm-update-package 0.48.1 → 0.48.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,10 +2,6 @@
2
2
  [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
3
3
  [![eslint](https://github.com/npm-update-package/npm-update-package/actions/workflows/eslint.yml/badge.svg)](https://github.com/npm-update-package/npm-update-package/actions/workflows/eslint.yml)
4
4
  [![test](https://github.com/npm-update-package/npm-update-package/actions/workflows/test.yml/badge.svg)](https://github.com/npm-update-package/npm-update-package/actions/workflows/test.yml)
5
- ![Coverage:statements](docs/badge-statements.svg)
6
- ![Coverage:branches](docs/badge-branches.svg)
7
- ![Coverage:functions](docs/badge-functions.svg)
8
- ![Coverage:lines](docs/badge-lines.svg)
9
5
 
10
6
  # npm-update-package
11
7
 
@@ -36,7 +32,7 @@ User names to assign to pull request.
36
32
  ```sh
37
33
  npx npm-update-package \
38
34
  --github-token $GITHUB_TOKEN \
39
- --assignees npm-update-package npm-update-package-bot
35
+ --assignees octocat mona
40
36
  ```
41
37
 
42
38
  ### `--commit-message`
@@ -207,7 +203,7 @@ User names to request reviews.
207
203
  ```sh
208
204
  npx npm-update-package \
209
205
  --github-token $GITHUB_TOKEN \
210
- --reviewers npm-update-package npm-update-package-bot
206
+ --reviewers octocat mona
211
207
  ```
212
208
 
213
209
  ## GitHub token
package/dist/package.json CHANGED
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "0.48.1",
3
+ "version": "0.48.4",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
- "badges": "jest-coverage-badges output docs",
7
6
  "build": "tsc --project tsconfig.build.json",
8
7
  "clean": "rimraf dist",
9
8
  "lint": "eslint '**/*.{js,ts}'",
10
- "posttest": "npm run badges",
11
9
  "prebuild": "npm run clean",
12
10
  "prepare": "husky install",
13
11
  "prepublish": "npm-run-all lint test build",
@@ -23,7 +21,7 @@
23
21
  "http-status-codes": "2.2.0",
24
22
  "io-ts": "2.2.16",
25
23
  "lodash": "4.14.2",
26
- "log4js": "6.4.3",
24
+ "log4js": "6.4.4",
27
25
  "mustache": "4.1.0",
28
26
  "node-fetch": "2.6.7",
29
27
  "npm-check-updates": "12.5.4",
@@ -42,17 +40,16 @@
42
40
  "@types/node-fetch": "2.6.1",
43
41
  "@types/parse-github-url": "1.0.0",
44
42
  "@types/semver": "7.3.9",
45
- "@typescript-eslint/eslint-plugin": "5.15.0",
43
+ "@typescript-eslint/eslint-plugin": "5.16.0",
46
44
  "eslint": "8.11.0",
47
45
  "eslint-config-standard-with-typescript": "21.0.1",
48
46
  "eslint-plugin-import": "2.25.4",
49
- "eslint-plugin-jest": "26.1.2",
47
+ "eslint-plugin-jest": "26.1.3",
50
48
  "eslint-plugin-node": "11.1.0",
51
49
  "eslint-plugin-promise": "6.0.0",
52
50
  "eslint-plugin-tsdoc": "0.2.14",
53
51
  "husky": "7.0.4",
54
52
  "jest": "27.4.7",
55
- "jest-coverage-badges": "1.1.2",
56
53
  "lint-staged": "12.3.7",
57
54
  "npm-run-all": "4.1.5",
58
55
  "rimraf": "3.0.2",
package/package.json CHANGED
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "0.48.1",
3
+ "version": "0.48.4",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
- "badges": "jest-coverage-badges output docs",
7
6
  "build": "tsc --project tsconfig.build.json",
8
7
  "clean": "rimraf dist",
9
8
  "lint": "eslint '**/*.{js,ts}'",
10
- "posttest": "npm run badges",
11
9
  "prebuild": "npm run clean",
12
10
  "prepare": "husky install",
13
11
  "prepublish": "npm-run-all lint test build",
@@ -23,7 +21,7 @@
23
21
  "http-status-codes": "2.2.0",
24
22
  "io-ts": "2.2.16",
25
23
  "lodash": "4.14.2",
26
- "log4js": "6.4.3",
24
+ "log4js": "6.4.4",
27
25
  "mustache": "4.1.0",
28
26
  "node-fetch": "2.6.7",
29
27
  "npm-check-updates": "12.5.4",
@@ -42,17 +40,16 @@
42
40
  "@types/node-fetch": "2.6.1",
43
41
  "@types/parse-github-url": "1.0.0",
44
42
  "@types/semver": "7.3.9",
45
- "@typescript-eslint/eslint-plugin": "5.15.0",
43
+ "@typescript-eslint/eslint-plugin": "5.16.0",
46
44
  "eslint": "8.11.0",
47
45
  "eslint-config-standard-with-typescript": "21.0.1",
48
46
  "eslint-plugin-import": "2.25.4",
49
- "eslint-plugin-jest": "26.1.2",
47
+ "eslint-plugin-jest": "26.1.3",
50
48
  "eslint-plugin-node": "11.1.0",
51
49
  "eslint-plugin-promise": "6.0.0",
52
50
  "eslint-plugin-tsdoc": "0.2.14",
53
51
  "husky": "7.0.4",
54
52
  "jest": "27.4.7",
55
- "jest-coverage-badges": "1.1.2",
56
53
  "lint-staged": "12.3.7",
57
54
  "npm-run-all": "4.1.5",
58
55
  "rimraf": "3.0.2",