npm-update-package 1.5.0 → 1.5.2
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 +1 -1
- package/dist/package.json +18 -5
- package/package.json +18 -5
package/README.md
CHANGED
|
@@ -355,7 +355,7 @@ npx npm-update-package \
|
|
|
355
355
|
### `--package-manager`
|
|
356
356
|
|
|
357
357
|
Package manager of your project.
|
|
358
|
-
Since npm-update-package automatically determines which package manager to use, it is usually not necessary to
|
|
358
|
+
Since npm-update-package automatically determines which package manager to use, it is usually not necessary to use this option.
|
|
359
359
|
|
|
360
360
|
|Name|Value|
|
|
361
361
|
|---|---|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-update-package",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"description": "CLI tool for creating pull requests to update npm packages",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc --project tsconfig.build.json",
|
|
@@ -32,21 +32,22 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@eslint-recommended/eslint-config-typescript": "1.3.0",
|
|
35
|
+
"@npm-update-package/eslint-config-typescript": "0.1.1",
|
|
35
36
|
"@tsconfig/node14": "1.0.3",
|
|
36
37
|
"@types/mustache": "4.2.1",
|
|
37
38
|
"@types/node": "14.18.32",
|
|
38
39
|
"@types/node-fetch": "2.6.2",
|
|
39
40
|
"@types/parse-github-url": "1.0.0",
|
|
40
41
|
"@types/semver": "7.3.13",
|
|
41
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
42
|
+
"@typescript-eslint/eslint-plugin": "5.42.0",
|
|
42
43
|
"eslint": "8.26.0",
|
|
43
44
|
"eslint-config-standard-with-typescript": "23.0.0",
|
|
44
45
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
45
46
|
"eslint-plugin-import": "2.26.0",
|
|
46
47
|
"eslint-plugin-import-newlines": "1.2.3",
|
|
47
48
|
"eslint-plugin-jest": "27.1.3",
|
|
48
|
-
"eslint-plugin-jsdoc": "39.
|
|
49
|
-
"eslint-plugin-n": "15.
|
|
49
|
+
"eslint-plugin-jsdoc": "39.5.0",
|
|
50
|
+
"eslint-plugin-n": "15.4.0",
|
|
50
51
|
"eslint-plugin-promise": "6.1.1",
|
|
51
52
|
"eslint-plugin-tsdoc": "0.2.17",
|
|
52
53
|
"eslint-plugin-unicorn": "44.0.2",
|
|
@@ -66,5 +67,17 @@
|
|
|
66
67
|
"url": "https://github.com/npm-update-package/npm-update-package/issues"
|
|
67
68
|
},
|
|
68
69
|
"homepage": "https://github.com/npm-update-package/npm-update-package",
|
|
69
|
-
"license": "MIT"
|
|
70
|
+
"license": "MIT",
|
|
71
|
+
"keywords": [
|
|
72
|
+
"dependencies",
|
|
73
|
+
"dependency",
|
|
74
|
+
"github enterprise",
|
|
75
|
+
"github",
|
|
76
|
+
"node",
|
|
77
|
+
"npm",
|
|
78
|
+
"outdated",
|
|
79
|
+
"package",
|
|
80
|
+
"update",
|
|
81
|
+
"yarn"
|
|
82
|
+
]
|
|
70
83
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-update-package",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"description": "CLI tool for creating pull requests to update npm packages",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc --project tsconfig.build.json",
|
|
@@ -32,21 +32,22 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@eslint-recommended/eslint-config-typescript": "1.3.0",
|
|
35
|
+
"@npm-update-package/eslint-config-typescript": "0.1.1",
|
|
35
36
|
"@tsconfig/node14": "1.0.3",
|
|
36
37
|
"@types/mustache": "4.2.1",
|
|
37
38
|
"@types/node": "14.18.32",
|
|
38
39
|
"@types/node-fetch": "2.6.2",
|
|
39
40
|
"@types/parse-github-url": "1.0.0",
|
|
40
41
|
"@types/semver": "7.3.13",
|
|
41
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
42
|
+
"@typescript-eslint/eslint-plugin": "5.42.0",
|
|
42
43
|
"eslint": "8.26.0",
|
|
43
44
|
"eslint-config-standard-with-typescript": "23.0.0",
|
|
44
45
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
45
46
|
"eslint-plugin-import": "2.26.0",
|
|
46
47
|
"eslint-plugin-import-newlines": "1.2.3",
|
|
47
48
|
"eslint-plugin-jest": "27.1.3",
|
|
48
|
-
"eslint-plugin-jsdoc": "39.
|
|
49
|
-
"eslint-plugin-n": "15.
|
|
49
|
+
"eslint-plugin-jsdoc": "39.5.0",
|
|
50
|
+
"eslint-plugin-n": "15.4.0",
|
|
50
51
|
"eslint-plugin-promise": "6.1.1",
|
|
51
52
|
"eslint-plugin-tsdoc": "0.2.17",
|
|
52
53
|
"eslint-plugin-unicorn": "44.0.2",
|
|
@@ -66,5 +67,17 @@
|
|
|
66
67
|
"url": "https://github.com/npm-update-package/npm-update-package/issues"
|
|
67
68
|
},
|
|
68
69
|
"homepage": "https://github.com/npm-update-package/npm-update-package",
|
|
69
|
-
"license": "MIT"
|
|
70
|
+
"license": "MIT",
|
|
71
|
+
"keywords": [
|
|
72
|
+
"dependencies",
|
|
73
|
+
"dependency",
|
|
74
|
+
"github enterprise",
|
|
75
|
+
"github",
|
|
76
|
+
"node",
|
|
77
|
+
"npm",
|
|
78
|
+
"outdated",
|
|
79
|
+
"package",
|
|
80
|
+
"update",
|
|
81
|
+
"yarn"
|
|
82
|
+
]
|
|
70
83
|
}
|