update-versions 5.2.8 → 5.2.10

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -17,7 +17,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
17
17
 
18
18
  ## 5.0.4 (2021-11-04)
19
19
 
20
- ### Bug Fixes
20
+ ### Fixed
21
21
 
22
22
  - update the API to match the updated p-progress ([8aa235c](https://github.com/codsen/codsen/commit/8aa235c8ced8daefcfdab14e380d9765f980ef8d))
23
23
 
@@ -29,7 +29,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
29
29
 
30
30
  ### BREAKING CHANGES
31
31
 
32
- - programs now are in ES Modules and won't work with Common JS require()
32
+ - programs now are in ES Modules and won't work with Common JS `require()`
33
33
 
34
34
  ## 4.1.0 (2021-05-24)
35
35
 
@@ -46,9 +46,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
46
46
 
47
47
  ## 4.0.1 (2021-01-28)
48
48
 
49
- ### Bug Fixes
49
+ ### Fixed
50
50
 
51
- - add testStats to npmignore ([f3c84e9](https://github.com/codsen/codsen/commit/f3c84e95afc5514214312f913692d85b2e12eb29))
51
+ - add `testStats` to npmignore ([f3c84e9](https://github.com/codsen/codsen/commit/f3c84e95afc5514214312f913692d85b2e12eb29))
52
52
 
53
53
  ## 4.0.0 (2021-01-23)
54
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "update-versions",
3
- "version": "5.2.8",
3
+ "version": "5.2.10",
4
4
  "description": "Like npm-check-updates but supports Lerna monorepos and enforces strict semver values",
5
5
  "keywords": [
6
6
  "app",
@@ -44,7 +44,7 @@
44
44
  "dev": "echo 'no build needed'",
45
45
  "lect": "node '../../ops/lect/lect.js'",
46
46
  "letspublish": "yarn publish || :",
47
- "lint": "eslint . --fix",
47
+ "lint": "eslint . --ext .js --ext .ts --fix",
48
48
  "prepare": "echo 'ready'",
49
49
  "prettier:format": "prettier --write '**/*.{js,md}' --no-error-on-unmatched-pattern",
50
50
  "test": "c8 yarn run unit && yarn run lint",
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "ansi-diff-stream": "^1.2.1",
71
- "edit-package-json": "^0.7.8",
71
+ "edit-package-json": "^0.7.10",
72
72
  "globby": "^13.1.2",
73
73
  "is-online": "^10.0.0",
74
74
  "lodash.isplainobject": "^4.0.6",
@@ -78,7 +78,7 @@
78
78
  "p-map": "^5.5.0",
79
79
  "p-progress": "^0.6.0",
80
80
  "p-reduce": "^3.0.0",
81
- "pacote": "^15.0.3",
81
+ "pacote": "^15.0.4",
82
82
  "update-notifier": "^6.0.2",
83
83
  "write-file-atomic": "^5.0.0"
84
84
  },