|
66 | 66 | "url": "https://github.com/webdeveric/utils/issues" |
67 | 67 | }, |
68 | 68 | "homepage": "https://github.com/webdeveric/utils/#readme", |
69 | | - "packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501", |
| 69 | + "packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48", |
70 | 70 | "scripts": { |
71 | 71 | "clean": "rimraf ./dist/", |
72 | 72 | "prebuild": "pnpm clean", |
73 | 73 | "build": "tsc --build tsconfig.cjs.json tsconfig.mjs.json --force", |
74 | 74 | "postbuild": "echo '{\"type\":\"commonjs\"}' > ./dist/cjs/package.json && echo '{\"type\":\"module\"}' > ./dist/mjs/package.json && pnpm validate", |
75 | | - "typecheck": "tsc --build tsconfig.mjs.json tsconfig.test.json --verbose --noEmit", |
| 75 | + "typecheck": "tsc --build --verbose --noEmit", |
76 | 76 | "lint": "eslint ./*.{js,cjs,mjs,ts,cts,mts} ./src/ ./bench/ ./test/ --ext .ts,.mjs,.cjs", |
77 | 77 | "bench": "vitest bench", |
78 | 78 | "test": "vitest --typecheck", |
|
85 | 85 | }, |
86 | 86 | "prettier": "@webdeveric/prettier-config", |
87 | 87 | "devDependencies": { |
88 | | - "@commitlint/config-conventional": "^20.2.0", |
89 | | - "@commitlint/types": "^20.2.0", |
90 | | - "@types/node": "^22.19.1", |
| 88 | + "@commitlint/config-conventional": "^20.3.1", |
| 89 | + "@commitlint/types": "^20.3.1", |
| 90 | + "@types/node": "^22.19.3", |
91 | 91 | "@vitest/coverage-v8": "^3.2.4", |
92 | 92 | "@webdeveric/eslint-config-ts": "^0.11.0", |
93 | 93 | "@webdeveric/prettier-config": "^0.3.0", |
94 | | - "commitlint": "^20.2.0", |
95 | | - "commitlint-plugin-cspell": "^0.3.0", |
| 94 | + "commitlint": "^20.3.1", |
| 95 | + "commitlint-plugin-cspell": "^0.4.0", |
96 | 96 | "conventional-changelog-conventionalcommits": "^9.1.0", |
97 | 97 | "cspell": "^9.4.0", |
98 | 98 | "eslint": "^8.57.1", |
99 | 99 | "eslint-config-prettier": "^10.1.8", |
100 | 100 | "eslint-import-resolver-typescript": "^4.4.4", |
101 | 101 | "eslint-plugin-import": "^2.32.0", |
102 | 102 | "husky": "^9.1.7", |
103 | | - "jsdom": "^27.2.0", |
| 103 | + "jsdom": "^27.4.0", |
104 | 104 | "lint-staged": "^16.2.7", |
105 | 105 | "prettier": "^3.7.4", |
106 | 106 | "rimraf": "^6.1.2", |
|
0 commit comments