automate-release 2.0.36 → 2.0.38

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 (1) hide show
  1. package/package.json +9 -8
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "automate-release",
3
3
  "description": "No more manual work in your software releases.",
4
4
  "homepage": "https://github.com/kikobeats/automate-release",
5
- "version": "2.0.36",
5
+ "version": "2.0.38",
6
6
  "main": "index.js",
7
7
  "bin": {
8
8
  "automate-release": "bin/index.js"
@@ -42,7 +42,7 @@
42
42
  "json-future": "~2.2.4",
43
43
  "lodash": "~4.17.19",
44
44
  "meow": "~9.0.0",
45
- "picocolors": "~1.0.0",
45
+ "picocolors": "~1.1.0",
46
46
  "terminal-link": "~2.1.1",
47
47
  "update-notifier": "~5.1.0"
48
48
  },
@@ -57,7 +57,6 @@
57
57
  "git-authors-cli": "latest",
58
58
  "github-generate-release": "latest",
59
59
  "nano-staged": "latest",
60
- "npm-check-updates": "latest",
61
60
  "simple-git-hooks": "latest",
62
61
  "standard": "latest",
63
62
  "standard-markdown": "latest",
@@ -71,20 +70,22 @@
71
70
  "contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
72
71
  "lint": "standard-markdown && standard",
73
72
  "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
74
- "prerelease": "npm run update:check",
75
73
  "pretest": "npm run lint",
76
74
  "release": "standard-version -a",
77
75
  "release:github": "github-generate-release",
78
76
  "release:tags": "git push --follow-tags origin HEAD:master",
79
- "test": "c8 ava",
80
- "update": "ncu -u",
81
- "update:check": "ncu -- --error-level 2"
77
+ "test": "c8 ava"
82
78
  },
83
79
  "license": "MIT",
84
80
  "commitlint": {
85
81
  "extends": [
86
82
  "@commitlint/config-conventional"
87
- ]
83
+ ],
84
+ "rules": {
85
+ "body-max-line-length": [
86
+ 0
87
+ ]
88
+ }
88
89
  },
89
90
  "nano-staged": {
90
91
  "*.js": [