npm-update-package 1.4.12 → 1.4.14
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 +3 -0
- package/dist/package.json +17 -15
- package/package.json +17 -15
package/README.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
[](https://badge.fury.io/js/npm-update-package)
|
|
2
|
+
[](https://github.com/npm-update-package/npm-update-package/actions/workflows/build.yml)
|
|
3
|
+
[](https://github.com/npm-update-package/npm-update-package/actions/workflows/lint.yml)
|
|
4
|
+
[](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.
|
|
3
|
+
"version": "1.4.14",
|
|
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,40 +15,42 @@
|
|
|
15
15
|
"node": ">=14"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@octokit/rest": "19.0.
|
|
18
|
+
"@octokit/rest": "19.0.5",
|
|
19
19
|
"array-shuffle": "2.0.0",
|
|
20
|
-
"commander": "9.4.
|
|
20
|
+
"commander": "9.4.1",
|
|
21
21
|
"execa": "5.1.1",
|
|
22
|
-
"fp-ts": "2.
|
|
22
|
+
"fp-ts": "2.13.1",
|
|
23
23
|
"http-status-codes": "2.2.0",
|
|
24
|
-
"io-ts": "2.2.
|
|
25
|
-
"log4js": "6.
|
|
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.
|
|
28
|
+
"npm-check-updates": "16.3.13",
|
|
29
29
|
"parse-github-url": "1.0.2",
|
|
30
|
-
"semver": "7.3.
|
|
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
35
|
"@tsconfig/node14": "1.0.3",
|
|
35
36
|
"@types/mustache": "4.2.1",
|
|
36
|
-
"@types/node": "14.18.
|
|
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.
|
|
41
|
-
"eslint": "8.
|
|
41
|
+
"@typescript-eslint/eslint-plugin": "5.40.1",
|
|
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.
|
|
47
|
+
"eslint-plugin-jest": "27.1.2",
|
|
48
|
+
"eslint-plugin-jsdoc": "39.3.13",
|
|
47
49
|
"eslint-plugin-n": "15.3.0",
|
|
48
|
-
"eslint-plugin-promise": "6.0
|
|
50
|
+
"eslint-plugin-promise": "6.1.0",
|
|
49
51
|
"eslint-plugin-tsdoc": "0.2.17",
|
|
50
|
-
"eslint-plugin-unicorn": "
|
|
51
|
-
"jest": "29.
|
|
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
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.
|
|
3
|
+
"version": "1.4.14",
|
|
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,40 +15,42 @@
|
|
|
15
15
|
"node": ">=14"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@octokit/rest": "19.0.
|
|
18
|
+
"@octokit/rest": "19.0.5",
|
|
19
19
|
"array-shuffle": "2.0.0",
|
|
20
|
-
"commander": "9.4.
|
|
20
|
+
"commander": "9.4.1",
|
|
21
21
|
"execa": "5.1.1",
|
|
22
|
-
"fp-ts": "2.
|
|
22
|
+
"fp-ts": "2.13.1",
|
|
23
23
|
"http-status-codes": "2.2.0",
|
|
24
|
-
"io-ts": "2.2.
|
|
25
|
-
"log4js": "6.
|
|
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.
|
|
28
|
+
"npm-check-updates": "16.3.13",
|
|
29
29
|
"parse-github-url": "1.0.2",
|
|
30
|
-
"semver": "7.3.
|
|
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
35
|
"@tsconfig/node14": "1.0.3",
|
|
35
36
|
"@types/mustache": "4.2.1",
|
|
36
|
-
"@types/node": "14.18.
|
|
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.
|
|
41
|
-
"eslint": "8.
|
|
41
|
+
"@typescript-eslint/eslint-plugin": "5.40.1",
|
|
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.
|
|
47
|
+
"eslint-plugin-jest": "27.1.2",
|
|
48
|
+
"eslint-plugin-jsdoc": "39.3.13",
|
|
47
49
|
"eslint-plugin-n": "15.3.0",
|
|
48
|
-
"eslint-plugin-promise": "6.0
|
|
50
|
+
"eslint-plugin-promise": "6.1.0",
|
|
49
51
|
"eslint-plugin-tsdoc": "0.2.17",
|
|
50
|
-
"eslint-plugin-unicorn": "
|
|
51
|
-
"jest": "29.
|
|
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
56
|
"ts-jest": "29.0.3",
|