Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 27, 2022
1 parent ed87c78 commit 51dea5b
Show file tree
Hide file tree
Showing 45 changed files with 209 additions and 125 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_cli-8715-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_cli-8729-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_cli-8771-dependencies.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_schema-ast-8771-dependencies.md

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-peaches-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-tools-fetch.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/typescript-esm/package.json
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.16.1",
"@graphql-codegen/gql-tag-operations-preset": "1.7.2"
"@graphql-codegen/cli": "2.16.2",
"@graphql-codegen/gql-tag-operations-preset": "1.7.3"
},
"dependencies": {
"@graphql-typed-document-node/core": "3.1.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript-graphql-request/package.json
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.16.1",
"@graphql-codegen/gql-tag-operations-preset": "1.7.2"
"@graphql-codegen/cli": "2.16.2",
"@graphql-codegen/gql-tag-operations-preset": "1.7.3"
},
"dependencies": {
"graphql": "16.6.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/typescript-resolvers/package.json
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.16.1",
"@graphql-codegen/typescript": "2.8.5",
"@graphql-codegen/typescript-resolvers": "2.7.10"
"@graphql-codegen/cli": "2.16.2",
"@graphql-codegen/typescript": "2.8.6",
"@graphql-codegen/typescript-resolvers": "2.7.11"
},
"dependencies": {
"graphql": "16.6.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-cli-codegen-plugin/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-cli/codegen

## 2.4.22

### Patch Changes

- Updated dependencies [[`b1512a59a`](https://github.com/dotansimha/graphql-code-generator/commit/b1512a59a0195c1f67a7e87d6a450e98d115df39), [`e6ff224fb`](https://github.com/dotansimha/graphql-code-generator/commit/e6ff224fb70cab38e30a963eb9135b2f6257e46c), [`ed87c782b`](https://github.com/dotansimha/graphql-code-generator/commit/ed87c782bf3292bfbee772c6962d6cbc43a9abe7)]:
- @graphql-codegen/cli@2.16.2

## 2.4.21

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-cli-codegen-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-cli/codegen",
"version": "2.4.21",
"version": "2.4.22",
"description": "GraphQL Code Generator's GraphQL CLI plugin. GraphQL Code Generator is a tool that generates code from your GraphQL schema and documents for your backend or frontend with flexible support for custom plugins and templates.",
"license": "MIT",
"keywords": [
Expand All @@ -25,7 +25,7 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/cli": "2.16.1",
"@graphql-codegen/cli": "2.16.2",
"@graphql-cli/common": "4.1.0"
},
"main": "dist/cjs/index.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
@@ -1,5 +1,22 @@
# @graphql-codegen/cli

## 2.16.2

### Patch Changes

- [#8715](https://github.com/dotansimha/graphql-code-generator/pull/8715) [`b1512a59a`](https://github.com/dotansimha/graphql-code-generator/commit/b1512a59a0195c1f67a7e87d6a450e98d115df39) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`cosmiconfig-typescript-loader@4.2.0` ↗︎](https://www.npmjs.com/package/cosmiconfig-typescript-loader/v/4.2.0) (from `4.1.1`, in `dependencies`)

- [#8729](https://github.com/dotansimha/graphql-code-generator/pull/8729) [`e6ff224fb`](https://github.com/dotansimha/graphql-code-generator/commit/e6ff224fb70cab38e30a963eb9135b2f6257e46c) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`cosmiconfig-typescript-loader@4.3.0` ↗︎](https://www.npmjs.com/package/cosmiconfig-typescript-loader/v/4.3.0) (from `4.2.0`, in `dependencies`)

- [#8771](https://github.com/dotansimha/graphql-code-generator/pull/8771) [`ed87c782b`](https://github.com/dotansimha/graphql-code-generator/commit/ed87c782bf3292bfbee772c6962d6cbc43a9abe7) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-tools/utils@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.0.0) (from `^8.9.0`, in `dependencies`)
- Updated dependencies [[`ed87c782b`](https://github.com/dotansimha/graphql-code-generator/commit/ed87c782bf3292bfbee772c6962d6cbc43a9abe7), [`6c6b6f2df`](https://github.com/dotansimha/graphql-code-generator/commit/6c6b6f2df88a3a37b437a25320dab5590f033316)]:
- @graphql-codegen/plugin-helpers@3.1.2

## 2.16.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-codegen-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/cli",
"version": "2.16.1",
"version": "2.16.2",
"license": "MIT",
"bin": {
"gql-gen": "dist/cjs/bin.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@babel/template": "^7.18.10",
"@babel/types": "^7.18.13",
"@graphql-codegen/core": "2.6.8",
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-tools/apollo-engine-loader": "^7.3.6",
"@graphql-tools/code-file-loader": "^7.3.13",
"@graphql-tools/git-loader": "^7.2.13",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/other/schema-ast/CHANGELOG.md
@@ -1,5 +1,14 @@
# @graphql-codegen/schema-ast

## 2.6.1

### Patch Changes

- [#8771](https://github.com/dotansimha/graphql-code-generator/pull/8771) [`ed87c782b`](https://github.com/dotansimha/graphql-code-generator/commit/ed87c782bf3292bfbee772c6962d6cbc43a9abe7) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-tools/utils@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.0.0) (from `^8.8.0`, in `dependencies`)
- Updated dependencies [[`ed87c782b`](https://github.com/dotansimha/graphql-code-generator/commit/ed87c782bf3292bfbee772c6962d6cbc43a9abe7), [`6c6b6f2df`](https://github.com/dotansimha/graphql-code-generator/commit/6c6b6f2df88a3a37b437a25320dab5590f033316)]:
- @graphql-codegen/plugin-helpers@3.1.2

## 2.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/schema-ast/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/schema-ast",
"version": "2.6.0",
"version": "2.6.1",
"description": "GraphQL Code Generator plugin for generating a .graphql file from a given schema",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-tools/utils": "^9.0.0",
"tslib": "~2.4.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/other/visitor-plugin-common/CHANGELOG.md
@@ -1,5 +1,14 @@
# @graphql-codegen/visitor-plugin-common

## 2.13.6

### Patch Changes

- [#8771](https://github.com/dotansimha/graphql-code-generator/pull/8771) [`ed87c782b`](https://github.com/dotansimha/graphql-code-generator/commit/ed87c782bf3292bfbee772c6962d6cbc43a9abe7) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-tools/utils@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.0.0) (from `^8.8.0`, in `dependencies`)
- Updated dependencies [[`ed87c782b`](https://github.com/dotansimha/graphql-code-generator/commit/ed87c782bf3292bfbee772c6962d6cbc43a9abe7), [`6c6b6f2df`](https://github.com/dotansimha/graphql-code-generator/commit/6c6b6f2df88a3a37b437a25320dab5590f033316)]:
- @graphql-codegen/plugin-helpers@3.1.2

## 2.13.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/visitor-plugin-common/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/visitor-plugin-common",
"version": "2.13.5",
"version": "2.13.6",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@graphql-tools/optimize": "^1.3.0",
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-tools/relay-operation-optimizer": "^6.5.0",
"@graphql-tools/utils": "^9.0.0",
"auto-bind": "~4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/typescript/document-nodes/CHANGELOG.md
@@ -1,5 +1,13 @@
# @graphql-codegen/typescript-document-nodes

## 2.3.11

### Patch Changes

- Updated dependencies [[`ed87c782b`](https://github.com/dotansimha/graphql-code-generator/commit/ed87c782bf3292bfbee772c6962d6cbc43a9abe7), [`ed87c782b`](https://github.com/dotansimha/graphql-code-generator/commit/ed87c782bf3292bfbee772c6962d6cbc43a9abe7), [`6c6b6f2df`](https://github.com/dotansimha/graphql-code-generator/commit/6c6b6f2df88a3a37b437a25320dab5590f033316)]:
- @graphql-codegen/plugin-helpers@3.1.2
- @graphql-codegen/visitor-plugin-common@2.13.6

## 2.3.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/typescript/document-nodes/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-document-nodes",
"version": "2.3.10",
"version": "2.3.11",
"description": "GraphQL Code Generator plugin for generating TypeScript modules with embedded GraphQL document nodes",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-codegen/visitor-plugin-common": "2.13.5",
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-codegen/visitor-plugin-common": "2.13.6",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/plugins/typescript/gql-tag-operations/CHANGELOG.md
@@ -1,5 +1,15 @@
# @graphql-codegen/gql-tag-operations

## 1.5.12

### Patch Changes

- [#8771](https://github.com/dotansimha/graphql-code-generator/pull/8771) [`ed87c782b`](https://github.com/dotansimha/graphql-code-generator/commit/ed87c782bf3292bfbee772c6962d6cbc43a9abe7) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-tools/utils@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.0.0) (from `^8.8.0`, in `dependencies`)
- Updated dependencies [[`ed87c782b`](https://github.com/dotansimha/graphql-code-generator/commit/ed87c782bf3292bfbee772c6962d6cbc43a9abe7), [`ed87c782b`](https://github.com/dotansimha/graphql-code-generator/commit/ed87c782bf3292bfbee772c6962d6cbc43a9abe7), [`6c6b6f2df`](https://github.com/dotansimha/graphql-code-generator/commit/6c6b6f2df88a3a37b437a25320dab5590f033316)]:
- @graphql-codegen/plugin-helpers@3.1.2
- @graphql-codegen/visitor-plugin-common@2.13.6

## 1.5.11

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/typescript/gql-tag-operations/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/gql-tag-operations",
"version": "1.5.11",
"version": "1.5.12",
"description": "GraphQL Code Generator plugin for generating a typed gql tag function",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,8 @@
},
"dependencies": {
"@graphql-tools/utils": "^9.0.0",
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-codegen/visitor-plugin-common": "2.13.5",
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-codegen/visitor-plugin-common": "2.13.6",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/typescript/operations/CHANGELOG.md
@@ -1,5 +1,14 @@
# @graphql-codegen/typescript-operations

## 2.5.11

### Patch Changes

- Updated dependencies [[`ed87c782b`](https://github.com/dotansimha/graphql-code-generator/commit/ed87c782bf3292bfbee772c6962d6cbc43a9abe7), [`ed87c782b`](https://github.com/dotansimha/graphql-code-generator/commit/ed87c782bf3292bfbee772c6962d6cbc43a9abe7), [`6c6b6f2df`](https://github.com/dotansimha/graphql-code-generator/commit/6c6b6f2df88a3a37b437a25320dab5590f033316)]:
- @graphql-codegen/plugin-helpers@3.1.2
- @graphql-codegen/visitor-plugin-common@2.13.6
- @graphql-codegen/typescript@2.8.6

## 2.5.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/typescript/operations/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-operations",
"version": "2.5.10",
"version": "2.5.11",
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-codegen/typescript": "^2.8.5",
"@graphql-codegen/visitor-plugin-common": "2.13.5",
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-codegen/typescript": "^2.8.6",
"@graphql-codegen/visitor-plugin-common": "2.13.6",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/typescript/resolvers/CHANGELOG.md
@@ -1,5 +1,16 @@
# @graphql-codegen/typescript-resolvers

## 2.7.11

### Patch Changes

- [#8771](https://github.com/dotansimha/graphql-code-generator/pull/8771) [`ed87c782b`](https://github.com/dotansimha/graphql-code-generator/commit/ed87c782bf3292bfbee772c6962d6cbc43a9abe7) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-tools/utils@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.0.0) (from `^8.8.0`, in `dependencies`)
- Updated dependencies [[`ed87c782b`](https://github.com/dotansimha/graphql-code-generator/commit/ed87c782bf3292bfbee772c6962d6cbc43a9abe7), [`ed87c782b`](https://github.com/dotansimha/graphql-code-generator/commit/ed87c782bf3292bfbee772c6962d6cbc43a9abe7), [`6c6b6f2df`](https://github.com/dotansimha/graphql-code-generator/commit/6c6b6f2df88a3a37b437a25320dab5590f033316)]:
- @graphql-codegen/plugin-helpers@3.1.2
- @graphql-codegen/visitor-plugin-common@2.13.6
- @graphql-codegen/typescript@2.8.6

## 2.7.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/typescript/resolvers/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-resolvers",
"version": "2.7.10",
"version": "2.7.11",
"description": "GraphQL Code Generator plugin for generating TypeScript types for resolvers signature",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.1.1",
"@graphql-codegen/typescript": "^2.8.5",
"@graphql-codegen/visitor-plugin-common": "2.13.5",
"@graphql-codegen/plugin-helpers": "^3.1.2",
"@graphql-codegen/typescript": "^2.8.6",
"@graphql-codegen/visitor-plugin-common": "2.13.6",
"@graphql-tools/utils": "^9.0.0",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
Expand Down

0 comments on commit 51dea5b

Please sign in to comment.