Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/@graphql-codegen_typescript-10764-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-codegen/typescript": patch
---
dependencies updates:
- Updated dependency [`tslib@~2.8.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.8.0) (from `~2.6.0`, in `dependencies`)
6 changes: 3 additions & 3 deletions dev-test-apollo-tooling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "vitest --no-watch"
},
"dependencies": {
"@apollo/client": "3.13.8",
"@apollo/client": "3.14.1",
"@graphql-codegen/cli": "*",
"@graphql-codegen/plugin-helpers": "*",
"@graphql-codegen/typed-document-node": "*",
Expand All @@ -23,9 +23,9 @@
},
"devDependencies": {
"@types/node": "^25.0.3",
"tsx": "4.7.0",
"tsx": "4.21.0",
"typescript": "^5.9.3",
"vitest": "4.0.4"
"vitest": "4.1.5"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion examples/persisted-documents-string-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/preset-env": "7.29.2",
"@babel/preset-env": "7.29.3",
"@babel/preset-typescript": "7.28.5",
"@graphql-codegen/cli": "7.0.0",
"@graphql-typed-document-node/core": "3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/persisted-documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/preset-env": "7.29.2",
"@babel/preset-env": "7.29.3",
"@babel/preset-typescript": "7.28.5",
"@graphql-codegen/cli": "7.0.0",
"@graphql-typed-document-node/core": "3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/yoga-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/preset-env": "7.29.2",
"@babel/preset-env": "7.29.3",
"@babel/preset-typescript": "7.28.5",
"@graphql-codegen/cli": "7.0.0",
"@graphql-typed-document-node/core": "3.2.0"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/preset-env": "7.29.2",
"@babel/preset-env": "7.29.3",
"@babel/preset-typescript": "7.28.5",
"@changesets/changelog-github": "0.6.0",
"@changesets/cli": "2.31.0",
Expand All @@ -55,7 +55,7 @@
"@theguild/eslint-config": "0.13.4",
"@theguild/prettier-config": "3.0.1",
"bob-the-bundler": "7.0.1",
"eslint": "10.2.1",
"eslint": "10.3.0",
"eslint-plugin-tailwindcss": "npm:@hasparus/[email protected]",
"graphql": "16.13.2",
"husky": "9.1.7",
Expand All @@ -72,7 +72,7 @@
"tsx": "4.21.0",
"typescript": "6.0.3",
"vitest": "4.1.5",
"wrangler": "4.86.0"
"wrangler": "4.87.0"
},
"resolutions": {
"@rushstack/eslint-patch": "1.16.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"yargs": "^18.0.0"
},
"devDependencies": {
"@inquirer/testing": "3.3.2",
"@inquirer/testing": "3.3.5",
"@parcel/watcher": "^2.1.0",
"@types/is-glob": "4.0.4",
"@types/js-yaml": "4.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@graphql-codegen/schema-ast": "^6.0.0",
"@graphql-codegen/visitor-plugin-common": "^7.0.0",
"auto-bind": "^5.0.0",
"tslib": "~2.6.0"
"tslib": "~2.8.0"
},
"publishConfig": {
"directory": "dist",
Expand Down
8 changes: 4 additions & 4 deletions packages/presets/swc-plugin/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/presets/swc-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ graphql-parser = "0.4.0"
pathdiff = "0.2.1"
serde = "1"
serde_json = "1.0.105"
swc_core = { version = "64.0.*", features = ["ecma_plugin_transform", "ecma_visit", "ecma_utils", "ecma_parser", "common", "testing" ] }
swc_core = { version = "65.0.*", features = ["ecma_plugin_transform", "ecma_visit", "ecma_utils", "ecma_parser", "common", "testing" ] }

# .cargo/config defines few alias to build plugin.
# cargo build-wasi generates wasm-wasi32 binary
Expand Down
773 changes: 282 additions & 491 deletions yarn.lock

Large diffs are not rendered by default.

Loading