Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.5.4 (#10069)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency typescript to v5.5.4

* Fix

* chore(dependencies): updated changesets for modified dependencies

* Lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 19, 2024
1 parent 5fb302c commit 8bb34e7
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 14 deletions.
6 changes: 6 additions & 0 deletions .changeset/@graphql-codegen_cli-10069-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@graphql-codegen/cli": patch
---
dependencies updates:
- Updated dependency [`@whatwg-node/fetch@^0.9.20` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.9.20) (from `^0.8.0`, in `dependencies`)
- Updated dependency [`graphql-config@^5.1.1` ↗︎](https://www.npmjs.com/package/graphql-config/v/5.1.1) (from `^5.0.2`, in `dependencies`)
2 changes: 1 addition & 1 deletion examples/react/apollo-client-defer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"cypress": "13.13.3",
"serve": "14.2.3",
"start-server-and-test": "2.0.5",
"typescript": "5.2.2",
"typescript": "5.5.4",
"vite": "^4.1.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/apollo-client-swc-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@vitejs/plugin-react-swc": "^3.3.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"typescript": "5.2.2",
"typescript": "5.5.4",
"vite": "^4.1.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/apollo-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/node": "^20.0.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.10",
"typescript": "5.2.2",
"typescript": "5.5.4",
"serve": "14.2.3",
"cypress": "13.13.3",
"start-server-and-test": "2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/http-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "^20.0.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.10",
"typescript": "5.2.2",
"typescript": "5.5.4",
"serve": "14.2.3",
"cypress": "13.13.3",
"start-server-and-test": "2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/nextjs-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@types/react-dom": "^18.0.10",
"eslint": "^9.0.0",
"eslint-config-next": "^13.0.0",
"typescript": "5.2.2"
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion examples/react/tanstack-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "^20.0.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.10",
"typescript": "5.2.2",
"typescript": "5.5.4",
"serve": "14.2.3",
"cypress": "13.13.3",
"start-server-and-test": "2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/react-dom": "^18.0.10",
"@graphql-codegen/cli": "^5.0.2",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "5.2.2",
"typescript": "5.5.4",
"serve": "14.2.3",
"cypress": "13.13.3",
"start-server-and-test": "2.0.5",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"ts-node": "10.9.2",
"tslib": "2.6.3",
"tsx": "4.17.0",
"typescript": "5.2.2"
"typescript": "5.5.4"
},
"lint-staged": {
"packages/**/src/**/*.{ts,tsx}": [
Expand All @@ -91,7 +91,7 @@
"**/apollo-language-server/graphql": "^16.0.0",
"**/@types/graphql-upload/graphql": "^16.0.0",
"ts-node": "10.9.2",
"typescript": "5.2.2",
"typescript": "5.5.4",
"cosmiconfig": "8.3.6",
"eslint-plugin-promise": "7.1.0"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/graphql-codegen-cli/tests/cli-flags.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import { TempDir } from './utils.js';
const mockConfig = (str: string, file = './codegen.yml') => temp.createFile(file, str);
const createArgv = (str = ''): string[] => {
const result = ['node', 'fake.js'];
const regexp = /([^\s'"]+(['"])([^\2]*?)\2)|[^\s'"]+|(['"])([^\4]*?)\4/gi;
// eslint-disable-next-line no-control-regex
const regexp = /([^\s'"]+(['"])([^\x02]*?)\x02)|[^\s'"]+|(['"])([^\x04]*?)\x04/gi;

let match;
do {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15520,10 +15520,10 @@ typescript-json-schema@0.56.0:
typescript "~4.9.5"
yargs "^17.1.1"

typescript@5.2.2, typescript@^5.0.0, typescript@~4.9.5:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
typescript@5.5.4, typescript@^5.0.0, typescript@~4.9.5:
version "5.5.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==

ua-parser-js@^0.7.30:
version "0.7.33"
Expand Down

0 comments on commit 8bb34e7

Please sign in to comment.