feat: update dev deps

pull/693/head
Travis Fischer 2025-03-14 20:14:35 +08:00
rodzic dc198e73e1
commit e3483ca39e
4 zmienionych plików z 551 dodań i 105 usunięć

Wyświetl plik

@ -11,8 +11,6 @@ jobs:
matrix: matrix:
node-version: node-version:
- 18 - 18
- 20
- 21
- 22 - 22
- 23 - 23
@ -23,7 +21,7 @@ jobs:
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
with: with:
version: 10.5.2 version: 10.6.3
run_install: false run_install: false
- name: Install Node.js - name: Install Node.js

Wyświetl plik

@ -7,7 +7,7 @@
"type": "git", "type": "git",
"url": "git+https://github.com/transitive-bullshit/agentic.git" "url": "git+https://github.com/transitive-bullshit/agentic.git"
}, },
"packageManager": "pnpm@10.5.2", "packageManager": "pnpm@10.6.3",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
}, },
@ -37,21 +37,21 @@
"@changesets/cli": "^2.28.1", "@changesets/cli": "^2.28.1",
"@fisch0920/eslint-config": "^1.4.0", "@fisch0920/eslint-config": "^1.4.0",
"@total-typescript/ts-reset": "^0.6.1", "@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22.13.8", "@types/node": "^22.13.10",
"del-cli": "^6.0.0", "del-cli": "^6.0.0",
"dotenv": "^16.4.7", "dotenv": "^16.4.7",
"eslint": "^8.57.1", "eslint": "^8.57.1",
"husky": "^9.1.7", "husky": "^9.1.7",
"lint-staged": "^15.4.3", "lint-staged": "^15.5.0",
"npm-run-all2": "^7.0.2", "npm-run-all2": "^7.0.2",
"only-allow": "^1.2.1", "only-allow": "^1.2.1",
"prettier": "^3.5.2", "prettier": "^3.5.3",
"syncpack": "14.0.0-alpha.10", "syncpack": "14.0.0-alpha.10",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"tsx": "^4.19.3", "tsx": "^4.19.3",
"turbo": "^2.4.4", "turbo": "^2.4.4",
"typescript": "^5.8.2", "typescript": "^5.8.2",
"vitest": "3.0.7", "vitest": "3.0.8",
"zod": "^3.24.2", "zod": "^3.24.2",
"zoominfo-api-auth-client": "^1.0.1" "zoominfo-api-auth-client": "^1.0.1"
}, },

Wyświetl plik

@ -91,6 +91,7 @@ export interface AIFunction<
// TODO: this `any` shouldn't be necessary, but it is for `createAIFunction` results to be assignable to `AIFunctionLike` // TODO: this `any` shouldn't be necessary, but it is for `createAIFunction` results to be assignable to `AIFunctionLike`
impl: (params: z.infer<InputSchema> | any) => MaybePromise<Output> impl: (params: z.infer<InputSchema> | any) => MaybePromise<Output>
} }
export type SafeParseResult<TData> = export type SafeParseResult<TData> =
| { | {
success: true success: true

Plik diff jest za duży Load Diff