|
24 | 24 | "postbuild": "rimraf lib/__tests__ lib/**/__tests__",
|
25 | 25 | "lint": "eslint . --ignore-pattern '!.eslintrc.js' --ext js,ts",
|
26 | 26 | "prepack": "yarn build",
|
27 |
| - "prettylint": "prettylint docs/**/*.md README.md package.json", |
| 27 | + "prettier:check": "prettier --check docs/**/*.md README.md package.json renovate.json", |
| 28 | + "prettier:write": "prettier --write docs/**/*.md README.md package.json renovate.json", |
28 | 29 | "test": "jest",
|
29 | 30 | "tools:regenerate-docs": "ts-node -T tools/regenerate-docs",
|
30 | 31 | "typecheck": "tsc -p ."
|
|
41 | 42 | ]
|
42 | 43 | },
|
43 | 44 | "lint-staged": {
|
44 |
| - "*.{js,ts}": [ |
45 |
| - "eslint --fix", |
46 |
| - "git add" |
47 |
| - ], |
48 |
| - "*.{md,json}": [ |
49 |
| - "prettier --write", |
50 |
| - "git add" |
51 |
| - ] |
| 45 | + "*.{js,ts}": "eslint --fix", |
| 46 | + "*.{md,json}": "prettier --write" |
52 | 47 | },
|
53 | 48 | "prettier": {
|
54 | 49 | "arrowParens": "avoid",
|
|
97 | 92 | "@commitlint/cli": "^8.2.0",
|
98 | 93 | "@commitlint/config-conventional": "^8.2.0",
|
99 | 94 | "@schemastore/package": "^0.0.6",
|
100 |
| - "@semantic-release/changelog": "^3.0.5", |
101 |
| - "@semantic-release/git": "^7.0.17", |
| 95 | + "@semantic-release/changelog": "^5.0.1", |
| 96 | + "@semantic-release/git": "^9.0.0", |
102 | 97 | "@types/dedent": "^0.7.0",
|
103 |
| - "@types/jest": "^25.1.0", |
104 |
| - "@types/node": "^12.6.6", |
105 |
| - "@types/prettier": "^1.19.0", |
| 98 | + "@types/jest": "^26.0.0", |
| 99 | + "@types/node": "^14.0.0", |
| 100 | + "@types/prettier": "^2.0.0", |
106 | 101 | "@typescript-eslint/eslint-plugin": "^2.5.0",
|
107 | 102 | "@typescript-eslint/parser": "^2.5.0",
|
108 |
| - "babel-jest": "^25.2.0", |
| 103 | + "babel-jest": "^26.0.1", |
109 | 104 | "babel-plugin-replace-ts-export-assignment": "^0.0.2",
|
110 | 105 | "dedent": "^0.7.0",
|
111 |
| - "eslint": "^5.1.0 || ^6.0.0", |
| 106 | + "eslint": "^5.1.0 || ^6.0.0 || ^7.0.0", |
112 | 107 | "eslint-config-prettier": "^6.5.0",
|
113 | 108 | "eslint-plugin-eslint-comments": "^3.1.2",
|
114 | 109 | "eslint-plugin-eslint-config": "^1.0.2",
|
115 | 110 | "eslint-plugin-eslint-plugin": "^2.0.0",
|
116 | 111 | "eslint-plugin-import": "^2.20.2",
|
117 | 112 | "eslint-plugin-node": "^11.0.0",
|
118 | 113 | "eslint-plugin-prettier": "^3.0.0",
|
119 |
| - "husky": "^3.0.9", |
120 |
| - "jest": "^25.2.0", |
| 114 | + "husky": "^4.2.5", |
| 115 | + "jest": "^26.0.1", |
121 | 116 | "jest-runner-eslint": "^0.10.0",
|
122 |
| - "lint-staged": "^9.4.2", |
123 |
| - "prettier": "^1.19.1", |
124 |
| - "prettylint": "^1.0.0", |
| 117 | + "lint-staged": "^10.2.2", |
| 118 | + "prettier": "^2.0.5", |
125 | 119 | "resolve-from": "^5.0.0",
|
126 | 120 | "rimraf": "^3.0.0",
|
127 |
| - "semantic-release": "^15.13.28", |
| 121 | + "semantic-release": "^17.0.7", |
128 | 122 | "ts-node": "^8.10.1",
|
129 | 123 | "typescript": "^3.5.3"
|
130 | 124 | },
|
|
0 commit comments