chore(deps): bump dependencies

This commit is contained in:
LemonNeko
2025-07-16 21:56:58 +08:00
parent 2673d149b3
commit d764e9c4b7
7 changed files with 786 additions and 773 deletions

View File

@@ -1 +1 @@
nodejs 22.12.0
nodejs 24.2.0

View File

@@ -1,8 +1,8 @@
{
"name": "autorio.ts",
"name": "@proj-airi/autorio-workspace",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@10.11.0",
"packageManager": "pnpm@10.13.1",
"description": "An automation mod for Factorio written in TypeScript.",
"author": "LemonNekoGH",
"license": "MIT",
@@ -25,10 +25,10 @@
"typecheck": "pnpm -r --filter=./packages/* run typecheck"
},
"devDependencies": {
"@antfu/eslint-config": "^4.13.1",
"@antfu/ni": "^24.4.0",
"eslint": "^9.27.0",
"lint-staged": "^16.0.0",
"@antfu/eslint-config": "^4.17.0",
"@antfu/ni": "^25.0.0",
"eslint": "^9.31.0",
"lint-staged": "^16.1.2",
"simple-git-hooks": "^2.13.0",
"taze": "^19.1.0",
"typescript": "~5.8.3"
@@ -45,8 +45,5 @@
},
"lint-staged": {
"*": "eslint --fix"
},
"workspaces": [
"packages/*"
]
}
}

View File

@@ -2,7 +2,6 @@
"name": "@proj-airi/factorio-agent",
"type": "module",
"version": "0.1.0",
"packageManager": "pnpm@10.11.0",
"description": "An agent for Factorio written in TypeScript.",
"author": "LemonNekoGH",
"license": "MIT",
@@ -20,24 +19,24 @@
"test": "vitest"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.44.0",
"@dotenvx/dotenvx": "^1.47.6",
"@guiiai/logg": "^1.0.10",
"@xsai/generate-text": "^0.2.2",
"@xsai/generate-text": "^0.3.0",
"@xsai/providers": "^0.1.0-beta.5",
"execa": "^9.5.3",
"execa": "^9.6.0",
"exponential-backoff": "^3.1.2",
"factorio-rcon-api-client": "^2.0.4",
"it-ws": "^6.1.5",
"neuri": "^0.1.6",
"zod": "^3.24.4",
"zod-to-json-schema": "^3.24.5"
"neuri": "^0.1.8",
"zod": "^3.25.76",
"zod-to-json-schema": "^3.24.6"
},
"devDependencies": {
"@types/node": "^22.15.19",
"tsx": "^4.19.4",
"@types/node": "^22.16.4",
"tsx": "^4.20.3",
"unbuild": "^3.5.0",
"vite": "^6.3.5",
"vite-node": "^3.1.3",
"vitest": "^3.1.3"
"vite": "^7.0.4",
"vite-node": "^3.2.4",
"vitest": "^3.2.4"
}
}

View File

@@ -1,7 +1,6 @@
{
"name": "autorio.ts",
"version": "0.1.0",
"packageManager": "pnpm@10.11.0",
"description": "An automation mod for Factorio written in TypeScript.",
"author": "LemonNekoGH",
"license": "MIT",
@@ -17,12 +16,12 @@
"typecheck": "tstl --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^4.13.1",
"@antfu/eslint-config": "^4.17.0",
"@proj-airi/tstl-plugin-reload-factorio-mod": "workspace:*",
"eslint": "^9.27.0",
"eslint": "^9.31.0",
"lua-types": "^2.13.1",
"typed-factorio": "^3.21.0",
"typed-factorio": "^3.26.0",
"typescript": "^5.8.3",
"typescript-to-lua": "^1.31.0"
"typescript-to-lua": "^1.31.3"
}
}

View File

@@ -2,7 +2,7 @@
"name": "@proj-airi/factorio-wrapper",
"type": "module",
"version": "0.1.0",
"packageManager": "pnpm@10.11.0",
"packageManager": "pnpm@10.13.1",
"description": "Run factorio server and convert std stream to websocket stream",
"author": "LemonNekoGH",
"license": "MIT",
@@ -19,16 +19,16 @@
"test": "vitest"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.44.0",
"@dotenvx/dotenvx": "^1.47.6",
"@guiiai/logg": "^1.0.10",
"execa": "^9.5.3",
"ws": "^8.18.2"
"execa": "^9.6.0",
"ws": "^8.18.3"
},
"devDependencies": {
"@types/node": "^22.15.19",
"@types/node": "^22.16.4",
"@types/ws": "^8.18.1",
"tsx": "^4.19.4",
"tsx": "^4.20.3",
"unbuild": "^3.5.0",
"vitest": "^3.1.3"
"vitest": "^3.2.4"
}
}

View File

@@ -1,7 +1,6 @@
{
"name": "@proj-airi/tstl-plugin-reload-factorio-mod",
"version": "0.1.0",
"packageManager": "pnpm@10.11.0",
"description": "A plugin for tstl to reload factorio mod.",
"author": "LemonNekoGH",
"license": "MIT",
@@ -21,14 +20,14 @@
"dependencies": {
"@guiiai/logg": "^1.0.10",
"factorio-rcon-api-client": "^2.0.4",
"typescript-to-lua": "^1.31.0"
"typescript-to-lua": "^1.31.3"
},
"devDependencies": {
"@antfu/eslint-config": "^4.13.1",
"@types/node": "^22.15.19",
"eslint": "^9.27.0",
"@antfu/eslint-config": "^4.17.0",
"@types/node": "^22.16.4",
"eslint": "^9.31.0",
"lua-types": "^2.13.1",
"typed-factorio": "^3.21.0",
"typed-factorio": "^3.26.0",
"typescript": "^5.8.3",
"unbuild": "^3.5.0"
}

1483
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff