Skip to content

Commit 1501326

Browse files
chore(release): update monorepo packages versions
1 parent b766bef commit 1501326

File tree

58 files changed

+251
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+251
-162
lines changed

.changeset/@graphql-codegen_add-8879-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-codegen_client-preset-8879-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-codegen_core-8879-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-codegen_fragment-matcher-8879-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-codegen_gql-tag-operations-8879-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-codegen_gql-tag-operations-preset-8879-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-codegen_graphql-modules-preset-8879-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-codegen_introspection-8879-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-codegen_plugin-helpers-8879-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-codegen_schema-ast-8879-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-codegen_testing-8879-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-codegen_typed-document-node-8879-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-codegen_typescript-8879-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-codegen_typescript-document-nodes-8879-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-codegen_typescript-operations-8879-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-codegen_typescript-resolvers-8879-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/@graphql-codegen_visitor-plugin-common-8879-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/persisted-documents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"jest": "28.1.3",
1212
"babel-jest": "28.1.3",
1313
"@graphql-codegen/cli": "3.0.0",
14-
"@graphql-codegen/client-preset": "2.0.0",
14+
"@graphql-codegen/client-preset": "2.0.1",
1515
"@babel/core": "7.19.0",
1616
"@babel/preset-env": "7.19.0",
1717
"@babel/preset-typescript": "7.18.6"

examples/programmatic-typescript/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"start:mjs": "tsup --onSuccess \"node dist/index.mjs\""
88
},
99
"dependencies": {
10-
"@graphql-codegen/core": "3.0.0",
11-
"@graphql-codegen/plugin-helpers": "4.0.0",
12-
"@graphql-codegen/typed-document-node": "3.0.0",
13-
"@graphql-codegen/typescript": "3.0.0",
14-
"@graphql-codegen/typescript-operations": "3.0.0",
15-
"@graphql-codegen/typescript-resolvers": "3.0.0",
10+
"@graphql-codegen/core": "3.0.1",
11+
"@graphql-codegen/plugin-helpers": "4.0.1",
12+
"@graphql-codegen/typed-document-node": "3.0.1",
13+
"@graphql-codegen/typescript": "3.0.1",
14+
"@graphql-codegen/typescript-operations": "3.0.1",
15+
"@graphql-codegen/typescript-resolvers": "3.0.1",
1616
"@graphql-tools/graphql-file-loader": "7.5.15",
1717
"@graphql-tools/load": "7.8.11",
1818
"@graphql-tools/schema": "9.0.15",

examples/typescript-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"devDependencies": {
66
"@graphql-codegen/cli": "3.0.0",
7-
"@graphql-codegen/client-preset": "2.0.0"
7+
"@graphql-codegen/client-preset": "2.0.1"
88
},
99
"dependencies": {
1010
"@graphql-typed-document-node/core": "3.1.1",

examples/typescript-graphql-request/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"devDependencies": {
66
"@graphql-codegen/cli": "3.0.0",
7-
"@graphql-codegen/gql-tag-operations-preset": "2.0.0"
7+
"@graphql-codegen/gql-tag-operations-preset": "2.0.1"
88
},
99
"dependencies": {
1010
"graphql": "16.6.0",

examples/typescript-resolvers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"devDependencies": {
66
"@graphql-codegen/cli": "3.0.0",
7-
"@graphql-codegen/typescript": "3.0.0",
8-
"@graphql-codegen/typescript-resolvers": "3.0.0"
7+
"@graphql-codegen/typescript": "3.0.1",
8+
"@graphql-codegen/typescript-resolvers": "3.0.1"
99
},
1010
"dependencies": {
1111
"graphql": "16.6.0",

examples/yoga-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"jest": "28.1.3",
1111
"babel-jest": "28.1.3",
1212
"@graphql-codegen/cli": "3.0.0",
13-
"@graphql-codegen/client-preset": "2.0.0",
13+
"@graphql-codegen/client-preset": "2.0.1",
1414
"@babel/core": "7.19.0",
1515
"@babel/preset-env": "7.19.0",
1616
"@babel/preset-typescript": "7.18.6"

packages/graphql-codegen-core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-codegen/core
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#8879](https://github.com/dotansimha/graphql-code-generator/pull/8879) [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
- Updated dependency [`tslib@~2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from `~2.4.0`, in `dependencies`)
9+
- Updated dependencies [[`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491)]:
10+
- @graphql-codegen/plugin-helpers@4.0.1
11+
312
## 3.0.0
413

514
### Major Changes

packages/graphql-codegen-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/core",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -37,7 +37,7 @@
3737
"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"
3838
},
3939
"dependencies": {
40-
"@graphql-codegen/plugin-helpers": "^4.0.0",
40+
"@graphql-codegen/plugin-helpers": "^4.0.1",
4141
"@graphql-tools/schema": "^9.0.0",
4242
"@graphql-tools/utils": "^9.1.1",
4343
"tslib": "~2.5.0"

packages/plugins/other/add/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-codegen/add
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#8879](https://github.com/dotansimha/graphql-code-generator/pull/8879) [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
- Updated dependency [`tslib@~2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from `~2.4.0`, in `dependencies`)
9+
- Updated dependencies [[`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491)]:
10+
- @graphql-codegen/plugin-helpers@4.0.1
11+
312
## 4.0.0
413

514
### Major Changes

packages/plugins/other/add/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/add",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "GraphQL Code Generator plugin for adding custom content to your output file",
55
"repository": {
66
"type": "git",
@@ -12,7 +12,7 @@
1212
"lint": "eslint **/*.ts"
1313
},
1414
"dependencies": {
15-
"@graphql-codegen/plugin-helpers": "^4.0.0",
15+
"@graphql-codegen/plugin-helpers": "^4.0.1",
1616
"tslib": "~2.5.0"
1717
},
1818
"peerDependencies": {

packages/plugins/other/fragment-matcher/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-codegen/fragment-matcher
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#8879](https://github.com/dotansimha/graphql-code-generator/pull/8879) [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
- Updated dependency [`tslib@~2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from `~2.4.0`, in `dependencies`)
9+
- Updated dependencies [[`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491)]:
10+
- @graphql-codegen/plugin-helpers@4.0.1
11+
312
## 4.0.0
413

514
### Major Changes

packages/plugins/other/fragment-matcher/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/fragment-matcher",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "graphql-code-generate plugin for generating fragments matcher introspection file",
55
"repository": {
66
"type": "git",
@@ -13,7 +13,7 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/plugin-helpers": "^4.0.0",
16+
"@graphql-codegen/plugin-helpers": "^4.0.1",
1717
"tslib": "~2.5.0"
1818
},
1919
"peerDependencies": {

packages/plugins/other/introspection/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @graphql-codegen/introspection
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#8879](https://github.com/dotansimha/graphql-code-generator/pull/8879) [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
- Updated dependency [`tslib@~2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from `~2.4.0`, in `dependencies`)
9+
- Updated dependencies [[`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491), [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491)]:
10+
- @graphql-codegen/plugin-helpers@4.0.1
11+
- @graphql-codegen/visitor-plugin-common@3.0.1
12+
313
## 3.0.0
414

515
### Major Changes

packages/plugins/other/introspection/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/introspection",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "GraphQL Code Generator plugin for generating an introspection JSON file for a GraphQLSchema",
55
"repository": {
66
"type": "git",
@@ -13,8 +13,8 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/plugin-helpers": "^4.0.0",
17-
"@graphql-codegen/visitor-plugin-common": "^3.0.0",
16+
"@graphql-codegen/plugin-helpers": "^4.0.1",
17+
"@graphql-codegen/visitor-plugin-common": "^3.0.1",
1818
"tslib": "~2.5.0"
1919
},
2020
"peerDependencies": {

packages/plugins/other/schema-ast/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-codegen/schema-ast
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#8879](https://github.com/dotansimha/graphql-code-generator/pull/8879) [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
- Updated dependency [`tslib@~2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from `~2.4.0`, in `dependencies`)
9+
- Updated dependencies [[`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491)]:
10+
- @graphql-codegen/plugin-helpers@4.0.1
11+
312
## 3.0.0
413

514
### Major Changes

packages/plugins/other/schema-ast/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/schema-ast",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "GraphQL Code Generator plugin for generating a .graphql file from a given schema",
55
"repository": {
66
"type": "git",
@@ -13,7 +13,7 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/plugin-helpers": "^4.0.0",
16+
"@graphql-codegen/plugin-helpers": "^4.0.1",
1717
"@graphql-tools/utils": "^9.0.0",
1818
"tslib": "~2.5.0"
1919
},

packages/plugins/other/visitor-plugin-common/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-codegen/visitor-plugin-common
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#8879](https://github.com/dotansimha/graphql-code-generator/pull/8879) [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
- Updated dependency [`tslib@~2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from `~2.4.0`, in `dependencies`)
9+
- Updated dependencies [[`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491)]:
10+
- @graphql-codegen/plugin-helpers@4.0.1
11+
312
## 3.0.0
413

514
### Major Changes

packages/plugins/other/visitor-plugin-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/visitor-plugin-common",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@graphql-tools/optimize": "^1.3.0",
16-
"@graphql-codegen/plugin-helpers": "^4.0.0",
16+
"@graphql-codegen/plugin-helpers": "^4.0.1",
1717
"@graphql-tools/relay-operation-optimizer": "^6.5.0",
1818
"@graphql-tools/utils": "^9.0.0",
1919
"auto-bind": "~4.0.0",

packages/plugins/typescript/document-nodes/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @graphql-codegen/typescript-document-nodes
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#8879](https://github.com/dotansimha/graphql-code-generator/pull/8879) [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8+
- Updated dependency [`tslib@~2.5.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.5.0) (from `~2.4.0`, in `dependencies`)
9+
- Updated dependencies [[`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491), [`8206b268d`](https://github.com/dotansimha/graphql-code-generator/commit/8206b268dfb485a748fd7783a163cb0ee9931491)]:
10+
- @graphql-codegen/plugin-helpers@4.0.1
11+
- @graphql-codegen/visitor-plugin-common@3.0.1
12+
313
## 3.0.0
414

515
### Major Changes

packages/plugins/typescript/document-nodes/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-document-nodes",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "GraphQL Code Generator plugin for generating TypeScript modules with embedded GraphQL document nodes",
55
"repository": {
66
"type": "git",
@@ -13,8 +13,8 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/plugin-helpers": "^4.0.0",
17-
"@graphql-codegen/visitor-plugin-common": "3.0.0",
16+
"@graphql-codegen/plugin-helpers": "^4.0.1",
17+
"@graphql-codegen/visitor-plugin-common": "3.0.1",
1818
"auto-bind": "~4.0.0",
1919
"tslib": "~2.5.0"
2020
},

0 commit comments

Comments
 (0)