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
2 changes: 1 addition & 1 deletion .devcontainer/mise/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tools]
"node" = "24.11.1"
"npm:@anthropic-ai/claude-code" = "2.0.53"
"npm:@anthropic-ai/claude-code" = "2.0.55"
"npm:@openai/codex" = "0.63.0"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
],
"packageManager": "[email protected]",
"devDependencies": {
"prettier": "3.6.2"
"prettier": "3.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/site-api-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"@graphql-codegen/import-types-preset": "3.0.1",
"@graphql-codegen/introspection": "5.0.0",
"@graphql-codegen/near-operation-file-preset": "3.1.0",
"@graphql-codegen/typescript": "5.0.5",
"@graphql-codegen/typescript": "5.0.6",
"@graphql-codegen/typescript-graphql-request": "6.3.0",
"@graphql-codegen/typescript-operations": "5.0.5",
"@graphql-codegen/typescript-operations": "5.0.6",
"@types/node": "22.19.1",
"site-types": "1.0.0",
"tsx": "4.20.6",
Expand Down
58 changes: 39 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1809,13 +1809,13 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/typescript-operations@npm:5.0.5, @graphql-codegen/typescript-operations@npm:^5.0.5":
version: 5.0.5
resolution: "@graphql-codegen/typescript-operations@npm:5.0.5"
"@graphql-codegen/typescript-operations@npm:5.0.6, @graphql-codegen/typescript-operations@npm:^5.0.5":
version: 5.0.6
resolution: "@graphql-codegen/typescript-operations@npm:5.0.6"
dependencies:
"@graphql-codegen/plugin-helpers": "npm:^6.1.0"
"@graphql-codegen/typescript": "npm:^5.0.5"
"@graphql-codegen/visitor-plugin-common": "npm:6.2.0"
"@graphql-codegen/typescript": "npm:^5.0.6"
"@graphql-codegen/visitor-plugin-common": "npm:6.2.1"
auto-bind: "npm:~4.0.0"
tslib: "npm:~2.6.0"
peerDependencies:
Expand All @@ -1824,22 +1824,22 @@ __metadata:
peerDependenciesMeta:
graphql-sock:
optional: true
checksum: 10c0/32820b27d39ec40b693ca90a553bea690741c075e380ee4bcf3aa25331287b953473fe639e9d9ba7afbe8196c6f6759d58d3aa2507a58e3290b840e8679f92a9
checksum: 10c0/8e74dae9b96771fcc6d35210b858205f996e1496bae0429c5e2c917a3540390aef26402f06b9baa976d658b0a09e67bf00c427264b307686ab6e24c623fa8d2c
languageName: node
linkType: hard

"@graphql-codegen/typescript@npm:5.0.5, @graphql-codegen/typescript@npm:^5.0.5":
version: 5.0.5
resolution: "@graphql-codegen/typescript@npm:5.0.5"
"@graphql-codegen/typescript@npm:5.0.6, @graphql-codegen/typescript@npm:^5.0.5, @graphql-codegen/typescript@npm:^5.0.6":
version: 5.0.6
resolution: "@graphql-codegen/typescript@npm:5.0.6"
dependencies:
"@graphql-codegen/plugin-helpers": "npm:^6.1.0"
"@graphql-codegen/schema-ast": "npm:^5.0.0"
"@graphql-codegen/visitor-plugin-common": "npm:6.2.0"
"@graphql-codegen/visitor-plugin-common": "npm:6.2.1"
auto-bind: "npm:~4.0.0"
tslib: "npm:~2.6.0"
peerDependencies:
graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: 10c0/95988beb7e8c21d462a1d4513d97139d859333b80be228e3800ac0b44f0760725c372596da49a56770c39266b6e5ca72da97cdcd1e8dae9d38e100b2dd393b61
checksum: 10c0/61ddb5c7b6cdff65fd73d82689a7c19acb0bc3adfa0887d4b66fca3659ced7796a5b605886446a471c2b9a2cc1e62a26cfa374f0068ce26015b19aa26e968d39
languageName: node
linkType: hard

Expand All @@ -1863,7 +1863,7 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/visitor-plugin-common@npm:6.2.0, @graphql-codegen/visitor-plugin-common@npm:^6.0.0, @graphql-codegen/visitor-plugin-common@npm:^6.2.0":
"@graphql-codegen/visitor-plugin-common@npm:6.2.0":
version: 6.2.0
resolution: "@graphql-codegen/visitor-plugin-common@npm:6.2.0"
dependencies:
Expand All @@ -1883,6 +1883,26 @@ __metadata:
languageName: node
linkType: hard

"@graphql-codegen/visitor-plugin-common@npm:6.2.1, @graphql-codegen/visitor-plugin-common@npm:^6.0.0, @graphql-codegen/visitor-plugin-common@npm:^6.2.0":
version: 6.2.1
resolution: "@graphql-codegen/visitor-plugin-common@npm:6.2.1"
dependencies:
"@graphql-codegen/plugin-helpers": "npm:^6.1.0"
"@graphql-tools/optimize": "npm:^2.0.0"
"@graphql-tools/relay-operation-optimizer": "npm:^7.0.0"
"@graphql-tools/utils": "npm:^10.0.0"
auto-bind: "npm:~4.0.0"
change-case-all: "npm:1.0.15"
dependency-graph: "npm:^1.0.0"
graphql-tag: "npm:^2.11.0"
parse-filepath: "npm:^1.0.2"
tslib: "npm:~2.6.0"
peerDependencies:
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
checksum: 10c0/7d48f86438edf86ea3d602d673ec57eb6c8c6a58869fccef78efa23788c28a3b4795ca9223aa946a51e01551f0b0c7134c7e20763929a150bdced5a9ece342d1
languageName: node
linkType: hard

"@graphql-hive/signal@npm:^1.0.0":
version: 1.0.0
resolution: "@graphql-hive/signal@npm:1.0.0"
Expand Down Expand Up @@ -5649,7 +5669,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "androiddagashi.github.io@workspace:."
dependencies:
prettier: "npm:3.6.2"
prettier: "npm:3.7.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12354,12 +12374,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.6.2":
version: 3.6.2
resolution: "prettier@npm:3.6.2"
"prettier@npm:3.7.2":
version: 3.7.2
resolution: "prettier@npm:3.7.2"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/488cb2f2b99ec13da1e50074912870217c11edaddedeadc649b1244c749d15ba94e846423d062e2c4c9ae683e2d65f754de28889ba06e697ac4f988d44f45812
checksum: 10c0/df3d658df301face0918f8ecbd4354f32e1151d83a3a4720c7f252342baf631466568f708e0e57beea55bbc56415c40208adc76a91d5f1a88f3e743d0d775dc0
languageName: node
linkType: hard

Expand Down Expand Up @@ -13206,9 +13226,9 @@ __metadata:
"@graphql-codegen/import-types-preset": "npm:3.0.1"
"@graphql-codegen/introspection": "npm:5.0.0"
"@graphql-codegen/near-operation-file-preset": "npm:3.1.0"
"@graphql-codegen/typescript": "npm:5.0.5"
"@graphql-codegen/typescript": "npm:5.0.6"
"@graphql-codegen/typescript-graphql-request": "npm:6.3.0"
"@graphql-codegen/typescript-operations": "npm:5.0.5"
"@graphql-codegen/typescript-operations": "npm:5.0.6"
"@types/node": "npm:22.19.1"
cross-fetch: "npm:4.1.0"
graphql: "npm:16.12.0"
Expand Down