Skip to content

Commit 94ece0b

Browse files
authored
Merge branch 'master' into customize-validation-rules
2 parents 1e5094b + 661df7e commit 94ece0b

22 files changed

Lines changed: 412 additions & 102 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
## Upcoming
44

55
- `apollo`
6-
- Add debugging logs to `apollo client:push` and `apollo service:push` [# 1273](https://github.com/apollographql/apollo-tooling/pull/1273)
7-
- remove `apollo service:info` command, since it's undocumented and unused [#1274](https://github.com/apollographql/apollo-tooling/pull/1274)
6+
- Update client:push command with new resolver and more output [#1290](https://github.com/apollographql/apollo-tooling/pull/1290)
87
- `apollo-codegen-core`
98
- <First `apollo-codegen-core` related entry goes here>
109
- `apollo-codegen-flow`
@@ -21,11 +20,27 @@
2120
- <First `apollo-graphql` related entry goes here>
2221
- `apollo-language-server`
2322
- Allow configuration of validation rules [#1288](https://github.com/apollographql/apollo-tooling/pull/1288)
23+
- update stats window types [#1292](https://github.com/apollographql/apollo-tooling/pull/1292)
2424
- `apollo-tools`
2525
- <First `apollo-tools` related entry goes here>
2626
- `vscode-apollo`
2727
- <First `vscode-apollo` related entry goes here>
2828

29+
## `apollo@2.12.3`, `apollo-language-server@1.8.4`
30+
31+
- `apollo@2.12.3`
32+
- Pin graphql to the ~14.2.x range (#1291)[https://github.com/apollographql/apollo-tooling/pull/1291]
33+
- `apollo-language-server@1.8.4`
34+
- Pin graphql to the ~14.2.x range (#1291)[https://github.com/apollographql/apollo-tooling/pull/1291]
35+
36+
## `apollo@2.12.1`, `apollo-language-server@1.8.3`
37+
38+
- `apollo@2.12.1`
39+
- Add debugging logs to `apollo client:push` and `apollo service:push` [# 1273](https://github.com/apollographql/apollo-tooling/pull/1273)
40+
- remove `apollo service:info` command, since it's undocumented and unused [#1274](https://github.com/apollographql/apollo-tooling/pull/1274)
41+
- `apollo-language-server@1.8.3`
42+
- Fix \_\_typename addition for InlineFragments [#1286](https://github.com/apollographql/apollo-tooling/pull/1286)
43+
2944
## `apollo-codegen-flow@0.33.10`, `apollo-codegen-typescript@0.34.0`, `vscode-apollo@1.6.10`
3045

3146
- `apollo-codegen-flow@0.33.10`

apollo.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ module.exports = {
22
client: {
33
name: "Apollo CLI",
44
service: "engine@master",
5-
includes: ["./packages/apollo-language-server/**/*.ts"]
5+
includes: ["./packages/apollo-language-server/**/*.ts"],
6+
excludes: ["**/*.test.ts", "**/__tests__/*"]
67
},
78
engine: {
89
frontend: "https://engine-staging.apollographql.com",

package-lock.json

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

packages/apollo-codegen-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-codegen-core",
33
"description": "Core generator APIs for Apollo Codegen",
4-
"version": "0.34.0",
4+
"version": "0.34.2",
55
"author": "Apollo GraphQL <opensource@apollographql.com>",
66
"license": "MIT",
77
"repository": {

packages/apollo-codegen-flow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-codegen-flow",
33
"description": "Flow generator module for Apollo Codegen",
4-
"version": "0.33.10",
4+
"version": "0.33.12",
55
"author": "Apollo GraphQL <opensource@apollographql.com>",
66
"license": "MIT",
77
"repository": {

packages/apollo-codegen-scala/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-codegen-scala",
33
"description": "Scala generator module for Apollo Codegen",
4-
"version": "0.34.10",
4+
"version": "0.34.12",
55
"author": "Apollo GraphQL <opensource@apollographql.com>",
66
"license": "MIT",
77
"repository": {

packages/apollo-codegen-swift/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-codegen-swift",
33
"description": "Swift generator module for Apollo Codegen",
4-
"version": "0.33.10",
4+
"version": "0.33.12",
55
"author": "Apollo GraphQL <opensource@apollographql.com>",
66
"license": "MIT",
77
"repository": {

packages/apollo-codegen-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-codegen-typescript",
33
"description": "TypeScript generator module for Apollo Codegen",
4-
"version": "0.34.0",
4+
"version": "0.34.2",
55
"author": "Apollo GraphQL <opensource@apollographql.com>",
66
"license": "MIT",
77
"repository": {

packages/apollo-language-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-language-server",
33
"description": "A language server for Apollo GraphQL projects",
4-
"version": "1.8.2",
4+
"version": "1.8.4",
55
"author": "Apollo GraphQL <opensource@apollographql.com>",
66
"license": "MIT",
77
"repository": {
@@ -32,7 +32,7 @@
3232
"cosmiconfig": "^5.0.6",
3333
"dotenv": "^8.0.0",
3434
"glob": "^7.1.3",
35-
"graphql": "^14.2.1",
35+
"graphql": "~14.2.1",
3636
"graphql-tag": "^2.10.1",
3737
"lodash.debounce": "^4.0.8",
3838
"lodash.merge": "^4.6.1",

packages/apollo-language-server/src/config/config.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import { dirname } from "path";
22
import merge from "lodash.merge";
3-
import {
4-
ServiceID,
5-
ServiceSpecifier,
6-
ClientID,
7-
StatsWindowSize
8-
} from "../engine";
3+
import { ServiceID, ServiceSpecifier, ClientID } from "../engine";
94
import URI from "vscode-uri";
105
import { WithRequired } from "apollo-env";
116
import { getServiceName, parseServiceSpecifier } from "./utils";
@@ -72,8 +67,7 @@ export interface ClientConfigFormat extends ConfigBase {
7267
addTypename?: boolean;
7368
tagName?: string;
7469
// stats window config
75-
statsWindow?: StatsWindowSize;
76-
70+
statsWindow?: EngineStatsWindow;
7771
/**
7872
* Rules that will be applied when validating GraphQL documents.
7973
*

0 commit comments

Comments
 (0)