Skip to content

Commit ea667c5

Browse files
committed
Merge branch 'main' into test/python-snapshots
2 parents 377ed84 + 0fc337f commit ea667c5

4 files changed

Lines changed: 71 additions & 77 deletions

File tree

dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"@hey-api/codegen-core": "workspace:*",
1313
"@hey-api/openapi-python": "workspace:*",
1414
"@hey-api/openapi-ts": "workspace:*",
15-
"@opencode-ai/sdk": "1.1.48",
15+
"@opencode-ai/sdk": "1.2.20",
1616
"@pinia/colada": "0.19.1",
1717
"@tanstack/angular-query-experimental": "5.90.25",
1818
"@tanstack/preact-query": "5.93.0",
1919
"@tanstack/react-query": "5.90.21",
2020
"@tanstack/solid-query": "5.90.23",
2121
"@tanstack/svelte-query": "5.90.2",
2222
"@tanstack/vue-query": "5.92.9",
23-
"arktype": "2.1.29",
23+
"arktype": "2.2.0",
2424
"nuxt": "3.21.0",
2525
"swr": "2.4.0",
2626
"tsx": "4.21.0",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"devDependencies": {
5151
"@arethetypeswrong/cli": "0.18.2",
5252
"@changesets/cli": "2.30.0",
53-
"@changesets/get-github-info": "0.7.0",
54-
"@changesets/parse": "0.4.2",
53+
"@changesets/get-github-info": "0.8.0",
54+
"@changesets/parse": "0.4.3",
5555
"@changesets/types": "6.1.0",
5656
"@eslint/js": "9.39.2",
5757
"@hey-api/custom-client": "workspace:*",
@@ -67,13 +67,13 @@
6767
"eslint-plugin-sort-keys-fix": "1.1.2",
6868
"eslint-plugin-typescript-sort-keys": "3.3.0",
6969
"eslint-plugin-vue": "10.7.0",
70-
"globals": "17.3.0",
70+
"globals": "17.4.0",
7171
"husky": "9.1.7",
72-
"lint-staged": "16.2.7",
72+
"lint-staged": "16.3.2",
7373
"oxfmt": "0.36.0",
7474
"tsdown": "0.18.4",
7575
"tsx": "4.21.0",
76-
"turbo": "2.8.12",
76+
"turbo": "2.8.14",
7777
"typescript": "5.9.3",
7878
"typescript-eslint": "8.54.0",
7979
"vitest": "4.0.18"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "../../tsconfig.base.json",
33
"include": ["test/**/*"],
4-
"exclude": [".gen/**/*", "__snapshots__/**/*"],
4+
"exclude": [".gen/**/*"],
55
"references": [{ "path": "../../../openapi-python" }]
66
}

pnpm-lock.yaml

Lines changed: 63 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)