Skip to content

Commit 65a8ac8

Browse files
Version Packages (#7620)
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 main, this PR will be updated. # Releases ## @apollo/[email protected] ### Patch Changes - [#7614](#7614) [`4fadf3ddc`](4fadf3d) Thanks [@Cellule](https://github.com/Cellule)! - Publish TypeScript typings for CommonJS modules output. This allows TypeScript projects that use CommonJS modules with `moduleResolution: "node16"` or `moduleResolution: "nodeNext"` to correctly resolves the typings of apollo's packages as CommonJS instead of ESM. ## @apollo/[email protected] ### Patch Changes - [#7614](#7614) [`4fadf3ddc`](4fadf3d) Thanks [@Cellule](https://github.com/Cellule)! - Publish TypeScript typings for CommonJS modules output. This allows TypeScript projects that use CommonJS modules with `moduleResolution: "node16"` or `moduleResolution: "nodeNext"` to correctly resolves the typings of apollo's packages as CommonJS instead of ESM. - Updated dependencies \[[`4fadf3ddc`](4fadf3d)]: - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - Updated dependencies \[[`4fadf3ddc`](4fadf3d)]: - @apollo/[email protected] - @apollo/[email protected] - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - [#7614](#7614) [`4fadf3ddc`](4fadf3d) Thanks [@Cellule](https://github.com/Cellule)! - Publish TypeScript typings for CommonJS modules output. This allows TypeScript projects that use CommonJS modules with `moduleResolution: "node16"` or `moduleResolution: "nodeNext"` to correctly resolves the typings of apollo's packages as CommonJS instead of ESM. ## @apollo/[email protected] ### Patch Changes - [#7614](#7614) [`4fadf3ddc`](4fadf3d) Thanks [@Cellule](https://github.com/Cellule)! - Publish TypeScript typings for CommonJS modules output. This allows TypeScript projects that use CommonJS modules with `moduleResolution: "node16"` or `moduleResolution: "nodeNext"` to correctly resolves the typings of apollo's packages as CommonJS instead of ESM. - Updated dependencies \[[`4fadf3ddc`](4fadf3d)]: - @apollo/[email protected] - @apollo/[email protected] - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - [#7614](#7614) [`4fadf3ddc`](4fadf3d) Thanks [@Cellule](https://github.com/Cellule)! - Publish TypeScript typings for CommonJS modules output. This allows TypeScript projects that use CommonJS modules with `moduleResolution: "node16"` or `moduleResolution: "nodeNext"` to correctly resolves the typings of apollo's packages as CommonJS instead of ESM. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4fadf3d commit 65a8ac8

File tree

14 files changed

+105
-48
lines changed

14 files changed

+105
-48
lines changed

.changeset/quiet-peaches-film.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

package-lock.json

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

packages/cache-control-types/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @apollo/cache-control-types
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- [#7614](https://github.com/apollographql/apollo-server/pull/7614) [`4fadf3ddc`](https://github.com/apollographql/apollo-server/commit/4fadf3ddc9611e050dd0f08d51252ed9b0c0d9e1) Thanks [@Cellule](https://github.com/Cellule)! - Publish TypeScript typings for CommonJS modules output.
8+
9+
This allows TypeScript projects that use CommonJS modules with
10+
`moduleResolution: "node16"` or
11+
`moduleResolution: "nodeNext"`
12+
to correctly resolves the typings of apollo's packages as CommonJS instead of ESM.
13+
314
## 1.0.2
415

516
### Patch Changes

packages/cache-control-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/cache-control-types",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "TypeScript types for Apollo Server info.cacheControl",
55
"type": "module",
66
"main": "dist/cjs/index.js",

packages/gateway-interface/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#7614](https://github.com/apollographql/apollo-server/pull/7614) [`4fadf3ddc`](https://github.com/apollographql/apollo-server/commit/4fadf3ddc9611e050dd0f08d51252ed9b0c0d9e1) Thanks [@Cellule](https://github.com/Cellule)! - Publish TypeScript typings for CommonJS modules output.
8+
9+
This allows TypeScript projects that use CommonJS modules with
10+
`moduleResolution: "node16"` or
11+
`moduleResolution: "nodeNext"`
12+
to correctly resolves the typings of apollo's packages as CommonJS instead of ESM.
13+
14+
- Updated dependencies [[`4fadf3ddc`](https://github.com/apollographql/apollo-server/commit/4fadf3ddc9611e050dd0f08d51252ed9b0c0d9e1)]:
15+
- @apollo/usage-reporting-protobuf@4.1.1
16+
317
## 1.1.0
418

519
### Minor Changes

packages/gateway-interface/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-gateway-interface",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Interface used to connect Apollo Gateway to Apollo Server",
55
"type": "module",
66
"main": "",
@@ -29,7 +29,7 @@
2929
"@apollo/utils.fetcher": "^2.0.0",
3030
"@apollo/utils.logger": "^2.0.0",
3131
"@apollo/utils.keyvaluecache": "^2.1.0",
32-
"@apollo/usage-reporting-protobuf": "^4.0.0"
32+
"@apollo/usage-reporting-protobuf": "^4.1.1"
3333
},
3434
"peerDependencies": {
3535
"graphql": "14.x || 15.x || 16.x"

packages/integration-testsuite/CHANGELOG.md

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

3+
## 4.7.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4fadf3ddc`](https://github.com/apollographql/apollo-server/commit/4fadf3ddc9611e050dd0f08d51252ed9b0c0d9e1)]:
8+
- @apollo/cache-control-types@1.0.3
9+
- @apollo/server@4.7.5
10+
- @apollo/usage-reporting-protobuf@4.1.1
11+
312
## 4.7.4
413

514
### Patch Changes

packages/integration-testsuite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/server-integration-testsuite",
3-
"version": "4.7.4",
3+
"version": "4.7.5",
44
"description": "Test suite for Apollo Server integrations",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -26,12 +26,12 @@
2626
"node": ">=14.16.0"
2727
},
2828
"dependencies": {
29-
"@apollo/cache-control-types": "^1.0.2",
29+
"@apollo/cache-control-types": "^1.0.3",
3030
"@apollo/client": "^3.6.9",
31-
"@apollo/server": "4.7.4",
31+
"@apollo/server": "4.7.5",
3232
"@apollo/utils.keyvaluecache": "^2.1.0",
3333
"@apollo/utils.createhash": "^2.0.0",
34-
"@apollo/usage-reporting-protobuf": "^4.1.0",
34+
"@apollo/usage-reporting-protobuf": "^4.1.1",
3535
"@josephg/resolvable": "^1.0.1",
3636
"body-parser": "^1.20.0",
3737
"express": "^4.18.1",

packages/plugin-response-cache/CHANGELOG.md

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

3+
## 4.1.3
4+
5+
### Patch Changes
6+
7+
- [#7614](https://github.com/apollographql/apollo-server/pull/7614) [`4fadf3ddc`](https://github.com/apollographql/apollo-server/commit/4fadf3ddc9611e050dd0f08d51252ed9b0c0d9e1) Thanks [@Cellule](https://github.com/Cellule)! - Publish TypeScript typings for CommonJS modules output.
8+
9+
This allows TypeScript projects that use CommonJS modules with
10+
`moduleResolution: "node16"` or
11+
`moduleResolution: "nodeNext"`
12+
to correctly resolves the typings of apollo's packages as CommonJS instead of ESM.
13+
314
## 4.1.2
415

516
### Patch Changes

packages/plugin-response-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/server-plugin-response-cache",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"description": "Apollo Server full query response cache",
55
"type": "module",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)