Skip to content

Commit 0350d25

Browse files
chore(release): update monorepo packages versions (#10322)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d6a0615 commit 0350d25

File tree

23 files changed

+114
-46
lines changed

23 files changed

+114
-46
lines changed

Diff for: .changeset/old-gorillas-taste.md

-6
This file was deleted.

Diff for: .changeset/pink-drinks-impress.md

-6
This file was deleted.

Diff for: examples/programmatic-typescript/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"dependencies": {
1313
"@graphql-codegen/core": "4.0.2",
1414
"@graphql-codegen/plugin-helpers": "5.1.0",
15-
"@graphql-codegen/typed-document-node": "5.1.0",
16-
"@graphql-codegen/typescript": "4.1.5",
17-
"@graphql-codegen/typescript-operations": "4.5.1",
18-
"@graphql-codegen/typescript-resolvers": "4.4.4",
15+
"@graphql-codegen/typed-document-node": "5.1.1",
16+
"@graphql-codegen/typescript": "4.1.6",
17+
"@graphql-codegen/typescript-operations": "4.6.0",
18+
"@graphql-codegen/typescript-resolvers": "4.5.0",
1919
"@graphql-tools/graphql-file-loader": "8.0.1",
2020
"@graphql-tools/load": "8.0.2",
2121
"@graphql-tools/schema": "10.0.6",

Diff for: examples/typescript-resolvers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"devDependencies": {
66
"@graphql-codegen/cli": "5.0.5",
7-
"@graphql-codegen/typescript": "4.1.5",
8-
"@graphql-codegen/typescript-resolvers": "4.4.4"
7+
"@graphql-codegen/typescript": "4.1.6",
8+
"@graphql-codegen/typescript-resolvers": "4.5.0"
99
},
1010
"dependencies": {
1111
"graphql": "16.9.0",

Diff for: packages/plugins/other/visitor-plugin-common/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-codegen/visitor-plugin-common
22

3+
## 5.8.0
4+
5+
### Minor Changes
6+
7+
- [#10315](https://github.com/dotansimha/graphql-code-generator/pull/10315) [`f6909d1`](https://github.com/dotansimha/graphql-code-generator/commit/f6909d1797c15b79a0afb7ec089471763a485bfc) Thanks [@eddeee888](https://github.com/eddeee888)! - Implement semanticNonNull custom directive
8+
39
## 5.7.1
410

511
### Patch Changes

Diff for: packages/plugins/other/visitor-plugin-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/visitor-plugin-common",
3-
"version": "5.7.1",
3+
"version": "5.8.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

Diff for: packages/plugins/typescript/document-nodes/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/typescript-document-nodes
22

3+
## 4.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f6909d1`](https://github.com/dotansimha/graphql-code-generator/commit/f6909d1797c15b79a0afb7ec089471763a485bfc)]:
8+
- @graphql-codegen/visitor-plugin-common@5.8.0
9+
310
## 4.0.15
411

512
### Patch Changes

Diff for: packages/plugins/typescript/document-nodes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-document-nodes",
3-
"version": "4.0.15",
3+
"version": "4.0.16",
44
"description": "GraphQL Code Generator plugin for generating TypeScript modules with embedded GraphQL document nodes",
55
"repository": {
66
"type": "git",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@graphql-codegen/plugin-helpers": "^5.1.0",
17-
"@graphql-codegen/visitor-plugin-common": "5.7.1",
17+
"@graphql-codegen/visitor-plugin-common": "5.8.0",
1818
"auto-bind": "~4.0.0",
1919
"tslib": "~2.6.0"
2020
},

Diff for: packages/plugins/typescript/gql-tag-operations/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/gql-tag-operations
22

3+
## 4.0.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f6909d1`](https://github.com/dotansimha/graphql-code-generator/commit/f6909d1797c15b79a0afb7ec089471763a485bfc)]:
8+
- @graphql-codegen/visitor-plugin-common@5.8.0
9+
310
## 4.0.16
411

512
### Patch Changes

Diff for: packages/plugins/typescript/gql-tag-operations/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/gql-tag-operations",
3-
"version": "4.0.16",
3+
"version": "4.0.17",
44
"description": "GraphQL Code Generator plugin for generating a typed gql tag function",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@graphql-tools/utils": "^10.0.0",
2020
"@graphql-codegen/plugin-helpers": "^5.1.0",
21-
"@graphql-codegen/visitor-plugin-common": "5.7.1",
21+
"@graphql-codegen/visitor-plugin-common": "5.8.0",
2222
"auto-bind": "~4.0.0",
2323
"tslib": "~2.6.0"
2424
},

Diff for: packages/plugins/typescript/operations/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @graphql-codegen/typescript-operations
22

3+
## 4.6.0
4+
5+
### Minor Changes
6+
7+
- [#10323](https://github.com/dotansimha/graphql-code-generator/pull/10323) [`f3cf4df`](https://github.com/dotansimha/graphql-code-generator/commit/f3cf4df358a896c5df0a7d8909c2fbf192e10c01) Thanks [@eddeee888](https://github.com/eddeee888)! - Add support for `nullability.errorHandlingClient`. This allows clients to get stronger types with [semantic nullability](https://github.com/graphql/graphql-wg/blob/main/rfcs/SemanticNullability.md)-enabled schemas.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`f6909d1`](https://github.com/dotansimha/graphql-code-generator/commit/f6909d1797c15b79a0afb7ec089471763a485bfc)]:
12+
- @graphql-codegen/visitor-plugin-common@5.8.0
13+
- @graphql-codegen/typescript@4.1.6
14+
315
## 4.5.1
416

517
### Patch Changes

Diff for: packages/plugins/typescript/operations/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-operations",
3-
"version": "4.5.1",
3+
"version": "4.6.0",
44
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
55
"repository": {
66
"type": "git",
@@ -14,8 +14,8 @@
1414
},
1515
"dependencies": {
1616
"@graphql-codegen/plugin-helpers": "^5.1.0",
17-
"@graphql-codegen/typescript": "^4.1.5",
18-
"@graphql-codegen/visitor-plugin-common": "5.7.1",
17+
"@graphql-codegen/typescript": "^4.1.6",
18+
"@graphql-codegen/visitor-plugin-common": "5.8.0",
1919
"auto-bind": "~4.0.0",
2020
"tslib": "~2.6.0"
2121
},

Diff for: packages/plugins/typescript/resolvers/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @graphql-codegen/typescript-resolvers
22

3+
## 4.5.0
4+
5+
### Minor Changes
6+
7+
- [#10315](https://github.com/dotansimha/graphql-code-generator/pull/10315) [`f6909d1`](https://github.com/dotansimha/graphql-code-generator/commit/f6909d1797c15b79a0afb7ec089471763a485bfc) Thanks [@eddeee888](https://github.com/eddeee888)! - Implement semanticNonNull custom directive
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`f6909d1`](https://github.com/dotansimha/graphql-code-generator/commit/f6909d1797c15b79a0afb7ec089471763a485bfc)]:
12+
- @graphql-codegen/visitor-plugin-common@5.8.0
13+
- @graphql-codegen/typescript@4.1.6
14+
315
## 4.4.4
416

517
### Patch Changes

Diff for: packages/plugins/typescript/resolvers/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-resolvers",
3-
"version": "4.4.4",
3+
"version": "4.5.0",
44
"description": "GraphQL Code Generator plugin for generating TypeScript types for resolvers signature",
55
"repository": {
66
"type": "git",
@@ -14,8 +14,8 @@
1414
},
1515
"dependencies": {
1616
"@graphql-codegen/plugin-helpers": "^5.1.0",
17-
"@graphql-codegen/typescript": "^4.1.5",
18-
"@graphql-codegen/visitor-plugin-common": "5.7.1",
17+
"@graphql-codegen/typescript": "^4.1.6",
18+
"@graphql-codegen/visitor-plugin-common": "5.8.0",
1919
"@graphql-tools/utils": "^10.0.0",
2020
"auto-bind": "~4.0.0",
2121
"tslib": "~2.6.0"

Diff for: packages/plugins/typescript/typed-document-node/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/typed-document-node
22

3+
## 5.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f6909d1`](https://github.com/dotansimha/graphql-code-generator/commit/f6909d1797c15b79a0afb7ec089471763a485bfc)]:
8+
- @graphql-codegen/visitor-plugin-common@5.8.0
9+
310
## 5.1.0
411

512
### Minor Changes

Diff for: packages/plugins/typescript/typed-document-node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typed-document-node",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "GraphQL Code Generator plugin for generating ready-to-use TypedDocumentNode based on GraphQL operations",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"change-case-all": "1.0.15",
2020
"@graphql-codegen/plugin-helpers": "^5.1.0",
21-
"@graphql-codegen/visitor-plugin-common": "5.7.1",
21+
"@graphql-codegen/visitor-plugin-common": "5.8.0",
2222
"auto-bind": "~4.0.0",
2323
"tslib": "~2.6.0"
2424
},

Diff for: packages/plugins/typescript/typescript/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/typescript
22

3+
## 4.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f6909d1`](https://github.com/dotansimha/graphql-code-generator/commit/f6909d1797c15b79a0afb7ec089471763a485bfc)]:
8+
- @graphql-codegen/visitor-plugin-common@5.8.0
9+
310
## 4.1.5
411

512
### Patch Changes

Diff for: packages/plugins/typescript/typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript",
3-
"version": "4.1.5",
3+
"version": "4.1.6",
44
"description": "GraphQL Code Generator plugin for generating TypeScript types",
55
"repository": {
66
"type": "git",
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@graphql-codegen/plugin-helpers": "^5.1.0",
1717
"@graphql-codegen/schema-ast": "^4.0.2",
18-
"@graphql-codegen/visitor-plugin-common": "5.7.1",
18+
"@graphql-codegen/visitor-plugin-common": "5.8.0",
1919
"auto-bind": "~4.0.0",
2020
"tslib": "~2.6.0"
2121
},

Diff for: packages/presets/client/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @graphql-codegen/client-preset
22

3+
## 4.8.0
4+
5+
### Minor Changes
6+
7+
- [#10323](https://github.com/dotansimha/graphql-code-generator/pull/10323) [`f3cf4df`](https://github.com/dotansimha/graphql-code-generator/commit/f3cf4df358a896c5df0a7d8909c2fbf192e10c01) Thanks [@eddeee888](https://github.com/eddeee888)! - Add support for `nullability.errorHandlingClient`. This allows clients to get stronger types with [semantic nullability](https://github.com/graphql/graphql-wg/blob/main/rfcs/SemanticNullability.md)-enabled schemas.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`f6909d1`](https://github.com/dotansimha/graphql-code-generator/commit/f6909d1797c15b79a0afb7ec089471763a485bfc), [`f3cf4df`](https://github.com/dotansimha/graphql-code-generator/commit/f3cf4df358a896c5df0a7d8909c2fbf192e10c01)]:
12+
- @graphql-codegen/visitor-plugin-common@5.8.0
13+
- @graphql-codegen/typescript-operations@4.6.0
14+
- @graphql-codegen/gql-tag-operations@4.0.17
15+
- @graphql-codegen/typed-document-node@5.1.1
16+
- @graphql-codegen/typescript@4.1.6
17+
318
## 4.7.0
419

520
### Minor Changes

Diff for: packages/presets/client/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/client-preset",
3-
"version": "4.7.0",
3+
"version": "4.8.0",
44
"description": "GraphQL Code Generator preset for client.",
55
"repository": {
66
"type": "git",
@@ -21,12 +21,12 @@
2121
"@babel/helper-plugin-utils": "^7.20.2",
2222
"@babel/template": "^7.20.7",
2323
"@graphql-codegen/add": "^5.0.3",
24-
"@graphql-codegen/typed-document-node": "^5.1.0",
25-
"@graphql-codegen/typescript": "^4.1.5",
26-
"@graphql-codegen/typescript-operations": "^4.5.1",
27-
"@graphql-codegen/gql-tag-operations": "4.0.16",
24+
"@graphql-codegen/typed-document-node": "^5.1.1",
25+
"@graphql-codegen/typescript": "^4.1.6",
26+
"@graphql-codegen/typescript-operations": "^4.6.0",
27+
"@graphql-codegen/gql-tag-operations": "4.0.17",
2828
"@graphql-codegen/plugin-helpers": "^5.1.0",
29-
"@graphql-codegen/visitor-plugin-common": "^5.7.1",
29+
"@graphql-codegen/visitor-plugin-common": "^5.8.0",
3030
"@graphql-typed-document-node/core": "3.2.0",
3131
"@graphql-tools/documents": "^1.0.0",
3232
"@graphql-tools/utils": "^10.0.0",

Diff for: packages/presets/graphql-modules/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/graphql-modules-preset
22

3+
## 4.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f6909d1`](https://github.com/dotansimha/graphql-code-generator/commit/f6909d1797c15b79a0afb7ec089471763a485bfc)]:
8+
- @graphql-codegen/visitor-plugin-common@5.8.0
9+
310
## 4.0.15
411

512
### Patch Changes

Diff for: packages/presets/graphql-modules/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/graphql-modules-preset",
3-
"version": "4.0.15",
3+
"version": "4.0.16",
44
"description": "GraphQL Code Generator preset for modularized schema",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@graphql-codegen/plugin-helpers": "^5.1.0",
19-
"@graphql-codegen/visitor-plugin-common": "5.7.1",
19+
"@graphql-codegen/visitor-plugin-common": "5.8.0",
2020
"@graphql-tools/utils": "^10.0.0",
2121
"parse-filepath": "^1.0.2",
2222
"change-case-all": "1.0.15",

Diff for: website/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@graphql-codegen/c-sharp": "4.3.1",
2828
"@graphql-codegen/c-sharp-operations": "2.3.1",
2929
"@graphql-codegen/cli": "5.0.5",
30-
"@graphql-codegen/client-preset": "4.7.0",
30+
"@graphql-codegen/client-preset": "4.8.0",
3131
"@graphql-codegen/core": "4.0.2",
3232
"@graphql-codegen/flow": "2.3.6",
3333
"@graphql-codegen/flow-operations": "2.3.6",
@@ -46,8 +46,8 @@
4646
"@graphql-codegen/near-operation-file-preset": "2.5.0",
4747
"@graphql-codegen/schema-ast": "4.1.0",
4848
"@graphql-codegen/time": "5.0.1",
49-
"@graphql-codegen/typed-document-node": "5.1.0",
50-
"@graphql-codegen/typescript": "4.1.5",
49+
"@graphql-codegen/typed-document-node": "5.1.1",
50+
"@graphql-codegen/typescript": "4.1.6",
5151
"@graphql-codegen/typescript-apollo-angular": "3.5.6",
5252
"@graphql-codegen/typescript-apollo-client-helpers": "2.2.6",
5353
"@graphql-codegen/typescript-generic-sdk": "3.1.0",
@@ -56,10 +56,10 @@
5656
"@graphql-codegen/typescript-mongodb": "2.4.6",
5757
"@graphql-codegen/typescript-msw": "3.0.0",
5858
"@graphql-codegen/typescript-nhost": "0.0.2",
59-
"@graphql-codegen/typescript-operations": "4.5.1",
59+
"@graphql-codegen/typescript-operations": "4.6.0",
6060
"@graphql-codegen/typescript-react-apollo": "3.3.7",
6161
"@graphql-codegen/typescript-react-query": "4.1.0",
62-
"@graphql-codegen/typescript-resolvers": "4.4.4",
62+
"@graphql-codegen/typescript-resolvers": "4.5.0",
6363
"@graphql-codegen/typescript-rtk-query": "2.4.1",
6464
"@graphql-codegen/typescript-stencil-apollo": "2.3.6",
6565
"@graphql-codegen/typescript-type-graphql": "2.3.6",

0 commit comments

Comments
 (0)