Skip to content

Commit 3403c66

Browse files
committed
update dependencies
1 parent e01e94c commit 3403c66

File tree

280 files changed

+3675
-20659
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

280 files changed

+3675
-20659
lines changed

.changeset/two-zebras-dance.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
"@pothos-examples/prisma-smart-subscriptions": patch
3+
"@pothos-examples/relay-windowed-pagination": patch
4+
"@pothos-examples/nestjs-apollo-middleware": patch
5+
"@pothos-examples/envelope-helix-fastify": patch
6+
"@pothos/tracing-opentelemetry": patch
7+
"@pothos-examples/prisma-subscriptions": patch
8+
"@pothos/plugin-prisma-utils": patch
9+
"@pothos-examples/prisma-federation": patch
10+
"@pothos-examples/simple-interfaces": patch
11+
"@pothos/plugin-directives": patch
12+
"@pothos/plugin-scope-auth": patch
13+
"@pothos/plugin-validation": patch
14+
"@pothos/plugin-with-input": patch
15+
"@pothos/tracing-newrelic": patch
16+
"@pothos-examples/graphql-shield": patch
17+
"@pothos-examples/open-telemetry": patch
18+
"@pothos-examples/simple-classes": patch
19+
"@pothos/plugin-drizzle": patch
20+
"@pothos/plugin-grafast": patch
21+
"@pothos/tracing-sentry": patch
22+
"@pothos/plugin-errors": patch
23+
"@pothos/plugin-prisma": patch
24+
"@pothos-examples/prisma-relay": patch
25+
"@pothos/tracing-xray": patch
26+
"@pothos-examples/complex-app": patch
27+
"@pothos-examples/federation": patch
28+
"@pothos/plugin-zod": patch
29+
"@pothos/test-utils": patch
30+
"@pothos-examples/nextjs": patch
31+
"@pothos-examples/prisma": patch
32+
"@pothos-examples/helix": patch
33+
"@pothos/core": patch
34+
---
35+
36+
update dependencies

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
packages/deno/packages/**/*.ts linguist-generated
21
test/postgres-data/**/* linguist-generated

biome.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.1.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.3/schema.json",
33
"files": {
44
"includes": [
55
"**",
@@ -10,13 +10,11 @@
1010
"!**/packages/**/prisma/**/*",
1111
"!**/packages/plugin-prisma/**/client/**/*",
1212
"!**/packages/plugin-prisma-utils/**/client/**/*",
13-
"!**/packages/deno/packages/**/*",
1413
"!**/packages/**/*/lib/**/*",
1514
"!**/packages/**/*/esm/**/*",
1615
"!**/packages/**/*/dts/**/*",
1716
"!**/website/.next/**/*",
1817
"!**/__generated__/**/*",
19-
"!**/packages/deno/packages",
2018
"!**/.vscode/**/*",
2119
"!**/generated.ts",
2220
"!**/codegen/schema/prisma-inputs.ts",

examples/complex-app/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"seed": "tsx prisma/seed.ts"
1818
},
1919
"dependencies": {
20-
"@faker-js/faker": "^9.9.0",
20+
"@faker-js/faker": "^10.0.0",
2121
"@graphql-typed-document-node/core": "^3.2.0",
2222
"@pothos/core": "workspace:*",
2323
"@pothos/plugin-dataloader": "workspace:*",
@@ -27,24 +27,24 @@
2727
"@pothos/plugin-scope-auth": "workspace:*",
2828
"@pothos/plugin-simple-objects": "workspace:*",
2929
"@pothos/plugin-validation": "workspace:*",
30-
"@prisma/client": "^6.13.0",
30+
"@prisma/client": "^6.15.0",
3131
"graphql": "^16.10.0",
3232
"graphql-scalars": "^1.24.2",
33-
"graphql-yoga": "5.15.1",
34-
"prisma": "^6.13.0",
33+
"graphql-yoga": "5.15.2",
34+
"prisma": "^6.15.0",
3535
"react": "^19.1.1",
36-
"urql": "^4.2.2",
37-
"zod": "^4.0.14"
36+
"urql": "^5.0.1",
37+
"zod": "^4.1.5"
3838
},
3939
"publishConfig": {
4040
"access": "public"
4141
},
4242
"devDependencies": {
43-
"@graphql-codegen/cli": "5.0.7",
44-
"@graphql-codegen/client-preset": "4.8.3",
45-
"@graphql-codegen/introspection": "4.0.3",
46-
"@graphql-codegen/schema-ast": "^4.1.0",
47-
"@types/node": "^24.1.0",
43+
"@graphql-codegen/cli": "6.0.0",
44+
"@graphql-codegen/client-preset": "5.0.0",
45+
"@graphql-codegen/introspection": "5.0.0",
46+
"@graphql-codegen/schema-ast": "^5.0.0",
47+
"@types/node": "^24.3.1",
4848
"typescript": "^5.9.2"
4949
}
5050
}

examples/envelope-helix-fastify/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"type": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@envelop/core": "^5.3.0",
14-
"@faker-js/faker": "^9.9.0",
13+
"@envelop/core": "^5.3.1",
14+
"@faker-js/faker": "^10.0.0",
1515
"@pothos/core": "workspace:*",
16-
"fastify": "^5.4.0",
16+
"fastify": "^5.6.0",
1717
"graphql": "^16.10.0",
1818
"graphql-helix": "^1.13.0"
1919
},

examples/federation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"@apollo/gateway": "2.11.2",
1414
"@apollo/server": "^5.0.0",
1515
"@apollo/subgraph": "2.11.2",
16-
"@faker-js/faker": "^9.9.0",
16+
"@faker-js/faker": "^10.0.0",
1717
"@pothos/core": "workspace:*",
1818
"@pothos/plugin-directives": "workspace:*",
1919
"@pothos/plugin-federation": "workspace:*",
20-
"@prisma/client": "^6.13.0",
20+
"@prisma/client": "^6.15.0",
2121
"graphql": "^16.10.0",
22-
"prisma": "^6.13.0"
22+
"prisma": "^6.15.0"
2323
},
2424
"publishConfig": {
2525
"access": "public"

examples/graphql-shield/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"type": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@faker-js/faker": "^9.9.0",
13+
"@faker-js/faker": "^10.0.0",
1414
"@pothos/core": "workspace:*",
1515
"graphql": "^16.10.0",
1616
"graphql-middleware": "^6.1.35",
1717
"graphql-shield": "^7.6.5",
18-
"graphql-yoga": "5.15.1"
18+
"graphql-yoga": "5.15.2"
1919
},
2020
"publishConfig": {
2121
"access": "public"

examples/helix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@faker-js/faker": "^9.9.0",
13+
"@faker-js/faker": "^10.0.0",
1414
"@pothos/core": "workspace:*",
1515
"graphql": "^16.10.0",
1616
"graphql-helix": "^1.13.0"

examples/nestjs-apollo-middleware/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
"dependencies": {
1212
"@apollo/server": "^5.0.0",
1313
"@as-integrations/express5": "^1.1.2",
14-
"@faker-js/faker": "^9.9.0",
15-
"@nestjs/common": "^11.1.5",
16-
"@nestjs/core": "^11.1.5",
17-
"@nestjs/platform-express": "^11.1.5",
14+
"@faker-js/faker": "^10.0.0",
15+
"@nestjs/common": "^11.1.6",
16+
"@nestjs/core": "^11.1.6",
17+
"@nestjs/platform-express": "^11.1.6",
1818
"@pothos/core": "workspace:*",
1919
"graphql": "^16.10.0",
2020
"reflect-metadata": "^0.2.2"
2121
},
2222
"devDependencies": {
2323
"@nestjs/cli": "^11.0.10",
2424
"@types/express": "^5.0.3",
25-
"@types/node": "^24.1.0",
25+
"@types/node": "^24.3.1",
2626
"tsconfig-paths": "^4.2.0",
2727
"typescript": "^5.9.2"
2828
}

examples/nextjs/codegen.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,5 @@ overwrite: true
22
schema: schema.graphql
33
documents: 'components/**/!(*.generated).tsx'
44
generates:
5-
components/__generated__/types.generated.ts:
6-
plugins:
7-
- typescript
8-
components/:
9-
preset: near-operation-file
10-
presetConfig:
11-
folder: __generated__
12-
extension: .generated.tsx
13-
baseTypesPath: __generated__/types.generated.ts
14-
plugins:
15-
- typescript-operations
16-
- typescript-react-apollo
5+
components/__generated__/:
6+
preset: 'client'

0 commit comments

Comments
 (0)