Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#10070)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Aug 19, 2024
1 parent 462052f commit 5fb302c
Show file tree
Hide file tree
Showing 25 changed files with 1,167 additions and 1,059 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-codegen_testing-10070-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-codegen/testing": patch
---
dependencies updates:
- Updated dependency [`nock@13.5.4` ↗︎](https://www.npmjs.com/package/nock/v/13.5.4) (from `13.5.3`, in `dependencies`)
10 changes: 5 additions & 5 deletions examples/persisted-documents-string-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"graphql-yoga": "5.6.0",
"@graphql-yoga/plugin-persisted-operations": "3.6.0"
"graphql-yoga": "5.7.0",
"@graphql-yoga/plugin-persisted-operations": "3.7.0"
},
"devDependencies": {
"@graphql-typed-document-node/core": "3.2.0",
"jest": "28.1.3",
"babel-jest": "29.6.4",
"babel-jest": "29.7.0",
"@graphql-codegen/cli": "5.0.2",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-typescript": "7.24.7"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions examples/persisted-documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"graphql-yoga": "5.6.0",
"@graphql-yoga/plugin-persisted-operations": "3.6.0"
"graphql-yoga": "5.7.0",
"@graphql-yoga/plugin-persisted-operations": "3.7.0"
},
"devDependencies": {
"@graphql-typed-document-node/core": "3.2.0",
"jest": "28.1.3",
"babel-jest": "29.6.4",
"babel-jest": "29.7.0",
"@graphql-codegen/cli": "5.0.2",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-typescript": "7.24.7"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions examples/programmatic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@graphql-codegen/typescript-resolvers": "4.2.1",
"@graphql-tools/graphql-file-loader": "8.0.1",
"@graphql-tools/load": "8.0.2",
"@graphql-tools/schema": "10.0.4",
"graphql": "16.8.0",
"@graphql-tools/schema": "10.0.6",
"graphql": "16.9.0",
"graphql-tag": "2.12.6",
"prettier": "2.8.8"
},
"devDependencies": {
"@types/node": "20.16.1",
"tsup": "8.1.0"
"tsup": "8.2.4"
}
}
6 changes: 3 additions & 3 deletions examples/react/apollo-client-defer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"graphql-yoga": "5.6.0"
"graphql-yoga": "5.7.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
Expand All @@ -17,9 +17,9 @@
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"cypress": "13.13.0",
"cypress": "13.13.3",
"serve": "14.2.3",
"start-server-and-test": "2.0.4",
"start-server-and-test": "2.0.5",
"typescript": "5.2.2",
"vite": "^4.1.0"
},
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 @@ -17,8 +17,8 @@
"@types/react-dom": "^18.0.10",
"typescript": "5.2.2",
"serve": "14.2.3",
"cypress": "13.13.0",
"start-server-and-test": "2.0.4",
"cypress": "13.13.3",
"start-server-and-test": "2.0.5",
"vite": "^4.1.0"
},
"scripts": {
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 @@ -16,8 +16,8 @@
"@types/react-dom": "^18.0.10",
"typescript": "5.2.2",
"serve": "14.2.3",
"cypress": "13.13.0",
"start-server-and-test": "2.0.4",
"cypress": "13.13.3",
"start-server-and-test": "2.0.5",
"vite": "^4.1.0"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions examples/react/tanstack-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@tanstack/react-query": "4.33.0",
"@tanstack/react-query": "4.36.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -16,8 +16,8 @@
"@types/react-dom": "^18.0.10",
"typescript": "5.2.2",
"serve": "14.2.3",
"cypress": "13.13.0",
"start-server-and-test": "2.0.4",
"cypress": "13.13.3",
"start-server-and-test": "2.0.5",
"vite": "^4.1.0"
},
"scripts": {
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 @@ -14,8 +14,8 @@
"@vitejs/plugin-react": "^3.1.0",
"typescript": "5.2.2",
"serve": "14.2.3",
"cypress": "13.13.0",
"start-server-and-test": "2.0.4",
"cypress": "13.13.3",
"start-server-and-test": "2.0.5",
"vite": "^4.1.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@graphql-typed-document-node/core": "3.2.0",
"graphql": "16.8.0"
"graphql": "16.9.0"
},
"scripts": {
"codegen": "graphql-codegen-esm --config codegen.cjs",
Expand Down
6 changes: 3 additions & 3 deletions examples/typescript-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"babel-jest": "29.6.4",
"babel-jest": "29.7.0",
"jest": "28.1.3"
},
"dependencies": {
"graphql": "16.8.0",
"graphql-yoga": "5.6.0",
"graphql": "16.9.0",
"graphql-yoga": "5.7.0",
"graphql-request": "5.2.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript-resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"@graphql-codegen/typescript-resolvers": "4.2.1"
},
"dependencies": {
"graphql": "16.8.0",
"graphql-yoga": "5.6.0"
"graphql": "16.9.0",
"graphql-yoga": "5.7.0"
},
"scripts": {
"codegen": "graphql-codegen --config codegen.ts",
Expand Down
6 changes: 3 additions & 3 deletions examples/vite/vite-react-cts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@apollo/client": "^3.7.10",
"@graphql-typed-document-node/core": "3.2.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"graphql": "16.8.0",
"graphql": "16.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.1.0"
Expand All @@ -24,8 +24,8 @@
"@graphql-codegen/cli": "5.0.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"cypress": "13.13.0",
"start-server-and-test": "2.0.4",
"cypress": "13.13.3",
"start-server-and-test": "2.0.5",
"typescript": "^5.0.0"
},
"bob": false,
Expand Down
6 changes: 3 additions & 3 deletions examples/vite/vite-react-mts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@apollo/client": "^3.7.10",
"@graphql-typed-document-node/core": "3.2.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"graphql": "16.8.0",
"graphql": "16.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.1.0"
Expand All @@ -24,8 +24,8 @@
"@graphql-codegen/cli": "5.0.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"cypress": "13.13.0",
"start-server-and-test": "2.0.4",
"cypress": "13.13.3",
"start-server-and-test": "2.0.5",
"typescript": "^5.0.0"
},
"bob": false,
Expand Down
6 changes: 3 additions & 3 deletions examples/vite/vite-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@apollo/client": "^3.7.10",
"@graphql-typed-document-node/core": "3.2.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"graphql": "16.8.0",
"graphql": "16.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.1.0"
Expand All @@ -24,8 +24,8 @@
"@graphql-codegen/cli": "5.0.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"cypress": "13.13.0",
"start-server-and-test": "2.0.4",
"cypress": "13.13.3",
"start-server-and-test": "2.0.5",
"typescript": "^5.0.0"
},
"bob": false,
Expand Down
6 changes: 3 additions & 3 deletions examples/vue/apollo-composable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@apollo/client": "^3.7.10",
"@vue/apollo-composable": "4.0.0-beta.8",
"@vue/apollo-composable": "4.1.0",
"graphql": "^16.6.0",
"vue": "^3.2.37"
},
Expand All @@ -23,7 +23,7 @@
"vite": "^4.1.0",
"vue-tsc": "^1.0.24",
"serve": "14.2.3",
"cypress": "13.13.0",
"start-server-and-test": "2.0.4"
"cypress": "13.13.3",
"start-server-and-test": "2.0.5"
}
}
4 changes: 2 additions & 2 deletions examples/vue/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"vite": "^4.1.0",
"vue-tsc": "^1.0.24",
"serve": "14.2.3",
"cypress": "13.13.0",
"start-server-and-test": "2.0.4"
"cypress": "13.13.3",
"start-server-and-test": "2.0.5"
}
}
4 changes: 2 additions & 2 deletions examples/vue/villus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"vite": "^4.1.0",
"vue-tsc": "^1.0.24",
"serve": "14.2.3",
"cypress": "13.13.0",
"start-server-and-test": "2.0.4"
"cypress": "13.13.3",
"start-server-and-test": "2.0.5"
}
}
8 changes: 4 additions & 4 deletions examples/yoga-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"graphql-yoga": "5.6.0"
"graphql-yoga": "5.7.0"
},
"devDependencies": {
"@graphql-typed-document-node/core": "3.2.0",
"jest": "28.1.3",
"babel-jest": "29.6.4",
"babel-jest": "29.7.0",
"@graphql-codegen/cli": "5.0.2",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-typescript": "7.24.7"
},
"scripts": {
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">= 16.0.0"
},
"packageManager": "yarn@1.22.19",
"packageManager": "yarn@1.22.22",
"scripts": {
"postinstall": "patch-package && husky install",
"fix-bins": "node scripts/fix-bin.js",
Expand Down Expand Up @@ -43,32 +43,32 @@
"examples/**/*"
],
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-typescript": "7.24.7",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@theguild/eslint-config": "0.12.0",
"@theguild/prettier-config": "0.1.1",
"@types/jest": "28.1.8",
"babel-jest": "29.6.4",
"babel-jest": "29.7.0",
"bob-the-bundler": "6.0.0",
"cross-env": "7.0.3",
"eslint": "9.6.0",
"graphql": "16.8.0",
"eslint": "9.9.0",
"graphql": "16.9.0",
"husky": "8.0.3",
"jest": "28.1.3",
"jest-docblock": "29.6.3",
"jest-docblock": "29.7.0",
"jest-junit": "16.0.0",
"lint-staged": "13.2.2",
"lint-staged": "13.3.0",
"patch-package": "8.0.0",
"prettier": "2.8.8",
"prettier-plugin-svelte": "2.10.1",
"rimraf": "6.0.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tslib": "2.6.3",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.2.2"
},
"lint-staged": {
Expand All @@ -84,15 +84,15 @@
},
"resolutions": {
"prettier": "2.8.8",
"babel-jest": "29.6.4",
"babel-jest": "29.7.0",
"jest-runner": "28.1.3",
"graphql": "16.8.0",
"graphql": "16.9.0",
"graphql-language-service-interface": "2.10.2",
"**/apollo-language-server/graphql": "^16.0.0",
"**/@types/graphql-upload/graphql": "^16.0.0",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "5.2.2",
"cosmiconfig": "8.1.3",
"cosmiconfig": "8.3.6",
"eslint-plugin-promise": "7.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"yargs": "^17.0.0"
},
"devDependencies": {
"@graphql-tools/merge": "9.0.4",
"@graphql-tools/merge": "9.0.6",
"@parcel/watcher": "^2.1.0",
"@types/debounce": "1.2.4",
"@types/inquirer": "8.2.10",
Expand Down
Loading

0 comments on commit 5fb302c

Please sign in to comment.