|
43 | 43 | "commitlint": "commitlint --from=master", |
44 | 44 | "security": "npm audit", |
45 | 45 | "lint:prettier": "prettier --cache --list-different .", |
46 | | - "lint:js": "eslint --cache .", |
| 46 | + "lint:code": "eslint --cache .", |
47 | 47 | "lint:spelling": "cspell --cache --no-must-find-files --quiet \"**/*.*\"", |
48 | 48 | "lint:types": "tsc --pretty --noEmit", |
49 | 49 | "lint": "npm-run-all -l -p \"lint:**\"", |
50 | | - "fix:js": "npm run lint:js -- --fix", |
| 50 | + "fix:code": "npm run lint:code -- --fix", |
51 | 51 | "fix:prettier": "npm run lint:prettier -- --write", |
52 | | - "fix": "npm-run-all -l fix:js fix:prettier", |
| 52 | + "fix": "npm-run-all -l fix:code fix:prettier", |
53 | 53 | "test:only": "cross-env NODE_ENV=test NODE_OPTIONS=\"--experimental-vm-modules\" jest", |
54 | 54 | "test:watch": "npm run test:only -- --watch", |
55 | 55 | "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", |
|
72 | 72 | "@babel/preset-env": "^7.25.3", |
73 | 73 | "@commitlint/cli": "^19.3.0", |
74 | 74 | "@commitlint/config-conventional": "^19.2.2", |
| 75 | + "@eslint/js": "^9.32.0", |
75 | 76 | "@eslint/markdown": "^7.0.0", |
76 | 77 | "@parcel/css": "^1.8.3", |
77 | | - "@stylistic/eslint-plugin": "^5.2.0", |
| 78 | + "@stylistic/eslint-plugin": "^5.2.2", |
78 | 79 | "@swc/css": "^0.0.28", |
79 | 80 | "@types/clean-css": "^4.2.11", |
80 | 81 | "@types/csso": "^5.0.4", |
81 | 82 | "@types/node": "^20.14.9", |
82 | 83 | "@types/serialize-javascript": "^5.0.4", |
83 | | - "babel-jest": "^29.7.0", |
| 84 | + "babel-jest": "^30.0.5", |
84 | 85 | "clean-css": "^5.3.3", |
85 | | - "copy-webpack-plugin": "^9.1.0", |
| 86 | + "copy-webpack-plugin": "^13.0.0", |
86 | 87 | "cross-env": "^7.0.3", |
87 | 88 | "cspell": "^8.13.1", |
88 | 89 | "css-loader": "^6.10.0", |
|
96 | 97 | "eslint-config-webpack": "^4.4.1", |
97 | 98 | "eslint-plugin-import": "^2.32.0", |
98 | 99 | "eslint-plugin-jest": "^29.0.1", |
99 | | - "eslint-plugin-jsdoc": "^51.4.1", |
| 100 | + "eslint-plugin-jsdoc": "^52.0.0", |
100 | 101 | "eslint-plugin-n": "^17.21.0", |
101 | 102 | "eslint-plugin-prettier": "^5.5.3", |
102 | 103 | "eslint-plugin-unicorn": "^60.0.0", |
| 104 | + "globals": "^16.3.0", |
103 | 105 | "husky": "^9.1.4", |
104 | 106 | "jest": "^30.0.5", |
105 | 107 | "lightningcss": "^1.25.1", |
|
111 | 113 | "sass": "^1.77.8", |
112 | 114 | "sass-loader": "^16.0.5", |
113 | 115 | "standard-version": "^9.5.0", |
114 | | - "sugarss": "^4.0.1", |
| 116 | + "sugarss": "^5.0.0", |
115 | 117 | "typescript": "^5.5.4", |
116 | 118 | "webpack": "^5.93.0" |
117 | 119 | }, |
|
0 commit comments