Renovate Bot
ab73e7f119
chore(deps): update dependency node-fetch to v2.3.0
2018-11-13 08:51:55 +00:00
Renovate Bot
1fc11b5807
chore(deps): update dependency @types/node to v10.12.6
2018-11-13 08:31:35 +00:00
renovate[bot]
8bf483efc5
chore(deps): update dependency meteor-theme-hexo to v2 ( #1941 )
...
This PR contains the following updates:
| Package | Type | Update | Change | References |
|---|---|---|---|---|
| meteor-theme-hexo | devDependencies | major | `1.0.16` -> `2.0.1` | [source](https://renovatebot.com/gh/meteor/meteor-theme-hexo ) |
---
### Release Notes
<details>
<summary>meteor/meteor-theme-hexo</summary>
### [`v2.0.1`](https://renovatebot.com/gh/meteor/meteor-theme-hexo/compare/v1.0.16...v2.0.1 )
[Compare Source](https://renovatebot.com/gh/meteor/meteor-theme-hexo/compare/v1.0.16...v2.0.1 )
</details>
---
### Renovate configuration
📅 **Schedule**: "" in timezone America/Los_Angeles.
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻️ **Rebasing**: Whenever PR is stale, or if you modify the PR title to begin with "`rebase!`".
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate ). View repository job log [here](https://renovatebot.com/dashboard#apollographql/apollo-server ).
2018-11-12 10:26:16 -08:00
Evan Lucas
59af364aa3
ApolloServer: fix uploads error message ( #1820 )
...
There was a typo in the error message.
2018-11-12 06:04:11 -08:00
renovate[bot]
3ed9e4ced7
chore(deps): update dependency prettier to v1.15.2 ( #1949 )
...
* chore(deps): update dependency prettier to v1.15.2
* (lint) Fix desires of new `prettier` patch version, v1.15.2.
Ref: https://github.com/apollographql/apollo-server/pull/1949
2018-11-12 06:01:52 -08:00
Renovate Bot
48002098bc
chore(deps): update dependency redis-mock to v0.39.0
2018-11-12 14:00:08 +00:00
Martijn Walraven
20eb2e9e03
Publish
...
- apollo-cache-control@0.3.1
- apollo-engine-reporting@0.1.1
- apollo-server-azure-functions@2.2.1
- apollo-server-cloud-functions@2.2.1
- apollo-server-cloudflare@2.2.1
- apollo-server-core@2.2.1
- apollo-server-express@2.2.1
- apollo-server-hapi@2.2.1
- apollo-server-integration-testsuite@2.2.1
- apollo-server-koa@2.2.1
- apollo-server-lambda@2.2.1
- apollo-server-micro@2.2.1
- apollo-server-plugin-base@0.1.1
- apollo-server-testing@2.2.1
- apollo-server@2.2.1
- apollo-tracing@0.3.1
- graphql-extensions@0.3.1
2018-11-12 14:26:26 +01:00
Jesse Rosenberger
b61dee310b
Add correct project references for apollo-server-cloud-functions
. ( #1948 )
...
* Add correct project references for `apollo-server-cloud-functions`.
The `apollo-server-cloud-functions` has been been mis-referenced (or
referenced inconsistently) since its original inception in #1446 when its
package directory was `apollo-server-cloud-function` (singular!) and the
`package.json` referenced the plural form (`apollo-server-cloud-functions`):
https://github.com/apollographql/apollo-server/commit/724d9ff0#diff-e1d725fd66f7e9ef5251abf0437a09ca
These references have been mostly fixed in the READMEs and supporting
documentation, but the underlying monorepo directory structure has still not
been fixed, which I'm sure contributed to this module being overlooked and
unreferenced in the move to TypeScript project references in #1772 .
Additionally, the lack of referencing in the monorepo's TS config has
resulted in it being broken in the most recent 2.2.0 release, as reported by
@pyros2097 and @thetre97 in: https://github.com/apollographql/apollo-server/pull/1896#issuecomment-436994955
This should fix that by properly adding the TypeScript project references.
* Sorting.
2018-11-12 05:13:04 -08:00
Jesse Rosenberger
d36eea0f84
typings: Improvements for apollo-server-testing
's createTestClient
. ( #1943 )
...
The `createTestClient` should receive either a `query` or a `mutation`, but
not both.
2018-11-10 20:48:43 -08:00
Evans Hauser
79e6a2ea42
Add client awareness reference api and some docs ( #1927 )
...
* Add client awareness reference api and some docs
* Reword and add default behavior to docs
* update clientReferenceId docs to be more explicit
* Update the generateClientInfo to use headers
2018-11-10 16:11:53 -08:00
Renovate Bot
87b4833926
chore(deps): update dependency koa to v2.6.2
2018-11-10 09:54:48 +00:00
Renovate Bot
1e384a1eaa
chore(deps): update dependency @types/node to v10.12.5
2018-11-10 08:55:46 +00:00
Jake Dawkins
d07b4b7048
added apollo-server-testing docs ( #1939 )
...
These are docs to accompany the `apollo-server-testing` utils
<!--
Thanks for filing a pull request on GraphQL Server!
Please look at the following checklist to ensure that your PR
can be accepted quickly:
-->
TODO:
* [ ] Update CHANGELOG.md with your change (include reference to issue & this PR)
* [ ] Make sure all of the significant new logic is covered by tests
* [ ] Rebase your changes on master so that they can be merged easily
* [ ] Make sure all tests and linter rules pass
<!--**Pull Request Labels**
While not necessary, you can help organize our pull requests by labeling this issue when you open it. To add a label automatically, simply [x] mark the appropriate box below:
- [ ] feature
- [ ] blocking
- [x] docs
To add a label not listed above, simply place `/label another-label-name` on a line by itself.
-->
2018-11-09 17:30:15 -08:00
Jesse Rosenberger
95a2ee53d0
More prettier changes.
2018-11-09 16:08:58 -08:00
Jesse Rosenberger
dc20485bd5
Prettier updates from the prettier bump.
...
Ah yes, the subtle side-effects of an opinionated linter evolving over time.
2018-11-09 15:44:41 -08:00
Renovate Bot
8ddfd5197c
chore(deps): update dependency prettier to v1.15.1
2018-11-09 17:47:50 +00:00
Martijn Walraven
e6dc87242a
Update graphql-tools
dependency
2018-11-09 09:41:01 -08:00
Martijn Walraven
40f3660e23
Fix relative import to use the proper apollo-tools
package
2018-11-09 09:23:29 -08:00
Martijn Walraven
24d0d438c3
Remove local graphql
dependency
2018-11-09 09:18:37 -08:00
Martijn Walraven
8c9666d4d7
Update apollo-tools
dependency
2018-11-09 09:12:51 -08:00
Martijn Walraven
e4a55498f8
Collect fields and pass these to resolveObject()
2018-11-09 05:49:58 -08:00
Martijn Walraven
8f6481e60f
Add modules
option to ApolloServer
2018-11-09 05:07:08 -08:00
Martijn Walraven
bb67584a22
Add support for resolveObject
to query execution
2018-11-09 05:07:07 -08:00
Renovate Bot
3413c59ace
chore(deps): update dependency @types/node to v10.12.3
2018-11-09 11:02:22 +00:00
Peter
d81ae051e7
Update README.md with the latest package name ( #1936 )
2018-11-08 16:29:18 -08:00
Divyendu Singh
0d6b8f24e6
Update README.md ( #1938 )
2018-11-08 14:53:18 -08:00
Martijn Walraven
6bd73b175f
Publish
...
- apollo-cache-control@0.3.0
- apollo-datasource-rest@0.2.0
- apollo-datasource@0.2.0
- apollo-engine-reporting-protobuf@0.1.0
- apollo-engine-reporting@0.1.0
- apollo-server-azure-functions@2.2.0
- apollo-server-cache-memcached@0.2.0
- apollo-server-cache-redis@0.2.0
- apollo-server-caching@0.2.0
- apollo-server-cloud-functions@2.2.0
- apollo-server-cloudflare@2.2.0
- apollo-server-core@2.2.0
- apollo-server-env@2.2.0
- apollo-server-errors@2.2.0
- apollo-server-express@2.2.0
- apollo-server-hapi@2.2.0
- apollo-server-integration-testsuite@2.2.0
- apollo-server-koa@2.2.0
- apollo-server-lambda@2.2.0
- apollo-server-micro@2.2.0
- apollo-server-plugin-base@0.1.0
- apollo-server-testing@2.2.0
- apollo-server@2.2.0
- apollo-tracing@0.3.0
- graphql-extensions@0.3.0
2018-11-07 08:17:21 -08:00
Renovate Bot
3e955ab468
chore(deps): update dependency @types/hapi to v17.6.3
2018-11-07 12:07:36 +00:00
Jesse Rosenberger
ad8fb2f96c
Convert tabs to spaces in package.json.
2018-11-06 16:45:18 -08:00
Jesse Rosenberger
3eada89827
Publish
...
- apollo-server-azure-functions@2.2.0-alpha.4
2018-11-06 16:38:19 -08:00
Jesse Rosenberger
e1e126fc76
For lerna.
2018-11-06 16:24:23 -08:00
Jesse Rosenberger
6346be3a6f
Publish
...
- apollo-server-azure-functions@2.2.0-alpha.4
2018-11-06 16:03:16 -08:00
Jesse Rosenberger
0b1f887db2
Lower version of apollo-server-azure-functions
to publish correct version via lerna.
2018-11-06 16:02:39 -08:00
Michael Watson
6c87cbc291
Correct name of Azure implementation to match original name. ( #1926 )
2018-11-06 13:46:33 -08:00
Jesse Rosenberger
79fe6bf0bf
Publish
...
- apollo-server-azure-function@2.2.0-alpha.4
- apollo-server-cloud-functions@2.2.0-alpha.4
- apollo-server-cloudflare@2.2.0-alpha.4
- apollo-server-core@2.2.0-alpha.4
- apollo-server-express@2.2.0-alpha.4
- apollo-server-hapi@2.2.0-alpha.4
- apollo-server-integration-testsuite@2.2.0-alpha.4
- apollo-server-koa@2.2.0-alpha.4
- apollo-server-lambda@2.2.0-alpha.4
- apollo-server-micro@2.2.0-alpha.4
- apollo-server-plugin-base@0.1.0-alpha.4
- apollo-server-testing@2.2.0-alpha.4
- apollo-server@2.2.0-alpha.4
- graphql-extensions@0.3.0-alpha.4
2018-11-06 11:33:35 -08:00
Jesse Rosenberger
52f210dcdd
Bump apollo-server-azure-functions
to 2.2.0-alpha.3
to align versions.
2018-11-06 11:32:03 -08:00
Leonid Buneev
5b64cf9160
apollo-server-azure-function v2 implementation. ( #1753 )
...
Closes #1752 .
2018-11-06 11:28:25 -08:00
Jesse Rosenberger
c757fe5522
Merge branch 'abernix/plugin-factory-function-not-class'
2018-11-06 10:19:11 -08:00
Jesse Rosenberger
25cbd3ad61
Don't require a plugin to subclass ApolloServerPlugin
.
...
To avoid problems frequently associated with subclassing, and the possible
versioning ergonomics of subclassing the wrong version, this changes the
plugin infrastructure to no longer require subclassing the abstract class.
2018-11-06 10:01:52 -08:00
Renovate Bot
1acacf09a2
chore(deps): update dependency node-fetch to v2.2.1
2018-11-06 17:09:33 +00:00
Renovate Bot
b1664cdff0
chore(deps): update dependency hapi to v17.7.0
2018-11-06 11:54:10 +00:00
Renovate Bot
9dcd09948b
chore(deps): update dependency @types/lodash to v4.14.118
2018-11-06 09:28:57 +00:00
Renovate Bot
cecf58da1c
chore(deps): update dependency @types/koa-router to v7.0.33
2018-11-06 07:33:59 +00:00
Jesse Rosenberger
5ca4c07bd5
Publish
...
- apollo-cache-control@0.3.0-alpha.3
- apollo-engine-reporting-protobuf@0.1.0-alpha.3
- apollo-engine-reporting@0.1.0-alpha.3
- apollo-server-cloud-functions@2.2.0-alpha.3
- apollo-server-cloudflare@2.2.0-alpha.3
- apollo-server-core@2.2.0-alpha.3
- apollo-server-express@2.2.0-alpha.3
- apollo-server-hapi@2.2.0-alpha.3
- apollo-server-integration-testsuite@2.2.0-alpha.3
- apollo-server-koa@2.2.0-alpha.3
- apollo-server-lambda@2.2.0-alpha.3
- apollo-server-micro@2.2.0-alpha.3
- apollo-server-plugin-base@0.1.0-alpha.3
- apollo-server-testing@2.2.0-alpha.3
- apollo-server@2.2.0-alpha.3
- apollo-tracing@0.3.0-alpha.3
- graphql-extensions@0.3.0-alpha.3
2018-11-05 21:36:39 -08:00
Jesse Rosenberger
58711be91a
Bump apollo-engine-reporting-protobuf
to align prerelease version suffix.
2018-11-05 21:22:20 -08:00
James Baxley
3d69124340
change clientId => clientReportingId and schemaBranch => schemaTag ( #1921 )
...
@abernix this should be a lot more clear 👍
2018-11-05 21:18:25 -08:00
Jesse Rosenberger
a6872c2f6c
Publish
...
- apollo-cache-control@0.3.0-alpha.2
- apollo-datasource-rest@0.2.0-alpha.2
- apollo-datasource@0.2.0-alpha.2
- apollo-engine-reporting@0.1.0-alpha.2
- apollo-server-cache-memcached@0.2.0-alpha.2
- apollo-server-cache-redis@0.2.0-alpha.2
- apollo-server-caching@0.2.0-alpha.2
- apollo-server-cloud-functions@2.2.0-alpha.2
- apollo-server-cloudflare@2.2.0-alpha.2
- apollo-server-core@2.2.0-alpha.2
- apollo-server-express@2.2.0-alpha.2
- apollo-server-hapi@2.2.0-alpha.2
- apollo-server-integration-testsuite@2.2.0-alpha.2
- apollo-server-koa@2.2.0-alpha.2
- apollo-server-lambda@2.2.0-alpha.2
- apollo-server-micro@2.2.0-alpha.2
- apollo-server-plugin-base@0.1.0-alpha.2
- apollo-server-testing@2.2.0-alpha.2
- apollo-server@2.2.0-alpha.2
- apollo-tracing@0.3.0-alpha.2
- graphql-extensions@0.3.0-alpha.2
2018-11-05 11:45:46 -08:00
Jesse Rosenberger
c5e1760894
Adjust apollo-server-testing
to start at 2.2.0-alpha.2
.
2018-11-05 11:43:15 -08:00
Jesse Rosenberger
d7d4495b7b
(perf) Stop adding the checkOperationPlugin
on every request.
...
This was causing the `checkOperationPlugin` to be added to the list of
plugins to be executed, thus resulting in an additional plugin pass (of the
same plugin) for each request.
1st request = 1 plugin
2nd request = 2 of the same plugin
3rd request = 3 of the same plugin
Obviously, this was not intended.
2018-11-05 11:23:26 -08:00
Jake Dawkins
e3d5be954f
Introduce apollo-server-testing
package. ( #1909 )
2018-11-05 11:22:30 -08:00