From cbb142a998be316dcee7af87b19e29332acbdb14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 17:04:53 -0700 Subject: [PATCH] Version Packages (alpha) (#6908) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to version-4, this PR will be updated. ⚠️⚠️⚠️⚠️⚠️⚠️ `version-4` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `version-4`. ⚠️⚠️⚠️⚠️⚠️⚠️ # Releases ## @apollo/server-integration-testsuite@4.0.0-alpha.12 ### Patch Changes - [#6827](https://github.com/apollographql/apollo-server/pull/6827) [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b) Thanks [@glasser](https://github.com/glasser)! - Experimental support for incremental delivery (`@defer`/`@stream`) when combined with a prerelease of `graphql-js`. - [#6850](https://github.com/apollographql/apollo-server/pull/6850) [`256f2424b`](https://github.com/apollographql/apollo-server/commit/256f2424bf6e8420e2582bb2d7a685c810c40bfe) Thanks [@renovate](https://github.com/apps/renovate)! - Expand jest peer deps to include v29 - [#6910](https://github.com/apollographql/apollo-server/pull/6910) [`6541f92c9`](https://github.com/apollographql/apollo-server/commit/6541f92c9a0a97b818d637fbac9fb6a2fe14c37c) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Update snapshot format to future jest v29 default - [#6827](https://github.com/apollographql/apollo-server/pull/6827) [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b) Thanks [@glasser](https://github.com/glasser)! - Support application/graphql-response+json content-type if requested via Accept header, as per graphql-over-http spec. Include `charset=utf-8` in content-type headers. - Updated dependencies \[[`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b), [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b)]: - @apollo/server@4.0.0-alpha.12 ## @apollo/server-plugin-response-cache@4.0.0-alpha.5 ### Patch Changes - [#6827](https://github.com/apollographql/apollo-server/pull/6827) [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b) Thanks [@glasser](https://github.com/glasser)! - Experimental support for incremental delivery (`@defer`/`@stream`) when combined with a prerelease of `graphql-js`. - Updated dependencies \[[`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b), [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b)]: - @apollo/server@4.0.0-alpha.12 ## @apollo/server@4.0.0-alpha.12 ### Patch Changes - [#6827](https://github.com/apollographql/apollo-server/pull/6827) [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b) Thanks [@glasser](https://github.com/glasser)! - Experimental support for incremental delivery (`@defer`/`@stream`) when combined with a prerelease of `graphql-js`. - [#6827](https://github.com/apollographql/apollo-server/pull/6827) [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b) Thanks [@glasser](https://github.com/glasser)! - Support application/graphql-response+json content-type if requested via Accept header, as per graphql-over-http spec. Include `charset=utf-8` in content-type headers. Co-authored-by: github-actions[bot] --- .changeset/pre.json | 8 ++++++++ package-lock.json | 10 +++++----- packages/integration-testsuite/CHANGELOG.md | 15 +++++++++++++++ packages/integration-testsuite/package.json | 4 ++-- packages/plugin-response-cache/CHANGELOG.md | 9 +++++++++ packages/plugin-response-cache/package.json | 4 ++-- packages/server/CHANGELOG.md | 9 +++++++++ packages/server/package.json | 2 +- 8 files changed, 51 insertions(+), 10 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index fcec76e7717..0f25d50e5cf 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -11,9 +11,13 @@ "changesets": [ "blue-bottles-jump", "chatty-baboons-search", + "chilled-cows-drum", + "eleven-drinks-mix", "eleven-needles-collect", + "empty-peaches-heal", "famous-parents-argue", "fifty-peaches-bathe", + "gorgeous-penguins-jog", "healthy-glasses-reflect", "hip-cheetahs-fail", "lazy-emus-hunt", @@ -25,16 +29,20 @@ "old-papayas-switch", "pink-eggs-draw", "quick-beans-applaud", + "shaggy-badgers-act", "shaggy-schools-sparkle", "short-lies-kneel", "silly-icons-taste", + "six-pianos-refuse", "sixty-flowers-press", "small-cycles-hammer", "small-suits-compare", "spicy-lions-deliver", "spicy-pugs-deliver", "spotty-days-eat", + "stale-goats-serve", "stale-sheep-search", + "thirty-donkeys-sing", "twenty-cooks-repair", "violet-mayflies-help", "wet-kiwis-play", diff --git a/package-lock.json b/package-lock.json index b6819a64543..2e83d0195aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15653,7 +15653,7 @@ }, "packages/integration-testsuite": { "name": "@apollo/server-integration-testsuite", - "version": "4.0.0-alpha.11", + "version": "4.0.0-alpha.12", "license": "MIT", "dependencies": { "@apollo/cache-control-types": "^1.0.2", @@ -15674,7 +15674,7 @@ "node": ">=14.0" }, "peerDependencies": { - "@apollo/server": "^4.0.0-alpha.11", + "@apollo/server": "^4.0.0-alpha.12", "@jest/globals": "28.x || 29.x", "graphql": "^16.5.0", "jest": "28.x || 29.x" @@ -15696,7 +15696,7 @@ }, "packages/plugin-response-cache": { "name": "@apollo/server-plugin-response-cache", - "version": "4.0.0-alpha.4", + "version": "4.0.0-alpha.5", "license": "MIT", "dependencies": { "@apollo/utils.createhash": "^1.1.0", @@ -15706,13 +15706,13 @@ "node": ">=14.0" }, "peerDependencies": { - "@apollo/server": "^4.0.0-alpha.6", + "@apollo/server": "^4.0.0-alpha.12", "graphql": "^16.5.0" } }, "packages/server": { "name": "@apollo/server", - "version": "4.0.0-alpha.11", + "version": "4.0.0-alpha.12", "license": "MIT", "dependencies": { "@apollo/cache-control-types": "^1.0.2", diff --git a/packages/integration-testsuite/CHANGELOG.md b/packages/integration-testsuite/CHANGELOG.md index 92fe9ad3558..06d0c41cae4 100644 --- a/packages/integration-testsuite/CHANGELOG.md +++ b/packages/integration-testsuite/CHANGELOG.md @@ -1,5 +1,20 @@ # @apollo/server-integration-testsuite +## 4.0.0-alpha.12 + +### Patch Changes + +- [#6827](https://github.com/apollographql/apollo-server/pull/6827) [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b) Thanks [@glasser](https://github.com/glasser)! - Experimental support for incremental delivery (`@defer`/`@stream`) when combined with a prerelease of `graphql-js`. + +- [#6850](https://github.com/apollographql/apollo-server/pull/6850) [`256f2424b`](https://github.com/apollographql/apollo-server/commit/256f2424bf6e8420e2582bb2d7a685c810c40bfe) Thanks [@renovate](https://github.com/apps/renovate)! - Expand jest peer deps to include v29 + +- [#6910](https://github.com/apollographql/apollo-server/pull/6910) [`6541f92c9`](https://github.com/apollographql/apollo-server/commit/6541f92c9a0a97b818d637fbac9fb6a2fe14c37c) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Update snapshot format to future jest v29 default + +- [#6827](https://github.com/apollographql/apollo-server/pull/6827) [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b) Thanks [@glasser](https://github.com/glasser)! - Support application/graphql-response+json content-type if requested via Accept header, as per graphql-over-http spec. + Include `charset=utf-8` in content-type headers. +- Updated dependencies [[`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b), [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b)]: + - @apollo/server@4.0.0-alpha.12 + ## 4.0.0-alpha.11 ### Patch Changes diff --git a/packages/integration-testsuite/package.json b/packages/integration-testsuite/package.json index 0f364f008d8..46a2c7c1f02 100644 --- a/packages/integration-testsuite/package.json +++ b/packages/integration-testsuite/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/server-integration-testsuite", - "version": "4.0.0-alpha.11", + "version": "4.0.0-alpha.12", "description": "Test suite for Apollo Server integrations", "type": "module", "main": "dist/index.js", @@ -42,7 +42,7 @@ "supertest": "^6.2.3" }, "peerDependencies": { - "@apollo/server": "^4.0.0-alpha.11", + "@apollo/server": "^4.0.0-alpha.12", "@jest/globals": "28.x || 29.x", "graphql": "^16.5.0", "jest": "28.x || 29.x" diff --git a/packages/plugin-response-cache/CHANGELOG.md b/packages/plugin-response-cache/CHANGELOG.md index dbc50ca4050..7ab85eff477 100644 --- a/packages/plugin-response-cache/CHANGELOG.md +++ b/packages/plugin-response-cache/CHANGELOG.md @@ -1,5 +1,14 @@ # @apollo/server-plugin-response-cache +## 4.0.0-alpha.5 + +### Patch Changes + +- [#6827](https://github.com/apollographql/apollo-server/pull/6827) [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b) Thanks [@glasser](https://github.com/glasser)! - Experimental support for incremental delivery (`@defer`/`@stream`) when combined with a prerelease of `graphql-js`. + +- Updated dependencies [[`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b), [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b)]: + - @apollo/server@4.0.0-alpha.12 + ## 4.0.0-alpha.4 ### Patch Changes diff --git a/packages/plugin-response-cache/package.json b/packages/plugin-response-cache/package.json index a26583beca4..985a8426851 100644 --- a/packages/plugin-response-cache/package.json +++ b/packages/plugin-response-cache/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/server-plugin-response-cache", - "version": "4.0.0-alpha.4", + "version": "4.0.0-alpha.5", "description": "Apollo Server full query response cache", "type": "module", "main": "dist/cjs/index.js", @@ -33,7 +33,7 @@ "@apollo/utils.keyvaluecache": "^1.0.1" }, "peerDependencies": { - "@apollo/server": "^4.0.0-alpha.6", + "@apollo/server": "^4.0.0-alpha.12", "graphql": "^16.5.0" } } diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index a4de6926825..f226411003d 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,14 @@ # @apollo/server +## 4.0.0-alpha.12 + +### Patch Changes + +- [#6827](https://github.com/apollographql/apollo-server/pull/6827) [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b) Thanks [@glasser](https://github.com/glasser)! - Experimental support for incremental delivery (`@defer`/`@stream`) when combined with a prerelease of `graphql-js`. + +- [#6827](https://github.com/apollographql/apollo-server/pull/6827) [`0c2909aa1`](https://github.com/apollographql/apollo-server/commit/0c2909aa1593a9b0abf299b071629a4ab23dc71b) Thanks [@glasser](https://github.com/glasser)! - Support application/graphql-response+json content-type if requested via Accept header, as per graphql-over-http spec. + Include `charset=utf-8` in content-type headers. + ## 4.0.0-alpha.11 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index ed330d176bf..9f62b44ee79 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/server", - "version": "4.0.0-alpha.11", + "version": "4.0.0-alpha.12", "description": "Core engine for Apollo GraphQL server", "type": "module", "main": "dist/cjs/index.js",