npm-update-package 0.45.10 → 0.45.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,5 +1,7 @@
1
1
  [![npm version](https://badge.fury.io/js/npm-update-package.svg)](https://badge.fury.io/js/npm-update-package)
2
2
  [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
3
+ ![eslint](https://github.com/npm-update-package/npm-update-package/actions/workflows/eslint.yml/badge.svg)
4
+ ![test](https://github.com/npm-update-package/npm-update-package/actions/workflows/test.yml/badge.svg)
3
5
  ![Coverage:statements](docs/badge-statements.svg)
4
6
  ![Coverage:branches](docs/badge-branches.svg)
5
7
  ![Coverage:functions](docs/badge-functions.svg)
@@ -389,3 +391,7 @@ npm-update-package can be used in environments where Renovate cannot be used for
389
391
  ### What should I do if conflicts occurred in the pull request?
390
392
 
391
393
  If you have difficulty resolving it manually, close the pull request and run npm-update-package again.
394
+
395
+ ## How to development
396
+
397
+ See [Wiki](https://github.com/npm-update-package/npm-update-package/wiki).
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "0.45.10",
3
+ "version": "0.45.13",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
6
  "badges": "jest-coverage-badges output docs",
@@ -19,7 +19,7 @@
19
19
  "@octokit/rest": "18.12.0",
20
20
  "commander": "8.3.0",
21
21
  "execa": "5.1.1",
22
- "fp-ts": "2.11.8",
22
+ "fp-ts": "2.11.9",
23
23
  "http-status-codes": "2.2.0",
24
24
  "io-ts": "2.2.16",
25
25
  "lodash": "4.14.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "0.45.10",
3
+ "version": "0.45.13",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
6
  "badges": "jest-coverage-badges output docs",
@@ -19,7 +19,7 @@
19
19
  "@octokit/rest": "18.12.0",
20
20
  "commander": "8.3.0",
21
21
  "execa": "5.1.1",
22
- "fp-ts": "2.11.8",
22
+ "fp-ts": "2.11.9",
23
23
  "http-status-codes": "2.2.0",
24
24
  "io-ts": "2.2.16",
25
25
  "lodash": "4.14.2",