Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2023
1 parent 43b525d commit 3350ced
Show file tree
Hide file tree
Showing 77 changed files with 293 additions and 218 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_add-9640-dependencies.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_core-9640-dependencies.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_schema-ast-9640-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_testing-9640-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_testing-9645-dependencies.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_typescript-9640-dependencies.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-impalas-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-jars-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-forks-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-seahorses-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-onions-tap.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/persisted-documents-string-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@graphql-typed-document-node/core": "3.2.0",
"jest": "28.1.3",
"babel-jest": "29.6.4",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-codegen/cli": "5.0.1",
"@graphql-codegen/client-preset": "4.2.0",
"@babel/core": "7.22.11",
"@babel/preset-env": "7.22.10",
"@babel/preset-typescript": "7.22.11"
Expand Down
4 changes: 2 additions & 2 deletions examples/persisted-documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@graphql-typed-document-node/core": "3.2.0",
"jest": "28.1.3",
"babel-jest": "29.6.4",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-codegen/cli": "5.0.1",
"@graphql-codegen/client-preset": "4.2.0",
"@babel/core": "7.22.11",
"@babel/preset-env": "7.22.10",
"@babel/preset-typescript": "7.22.11"
Expand Down
12 changes: 6 additions & 6 deletions examples/programmatic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"test:end2end": "exit 0"
},
"dependencies": {
"@graphql-codegen/core": "4.0.0",
"@graphql-codegen/plugin-helpers": "5.0.1",
"@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-codegen/core": "4.0.1",
"@graphql-codegen/plugin-helpers": "5.0.2",
"@graphql-codegen/typed-document-node": "5.0.2",
"@graphql-codegen/typescript": "4.0.2",
"@graphql-codegen/typescript-operations": "4.0.2",
"@graphql-codegen/typescript-resolvers": "4.0.2",
"@graphql-tools/graphql-file-loader": "8.0.0",
"@graphql-tools/load": "8.0.0",
"@graphql-tools/schema": "10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/apollo-client-defer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"graphql-yoga": "4.0.4"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/cli": "^5.0.1",
"@graphql-codegen/client-preset": "^4.2.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.18",
"@types/react": "^18.0.15",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/apollo-client-swc-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"devDependencies": {
"@graphql-codegen/client-preset-swc-plugin": "0.2.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.2.0",
"@graphql-codegen/cli": "^5.0.1",
"@vitejs/plugin-react-swc": "^3.3.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/apollo-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/cli": "^5.0.1",
"@graphql-codegen/client-preset": "^4.2.0",
"@vitejs/plugin-react": "^3.1.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.18",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/http-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/cli": "^5.0.1",
"@graphql-codegen/client-preset": "^4.2.0",
"@vitejs/plugin-react": "^3.1.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.18",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/nextjs-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"swr": "^2.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/schema-ast": "4.0.0",
"@graphql-codegen/cli": "^5.0.1",
"@graphql-codegen/client-preset": "^4.2.0",
"@graphql-codegen/schema-ast": "4.0.1",
"@graphql-codegen/client-preset-swc-plugin": "0.2.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.17",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/tanstack-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/cli": "^5.0.1",
"@graphql-codegen/client-preset": "^4.2.0",
"@vitejs/plugin-react": "^3.1.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.18",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.10",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/cli": "^5.0.1",
"@graphql-codegen/client-preset": "^4.2.0",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "5.2.2",
"serve": "14.2.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0"
"@graphql-codegen/cli": "5.0.1",
"@graphql-codegen/client-preset": "4.2.0"
},
"dependencies": {
"@graphql-typed-document-node/core": "3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-codegen/cli": "5.0.1",
"@graphql-codegen/client-preset": "4.2.0",
"babel-jest": "29.6.4",
"jest": "28.1.3"
},
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": "5.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-resolvers": "4.0.1"
"@graphql-codegen/cli": "5.0.1",
"@graphql-codegen/typescript": "4.0.2",
"@graphql-codegen/typescript-resolvers": "4.0.2"
},
"dependencies": {
"graphql": "16.8.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/vite-react-cts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"vite": "^4.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-codegen/cli": "5.0.1",
"@graphql-codegen/client-preset": "4.2.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"cypress": "12.17.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/vite-react-mts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"vite": "^4.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-codegen/cli": "5.0.1",
"@graphql-codegen/client-preset": "4.2.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"cypress": "12.17.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/vite-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"vite": "^4.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-codegen/cli": "5.0.1",
"@graphql-codegen/client-preset": "4.2.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"cypress": "12.17.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/apollo-composable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"vue": "^3.2.37"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/cli": "^5.0.1",
"@graphql-codegen/client-preset": "^4.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"vue": "^3.2.45"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/cli": "^5.0.1",
"@graphql-codegen/client-preset": "^4.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/villus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"vue": "^3.2.37"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/cli": "^5.0.1",
"@graphql-codegen/client-preset": "^4.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/yoga-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@graphql-typed-document-node/core": "3.2.0",
"jest": "28.1.3",
"babel-jest": "29.6.4",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-codegen/cli": "5.0.1",
"@graphql-codegen/client-preset": "4.2.0",
"@babel/core": "7.22.11",
"@babel/preset-env": "7.22.10",
"@babel/preset-typescript": "7.22.11"
Expand Down
14 changes: 14 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-codegen/cli

## 5.0.1

### Patch Changes

- [#9556](https://github.com/dotansimha/graphql-code-generator/pull/9556) [`23d8796a0`](https://github.com/dotansimha/graphql-code-generator/commit/23d8796a048c9d72b92429942d488c7483b500db) Thanks [@frandiox](https://github.com/frandiox)! - ignore events in `.git` directory

- [#9580](https://github.com/dotansimha/graphql-code-generator/pull/9580) [`50253b142`](https://github.com/dotansimha/graphql-code-generator/commit/50253b1428e2c748a7a2786eb910e39732b0984d) Thanks [@spawnia](https://github.com/spawnia)! - Surface error occurring during import of @parcel/watcher

- [#9698](https://github.com/dotansimha/graphql-code-generator/pull/9698) [`5d6b6d90f`](https://github.com/dotansimha/graphql-code-generator/commit/5d6b6d90f225c66d4f42617be22e75dce803165b) Thanks [@OriginalEXE](https://github.com/OriginalEXE)! - fix watcher unable to find highest common directory on Windows

- Updated dependencies [[`40a29e91e`](https://github.com/dotansimha/graphql-code-generator/commit/40a29e91ea25ed5ad6acb15ccca1767dafbdd7c5), [`40a29e91e`](https://github.com/dotansimha/graphql-code-generator/commit/40a29e91ea25ed5ad6acb15ccca1767dafbdd7c5)]:
- @graphql-codegen/core@4.0.1
- @graphql-codegen/plugin-helpers@5.0.2

## 5.0.0

### Major Changes
Expand Down
Loading

0 comments on commit 3350ced

Please sign in to comment.