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 #8676

Merged
merged 1 commit into from Dec 7, 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
5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_cli-8673-dependencies.md

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/perfect-dolphins-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-mails-allow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plenty-bottles-prove.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.15.0",
"@graphql-codegen/gql-tag-operations-preset": "1.7.0"
"@graphql-codegen/cli": "2.15.1",
"@graphql-codegen/gql-tag-operations-preset": "1.7.1"
},
"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.15.0",
"@graphql-codegen/gql-tag-operations-preset": "1.7.0"
"@graphql-codegen/cli": "2.15.1",
"@graphql-codegen/gql-tag-operations-preset": "1.7.1"
},
"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.15.0",
"@graphql-codegen/typescript": "2.8.3",
"@graphql-codegen/typescript-resolvers": "2.7.8"
"@graphql-codegen/cli": "2.15.1",
"@graphql-codegen/typescript": "2.8.4",
"@graphql-codegen/typescript-resolvers": "2.7.9"
},
"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.19

### Patch Changes

- Updated dependencies [[`a07b6d6c1`](https://github.com/dotansimha/graphql-code-generator/commit/a07b6d6c1b05b2f77efb398b05d29130bae429e9), [`8ff9b41bd`](https://github.com/dotansimha/graphql-code-generator/commit/8ff9b41bd9323b6f3dde2014fecc4fd39c6a26fc), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]:
- @graphql-codegen/cli@2.15.1

## 2.4.18

### 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.18",
"version": "2.4.19",
"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.15.0",
"@graphql-codegen/cli": "2.15.1",
"@graphql-cli/common": "4.1.0"
},
"main": "dist/cjs/index.js",
Expand Down
20 changes: 20 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
@@ -1,5 +1,25 @@
# @graphql-codegen/cli

## 2.15.1

### Patch Changes

- [#8673](https://github.com/dotansimha/graphql-code-generator/pull/8673) [`a07b6d6c1`](https://github.com/dotansimha/graphql-code-generator/commit/a07b6d6c1b05b2f77efb398b05d29130bae429e9) Thanks [@saihaj](https://github.com/saihaj)! - dependencies updates:

- Removed dependency [`ansi-escapes@^4.3.1` ↗︎](https://www.npmjs.com/package/ansi-escapes/v/4.3.1) (from `dependencies`)

- [#8706](https://github.com/dotansimha/graphql-code-generator/pull/8706) [`8ff9b41bd`](https://github.com/dotansimha/graphql-code-generator/commit/8ff9b41bd9323b6f3dde2014fecc4fd39c6a26fc) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`@whatwg-node/fetch@^0.5.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.5.0) (from `^0.3.0`, in `dependencies`)

- [#8661](https://github.com/dotansimha/graphql-code-generator/pull/8661) [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482) Thanks [@jantimon](https://github.com/jantimon)! - refactor hook execution

- [#8652](https://github.com/dotansimha/graphql-code-generator/pull/8652) [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84) Thanks [@jantimon](https://github.com/jantimon)! - improve typings for life cycle hooks

- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]:
- @graphql-codegen/plugin-helpers@3.0.0
- @graphql-codegen/core@2.6.7

## 2.15.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-codegen-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/cli",
"version": "2.15.0",
"version": "2.15.1",
"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.6",
"@graphql-codegen/plugin-helpers": "^2.7.2",
"@graphql-codegen/core": "2.6.7",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@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
7 changes: 7 additions & 0 deletions packages/graphql-codegen-core/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-codegen/core

## 2.6.7

### Patch Changes

- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]:
- @graphql-codegen/plugin-helpers@3.0.0

## 2.6.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-codegen-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/core",
"version": "2.6.6",
"version": "2.6.7",
"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.7.2",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-tools/schema": "^9.0.0",
"@graphql-tools/utils": "^9.1.1",
"tslib": "~2.4.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/other/add/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-codegen/add

## 3.2.2

### Patch Changes

- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]:
- @graphql-codegen/plugin-helpers@3.0.0

## 3.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/add/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/add",
"version": "3.2.1",
"version": "3.2.2",
"description": "GraphQL Code Generator plugin for adding custom content to your output file",
"repository": {
"type": "git",
Expand All @@ -12,7 +12,7 @@
"lint": "eslint **/*.ts"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"tslib": "~2.4.0"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/other/fragment-matcher/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-codegen/fragment-matcher

## 3.3.2

### Patch Changes

- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]:
- @graphql-codegen/plugin-helpers@3.0.0

## 3.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/fragment-matcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/fragment-matcher",
"version": "3.3.1",
"version": "3.3.2",
"description": "graphql-code-generate plugin for generating fragments matcher introspection file",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"tslib": "~2.4.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/other/introspection/CHANGELOG.md
@@ -1,5 +1,13 @@
# @graphql-codegen/introspection

## 2.2.2

### Patch Changes

- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]:
- @graphql-codegen/plugin-helpers@3.0.0
- @graphql-codegen/visitor-plugin-common@2.13.4

## 2.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/other/introspection/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/introspection",
"version": "2.2.1",
"version": "2.2.2",
"description": "GraphQL Code Generator plugin for generating an introspection JSON file for a GraphQLSchema",
"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.12.1",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "^2.13.4",
"tslib": "~2.4.0"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/other/schema-ast/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-codegen/schema-ast

## 2.5.2

### Patch Changes

- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]:
- @graphql-codegen/plugin-helpers@3.0.0

## 2.5.1

### Patch 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.5.1",
"version": "2.5.2",
"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": "^2.6.2",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-tools/utils": "^8.8.0",
"tslib": "~2.4.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/other/time/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-codegen/time

## 3.2.2

### Patch Changes

- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]:
- @graphql-codegen/plugin-helpers@3.0.0

## 3.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/time/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/time",
"version": "3.2.1",
"version": "3.2.2",
"description": "GraphQL Code Generator plugin for adding the current time for an output file",
"repository": {
"type": "git",
Expand All @@ -12,7 +12,7 @@
"lint": "eslint **/*.ts"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"moment": "~2.29.1"
},
"devDependencies": {
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.4

### Patch Changes

- [#8686](https://github.com/dotansimha/graphql-code-generator/pull/8686) [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`change-case-all@1.0.15` ↗︎](https://www.npmjs.com/package/change-case-all/v/1.0.15) (from `1.0.14`, in `dependencies`)
- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]:
- @graphql-codegen/plugin-helpers@3.0.0

## 2.13.3

### 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.3",
"version": "2.13.4",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@graphql-tools/optimize": "^1.3.0",
"@graphql-codegen/plugin-helpers": "^2.7.2",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-tools/relay-operation-optimizer": "^6.5.0",
"@graphql-tools/utils": "^8.8.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.9

### Patch Changes

- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]:
- @graphql-codegen/plugin-helpers@3.0.0
- @graphql-codegen/visitor-plugin-common@2.13.4

## 2.3.8

### Patch Changes
Expand Down