npm-update-package 1.4.16 → 1.4.17

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
@@ -3,7 +3,7 @@
3
3
  [![lint](https://github.com/npm-update-package/npm-update-package/actions/workflows/lint.yml/badge.svg)](https://github.com/npm-update-package/npm-update-package/actions/workflows/lint.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
5
 
6
- # npm-update-package
6
+ <h1 align="center">npm-update-package</h1>
7
7
 
8
8
  CLI tool for creating pull requests to update npm packages
9
9
 
@@ -345,8 +345,8 @@ Allowed values:
345
345
 
346
346
  |Value|Description|
347
347
  |---|---|
348
- |`npm`|npm|
349
- |`yarn`|Yarn|
348
+ |`npm`|Use npm|
349
+ |`yarn`|Use Yarn|
350
350
 
351
351
  Example:
352
352
 
@@ -460,7 +460,7 @@ GitHub token is required to run npm-update-package.
460
460
  Available tokens and permissions required for each token are as follows.
461
461
 
462
462
  - [GitHub Actions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication)
463
- - [GitHub App](https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps)
463
+ - [GitHub App](https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps) (recommended)
464
464
  - Contents: Read & write
465
465
  - Metadata: Read-only
466
466
  - Pull requests: Read & write
@@ -481,8 +481,6 @@ We recommend using GitHub App for the following reasons.
481
481
  - Personal access token relies on personal account.
482
482
  - When you use the Personal access token, the author of pull requests will be the user who issued the token.
483
483
 
484
- Creating a GitHub App may be tedious, but you only have to do it once the first time.
485
-
486
484
  ## How to run on GitHub Actions
487
485
 
488
486
  ### Use token of GitHub Actions
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "1.4.16",
3
+ "version": "1.4.17",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
6
  "build": "tsc --project tsconfig.build.json",
@@ -19,38 +19,38 @@
19
19
  "array-shuffle": "2.0.0",
20
20
  "commander": "9.4.1",
21
21
  "execa": "5.1.1",
22
- "fp-ts": "2.13.1",
22
+ "fp-ts": "2.12.3",
23
23
  "http-status-codes": "2.2.0",
24
24
  "io-ts": "2.2.19",
25
25
  "log4js": "6.7.0",
26
26
  "mustache": "4.2.0",
27
27
  "node-fetch": "2.6.7",
28
- "npm-check-updates": "16.3.15",
28
+ "npm-check-updates": "16.3.11",
29
29
  "parse-github-url": "1.0.2",
30
30
  "semver": "7.3.8",
31
31
  "type-guards": "0.15.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@eslint-recommended/eslint-config-typescript": "1.3.0",
34
+ "@eslint-recommended/eslint-config-typescript": "1.2.1",
35
35
  "@tsconfig/node14": "1.0.3",
36
36
  "@types/mustache": "4.2.1",
37
37
  "@types/node": "14.18.32",
38
38
  "@types/node-fetch": "2.6.2",
39
39
  "@types/parse-github-url": "1.0.0",
40
40
  "@types/semver": "7.3.12",
41
- "@typescript-eslint/eslint-plugin": "5.40.1",
42
- "eslint": "8.26.0",
41
+ "@typescript-eslint/eslint-plugin": "5.40.0",
42
+ "eslint": "8.25.0",
43
43
  "eslint-config-standard-with-typescript": "23.0.0",
44
44
  "eslint-plugin-eslint-comments": "3.2.0",
45
45
  "eslint-plugin-import": "2.26.0",
46
46
  "eslint-plugin-import-newlines": "1.2.3",
47
- "eslint-plugin-jest": "27.1.3",
48
- "eslint-plugin-jsdoc": "39.3.19",
47
+ "eslint-plugin-jest": "27.1.2",
48
+ "eslint-plugin-jsdoc": "39.3.6",
49
49
  "eslint-plugin-n": "15.3.0",
50
- "eslint-plugin-promise": "6.1.1",
50
+ "eslint-plugin-promise": "6.1.0",
51
51
  "eslint-plugin-tsdoc": "0.2.17",
52
52
  "eslint-plugin-unicorn": "44.0.2",
53
- "jest": "29.2.1",
53
+ "jest": "29.2.0",
54
54
  "npm-run-all": "4.1.5",
55
55
  "rimraf": "3.0.2",
56
56
  "ts-jest": "29.0.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "1.4.16",
3
+ "version": "1.4.17",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
6
  "build": "tsc --project tsconfig.build.json",
@@ -19,38 +19,38 @@
19
19
  "array-shuffle": "2.0.0",
20
20
  "commander": "9.4.1",
21
21
  "execa": "5.1.1",
22
- "fp-ts": "2.13.1",
22
+ "fp-ts": "2.12.3",
23
23
  "http-status-codes": "2.2.0",
24
24
  "io-ts": "2.2.19",
25
25
  "log4js": "6.7.0",
26
26
  "mustache": "4.2.0",
27
27
  "node-fetch": "2.6.7",
28
- "npm-check-updates": "16.3.15",
28
+ "npm-check-updates": "16.3.11",
29
29
  "parse-github-url": "1.0.2",
30
30
  "semver": "7.3.8",
31
31
  "type-guards": "0.15.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@eslint-recommended/eslint-config-typescript": "1.3.0",
34
+ "@eslint-recommended/eslint-config-typescript": "1.2.1",
35
35
  "@tsconfig/node14": "1.0.3",
36
36
  "@types/mustache": "4.2.1",
37
37
  "@types/node": "14.18.32",
38
38
  "@types/node-fetch": "2.6.2",
39
39
  "@types/parse-github-url": "1.0.0",
40
40
  "@types/semver": "7.3.12",
41
- "@typescript-eslint/eslint-plugin": "5.40.1",
42
- "eslint": "8.26.0",
41
+ "@typescript-eslint/eslint-plugin": "5.40.0",
42
+ "eslint": "8.25.0",
43
43
  "eslint-config-standard-with-typescript": "23.0.0",
44
44
  "eslint-plugin-eslint-comments": "3.2.0",
45
45
  "eslint-plugin-import": "2.26.0",
46
46
  "eslint-plugin-import-newlines": "1.2.3",
47
- "eslint-plugin-jest": "27.1.3",
48
- "eslint-plugin-jsdoc": "39.3.19",
47
+ "eslint-plugin-jest": "27.1.2",
48
+ "eslint-plugin-jsdoc": "39.3.6",
49
49
  "eslint-plugin-n": "15.3.0",
50
- "eslint-plugin-promise": "6.1.1",
50
+ "eslint-plugin-promise": "6.1.0",
51
51
  "eslint-plugin-tsdoc": "0.2.17",
52
52
  "eslint-plugin-unicorn": "44.0.2",
53
- "jest": "29.2.1",
53
+ "jest": "29.2.0",
54
54
  "npm-run-all": "4.1.5",
55
55
  "rimraf": "3.0.2",
56
56
  "ts-jest": "29.0.3",