npm-update-package 1.5.0 → 1.5.1

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
@@ -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 specify this option.
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.0",
3
+ "version": "1.5.1",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
6
  "build": "tsc --project tsconfig.build.json",
@@ -38,15 +38,15 @@
38
38
  "@types/node-fetch": "2.6.2",
39
39
  "@types/parse-github-url": "1.0.0",
40
40
  "@types/semver": "7.3.13",
41
- "@typescript-eslint/eslint-plugin": "5.41.0",
41
+ "@typescript-eslint/eslint-plugin": "5.42.0",
42
42
  "eslint": "8.26.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
47
  "eslint-plugin-jest": "27.1.3",
48
- "eslint-plugin-jsdoc": "39.3.25",
49
- "eslint-plugin-n": "15.3.0",
48
+ "eslint-plugin-jsdoc": "39.5.0",
49
+ "eslint-plugin-n": "15.4.0",
50
50
  "eslint-plugin-promise": "6.1.1",
51
51
  "eslint-plugin-tsdoc": "0.2.17",
52
52
  "eslint-plugin-unicorn": "44.0.2",
@@ -66,5 +66,17 @@
66
66
  "url": "https://github.com/npm-update-package/npm-update-package/issues"
67
67
  },
68
68
  "homepage": "https://github.com/npm-update-package/npm-update-package",
69
- "license": "MIT"
69
+ "license": "MIT",
70
+ "keywords": [
71
+ "dependencies",
72
+ "dependency",
73
+ "github enterprise",
74
+ "github",
75
+ "node",
76
+ "npm",
77
+ "outdated",
78
+ "package",
79
+ "update",
80
+ "yarn"
81
+ ]
70
82
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
6
  "build": "tsc --project tsconfig.build.json",
@@ -38,15 +38,15 @@
38
38
  "@types/node-fetch": "2.6.2",
39
39
  "@types/parse-github-url": "1.0.0",
40
40
  "@types/semver": "7.3.13",
41
- "@typescript-eslint/eslint-plugin": "5.41.0",
41
+ "@typescript-eslint/eslint-plugin": "5.42.0",
42
42
  "eslint": "8.26.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
47
  "eslint-plugin-jest": "27.1.3",
48
- "eslint-plugin-jsdoc": "39.3.25",
49
- "eslint-plugin-n": "15.3.0",
48
+ "eslint-plugin-jsdoc": "39.5.0",
49
+ "eslint-plugin-n": "15.4.0",
50
50
  "eslint-plugin-promise": "6.1.1",
51
51
  "eslint-plugin-tsdoc": "0.2.17",
52
52
  "eslint-plugin-unicorn": "44.0.2",
@@ -66,5 +66,17 @@
66
66
  "url": "https://github.com/npm-update-package/npm-update-package/issues"
67
67
  },
68
68
  "homepage": "https://github.com/npm-update-package/npm-update-package",
69
- "license": "MIT"
69
+ "license": "MIT",
70
+ "keywords": [
71
+ "dependencies",
72
+ "dependency",
73
+ "github enterprise",
74
+ "github",
75
+ "node",
76
+ "npm",
77
+ "outdated",
78
+ "package",
79
+ "update",
80
+ "yarn"
81
+ ]
70
82
  }