Skip to content

Commit 8c40cdf

Browse files
chore(release): update monorepo packages versions (#9846)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2a40b3b commit 8c40cdf

File tree

24 files changed

+112
-42
lines changed

24 files changed

+112
-42
lines changed

Diff for: .changeset/serious-ladybugs-pull.md

-5
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.0.3",
15-
"@graphql-codegen/typed-document-node": "5.0.4",
16-
"@graphql-codegen/typescript": "4.0.4",
17-
"@graphql-codegen/typescript-operations": "4.1.2",
18-
"@graphql-codegen/typescript-resolvers": "4.0.4",
15+
"@graphql-codegen/typed-document-node": "5.0.5",
16+
"@graphql-codegen/typescript": "4.0.5",
17+
"@graphql-codegen/typescript-operations": "4.1.3",
18+
"@graphql-codegen/typescript-resolvers": "4.0.5",
1919
"@graphql-tools/graphql-file-loader": "8.0.0",
2020
"@graphql-tools/load": "8.0.0",
2121
"@graphql-tools/schema": "10.0.0",

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.2",
7-
"@graphql-codegen/typescript": "4.0.4",
8-
"@graphql-codegen/typescript-resolvers": "4.0.4"
7+
"@graphql-codegen/typescript": "4.0.5",
8+
"@graphql-codegen/typescript-resolvers": "4.0.5"
99
},
1010
"dependencies": {
1111
"graphql": "16.8.0",

Diff for: packages/plugins/other/introspection/CHANGELOG.md

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

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`53f270a`](https://github.com/dotansimha/graphql-code-generator/commit/53f270acfa1da992e0f9d2e50921bb588392f8a5)]:
8+
- @graphql-codegen/visitor-plugin-common@5.0.0
9+
310
## 4.0.2
411

512
### Patch Changes

Diff for: packages/plugins/other/introspection/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/introspection",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "GraphQL Code Generator plugin for generating an introspection JSON file for a GraphQLSchema",
55
"repository": {
66
"type": "git",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@graphql-codegen/plugin-helpers": "^5.0.3",
17-
"@graphql-codegen/visitor-plugin-common": "^4.1.2",
17+
"@graphql-codegen/visitor-plugin-common": "^5.0.0",
1818
"tslib": "~2.6.0"
1919
},
2020
"peerDependencies": {

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.0.0
4+
5+
### Major Changes
6+
7+
- [#9845](https://github.com/dotansimha/graphql-code-generator/pull/9845) [`53f270a`](https://github.com/dotansimha/graphql-code-generator/commit/53f270acfa1da992e0f9d2e50921bb588392f8a5) Thanks [@productdevbook](https://github.com/productdevbook)! - path starts with "#"
8+
39
## 4.1.2
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": "4.1.2",
3+
"version": "5.0.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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`53f270a`](https://github.com/dotansimha/graphql-code-generator/commit/53f270acfa1da992e0f9d2e50921bb588392f8a5)]:
8+
- @graphql-codegen/visitor-plugin-common@5.0.0
9+
310
## 4.0.4
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.4",
3+
"version": "4.0.5",
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.0.3",
17-
"@graphql-codegen/visitor-plugin-common": "4.1.2",
17+
"@graphql-codegen/visitor-plugin-common": "5.0.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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`53f270a`](https://github.com/dotansimha/graphql-code-generator/commit/53f270acfa1da992e0f9d2e50921bb588392f8a5)]:
8+
- @graphql-codegen/visitor-plugin-common@5.0.0
9+
310
## 4.0.4
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.4",
3+
"version": "4.0.5",
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.0.3",
21-
"@graphql-codegen/visitor-plugin-common": "4.1.2",
21+
"@graphql-codegen/visitor-plugin-common": "5.0.0",
2222
"auto-bind": "~4.0.0",
2323
"tslib": "~2.6.0"
2424
},

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

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

3+
## 4.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`53f270a`](https://github.com/dotansimha/graphql-code-generator/commit/53f270acfa1da992e0f9d2e50921bb588392f8a5)]:
8+
- @graphql-codegen/visitor-plugin-common@5.0.0
9+
- @graphql-codegen/typescript@4.0.5
10+
311
## 4.1.2
412

513
### 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.1.2",
3+
"version": "4.1.3",
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.0.3",
17-
"@graphql-codegen/typescript": "^4.0.4",
18-
"@graphql-codegen/visitor-plugin-common": "4.1.2",
17+
"@graphql-codegen/typescript": "^4.0.5",
18+
"@graphql-codegen/visitor-plugin-common": "5.0.0",
1919
"auto-bind": "~4.0.0",
2020
"tslib": "~2.6.0"
2121
},

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

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

3+
## 4.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`53f270a`](https://github.com/dotansimha/graphql-code-generator/commit/53f270acfa1da992e0f9d2e50921bb588392f8a5)]:
8+
- @graphql-codegen/visitor-plugin-common@5.0.0
9+
- @graphql-codegen/typescript@4.0.5
10+
311
## 4.0.4
412

513
### 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.0.4",
3+
"version": "4.0.5",
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.0.3",
17-
"@graphql-codegen/typescript": "^4.0.4",
18-
"@graphql-codegen/visitor-plugin-common": "4.1.2",
17+
"@graphql-codegen/typescript": "^4.0.5",
18+
"@graphql-codegen/visitor-plugin-common": "5.0.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.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`53f270a`](https://github.com/dotansimha/graphql-code-generator/commit/53f270acfa1da992e0f9d2e50921bb588392f8a5)]:
8+
- @graphql-codegen/visitor-plugin-common@5.0.0
9+
310
## 5.0.4
411

512
### Patch 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.0.4",
3+
"version": "5.0.5",
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.0.3",
21-
"@graphql-codegen/visitor-plugin-common": "4.1.2",
21+
"@graphql-codegen/visitor-plugin-common": "5.0.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.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`53f270a`](https://github.com/dotansimha/graphql-code-generator/commit/53f270acfa1da992e0f9d2e50921bb588392f8a5)]:
8+
- @graphql-codegen/visitor-plugin-common@5.0.0
9+
310
## 4.0.4
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.0.4",
3+
"version": "4.0.5",
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.0.3",
1717
"@graphql-codegen/schema-ast": "^4.0.2",
18-
"@graphql-codegen/visitor-plugin-common": "4.1.2",
18+
"@graphql-codegen/visitor-plugin-common": "5.0.0",
1919
"auto-bind": "~4.0.0",
2020
"tslib": "~2.6.0"
2121
},

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

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

3+
## 4.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`53f270a`](https://github.com/dotansimha/graphql-code-generator/commit/53f270acfa1da992e0f9d2e50921bb588392f8a5)]:
8+
- @graphql-codegen/visitor-plugin-common@5.0.0
9+
- @graphql-codegen/gql-tag-operations@4.0.5
10+
- @graphql-codegen/typescript-operations@4.1.3
11+
- @graphql-codegen/typed-document-node@5.0.5
12+
- @graphql-codegen/typescript@4.0.5
13+
314
## 4.2.2
415

516
### Patch 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.2.2",
3+
"version": "4.2.3",
44
"description": "GraphQL Code Generator preset for client.",
55
"repository": {
66
"type": "git",
@@ -20,12 +20,12 @@
2020
"@babel/helper-plugin-utils": "^7.20.2",
2121
"@babel/template": "^7.20.7",
2222
"@graphql-codegen/add": "^5.0.2",
23-
"@graphql-codegen/typed-document-node": "^5.0.4",
24-
"@graphql-codegen/typescript": "^4.0.4",
25-
"@graphql-codegen/typescript-operations": "^4.1.2",
26-
"@graphql-codegen/gql-tag-operations": "4.0.4",
23+
"@graphql-codegen/typed-document-node": "^5.0.5",
24+
"@graphql-codegen/typescript": "^4.0.5",
25+
"@graphql-codegen/typescript-operations": "^4.1.3",
26+
"@graphql-codegen/gql-tag-operations": "4.0.5",
2727
"@graphql-codegen/plugin-helpers": "^5.0.3",
28-
"@graphql-codegen/visitor-plugin-common": "^4.1.2",
28+
"@graphql-codegen/visitor-plugin-common": "^5.0.0",
2929
"@graphql-typed-document-node/core": "3.2.0",
3030
"@graphql-tools/documents": "^1.0.0",
3131
"@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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`53f270a`](https://github.com/dotansimha/graphql-code-generator/commit/53f270acfa1da992e0f9d2e50921bb588392f8a5)]:
8+
- @graphql-codegen/visitor-plugin-common@5.0.0
9+
310
## 4.0.4
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.4",
3+
"version": "4.0.5",
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.0.3",
19-
"@graphql-codegen/visitor-plugin-common": "4.1.2",
19+
"@graphql-codegen/visitor-plugin-common": "5.0.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

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@graphql-codegen/c-sharp": "4.3.1",
2626
"@graphql-codegen/c-sharp-operations": "2.3.1",
2727
"@graphql-codegen/cli": "5.0.2",
28-
"@graphql-codegen/client-preset": "4.2.2",
28+
"@graphql-codegen/client-preset": "4.2.3",
2929
"@graphql-codegen/core": "4.0.2",
3030
"@graphql-codegen/flow": "2.3.6",
3131
"@graphql-codegen/flow-operations": "2.3.6",
@@ -34,7 +34,7 @@
3434
"@graphql-codegen/fragment-matcher": "5.0.2",
3535
"@graphql-codegen/hasura-allow-list": "2.0.0",
3636
"@graphql-codegen/import-types-preset": "2.2.6",
37-
"@graphql-codegen/introspection": "4.0.2",
37+
"@graphql-codegen/introspection": "4.0.3",
3838
"@graphql-codegen/java": "3.3.6",
3939
"@graphql-codegen/java-apollo-android": "2.3.6",
4040
"@graphql-codegen/java-resolvers": "2.3.6",
@@ -44,8 +44,8 @@
4444
"@graphql-codegen/near-operation-file-preset": "2.5.0",
4545
"@graphql-codegen/schema-ast": "4.0.2",
4646
"@graphql-codegen/time": "5.0.0",
47-
"@graphql-codegen/typed-document-node": "5.0.4",
48-
"@graphql-codegen/typescript": "4.0.4",
47+
"@graphql-codegen/typed-document-node": "5.0.5",
48+
"@graphql-codegen/typescript": "4.0.5",
4949
"@graphql-codegen/typescript-apollo-angular": "3.5.6",
5050
"@graphql-codegen/typescript-apollo-client-helpers": "2.2.6",
5151
"@graphql-codegen/typescript-generic-sdk": "3.1.0",
@@ -54,10 +54,10 @@
5454
"@graphql-codegen/typescript-mongodb": "2.4.6",
5555
"@graphql-codegen/typescript-msw": "3.0.0",
5656
"@graphql-codegen/typescript-nhost": "0.0.2",
57-
"@graphql-codegen/typescript-operations": "4.1.2",
57+
"@graphql-codegen/typescript-operations": "4.1.3",
5858
"@graphql-codegen/typescript-react-apollo": "3.3.7",
5959
"@graphql-codegen/typescript-react-query": "4.1.0",
60-
"@graphql-codegen/typescript-resolvers": "4.0.4",
60+
"@graphql-codegen/typescript-resolvers": "4.0.5",
6161
"@graphql-codegen/typescript-rtk-query": "2.4.1",
6262
"@graphql-codegen/typescript-stencil-apollo": "2.3.6",
6363
"@graphql-codegen/typescript-type-graphql": "2.3.6",

0 commit comments

Comments
 (0)