From 73f3dc8a67d0cd8ba15725a96daca869adc847a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 10 Dec 2022 16:09:18 +0000 Subject: [PATCH] Version Packages --- .changeset/fluffy-hats-guess.md | 5 ----- .changeset/good-schools-glow.md | 5 ----- .changeset/kind-drinks-carry.md | 6 ------ package-lock.json | 8 ++++---- packages/integration-testsuite/CHANGELOG.md | 9 +++++++++ packages/integration-testsuite/package.json | 4 ++-- packages/server/CHANGELOG.md | 10 ++++++++++ packages/server/package.json | 2 +- 8 files changed, 26 insertions(+), 23 deletions(-) delete mode 100644 .changeset/fluffy-hats-guess.md delete mode 100644 .changeset/good-schools-glow.md delete mode 100644 .changeset/kind-drinks-carry.md diff --git a/.changeset/fluffy-hats-guess.md b/.changeset/fluffy-hats-guess.md deleted file mode 100644 index 9ae150a380d..00000000000 --- a/.changeset/fluffy-hats-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@apollo/server': patch ---- - -Refactor the implementation of `ApolloServerPluginDrainHttpServer`'s grace period. This is intended to be a no-op. diff --git a/.changeset/good-schools-glow.md b/.changeset/good-schools-glow.md deleted file mode 100644 index abf5305e56b..00000000000 --- a/.changeset/good-schools-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@apollo/server': patch ---- - -Improve compatibility with Cloudflare workers by avoiding the use of the Node `util` package. This change is intended to be a no-op. diff --git a/.changeset/kind-drinks-carry.md b/.changeset/kind-drinks-carry.md deleted file mode 100644 index 55f4924618a..00000000000 --- a/.changeset/kind-drinks-carry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@apollo/server-integration-testsuite': patch -'@apollo/server': patch ---- - -Improve compatibility with Cloudflare workers by avoiding the use of the Node `url` package. This change is intended to be a no-op. diff --git a/package-lock.json b/package-lock.json index e760f72ae76..60691c6b06b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13096,12 +13096,12 @@ }, "packages/integration-testsuite": { "name": "@apollo/server-integration-testsuite", - "version": "4.2.2", + "version": "4.2.3", "license": "MIT", "dependencies": { "@apollo/cache-control-types": "^1.0.2", "@apollo/client": "^3.6.9", - "@apollo/server": "4.2.2", + "@apollo/server": "4.2.3", "@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0", "@apollo/usage-reporting-protobuf": "^4.0.0", "@apollo/utils.createhash": "^2.0.0", @@ -13142,7 +13142,7 @@ }, "packages/server": { "name": "@apollo/server", - "version": "4.2.2", + "version": "4.2.3", "license": "MIT", "dependencies": { "@apollo/cache-control-types": "^1.0.2", @@ -13377,7 +13377,7 @@ "requires": { "@apollo/cache-control-types": "^1.0.2", "@apollo/client": "^3.6.9", - "@apollo/server": "4.2.2", + "@apollo/server": "4.2.3", "@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0", "@apollo/usage-reporting-protobuf": "^4.0.0", "@apollo/utils.createhash": "^2.0.0", diff --git a/packages/integration-testsuite/CHANGELOG.md b/packages/integration-testsuite/CHANGELOG.md index 163a6d014ee..f701938d470 100644 --- a/packages/integration-testsuite/CHANGELOG.md +++ b/packages/integration-testsuite/CHANGELOG.md @@ -1,5 +1,14 @@ # @apollo/server-integration-testsuite +## 4.2.3 + +### Patch Changes + +- [#7228](https://github.com/apollographql/apollo-server/pull/7228) [`f97e55304`](https://github.com/apollographql/apollo-server/commit/f97e55304ceacc5f1586131ad3eb6a99912bc821) Thanks [@dnalborczyk](https://github.com/dnalborczyk)! - Improve compatibility with Cloudflare workers by avoiding the use of the Node `url` package. This change is intended to be a no-op. + +- Updated dependencies [[`3a4823e0d`](https://github.com/apollographql/apollo-server/commit/3a4823e0d85afb51b7fb82a9f3a525c1957eab5d), [`d057e2ffc`](https://github.com/apollographql/apollo-server/commit/d057e2ffccac2afc9c3e102db64d74d895157c3d), [`f97e55304`](https://github.com/apollographql/apollo-server/commit/f97e55304ceacc5f1586131ad3eb6a99912bc821)]: + - @apollo/server@4.2.3 + ## 4.2.2 ### Patch Changes diff --git a/packages/integration-testsuite/package.json b/packages/integration-testsuite/package.json index 36bf686c18d..d2fecf2f8d6 100644 --- a/packages/integration-testsuite/package.json +++ b/packages/integration-testsuite/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/server-integration-testsuite", - "version": "4.2.2", + "version": "4.2.3", "description": "Test suite for Apollo Server integrations", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -28,7 +28,7 @@ "dependencies": { "@apollo/cache-control-types": "^1.0.2", "@apollo/client": "^3.6.9", - "@apollo/server": "4.2.2", + "@apollo/server": "4.2.3", "@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0", "@apollo/utils.keyvaluecache": "^2.0.1", "@apollo/utils.createhash": "^2.0.0", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 4fe19a0b355..235fc420458 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,15 @@ # @apollo/server +## 4.2.3 + +### Patch Changes + +- [#7232](https://github.com/apollographql/apollo-server/pull/7232) [`3a4823e0d`](https://github.com/apollographql/apollo-server/commit/3a4823e0d85afb51b7fb82a9f3a525c1957eab5d) Thanks [@glasser](https://github.com/glasser)! - Refactor the implementation of `ApolloServerPluginDrainHttpServer`'s grace period. This is intended to be a no-op. + +- [#7229](https://github.com/apollographql/apollo-server/pull/7229) [`d057e2ffc`](https://github.com/apollographql/apollo-server/commit/d057e2ffccac2afc9c3e102db64d74d895157c3d) Thanks [@dnalborczyk](https://github.com/dnalborczyk)! - Improve compatibility with Cloudflare workers by avoiding the use of the Node `util` package. This change is intended to be a no-op. + +- [#7228](https://github.com/apollographql/apollo-server/pull/7228) [`f97e55304`](https://github.com/apollographql/apollo-server/commit/f97e55304ceacc5f1586131ad3eb6a99912bc821) Thanks [@dnalborczyk](https://github.com/dnalborczyk)! - Improve compatibility with Cloudflare workers by avoiding the use of the Node `url` package. This change is intended to be a no-op. + ## 4.2.2 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index 227241e4d73..eb4d283522c 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/server", - "version": "4.2.2", + "version": "4.2.3", "description": "Core engine for Apollo GraphQL server", "type": "module", "main": "dist/cjs/index.js",