Skip to content

Commit

Permalink
Upcoming Release Changes (#9501)
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 Jun 19, 2023
1 parent 456cb70 commit a509268
Show file tree
Hide file tree
Showing 40 changed files with 138 additions and 63 deletions.
11 changes: 0 additions & 11 deletions .changeset/empty-grapes-care.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/persisted-documents-string-mode/package.json
Expand Up @@ -11,7 +11,7 @@
"jest": "28.1.3",
"babel-jest": "28.1.3",
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/client-preset": "4.0.0",
"@graphql-codegen/client-preset": "4.0.1",
"@babel/core": "7.21.8",
"@babel/preset-env": "7.21.5",
"@babel/preset-typescript": "7.21.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/persisted-documents/package.json
Expand Up @@ -11,7 +11,7 @@
"jest": "28.1.3",
"babel-jest": "28.1.3",
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/client-preset": "4.0.0",
"@graphql-codegen/client-preset": "4.0.1",
"@babel/core": "7.21.8",
"@babel/preset-env": "7.21.5",
"@babel/preset-typescript": "7.21.5"
Expand Down
8 changes: 4 additions & 4 deletions examples/programmatic-typescript/package.json
Expand Up @@ -12,10 +12,10 @@
"dependencies": {
"@graphql-codegen/core": "4.0.0",
"@graphql-codegen/plugin-helpers": "5.0.0",
"@graphql-codegen/typed-document-node": "5.0.0",
"@graphql-codegen/typescript": "4.0.0",
"@graphql-codegen/typescript-operations": "4.0.0",
"@graphql-codegen/typescript-resolvers": "4.0.0",
"@graphql-codegen/typed-document-node": "5.0.1",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"@graphql-tools/graphql-file-loader": "8.0.0",
"@graphql-tools/load": "8.0.0",
"@graphql-tools/schema": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/apollo-client-defer/package.json
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.0",
"@graphql-codegen/client-preset": "^4.0.1",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.18",
"@types/react": "^18.0.15",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/apollo-client-swc-plugin/package.json
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@graphql-codegen/client-preset-swc-plugin": "0.2.0",
"@graphql-codegen/client-preset": "^4.0.0",
"@graphql-codegen/client-preset": "^4.0.1",
"@graphql-codegen/cli": "^4.0.1",
"@vitejs/plugin-react-swc": "^3.3.0",
"@types/react": "18.2.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/apollo-client/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.0",
"@graphql-codegen/client-preset": "^4.0.1",
"@vitejs/plugin-react": "^3.1.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.18",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/http-executor/package.json
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.0",
"@graphql-codegen/client-preset": "^4.0.1",
"@vitejs/plugin-react": "^3.1.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.18",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/nextjs-swr/package.json
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.0",
"@graphql-codegen/client-preset": "^4.0.1",
"@graphql-codegen/schema-ast": "4.0.0",
"@graphql-codegen/client-preset-swc-plugin": "0.2.0",
"@types/node": "^18.11.18",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/tanstack-react-query/package.json
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.0",
"@graphql-codegen/client-preset": "^4.0.1",
"@vitejs/plugin-react": "^3.1.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.18",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/urql/package.json
Expand Up @@ -11,7 +11,7 @@
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.10",
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.0",
"@graphql-codegen/client-preset": "^4.0.1",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "5.0.4",
"serve": "14.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-esm/package.json
Expand Up @@ -4,7 +4,7 @@
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/client-preset": "4.0.0"
"@graphql-codegen/client-preset": "4.0.1"
},
"dependencies": {
"@graphql-typed-document-node/core": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-graphql-request/package.json
Expand Up @@ -4,7 +4,7 @@
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/client-preset": "4.0.0",
"@graphql-codegen/client-preset": "4.0.1",
"babel-jest": "28.1.3",
"jest": "28.1.3"
},
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": "4.0.1",
"@graphql-codegen/typescript": "4.0.0",
"@graphql-codegen/typescript-resolvers": "4.0.0"
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-resolvers": "4.0.1"
},
"dependencies": {
"graphql": "16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/vite-react-cts/package.json
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/client-preset": "4.0.0",
"@graphql-codegen/client-preset": "4.0.1",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"cypress": "12.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/vite-react-mts/package.json
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/client-preset": "4.0.0",
"@graphql-codegen/client-preset": "4.0.1",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"cypress": "12.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/vite-react-ts/package.json
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/client-preset": "4.0.0",
"@graphql-codegen/client-preset": "4.0.1",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"cypress": "12.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/apollo-composable/package.json
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.0",
"@graphql-codegen/client-preset": "^4.0.1",
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/urql/package.json
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.0",
"@graphql-codegen/client-preset": "^4.0.1",
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/villus/package.json
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.0",
"@graphql-codegen/client-preset": "^4.0.1",
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/yoga-tests/package.json
Expand Up @@ -10,7 +10,7 @@
"jest": "28.1.3",
"babel-jest": "28.1.3",
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/client-preset": "4.0.0",
"@graphql-codegen/client-preset": "4.0.1",
"@babel/core": "7.21.8",
"@babel/preset-env": "7.21.5",
"@babel/preset-typescript": "7.21.5"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/other/visitor-plugin-common/CHANGELOG.md
@@ -1,5 +1,13 @@
# @graphql-codegen/visitor-plugin-common

## 4.0.1

### Patch Changes

- [#9497](https://github.com/dotansimha/graphql-code-generator/pull/9497) [`2276708d0`](https://github.com/dotansimha/graphql-code-generator/commit/2276708d0ea2aab4942136923651226de4aabe5a) Thanks [@eddeee888](https://github.com/eddeee888)! - Revert default ID scalar input type to string

We changed the ID Scalar input type from `string` to `string | number` in the latest major version of `typescript` plugin. This causes issues for server plugins (e.g. typescript-resolvers) that depends on `typescript` plugin. This is because the scalar type needs to be manually inverted on setup which is confusing.

## 4.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": "4.0.0",
"version": "4.0.1",
"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.1

### Patch Changes

- Updated dependencies [[`2276708d0`](https://github.com/dotansimha/graphql-code-generator/commit/2276708d0ea2aab4942136923651226de4aabe5a)]:
- @graphql-codegen/visitor-plugin-common@4.0.1

## 4.0.0

### Major 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.0",
"version": "4.0.1",
"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.0",
"@graphql-codegen/visitor-plugin-common": "4.0.0",
"@graphql-codegen/visitor-plugin-common": "4.0.1",
"auto-bind": "~4.0.0",
"tslib": "~2.5.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.1

### Patch Changes

- Updated dependencies [[`2276708d0`](https://github.com/dotansimha/graphql-code-generator/commit/2276708d0ea2aab4942136923651226de4aabe5a)]:
- @graphql-codegen/visitor-plugin-common@4.0.1

## 4.0.0

### Major 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.0",
"version": "4.0.1",
"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.0",
"@graphql-codegen/visitor-plugin-common": "4.0.0",
"@graphql-codegen/visitor-plugin-common": "4.0.1",
"auto-bind": "~4.0.0",
"tslib": "~2.5.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/plugins/typescript/operations/CHANGELOG.md
@@ -1,5 +1,17 @@
# @graphql-codegen/typescript-operations

## 4.0.1

### Patch Changes

- [#9497](https://github.com/dotansimha/graphql-code-generator/pull/9497) [`2276708d0`](https://github.com/dotansimha/graphql-code-generator/commit/2276708d0ea2aab4942136923651226de4aabe5a) Thanks [@eddeee888](https://github.com/eddeee888)! - Revert default ID scalar input type to string

We changed the ID Scalar input type from `string` to `string | number` in the latest major version of `typescript` plugin. This causes issues for server plugins (e.g. typescript-resolvers) that depends on `typescript` plugin. This is because the scalar type needs to be manually inverted on setup which is confusing.

- Updated dependencies [[`2276708d0`](https://github.com/dotansimha/graphql-code-generator/commit/2276708d0ea2aab4942136923651226de4aabe5a)]:
- @graphql-codegen/visitor-plugin-common@4.0.1
- @graphql-codegen/typescript@4.0.1

## 4.0.0

### Major 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.0.0",
"version": "4.0.1",
"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.0",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-codegen/visitor-plugin-common": "4.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/visitor-plugin-common": "4.0.1",
"auto-bind": "~4.0.0",
"tslib": "~2.5.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/plugins/typescript/resolvers/CHANGELOG.md
@@ -1,5 +1,17 @@
# @graphql-codegen/typescript-resolvers

## 4.0.1

### Patch Changes

- [#9497](https://github.com/dotansimha/graphql-code-generator/pull/9497) [`2276708d0`](https://github.com/dotansimha/graphql-code-generator/commit/2276708d0ea2aab4942136923651226de4aabe5a) Thanks [@eddeee888](https://github.com/eddeee888)! - Revert default ID scalar input type to string

We changed the ID Scalar input type from `string` to `string | number` in the latest major version of `typescript` plugin. This causes issues for server plugins (e.g. typescript-resolvers) that depends on `typescript` plugin. This is because the scalar type needs to be manually inverted on setup which is confusing.

- Updated dependencies [[`2276708d0`](https://github.com/dotansimha/graphql-code-generator/commit/2276708d0ea2aab4942136923651226de4aabe5a)]:
- @graphql-codegen/visitor-plugin-common@4.0.1
- @graphql-codegen/typescript@4.0.1

## 4.0.0

### Major 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.0",
"version": "4.0.1",
"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.0",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-codegen/visitor-plugin-common": "4.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/visitor-plugin-common": "4.0.1",
"@graphql-tools/utils": "^10.0.0",
"auto-bind": "~4.0.0",
"tslib": "~2.5.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.1

### Patch Changes

- Updated dependencies [[`2276708d0`](https://github.com/dotansimha/graphql-code-generator/commit/2276708d0ea2aab4942136923651226de4aabe5a)]:
- @graphql-codegen/visitor-plugin-common@4.0.1

## 5.0.0

### Major 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.0",
"version": "5.0.1",
"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.0",
"@graphql-codegen/visitor-plugin-common": "4.0.0",
"@graphql-codegen/visitor-plugin-common": "4.0.1",
"auto-bind": "~4.0.0",
"tslib": "~2.5.0"
},
Expand Down

0 comments on commit a509268

Please sign in to comment.