Skip to content

Commit c24a614

Browse files
authored
Merge branch 'master' into federation-fixes
2 parents 5e08c75 + be5cb32 commit c24a614

File tree

45 files changed

+203
-61
lines changed

Some content is hidden

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

45 files changed

+203
-61
lines changed

.changeset/tidy-cows-knock.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/persisted-documents-string-mode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@graphql-typed-document-node/core": "3.2.0",
1111
"jest": "28.1.3",
1212
"babel-jest": "29.7.0",
13-
"@graphql-codegen/cli": "5.0.6",
13+
"@graphql-codegen/cli": "5.0.7",
1414
"@babel/core": "7.25.2",
1515
"@babel/preset-env": "7.25.3",
1616
"@babel/preset-typescript": "7.26.0"

examples/persisted-documents-string-mode/src/gql/graphql.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class TypedDocumentString<TResult, TVariables>
3838
extends String
3939
implements DocumentTypeDecoration<TResult, TVariables>
4040
{
41-
__apiType?: DocumentTypeDecoration<TResult, TVariables>['__apiType'];
41+
__apiType?: NonNullable<DocumentTypeDecoration<TResult, TVariables>['__apiType']>;
4242
private value: string;
4343
public __meta__?: Record<string, any> | undefined;
4444

@@ -48,7 +48,7 @@ export class TypedDocumentString<TResult, TVariables>
4848
this.__meta__ = __meta__;
4949
}
5050

51-
toString(): string & DocumentTypeDecoration<TResult, TVariables> {
51+
override toString(): string & DocumentTypeDecoration<TResult, TVariables> {
5252
return this.value;
5353
}
5454
}

examples/persisted-documents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@graphql-typed-document-node/core": "3.2.0",
1111
"jest": "28.1.3",
1212
"babel-jest": "29.7.0",
13-
"@graphql-codegen/cli": "5.0.6",
13+
"@graphql-codegen/cli": "5.0.7",
1414
"@babel/core": "7.25.2",
1515
"@babel/preset-env": "7.25.3",
1616
"@babel/preset-typescript": "7.26.0"

examples/programmatic-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"@graphql-codegen/core": "4.0.2",
14-
"@graphql-codegen/plugin-helpers": "5.1.0",
15-
"@graphql-codegen/typed-document-node": "5.1.1",
14+
"@graphql-codegen/plugin-helpers": "5.1.1",
15+
"@graphql-codegen/typed-document-node": "5.1.2",
1616
"@graphql-codegen/typescript": "4.1.6",
1717
"@graphql-codegen/typescript-operations": "4.6.1",
1818
"@graphql-codegen/typescript-resolvers": "4.5.1",

examples/react/apollo-client-defer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"graphql-yoga": "5.7.0"
1212
},
1313
"devDependencies": {
14-
"@graphql-codegen/cli": "^5.0.6",
14+
"@graphql-codegen/cli": "^5.0.7",
1515
"@types/jest": "^27.5.2",
1616
"@types/node": "^22.0.0",
1717
"@types/react": "^18.0.15",

examples/react/apollo-client-swc-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@graphql-codegen/client-preset-swc-plugin": "0.2.0",
12-
"@graphql-codegen/cli": "^5.0.6",
12+
"@graphql-codegen/cli": "^5.0.7",
1313
"@vitejs/plugin-react-swc": "^3.3.0",
1414
"@types/react": "18.3.3",
1515
"@types/react-dom": "18.3.0",

examples/react/apollo-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"react-dom": "^18.2.0"
1010
},
1111
"devDependencies": {
12-
"@graphql-codegen/cli": "^5.0.6",
12+
"@graphql-codegen/cli": "^5.0.7",
1313
"@vitejs/plugin-react": "^4.0.0",
1414
"@types/jest": "^27.5.2",
1515
"@types/node": "^22.0.0",

examples/react/http-executor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"react-dom": "^18.2.0"
99
},
1010
"devDependencies": {
11-
"@graphql-codegen/cli": "^5.0.6",
11+
"@graphql-codegen/cli": "^5.0.7",
1212
"@vitejs/plugin-react": "^4.0.0",
1313
"@types/jest": "^27.5.2",
1414
"@types/node": "^22.0.0",

examples/react/nextjs-swr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"swr": "^2.0.0"
2020
},
2121
"devDependencies": {
22-
"@graphql-codegen/cli": "^5.0.6",
22+
"@graphql-codegen/cli": "^5.0.7",
2323
"@graphql-codegen/schema-ast": "4.1.0",
2424
"@graphql-codegen/client-preset-swc-plugin": "0.2.0",
2525
"@types/node": "^22.0.0",

0 commit comments

Comments
 (0)