Skip to content

Commit

Permalink
Upcoming Release Changes (#8336)
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
github-actions[bot] and github-actions[bot] authored Sep 20, 2022
1 parent 4113b1b commit 10351f4
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 31 deletions.
7 changes: 0 additions & 7 deletions .changeset/@graphql-codegen_cli-8335-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-readers-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-comics-scream.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.12.0",
"@graphql-codegen/cli": "2.12.1",
"@graphql-codegen/gql-tag-operations-preset": "1.5.5"
},
"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.12.0",
"@graphql-codegen/cli": "2.12.1",
"@graphql-codegen/gql-tag-operations-preset": "1.5.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-resolvers/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.12.0",
"@graphql-codegen/cli": "2.12.1",
"@graphql-codegen/typescript": "2.7.3",
"@graphql-codegen/typescript-resolvers": "2.7.3"
},
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.1

### Patch Changes

- Updated dependencies [[`3e121d92e`](https://github.com/dotansimha/graphql-code-generator/commit/3e121d92ebd563a82dbc367cd3e9194ebe5ca1ee), [`4113b1bd3`](https://github.com/dotansimha/graphql-code-generator/commit/4113b1bd39f3d32759c68a292e8492a0dd4f7371)]:
- @graphql-codegen/cli@2.12.1

## 2.4.0

### Minor 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.0",
"version": "2.4.1",
"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.12.0",
"@graphql-codegen/cli": "2.12.1",
"@graphql-cli/common": "4.1.0"
},
"main": "dist/cjs/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-codegen/cli

## 2.12.1

### Patch Changes

- [#8335](https://github.com/dotansimha/graphql-code-generator/pull/8335) [`3e121d92e`](https://github.com/dotansimha/graphql-code-generator/commit/3e121d92ebd563a82dbc367cd3e9194ebe5ca1ee) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

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

- [#8368](https://github.com/dotansimha/graphql-code-generator/pull/8368) [`4113b1bd3`](https://github.com/dotansimha/graphql-code-generator/commit/4113b1bd39f3d32759c68a292e8492a0dd4f7371) Thanks [@charlypoly](https://github.com/charlypoly)! - fix(cli): support ApolloEngine loader in TypeScript config

- Updated dependencies [[`4113b1bd3`](https://github.com/dotansimha/graphql-code-generator/commit/4113b1bd39f3d32759c68a292e8492a0dd4f7371)]:
- @graphql-codegen/plugin-helpers@2.7.1

## 2.12.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.12.0",
"version": "2.12.1",
"license": "MIT",
"bin": {
"gql-gen": "dist/cjs/bin.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"homepage": "https://github.com/dotansimha/graphql-code-generator#readme",
"dependencies": {
"@graphql-codegen/core": "2.6.2",
"@graphql-codegen/plugin-helpers": "^2.7.0",
"@graphql-codegen/plugin-helpers": "^2.7.1",
"@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/plugins/typescript/graphql-request/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/typescript-graphql-request

## 4.5.5

### Patch Changes

- [#8334](https://github.com/dotansimha/graphql-code-generator/pull/8334) [`e6e497afa`](https://github.com/dotansimha/graphql-code-generator/commit/e6e497afa54213ad3eabfae26c014ab03eb4727c) Thanks [@jcarrus](https://github.com/jcarrus)! - graphql-request: append explicit extension when importing dom types

- Updated dependencies [[`4113b1bd3`](https://github.com/dotansimha/graphql-code-generator/commit/4113b1bd39f3d32759c68a292e8492a0dd4f7371)]:
- @graphql-codegen/plugin-helpers@2.7.1

## 4.5.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/graphql-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-graphql-request",
"version": "4.5.4",
"version": "4.5.5",
"description": "GraphQL Code Generator plugin for generating a ready-to-use SDK based on graphql-request and GraphQL operations",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.7.0",
"@graphql-codegen/plugin-helpers": "^2.7.1",
"@graphql-codegen/visitor-plugin-common": "2.12.1",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/graphql-codegen-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript": ">=3.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.7.0",
"@graphql-codegen/plugin-helpers": "^2.7.1",
"common-tags": "^1.8.0",
"lz-string": "^1.4.4",
"graphql-helix": "1.13.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/plugins-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-codegen/plugin-helpers

## 2.7.1

### Patch Changes

- [#8368](https://github.com/dotansimha/graphql-code-generator/pull/8368) [`4113b1bd3`](https://github.com/dotansimha/graphql-code-generator/commit/4113b1bd39f3d32759c68a292e8492a0dd4f7371) Thanks [@charlypoly](https://github.com/charlypoly)! - fix(cli): support ApolloEngine loader in TypeScript config

## 2.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/plugins-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/plugin-helpers",
"version": "2.7.0",
"version": "2.7.1",
"description": "GraphQL Code Generator common utils and types",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@graphql-codegen/add": "3.2.1",
"@graphql-codegen/c-sharp": "4.3.1",
"@graphql-codegen/c-sharp-operations": "2.3.1",
"@graphql-codegen/cli": "2.12.0",
"@graphql-codegen/cli": "2.12.1",
"@graphql-codegen/core": "2.6.2",
"@graphql-codegen/flow": "2.3.3",
"@graphql-codegen/flow-operations": "2.3.3",
Expand All @@ -50,7 +50,7 @@
"@graphql-codegen/typescript-apollo-client-helpers": "2.2.3",
"@graphql-codegen/typescript-generic-sdk": "3.0.1",
"@graphql-codegen/typescript-graphql-files-modules": "2.2.1",
"@graphql-codegen/typescript-graphql-request": "4.5.4",
"@graphql-codegen/typescript-graphql-request": "4.5.5",
"@graphql-codegen/typescript-mongodb": "2.4.3",
"@graphql-codegen/typescript-msw": "1.1.3",
"@graphql-codegen/typescript-operations": "2.5.3",
Expand Down

0 comments on commit 10351f4

Please sign in to comment.