Skip to content

Commit

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

Fixes #8004.
  • Loading branch information
glasser committed Jan 2, 2025
1 parent a830562 commit 3b13bf4
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 17 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
27 changes: 14 additions & 13 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@apollo/client": "3.12.4",
"@apollo/gateway": "2.9.3",
"@apollo/subgraph": "2.9.3",
"@apollo/utils.createhash": "2.0.1",
"@apollo/utils.createhash": "2.0.2",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.11",
"@graphql-codegen/cli": "3.3.1",
Expand Down
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 3b13bf4

Please sign in to comment.