File tree Expand file tree Collapse file tree 3 files changed +159
-168
lines changed Expand file tree Collapse file tree 3 files changed +159
-168
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ export function getHash(path: undefined | string) {
146146 * @param path
147147 * @returns
148148 */
149- export function stripHash ( path : string ) {
149+ export function stripHash ( path : string | undefined ) {
150150 if ( ! path ) {
151151 return "" ;
152152 }
Original file line number Diff line number Diff line change 8181 "@types/js-yaml" : " ^4.0.9" ,
8282 "@types/json-schema" : " ^7.0.15" ,
8383 "@types/node" : " ^24" ,
84- "@typescript-eslint/eslint-plugin" : " ^8.46.4 " ,
85- "@typescript-eslint/parser" : " ^8.46.4 " ,
86- "@vitest/coverage-v8" : " ^4.0.9 " ,
84+ "@typescript-eslint/eslint-plugin" : " ^8.47.0 " ,
85+ "@typescript-eslint/parser" : " ^8.47.0 " ,
86+ "@vitest/coverage-v8" : " ^4.0.10 " ,
8787 "cross-env" : " ^10.1.0" ,
8888 "eslint" : " ^9.39.1" ,
8989 "eslint-config-prettier" : " ^10.1.8" ,
9696 "prettier" : " ^3.6.2" ,
9797 "rimraf" : " ^6.1.0" ,
9898 "typescript" : " ^5.9.3" ,
99- "typescript-eslint" : " ^8.46.4 " ,
100- "vitest" : " ^4.0.9 "
99+ "typescript-eslint" : " ^8.47.0 " ,
100+ "vitest" : " ^4.0.10 "
101101 },
102102 "release" : {
103103 "branches" : [
You can’t perform that action at this time.
0 commit comments