fix(deps): tsx breaks imports like dns-caching (#3998)

This commit is contained in:
Meier Lukas
2025-09-04 20:07:13 +02:00
committed by GitHub
parent 4e4483c42d
commit 047654351a
6 changed files with 30 additions and 12 deletions

View File

@@ -6,6 +6,11 @@
matchPackagePatterns: ["^@homarr/"], matchPackagePatterns: ["^@homarr/"],
enabled: false, enabled: false,
}, },
// Reenable once https://github.com/privatenumber/tsx/issues/737 is fixed
{
matchPackagePatterns: ["tsx"],
enabled: false,
},
{ {
matchUpdateTypes: ["minor", "patch", "pin", "digest"], matchUpdateTypes: ["minor", "patch", "pin", "digest"],
automerge: true, automerge: true,

View File

@@ -50,7 +50,7 @@
"esbuild": "^0.25.9", "esbuild": "^0.25.9",
"eslint": "^9.34.0", "eslint": "^9.34.0",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"tsx": "4.20.5", "tsx": "4.20.4",
"typescript": "^5.9.2" "typescript": "^5.9.2"
} }
} }

View File

@@ -26,7 +26,7 @@
"@homarr/redis": "workspace:^0.1.0", "@homarr/redis": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0", "@homarr/validation": "workspace:^0.1.0",
"dotenv": "^17.2.1", "dotenv": "^17.2.1",
"tsx": "4.20.5", "tsx": "4.20.4",
"ws": "^8.18.3" "ws": "^8.18.3"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -72,7 +72,7 @@
"esbuild": "^0.25.9", "esbuild": "^0.25.9",
"eslint": "^9.34.0", "eslint": "^9.34.0",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"tsx": "4.20.5", "tsx": "4.20.4",
"typescript": "^5.9.2" "typescript": "^5.9.2"
} }
} }

View File

@@ -32,7 +32,7 @@
"@homarr/prettier-config": "workspace:^0.1.0", "@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0", "@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.34.0", "eslint": "^9.34.0",
"tsx": "4.20.5", "tsx": "4.20.4",
"typescript": "^5.9.2" "typescript": "^5.9.2"
} }
} }

29
pnpm-lock.yaml generated
View File

@@ -453,8 +453,8 @@ importers:
specifier: ^3.6.2 specifier: ^3.6.2
version: 3.6.2 version: 3.6.2
tsx: tsx:
specifier: 4.20.5 specifier: 4.20.4
version: 4.20.5 version: 4.20.4
typescript: typescript:
specifier: ^5.9.2 specifier: ^5.9.2
version: 5.9.2 version: 5.9.2
@@ -489,8 +489,8 @@ importers:
specifier: ^17.2.1 specifier: ^17.2.1
version: 17.2.1 version: 17.2.1
tsx: tsx:
specifier: 4.20.5 specifier: 4.20.4
version: 4.20.5 version: 4.20.4
ws: ws:
specifier: ^8.18.3 specifier: ^8.18.3
version: 8.18.3 version: 8.18.3
@@ -1196,8 +1196,8 @@ importers:
specifier: ^3.6.2 specifier: ^3.6.2
version: 3.6.2 version: 3.6.2
tsx: tsx:
specifier: 4.20.5 specifier: 4.20.4
version: 4.20.5 version: 4.20.4
typescript: typescript:
specifier: ^5.9.2 specifier: ^5.9.2
version: 5.9.2 version: 5.9.2
@@ -1227,8 +1227,8 @@ importers:
specifier: ^9.34.0 specifier: ^9.34.0
version: 9.34.0 version: 9.34.0
tsx: tsx:
specifier: 4.20.5 specifier: 4.20.4
version: 4.20.5 version: 4.20.4
typescript: typescript:
specifier: ^5.9.2 specifier: ^5.9.2
version: 5.9.2 version: 5.9.2
@@ -9958,6 +9958,11 @@ packages:
resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==}
engines: {node: '>=0.6.x'} engines: {node: '>=0.6.x'}
tsx@4.20.4:
resolution: {integrity: sha512-yyxBKfORQ7LuRt/BQKBXrpcq59ZvSW0XxwfjAt3w2/8PmdxaFzijtMhTawprSHhpzeM5BgU2hXHG3lklIERZXg==}
engines: {node: '>=18.0.0'}
hasBin: true
tsx@4.20.5: tsx@4.20.5:
resolution: {integrity: sha512-+wKjMNU9w/EaQayHXb7WA7ZaHY6hN8WgfvHNQ3t1PnU91/7O8TcTnIhCDYTZwnt8JsO9IBqZ30Ln1r7pPF52Aw==} resolution: {integrity: sha512-+wKjMNU9w/EaQayHXb7WA7ZaHY6hN8WgfvHNQ3t1PnU91/7O8TcTnIhCDYTZwnt8JsO9IBqZ30Ln1r7pPF52Aw==}
engines: {node: '>=18.0.0'} engines: {node: '>=18.0.0'}
@@ -19442,12 +19447,20 @@ snapshots:
tsscmp@1.0.6: {} tsscmp@1.0.6: {}
tsx@4.20.4:
dependencies:
esbuild: 0.25.9
get-tsconfig: 4.8.1
optionalDependencies:
fsevents: 2.3.3
tsx@4.20.5: tsx@4.20.5:
dependencies: dependencies:
esbuild: 0.25.9 esbuild: 0.25.9
get-tsconfig: 4.8.1 get-tsconfig: 4.8.1
optionalDependencies: optionalDependencies:
fsevents: 2.3.3 fsevents: 2.3.3
optional: true
tunnel-agent@0.6.0: tunnel-agent@0.6.0:
dependencies: dependencies: