npm-update-package 1.3.4 → 1.3.5
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/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-update-package",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"description": "CLI tool for creating pull requests to update npm packages",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc --project tsconfig.build.json",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"execa": "5.1.1",
|
|
21
21
|
"fp-ts": "2.12.2",
|
|
22
22
|
"http-status-codes": "2.2.0",
|
|
23
|
-
"io-ts": "2.2.
|
|
23
|
+
"io-ts": "2.2.17",
|
|
24
24
|
"lodash": "4.14.2",
|
|
25
25
|
"log4js": "6.6.1",
|
|
26
26
|
"mustache": "4.2.0",
|
|
27
27
|
"node-fetch": "2.6.7",
|
|
28
|
-
"npm-check-updates": "16.0.
|
|
28
|
+
"npm-check-updates": "16.0.4",
|
|
29
29
|
"parse-github-url": "1.0.2",
|
|
30
30
|
"semver": "7.3.7",
|
|
31
31
|
"sleep-promise": "9.1.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@types/jest": "28.1.6",
|
|
38
38
|
"@types/lodash": "4.14.182",
|
|
39
39
|
"@types/mustache": "4.2.1",
|
|
40
|
-
"@types/node": "14.18.
|
|
40
|
+
"@types/node": "14.18.23",
|
|
41
41
|
"@types/node-fetch": "2.6.2",
|
|
42
42
|
"@types/parse-github-url": "1.0.0",
|
|
43
43
|
"@types/semver": "7.3.10",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"eslint-config-standard-with-typescript": "22.0.0",
|
|
48
48
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
49
49
|
"eslint-plugin-import": "2.26.0",
|
|
50
|
-
"eslint-plugin-jest": "26.
|
|
50
|
+
"eslint-plugin-jest": "26.7.0",
|
|
51
51
|
"eslint-plugin-lodash": "7.4.0",
|
|
52
52
|
"eslint-plugin-n": "15.2.4",
|
|
53
53
|
"eslint-plugin-promise": "6.0.0",
|
|
@@ -8,7 +8,6 @@ const commander_1 = require("commander");
|
|
|
8
8
|
const package_json_1 = __importDefault(require("../../package.json"));
|
|
9
9
|
const Options_1 = require("./Options");
|
|
10
10
|
const toCommanderOption_1 = require("./toCommanderOption");
|
|
11
|
-
// TODO: Add test
|
|
12
11
|
const createOptions = (cliOptions) => {
|
|
13
12
|
commander_1.program.version(package_json_1.default.version);
|
|
14
13
|
cliOptions
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-update-package",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"description": "CLI tool for creating pull requests to update npm packages",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc --project tsconfig.build.json",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"execa": "5.1.1",
|
|
21
21
|
"fp-ts": "2.12.2",
|
|
22
22
|
"http-status-codes": "2.2.0",
|
|
23
|
-
"io-ts": "2.2.
|
|
23
|
+
"io-ts": "2.2.17",
|
|
24
24
|
"lodash": "4.14.2",
|
|
25
25
|
"log4js": "6.6.1",
|
|
26
26
|
"mustache": "4.2.0",
|
|
27
27
|
"node-fetch": "2.6.7",
|
|
28
|
-
"npm-check-updates": "16.0.
|
|
28
|
+
"npm-check-updates": "16.0.4",
|
|
29
29
|
"parse-github-url": "1.0.2",
|
|
30
30
|
"semver": "7.3.7",
|
|
31
31
|
"sleep-promise": "9.1.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@types/jest": "28.1.6",
|
|
38
38
|
"@types/lodash": "4.14.182",
|
|
39
39
|
"@types/mustache": "4.2.1",
|
|
40
|
-
"@types/node": "14.18.
|
|
40
|
+
"@types/node": "14.18.23",
|
|
41
41
|
"@types/node-fetch": "2.6.2",
|
|
42
42
|
"@types/parse-github-url": "1.0.0",
|
|
43
43
|
"@types/semver": "7.3.10",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"eslint-config-standard-with-typescript": "22.0.0",
|
|
48
48
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
49
49
|
"eslint-plugin-import": "2.26.0",
|
|
50
|
-
"eslint-plugin-jest": "26.
|
|
50
|
+
"eslint-plugin-jest": "26.7.0",
|
|
51
51
|
"eslint-plugin-lodash": "7.4.0",
|
|
52
52
|
"eslint-plugin-n": "15.2.4",
|
|
53
53
|
"eslint-plugin-promise": "6.0.0",
|