Skip to content

Commit

Permalink
Upgrade @apollo/utils.createhash (#8010)
Browse files Browse the repository at this point in the history
For compatibility with Next.js Turbopack.

Fixes #8004.
  • Loading branch information
glasser authored Jan 3, 2025
1 parent 7dca53b commit f4228e8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .changeset/khaki-socks-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@apollo/server-integration-testsuite': patch
'@apollo/server-plugin-response-cache': patch
'@apollo/server': patch
---

Compatibility with Next.js Turbopack. Fixes #8004.
1 change: 1 addition & 0 deletions cspell-dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ triaging
tsbuildinfo
tsconfig
tsconfigs
Turbopack
typecheck
typeis
typenames
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/integration-testsuite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@apollo/client": "^3.6.9",
"@apollo/server": "4.11.2",
"@apollo/usage-reporting-protobuf": "^4.1.1",
"@apollo/utils.createhash": "^2.0.0",
"@apollo/utils.createhash": "^2.0.2",
"@apollo/utils.keyvaluecache": "^2.1.0",
"express": "^4.21.1",
"graphql-http": "1.22.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-response-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node": ">=14.16.0"
},
"dependencies": {
"@apollo/utils.createhash": "^2.0.0",
"@apollo/utils.createhash": "^2.0.2",
"@apollo/utils.keyvaluecache": "^2.1.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"@apollo/cache-control-types": "^1.0.3",
"@apollo/server-gateway-interface": "^1.1.1",
"@apollo/usage-reporting-protobuf": "^4.1.1",
"@apollo/utils.createhash": "^2.0.0",
"@apollo/utils.createhash": "^2.0.2",
"@apollo/utils.fetcher": "^2.0.0",
"@apollo/utils.isnodelike": "^2.0.0",
"@apollo/utils.keyvaluecache": "^2.1.0",
Expand Down

0 comments on commit f4228e8

Please sign in to comment.