Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming Release Changes #8555

Merged
merged 1 commit into from
Nov 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/great-mails-yawn.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/typescript-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.13.8",
"@graphql-codegen/cli": "2.13.9",
"@graphql-codegen/gql-tag-operations-preset": "1.7.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.13.8",
"@graphql-codegen/cli": "2.13.9",
"@graphql-codegen/gql-tag-operations-preset": "1.7.0"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/typescript-resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.13.8",
"@graphql-codegen/typescript": "2.8.0",
"@graphql-codegen/typescript-resolvers": "2.7.5"
"@graphql-codegen/cli": "2.13.9",
"@graphql-codegen/typescript": "2.8.1",
"@graphql-codegen/typescript-resolvers": "2.7.6"
},
"dependencies": {
"graphql": "16.6.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-cli-codegen-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-cli/codegen

## 2.4.12

### Patch Changes

- Updated dependencies [[`63dc8f205`](https://github.com/dotansimha/graphql-code-generator/commit/63dc8f2054e27b944f7d8dc59db8afa85760a127)]:
- @graphql-codegen/cli@2.13.9

## 2.4.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-cli-codegen-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-cli/codegen",
"version": "2.4.11",
"version": "2.4.12",
"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.13.8",
"@graphql-codegen/cli": "2.13.9",
"@graphql-cli/common": "4.1.0"
},
"main": "dist/cjs/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-codegen/cli

## 2.13.9

### Patch Changes

- [#8525](https://github.com/dotansimha/graphql-code-generator/pull/8525) [`63dc8f205`](https://github.com/dotansimha/graphql-code-generator/commit/63dc8f2054e27b944f7d8dc59db8afa85760a127) Thanks [@charlypoly](https://github.com/charlypoly)! - remove `DetailledError`, not supported by Listr renderer

- Updated dependencies [[`63dc8f205`](https://github.com/dotansimha/graphql-code-generator/commit/63dc8f2054e27b944f7d8dc59db8afa85760a127)]:
- @graphql-codegen/core@2.6.3
- @graphql-codegen/plugin-helpers@2.7.2

## 2.13.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/cli",
"version": "2.13.8",
"version": "2.13.9",
"license": "MIT",
"bin": {
"gql-gen": "dist/cjs/bin.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@babel/generator": "^7.18.13",
"@babel/template": "^7.18.10",
"@babel/types": "^7.18.13",
"@graphql-codegen/core": "2.6.2",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/core": "2.6.3",
"@graphql-codegen/plugin-helpers": "^2.7.2",
"@graphql-tools/apollo-engine-loader": "^7.3.6",
"@graphql-tools/code-file-loader": "^7.3.1",
"@graphql-tools/git-loader": "^7.2.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql-codegen-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/core

## 2.6.3

### Patch Changes

- [#8525](https://github.com/dotansimha/graphql-code-generator/pull/8525) [`63dc8f205`](https://github.com/dotansimha/graphql-code-generator/commit/63dc8f2054e27b944f7d8dc59db8afa85760a127) Thanks [@charlypoly](https://github.com/charlypoly)! - remove `DetailledError`, not supported by Listr renderer

- Updated dependencies [[`63dc8f205`](https://github.com/dotansimha/graphql-code-generator/commit/63dc8f2054e27b944f7d8dc59db8afa85760a127)]:
- @graphql-codegen/plugin-helpers@2.7.2

## 2.6.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-codegen-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/core",
"version": "2.6.2",
"version": "2.6.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,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/plugin-helpers": "^2.6.2",
"@graphql-codegen/plugin-helpers": "^2.7.2",
"@graphql-tools/schema": "^9.0.0",
"@graphql-tools/utils": "^8.8.0",
"tslib": "~2.4.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/plugins/dart/flutter-freezed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-codegen/flutter-freezed

## 2.11.2

### Patch Changes

- [#8525](https://github.com/dotansimha/graphql-code-generator/pull/8525) [`63dc8f205`](https://github.com/dotansimha/graphql-code-generator/commit/63dc8f2054e27b944f7d8dc59db8afa85760a127) Thanks [@charlypoly](https://github.com/charlypoly)! - dependencies updates:
- Updated dependency [`@graphql-codegen/visitor-plugin-common@2.13.0` ↗︎](https://www.npmjs.com/package/@graphql-codegen/visitor-plugin-common/v/2.13.0) (from `2.12.0`, in `dependencies`)
- Updated dependencies [[`63dc8f205`](https://github.com/dotansimha/graphql-code-generator/commit/63dc8f2054e27b944f7d8dc59db8afa85760a127)]:
- @graphql-codegen/visitor-plugin-common@2.13.1
- @graphql-codegen/plugin-helpers@2.7.2

## 2.11.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/dart/flutter-freezed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flutter-freezed",
"version": "2.11.1",
"version": "2.11.2",
"description": "GraphQL Code Generator plugin to generate Freezed models from your GraphQL schema",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.6.0",
"@graphql-codegen/plugin-helpers": "^2.7.2",
"@graphql-codegen/schema-ast": "^2.5.0",
"@graphql-codegen/visitor-plugin-common": "2.13.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0",
"change-case-all": "1.0.14"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/flow/flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/flow

## 2.3.6

### Patch Changes

- Updated dependencies [[`63dc8f205`](https://github.com/dotansimha/graphql-code-generator/commit/63dc8f2054e27b944f7d8dc59db8afa85760a127)]:
- @graphql-codegen/visitor-plugin-common@2.13.1
- @graphql-codegen/plugin-helpers@2.7.2

## 2.3.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/flow/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow",
"version": "2.3.5",
"version": "2.3.6",
"description": "GraphQL Code Generator plugin for generating Flow types",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.13.0",
"@graphql-codegen/plugin-helpers": "^2.7.2",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/flow/operations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/flow-operations

## 2.3.6

### Patch Changes

- Updated dependencies [[`63dc8f205`](https://github.com/dotansimha/graphql-code-generator/commit/63dc8f2054e27b944f7d8dc59db8afa85760a127)]:
- @graphql-codegen/visitor-plugin-common@2.13.1
- @graphql-codegen/plugin-helpers@2.7.2
- @graphql-codegen/flow@2.3.6

## 2.3.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/flow/operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-operations",
"version": "2.3.5",
"version": "2.3.6",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/flow": "^2.3.5",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.13.0",
"@graphql-codegen/flow": "^2.3.6",
"@graphql-codegen/plugin-helpers": "^2.7.2",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/flow/resolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/flow-resolvers

## 2.4.4

### Patch Changes

- Updated dependencies [[`63dc8f205`](https://github.com/dotansimha/graphql-code-generator/commit/63dc8f2054e27b944f7d8dc59db8afa85760a127)]:
- @graphql-codegen/visitor-plugin-common@2.13.1
- @graphql-codegen/plugin-helpers@2.7.2
- @graphql-codegen/flow@2.3.6

## 2.4.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/flow/resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-resolvers",
"version": "2.4.3",
"version": "2.4.4",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL resolvers signature",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/flow": "^2.3.5",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.13.0",
"@graphql-codegen/flow": "^2.3.6",
"@graphql-codegen/plugin-helpers": "^2.7.2",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-tools/utils": "^8.8.0",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/java/apollo-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/java-apollo-android

## 2.3.6

### Patch Changes

- Updated dependencies [[`63dc8f205`](https://github.com/dotansimha/graphql-code-generator/commit/63dc8f2054e27b944f7d8dc59db8afa85760a127)]:
- @graphql-codegen/visitor-plugin-common@2.13.1
- @graphql-codegen/plugin-helpers@2.7.2
- @graphql-codegen/java-common@2.2.6

## 2.3.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/java/apollo-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-apollo-android",
"version": "2.3.5",
"version": "2.3.6",
"description": "GraphQL Code Generator plugin for generating Java classes for Apollo-Android",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/java-common": "^2.2.5",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.13.0",
"@graphql-codegen/java-common": "^2.2.6",
"@graphql-codegen/plugin-helpers": "^2.7.2",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"pluralize": "^8.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/java/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/java-common

## 2.2.6

### Patch Changes

- Updated dependencies [[`63dc8f205`](https://github.com/dotansimha/graphql-code-generator/commit/63dc8f2054e27b944f7d8dc59db8afa85760a127)]:
- @graphql-codegen/visitor-plugin-common@2.13.1
- @graphql-codegen/plugin-helpers@2.7.2

## 2.2.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/java/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-common",
"version": "2.2.5",
"version": "2.2.6",
"description": "GraphQL Code Generator utils library for developing Java plugins",
"repository": {
"type": "git",
Expand All @@ -12,8 +12,8 @@
"lint": "eslint **/*.ts"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.13.0",
"@graphql-codegen/plugin-helpers": "^2.7.2",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"min-indent": "1.0.1",
"tslib": "~2.4.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/java/java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/java

## 3.3.6

### Patch Changes

- Updated dependencies [[`63dc8f205`](https://github.com/dotansimha/graphql-code-generator/commit/63dc8f2054e27b944f7d8dc59db8afa85760a127)]:
- @graphql-codegen/visitor-plugin-common@2.13.1
- @graphql-codegen/plugin-helpers@2.7.2
- @graphql-codegen/java-common@2.2.6

## 3.3.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/java/java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java",
"version": "3.3.5",
"version": "3.3.6",
"description": "GraphQL Code Generator plugin for generating Java code based on a GraphQL schema",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/java-common": "^2.2.5",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.13.0",
"@graphql-codegen/java-common": "^2.2.6",
"@graphql-codegen/plugin-helpers": "^2.7.2",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"tslib": "~2.4.0"
},
"peerDependencies": {
Expand Down