Skip to content

Commit 3824ed7

Browse files
committed
chore(types): update deps and types
1 parent ab7e7bd commit 3824ed7

File tree

3 files changed

+159
-168
lines changed

3 files changed

+159
-168
lines changed

lib/util/url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
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",
@@ -96,8 +96,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": [

0 commit comments

Comments
 (0)