|
28 | 28 | "coveralls:push": "cat ./coverage/lcov.info | coveralls",
|
29 | 29 | "_publish": "semantic-release",
|
30 | 30 | "build": "echo 'There is no need for build && exit 0'",
|
31 |
| - "postupdate": "npx yarn-audit-fix && yarn build && yarn test", |
| 31 | + "postupdate": "yarn && npx yarn-audit-fix && yarn build && yarn test", |
32 | 32 | "publish:beta": "npm publish --no-git-tag-version --tag beta"
|
33 | 33 | },
|
34 | 34 | "husky": {
|
|
46 | 46 | "collectCoverage": true,
|
47 | 47 | "collectCoverageFrom": [
|
48 | 48 | "lib/**/*.js"
|
| 49 | + ], |
| 50 | + "modulePathIgnorePatterns": [ |
| 51 | + "<rootDir>/test/fixtures" |
49 | 52 | ]
|
50 | 53 | },
|
51 | 54 | "dependencies": {
|
52 | 55 | "bash-glob": "^2.0.0",
|
53 | 56 | "blork": "^9.2.2",
|
54 |
| - "cosmiconfig": "^6.0.0", |
55 |
| - "get-stream": "^5.1.0", |
| 57 | + "cosmiconfig": "^7.0.0", |
| 58 | + "get-stream": "^6.0.0", |
56 | 59 | "git-log-parser": "^1.2.0",
|
57 |
| - "lodash": "^4.17.19", |
58 |
| - "meow": "^7.0.1", |
| 60 | + "lodash": "^4.17.20", |
| 61 | + "meow": "^7.1.1", |
59 | 62 | "promise-events": "^0.1.8",
|
60 |
| - "semantic-release": "^17.1.1", |
| 63 | + "semantic-release": "^17.1.2", |
61 | 64 | "semver": "^7.3.2",
|
62 | 65 | "signale": "^1.4.0",
|
63 | 66 | "stream-buffers": "^3.0.2",
|
64 |
| - "tempy": "^0.6.0", |
| 67 | + "tempy": "^0.7.0", |
65 | 68 | "execa": "^4.0.3"
|
66 | 69 | },
|
67 | 70 | "devDependencies": {
|
68 |
| - "@commitlint/config-conventional": "^9.1.1", |
| 71 | + "@commitlint/config-conventional": "^11.0.0", |
69 | 72 | "@semantic-release/changelog": "^5.0.1",
|
70 | 73 | "@semantic-release/git": "^9.0.0",
|
71 |
| - "@semantic-release/github": "^7.0.7", |
72 |
| - "@semantic-release/npm": "^7.0.5", |
| 74 | + "@semantic-release/github": "^7.1.1", |
| 75 | + "@semantic-release/npm": "^7.0.6", |
73 | 76 | "codeclimate-test-reporter": "^0.5.1",
|
74 |
| - "commitlint": "^9.1.0", |
| 77 | + "commitlint": "^11.0.0", |
75 | 78 | "coveralls": "^3.1.0",
|
76 |
| - "eslint": "^7.5.0", |
| 79 | + "eslint": "^7.9.0", |
77 | 80 | "eslint-config-prettier": "^6.11.0",
|
78 | 81 | "eslint-plugin-prettier": "^3.1.4",
|
79 | 82 | "file-url": "^3.0.0",
|
80 |
| - "husky": "^4.2.5", |
81 |
| - "jest": "^26.1.0", |
82 |
| - "prettier": "^2.0.5" |
| 83 | + "husky": "^4.3.0", |
| 84 | + "jest": "^26.4.2", |
| 85 | + "prettier": "^2.1.2" |
83 | 86 | },
|
84 | 87 | "release": {
|
85 | 88 | "branch": "master",
|
|
0 commit comments