Skip to content

Commit c06911d

Browse files
Version Packages (rc) (#6976)
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/[email protected] ### Patch Changes - Updated dependencies \[[`d20842824`](d208428), [`e1455d583`](e1455d5)]: - @apollo/[email protected] - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - [#6897](#6897) [`e1455d583`](e1455d5) Thanks [@bonnici](https://github.com/bonnici)! - Usage reporting: always send traces over 10MB as stats. - Updated dependencies \[[`d20842824`](d208428)]: - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - [#6967](#6967) [`d20842824`](d208428) Thanks [@renovate](https://github.com/apps/renovate)! - Update `@apollo/protobufjs` dependency to avoid false positives in vulnerability scans (<#6835>) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d208428 commit c06911d

File tree

8 files changed

+40
-15
lines changed

8 files changed

+40
-15
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"spotty-days-eat",
4949
"stale-goats-serve",
5050
"stale-sheep-search",
51+
"tender-frogs-judge",
5152
"thirty-donkeys-sing",
5253
"tricky-pillows-wash",
5354
"twenty-cooks-repair",
@@ -56,6 +57,7 @@
5657
"wet-rats-shake",
5758
"witty-moles-fail",
5859
"witty-squids-vanish",
59-
"witty-toes-grin"
60+
"witty-toes-grin",
61+
"yellow-actors-do"
6062
]
6163
}

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/integration-testsuite/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @apollo/server-integration-testsuite
22

3+
## 4.0.0-rc.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d20842824`](https://github.com/apollographql/apollo-server/commit/d208428248532d55249cad5ea3912dd097232831), [`e1455d583`](https://github.com/apollographql/apollo-server/commit/e1455d58366517b633cc4412e3c2f9e80d7a4f22)]:
8+
- @apollo/usage-reporting-protobuf@4.0.0-rc.2
9+
- @apollo/server@4.0.0-rc.15
10+
311
## 4.0.0-rc.14
412

513
### Patch Changes

packages/integration-testsuite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/server-integration-testsuite",
3-
"version": "4.0.0-rc.14",
3+
"version": "4.0.0-rc.15",
44
"description": "Test suite for Apollo Server integrations",
55
"type": "module",
66
"main": "dist/index.js",
@@ -32,7 +32,7 @@
3232
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0-alpha.0",
3333
"@apollo/utils.keyvaluecache": "^1.0.1",
3434
"@apollo/utils.createhash": "^1.1.0",
35-
"@apollo/usage-reporting-protobuf": "^4.0.0-alpha.1",
35+
"@apollo/usage-reporting-protobuf": "^4.0.0-rc.2",
3636
"@josephg/resolvable": "^1.0.1",
3737
"body-parser": "^1.20.0",
3838
"express": "^4.18.1",
@@ -42,7 +42,7 @@
4242
"supertest": "^6.2.3"
4343
},
4444
"peerDependencies": {
45-
"@apollo/server": "^4.0.0-rc.14",
45+
"@apollo/server": "^4.0.0-rc.15",
4646
"@jest/globals": "28.x || 29.x",
4747
"graphql": "^16.6.0",
4848
"jest": "28.x || 29.x"

packages/server/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @apollo/server
22

3+
## 4.0.0-rc.15
4+
5+
### Patch Changes
6+
7+
- [#6897](https://github.com/apollographql/apollo-server/pull/6897) [`e1455d583`](https://github.com/apollographql/apollo-server/commit/e1455d58366517b633cc4412e3c2f9e80d7a4f22) Thanks [@bonnici](https://github.com/bonnici)! - Usage reporting: always send traces over 10MB as stats.
8+
9+
- Updated dependencies [[`d20842824`](https://github.com/apollographql/apollo-server/commit/d208428248532d55249cad5ea3912dd097232831)]:
10+
- @apollo/usage-reporting-protobuf@4.0.0-rc.2
11+
312
## 4.0.0-rc.14
413

514
### Patch Changes

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/server",
3-
"version": "4.0.0-rc.14",
3+
"version": "4.0.0-rc.15",
44
"description": "Core engine for Apollo GraphQL server",
55
"type": "module",
66
"main": "dist/cjs/index.js",
@@ -86,7 +86,7 @@
8686
"dependencies": {
8787
"@apollo/cache-control-types": "^1.0.2",
8888
"@apollo/server-gateway-interface": "^1.0.3",
89-
"@apollo/usage-reporting-protobuf": "^4.0.0-alpha.1",
89+
"@apollo/usage-reporting-protobuf": "^4.0.0-rc.2",
9090
"@apollo/utils.createhash": "^1.1.0",
9191
"@apollo/utils.fetcher": "^1.0.0",
9292
"@apollo/utils.isnodelike": "^1.1.0",

packages/usage-reporting-protobuf/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/usage-reporting-protobuf
22

3+
## 4.0.0-rc.2
4+
5+
### Patch Changes
6+
7+
- [#6967](https://github.com/apollographql/apollo-server/pull/6967) [`d20842824`](https://github.com/apollographql/apollo-server/commit/d208428248532d55249cad5ea3912dd097232831) Thanks [@renovate](https://github.com/apps/renovate)! - Update `@apollo/protobufjs` dependency to avoid false positives in vulnerability scans (https://github.com/apollographql/apollo-server/issues/6835)
8+
39
## 4.0.0-alpha.1
410

511
### Patch Changes

packages/usage-reporting-protobuf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/usage-reporting-protobuf",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-rc.2",
44
"description": "Protobuf format for Apollo usage reporting",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)