Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#9847)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] committed Feb 22, 2024
1 parent eea2470 commit 83a586a
Show file tree
Hide file tree
Showing 27 changed files with 124 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_testing-9627-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_testing-9851-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lazy-laws-brake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mighty-doors-stare.md

This file was deleted.

8 changes: 4 additions & 4 deletions examples/programmatic-typescript/package.json
Expand Up @@ -12,10 +12,10 @@
"dependencies": {
"@graphql-codegen/core": "4.0.2",
"@graphql-codegen/plugin-helpers": "5.0.3",
"@graphql-codegen/typed-document-node": "5.0.5",
"@graphql-codegen/typescript": "4.0.5",
"@graphql-codegen/typescript-operations": "4.1.3",
"@graphql-codegen/typescript-resolvers": "4.0.5",
"@graphql-codegen/typed-document-node": "5.0.6",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-operations": "4.2.0",
"@graphql-codegen/typescript-resolvers": "4.0.6",
"@graphql-tools/graphql-file-loader": "8.0.0",
"@graphql-tools/load": "8.0.1",
"@graphql-tools/schema": "10.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript-resolvers/package.json
Expand Up @@ -4,8 +4,8 @@
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "4.0.5",
"@graphql-codegen/typescript-resolvers": "4.0.5"
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-resolvers": "4.0.6"
},
"dependencies": {
"graphql": "16.8.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugins/other/visitor-plugin-common/CHANGELOG.md
@@ -1,5 +1,15 @@
# @graphql-codegen/visitor-plugin-common

## 5.1.0

### Minor Changes

- [#9652](https://github.com/dotansimha/graphql-code-generator/pull/9652) [`920b443`](https://github.com/dotansimha/graphql-code-generator/commit/920b443a401b8cc4811f64ec5b25fc7b4ae32b53) Thanks [@gmurphey](https://github.com/gmurphey)! - Added allowUndefinedQueryVariables as config option

### Patch Changes

- [#9842](https://github.com/dotansimha/graphql-code-generator/pull/9842) [`ed9c205`](https://github.com/dotansimha/graphql-code-generator/commit/ed9c205d15d7f14ed73e54aecf40e4fad5664e9d) Thanks [@henryqdineen](https://github.com/henryqdineen)! - properly handle aliased conditionals

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/visitor-plugin-common/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/visitor-plugin-common",
"version": "5.0.0",
"version": "5.1.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/typescript/document-nodes/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-codegen/typescript-document-nodes

## 4.0.6

### Patch Changes

- Updated dependencies [[`920b443`](https://github.com/dotansimha/graphql-code-generator/commit/920b443a401b8cc4811f64ec5b25fc7b4ae32b53), [`ed9c205`](https://github.com/dotansimha/graphql-code-generator/commit/ed9c205d15d7f14ed73e54aecf40e4fad5664e9d)]:
- @graphql-codegen/visitor-plugin-common@5.1.0

## 4.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/document-nodes/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-document-nodes",
"version": "4.0.5",
"version": "4.0.6",
"description": "GraphQL Code Generator plugin for generating TypeScript modules with embedded GraphQL document nodes",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^5.0.3",
"@graphql-codegen/visitor-plugin-common": "5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.1.0",
"auto-bind": "~4.0.0",
"tslib": "~2.6.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/typescript/gql-tag-operations/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-codegen/gql-tag-operations

## 4.0.6

### Patch Changes

- Updated dependencies [[`920b443`](https://github.com/dotansimha/graphql-code-generator/commit/920b443a401b8cc4811f64ec5b25fc7b4ae32b53), [`ed9c205`](https://github.com/dotansimha/graphql-code-generator/commit/ed9c205d15d7f14ed73e54aecf40e4fad5664e9d)]:
- @graphql-codegen/visitor-plugin-common@5.1.0

## 4.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/gql-tag-operations/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/gql-tag-operations",
"version": "4.0.5",
"version": "4.0.6",
"description": "GraphQL Code Generator plugin for generating a typed gql tag function",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@graphql-tools/utils": "^10.0.0",
"@graphql-codegen/plugin-helpers": "^5.0.3",
"@graphql-codegen/visitor-plugin-common": "5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.1.0",
"auto-bind": "~4.0.0",
"tslib": "~2.6.0"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/plugins/typescript/operations/CHANGELOG.md
@@ -1,5 +1,19 @@
# @graphql-codegen/typescript-operations

## 4.2.0

### Minor Changes

- [#9652](https://github.com/dotansimha/graphql-code-generator/pull/9652) [`920b443`](https://github.com/dotansimha/graphql-code-generator/commit/920b443a401b8cc4811f64ec5b25fc7b4ae32b53) Thanks [@gmurphey](https://github.com/gmurphey)! - Added allowUndefinedQueryVariables as config option

### Patch Changes

- [#9842](https://github.com/dotansimha/graphql-code-generator/pull/9842) [`ed9c205`](https://github.com/dotansimha/graphql-code-generator/commit/ed9c205d15d7f14ed73e54aecf40e4fad5664e9d) Thanks [@henryqdineen](https://github.com/henryqdineen)! - properly handle aliased conditionals

- Updated dependencies [[`920b443`](https://github.com/dotansimha/graphql-code-generator/commit/920b443a401b8cc4811f64ec5b25fc7b4ae32b53), [`ed9c205`](https://github.com/dotansimha/graphql-code-generator/commit/ed9c205d15d7f14ed73e54aecf40e4fad5664e9d)]:
- @graphql-codegen/visitor-plugin-common@5.1.0
- @graphql-codegen/typescript@4.0.6

## 4.1.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/typescript/operations/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-operations",
"version": "4.1.3",
"version": "4.2.0",
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^5.0.3",
"@graphql-codegen/typescript": "^4.0.5",
"@graphql-codegen/visitor-plugin-common": "5.0.0",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/visitor-plugin-common": "5.1.0",
"auto-bind": "~4.0.0",
"tslib": "~2.6.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/typescript/resolvers/CHANGELOG.md
@@ -1,5 +1,13 @@
# @graphql-codegen/typescript-resolvers

## 4.0.6

### Patch Changes

- Updated dependencies [[`920b443`](https://github.com/dotansimha/graphql-code-generator/commit/920b443a401b8cc4811f64ec5b25fc7b4ae32b53), [`ed9c205`](https://github.com/dotansimha/graphql-code-generator/commit/ed9c205d15d7f14ed73e54aecf40e4fad5664e9d)]:
- @graphql-codegen/visitor-plugin-common@5.1.0
- @graphql-codegen/typescript@4.0.6

## 4.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/typescript/resolvers/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-resolvers",
"version": "4.0.5",
"version": "4.0.6",
"description": "GraphQL Code Generator plugin for generating TypeScript types for resolvers signature",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^5.0.3",
"@graphql-codegen/typescript": "^4.0.5",
"@graphql-codegen/visitor-plugin-common": "5.0.0",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/visitor-plugin-common": "5.1.0",
"@graphql-tools/utils": "^10.0.0",
"auto-bind": "~4.0.0",
"tslib": "~2.6.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/typescript/typed-document-node/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-codegen/typed-document-node

## 5.0.6

### Patch Changes

- Updated dependencies [[`920b443`](https://github.com/dotansimha/graphql-code-generator/commit/920b443a401b8cc4811f64ec5b25fc7b4ae32b53), [`ed9c205`](https://github.com/dotansimha/graphql-code-generator/commit/ed9c205d15d7f14ed73e54aecf40e4fad5664e9d)]:
- @graphql-codegen/visitor-plugin-common@5.1.0

## 5.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/typed-document-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typed-document-node",
"version": "5.0.5",
"version": "5.0.6",
"description": "GraphQL Code Generator plugin for generating ready-to-use TypedDocumentNode based on GraphQL operations",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"change-case-all": "1.0.15",
"@graphql-codegen/plugin-helpers": "^5.0.3",
"@graphql-codegen/visitor-plugin-common": "5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.1.0",
"auto-bind": "~4.0.0",
"tslib": "~2.6.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/typescript/typescript/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-codegen/typescript

## 4.0.6

### Patch Changes

- Updated dependencies [[`920b443`](https://github.com/dotansimha/graphql-code-generator/commit/920b443a401b8cc4811f64ec5b25fc7b4ae32b53), [`ed9c205`](https://github.com/dotansimha/graphql-code-generator/commit/ed9c205d15d7f14ed73e54aecf40e4fad5664e9d)]:
- @graphql-codegen/visitor-plugin-common@5.1.0

## 4.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript",
"version": "4.0.5",
"version": "4.0.6",
"description": "GraphQL Code Generator plugin for generating TypeScript types",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^5.0.3",
"@graphql-codegen/schema-ast": "^4.0.2",
"@graphql-codegen/visitor-plugin-common": "5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.1.0",
"auto-bind": "~4.0.0",
"tslib": "~2.6.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/presets/client/CHANGELOG.md
@@ -1,5 +1,16 @@
# @graphql-codegen/client-preset

## 4.2.4

### Patch Changes

- Updated dependencies [[`920b443`](https://github.com/dotansimha/graphql-code-generator/commit/920b443a401b8cc4811f64ec5b25fc7b4ae32b53), [`ed9c205`](https://github.com/dotansimha/graphql-code-generator/commit/ed9c205d15d7f14ed73e54aecf40e4fad5664e9d)]:
- @graphql-codegen/visitor-plugin-common@5.1.0
- @graphql-codegen/typescript-operations@4.2.0
- @graphql-codegen/gql-tag-operations@4.0.6
- @graphql-codegen/typed-document-node@5.0.6
- @graphql-codegen/typescript@4.0.6

## 4.2.3

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/presets/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/client-preset",
"version": "4.2.3",
"version": "4.2.4",
"description": "GraphQL Code Generator preset for client.",
"repository": {
"type": "git",
Expand All @@ -20,12 +20,12 @@
"@babel/helper-plugin-utils": "^7.20.2",
"@babel/template": "^7.20.7",
"@graphql-codegen/add": "^5.0.2",
"@graphql-codegen/typed-document-node": "^5.0.5",
"@graphql-codegen/typescript": "^4.0.5",
"@graphql-codegen/typescript-operations": "^4.1.3",
"@graphql-codegen/gql-tag-operations": "4.0.5",
"@graphql-codegen/typed-document-node": "^5.0.6",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/gql-tag-operations": "4.0.6",
"@graphql-codegen/plugin-helpers": "^5.0.3",
"@graphql-codegen/visitor-plugin-common": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "^5.1.0",
"@graphql-typed-document-node/core": "3.2.0",
"@graphql-tools/documents": "^1.0.0",
"@graphql-tools/utils": "^10.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/presets/graphql-modules/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-codegen/graphql-modules-preset

## 4.0.6

### Patch Changes

- Updated dependencies [[`920b443`](https://github.com/dotansimha/graphql-code-generator/commit/920b443a401b8cc4811f64ec5b25fc7b4ae32b53), [`ed9c205`](https://github.com/dotansimha/graphql-code-generator/commit/ed9c205d15d7f14ed73e54aecf40e4fad5664e9d)]:
- @graphql-codegen/visitor-plugin-common@5.1.0

## 4.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/presets/graphql-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/graphql-modules-preset",
"version": "4.0.5",
"version": "4.0.6",
"description": "GraphQL Code Generator preset for modularized schema",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^5.0.3",
"@graphql-codegen/visitor-plugin-common": "5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.1.0",
"@graphql-tools/utils": "^10.0.0",
"parse-filepath": "^1.0.2",
"change-case-all": "1.0.15",
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/graphql-codegen-testing/CHANGELOG.md
@@ -1,5 +1,16 @@
# @graphql-codegen/testing

## 3.0.3

### Patch Changes

- [#9627](https://github.com/dotansimha/graphql-code-generator/pull/9627) [`422e2a7`](https://github.com/dotansimha/graphql-code-generator/commit/422e2a78f4ebe158e5e4a5f3248e0d03e88b69d6) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`nock@13.3.6` ↗︎](https://www.npmjs.com/package/nock/v/13.3.6) (from `13.3.1`, in `dependencies`)

- [#9851](https://github.com/dotansimha/graphql-code-generator/pull/9851) [`217ed56`](https://github.com/dotansimha/graphql-code-generator/commit/217ed565a2f722f76ce90a3ce5d14117d3e9993f) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`nock@13.5.3` ↗︎](https://www.npmjs.com/package/nock/v/13.5.3) (from `13.3.6`, in `dependencies`)

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/graphql-codegen-testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/testing",
"version": "3.0.2",
"version": "3.0.3",
"description": "GraphQL Codegen Testing Utils",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
10 changes: 5 additions & 5 deletions website/package.json
Expand Up @@ -25,7 +25,7 @@
"@graphql-codegen/c-sharp": "4.3.1",
"@graphql-codegen/c-sharp-operations": "2.3.1",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.3",
"@graphql-codegen/client-preset": "4.2.4",
"@graphql-codegen/core": "4.0.2",
"@graphql-codegen/flow": "2.3.6",
"@graphql-codegen/flow-operations": "2.3.6",
Expand All @@ -44,8 +44,8 @@
"@graphql-codegen/near-operation-file-preset": "2.5.0",
"@graphql-codegen/schema-ast": "4.0.2",
"@graphql-codegen/time": "5.0.0",
"@graphql-codegen/typed-document-node": "5.0.5",
"@graphql-codegen/typescript": "4.0.5",
"@graphql-codegen/typed-document-node": "5.0.6",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-apollo-angular": "3.5.6",
"@graphql-codegen/typescript-apollo-client-helpers": "2.2.6",
"@graphql-codegen/typescript-generic-sdk": "3.1.0",
Expand All @@ -54,10 +54,10 @@
"@graphql-codegen/typescript-mongodb": "2.4.6",
"@graphql-codegen/typescript-msw": "3.0.0",
"@graphql-codegen/typescript-nhost": "0.0.2",
"@graphql-codegen/typescript-operations": "4.1.3",
"@graphql-codegen/typescript-operations": "4.2.0",
"@graphql-codegen/typescript-react-apollo": "3.3.7",
"@graphql-codegen/typescript-react-query": "4.1.0",
"@graphql-codegen/typescript-resolvers": "4.0.5",
"@graphql-codegen/typescript-resolvers": "4.0.6",
"@graphql-codegen/typescript-rtk-query": "2.4.1",
"@graphql-codegen/typescript-stencil-apollo": "2.3.6",
"@graphql-codegen/typescript-type-graphql": "2.3.6",
Expand Down

0 comments on commit 83a586a

Please sign in to comment.