|
25 | 25 | "build": "npm-run-all -p \"build:**\"", |
26 | 26 | "commitlint": "commitlint --from=master", |
27 | 27 | "security": "npm audit --production", |
28 | | - "lint:prettier": "prettier --list-different .", |
| 28 | + "lint:prettier": "prettier --cache --list-different .", |
29 | 29 | "lint:js": "eslint --cache .", |
30 | | - "lint:spelling": "cspell \"**/*.*\"", |
| 30 | + "lint:spelling": "cspell --cache --no-must-find-files --quiet \"**/*.*\"", |
31 | 31 | "lint:types": "tsc --pretty --noEmit", |
32 | 32 | "lint": "npm-run-all -l -p \"lint:**\"", |
33 | 33 | "fix:js": "npm run lint:js -- --fix", |
|
38 | 38 | "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", |
39 | 39 | "pretest": "npm run lint", |
40 | 40 | "test": "npm run test:coverage", |
41 | | - "prepare": "husky install && npm run build", |
| 41 | + "prepare": "husky && npm run build", |
42 | 42 | "release": "standard-version" |
43 | 43 | }, |
44 | 44 | "files": [ |
|
56 | 56 | "@babel/cli": "^7.23.4", |
57 | 57 | "@babel/core": "^7.23.7", |
58 | 58 | "@babel/preset-env": "^7.23.8", |
59 | | - "@commitlint/cli": "^18.4.4", |
60 | | - "@commitlint/config-conventional": "^18.4.4", |
| 59 | + "@commitlint/cli": "^19.0.0", |
| 60 | + "@commitlint/config-conventional": "^19.0.0", |
61 | 61 | "@gfx/zopfli": "^1.0.15", |
62 | 62 | "@types/node": "^20.11.2", |
63 | 63 | "@types/serialize-javascript": "^5.0.4", |
|
71 | 71 | "eslint-config-prettier": "^9.1.0", |
72 | 72 | "eslint-plugin-import": "^2.29.1", |
73 | 73 | "file-loader": "^6.2.0", |
74 | | - "husky": "^8.0.3", |
| 74 | + "husky": "^9.0.11", |
75 | 75 | "jest": "^29.7.0", |
76 | 76 | "lint-staged": "^15.2.0", |
77 | 77 | "memfs": "^4.6.0", |
|
0 commit comments