npm-update-package 1.4.11 → 1.4.13

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
@@ -1,4 +1,7 @@
1
1
  [![npm version](https://badge.fury.io/js/npm-update-package.svg)](https://badge.fury.io/js/npm-update-package)
2
+ [![build](https://github.com/npm-update-package/npm-update-package/actions/workflows/build.yml/badge.svg)](https://github.com/npm-update-package/npm-update-package/actions/workflows/build.yml)
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
+ [![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)
2
5
 
3
6
  # npm-update-package
4
7
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "1.4.11",
3
+ "version": "1.4.13",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
6
  "build": "tsc --project tsconfig.build.json",
@@ -15,45 +15,47 @@
15
15
  "node": ">=14"
16
16
  },
17
17
  "dependencies": {
18
- "@octokit/rest": "19.0.4",
18
+ "@octokit/rest": "19.0.5",
19
19
  "array-shuffle": "2.0.0",
20
- "commander": "9.4.0",
20
+ "commander": "9.4.1",
21
21
  "execa": "5.1.1",
22
22
  "fp-ts": "2.12.3",
23
23
  "http-status-codes": "2.2.0",
24
- "io-ts": "2.2.18",
25
- "log4js": "6.6.1",
24
+ "io-ts": "2.2.19",
25
+ "log4js": "6.7.0",
26
26
  "mustache": "4.2.0",
27
27
  "node-fetch": "2.6.7",
28
- "npm-check-updates": "16.3.2",
28
+ "npm-check-updates": "16.3.11",
29
29
  "parse-github-url": "1.0.2",
30
- "semver": "7.3.7",
30
+ "semver": "7.3.8",
31
31
  "type-guards": "0.15.0"
32
32
  },
33
33
  "devDependencies": {
34
+ "@eslint-recommended/eslint-config-typescript": "1.2.1",
34
35
  "@tsconfig/node14": "1.0.3",
35
36
  "@types/mustache": "4.2.1",
36
- "@types/node": "14.18.31",
37
+ "@types/node": "14.18.32",
37
38
  "@types/node-fetch": "2.6.2",
38
39
  "@types/parse-github-url": "1.0.0",
39
40
  "@types/semver": "7.3.12",
40
- "@typescript-eslint/eslint-plugin": "5.38.1",
41
- "eslint": "8.24.0",
41
+ "@typescript-eslint/eslint-plugin": "5.40.0",
42
+ "eslint": "8.25.0",
42
43
  "eslint-config-standard-with-typescript": "23.0.0",
43
44
  "eslint-plugin-eslint-comments": "3.2.0",
44
45
  "eslint-plugin-import": "2.26.0",
45
46
  "eslint-plugin-import-newlines": "1.2.3",
46
- "eslint-plugin-jest": "27.0.4",
47
+ "eslint-plugin-jest": "27.1.2",
48
+ "eslint-plugin-jsdoc": "39.3.6",
47
49
  "eslint-plugin-n": "15.3.0",
48
- "eslint-plugin-promise": "6.0.1",
50
+ "eslint-plugin-promise": "6.1.0",
49
51
  "eslint-plugin-tsdoc": "0.2.17",
50
- "eslint-plugin-unicorn": "43.0.2",
51
- "jest": "29.0.3",
52
+ "eslint-plugin-unicorn": "44.0.2",
53
+ "jest": "29.2.0",
52
54
  "npm-run-all": "4.1.5",
53
55
  "rimraf": "3.0.2",
54
- "ts-jest": "29.0.2",
56
+ "ts-jest": "29.0.3",
55
57
  "ts-node": "10.9.1",
56
- "typescript": "4.8.3",
58
+ "typescript": "4.8.4",
57
59
  "utility-types": "3.10.0"
58
60
  },
59
61
  "repository": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "1.4.11",
3
+ "version": "1.4.13",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
6
  "build": "tsc --project tsconfig.build.json",
@@ -15,45 +15,47 @@
15
15
  "node": ">=14"
16
16
  },
17
17
  "dependencies": {
18
- "@octokit/rest": "19.0.4",
18
+ "@octokit/rest": "19.0.5",
19
19
  "array-shuffle": "2.0.0",
20
- "commander": "9.4.0",
20
+ "commander": "9.4.1",
21
21
  "execa": "5.1.1",
22
22
  "fp-ts": "2.12.3",
23
23
  "http-status-codes": "2.2.0",
24
- "io-ts": "2.2.18",
25
- "log4js": "6.6.1",
24
+ "io-ts": "2.2.19",
25
+ "log4js": "6.7.0",
26
26
  "mustache": "4.2.0",
27
27
  "node-fetch": "2.6.7",
28
- "npm-check-updates": "16.3.2",
28
+ "npm-check-updates": "16.3.11",
29
29
  "parse-github-url": "1.0.2",
30
- "semver": "7.3.7",
30
+ "semver": "7.3.8",
31
31
  "type-guards": "0.15.0"
32
32
  },
33
33
  "devDependencies": {
34
+ "@eslint-recommended/eslint-config-typescript": "1.2.1",
34
35
  "@tsconfig/node14": "1.0.3",
35
36
  "@types/mustache": "4.2.1",
36
- "@types/node": "14.18.31",
37
+ "@types/node": "14.18.32",
37
38
  "@types/node-fetch": "2.6.2",
38
39
  "@types/parse-github-url": "1.0.0",
39
40
  "@types/semver": "7.3.12",
40
- "@typescript-eslint/eslint-plugin": "5.38.1",
41
- "eslint": "8.24.0",
41
+ "@typescript-eslint/eslint-plugin": "5.40.0",
42
+ "eslint": "8.25.0",
42
43
  "eslint-config-standard-with-typescript": "23.0.0",
43
44
  "eslint-plugin-eslint-comments": "3.2.0",
44
45
  "eslint-plugin-import": "2.26.0",
45
46
  "eslint-plugin-import-newlines": "1.2.3",
46
- "eslint-plugin-jest": "27.0.4",
47
+ "eslint-plugin-jest": "27.1.2",
48
+ "eslint-plugin-jsdoc": "39.3.6",
47
49
  "eslint-plugin-n": "15.3.0",
48
- "eslint-plugin-promise": "6.0.1",
50
+ "eslint-plugin-promise": "6.1.0",
49
51
  "eslint-plugin-tsdoc": "0.2.17",
50
- "eslint-plugin-unicorn": "43.0.2",
51
- "jest": "29.0.3",
52
+ "eslint-plugin-unicorn": "44.0.2",
53
+ "jest": "29.2.0",
52
54
  "npm-run-all": "4.1.5",
53
55
  "rimraf": "3.0.2",
54
- "ts-jest": "29.0.2",
56
+ "ts-jest": "29.0.3",
55
57
  "ts-node": "10.9.1",
56
- "typescript": "4.8.3",
58
+ "typescript": "4.8.4",
57
59
  "utility-types": "3.10.0"
58
60
  },
59
61
  "repository": {