Skip to content

Commit 6eac08e

Browse files
Merge branch 'master' of https://github.com/nestjs/graphql
2 parents 727c861 + 540a0e8 commit 6eac08e

File tree

4 files changed

+525
-470
lines changed

4 files changed

+525
-470
lines changed

CHANGELOG.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [9.2.7](https://github.com/nestjs/graphql/compare/v9.2.0...v9.2.7) (2022-02-02)
7-
8-
9-
### Bug Fixes
10-
11-
* address minor issues, fix subscriptions support (mercurius) ([da8c23a](https://github.com/nestjs/graphql/commit/da8c23ac915cdfc2cebffe0cf38921301a7bb246))
12-
* **deps:** update dependency @graphql-tools/utils to v8.6.1 ([342ec1f](https://github.com/nestjs/graphql/commit/342ec1f5cd9f8f44b244e3fb09636a810e2785d3))
13-
* **deps:** update dependency chokidar to v3.5.3 ([5a5ef29](https://github.com/nestjs/graphql/commit/5a5ef2989ba46ef4f1065cc39bc1baca56483a1c))
14-
* **graphql:** add info on how to migrate, import only from root files ([bc68510](https://github.com/nestjs/graphql/commit/bc68510603af7dd6f938008bcd1f93b3ab45d2e0))
15-
* **mercurius:** import only from root ([bbd93ff](https://github.com/nestjs/graphql/commit/bbd93ffa551af67393abc86eed01546f04c5c78f))
16-
* support gql v16 ([c498fc3](https://github.com/nestjs/graphql/commit/c498fc3614703205c628a68126a921ae717e5866))
17-
18-
19-
20-
21-
226
# 9.2.0 (2022-01-24)
237

248

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@types/node-fetch": "3.0.3",
3434
"@types/normalize-path": "3.0.0",
3535
"@types/ws": "8.2.2",
36-
"@typescript-eslint/eslint-plugin": "5.10.2",
37-
"@typescript-eslint/parser": "5.10.2",
36+
"@typescript-eslint/eslint-plugin": "5.11.0",
37+
"@typescript-eslint/parser": "5.11.0",
3838
"class-transformer": "0.5.1",
3939
"class-validator": "0.13.2",
4040
"eslint": "8.8.0",
@@ -44,18 +44,18 @@
4444
"graphql": "15.8.0",
4545
"graphql-subscriptions": "2.0.0",
4646
"husky": "7.0.4",
47-
"jest": "27.4.7",
47+
"jest": "27.5.1",
4848
"lerna": "4.0.0",
4949
"lerna-changelog": "2.2.0",
5050
"lint-staged": "12.3.3",
5151
"prettier": "2.5.1",
5252
"reflect-metadata": "0.1.13",
5353
"release-it": "14.12.4",
5454
"rimraf": "3.0.2",
55-
"rxjs": "7.5.2",
55+
"rxjs": "7.5.4",
5656
"supertest": "6.2.2",
5757
"ts-jest": "27.1.3",
58-
"ts-node": "10.4.0",
58+
"ts-node": "10.5.0",
5959
"typescript": "4.5.5"
6060
},
6161
"changelog": {

packages/mercurius/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"@nestjs/common": "8.2.6",
2828
"@nestjs/platform-fastify": "8.2.6",
2929
"@nestjs/testing": "8.2.6",
30-
"fastify": "3.27.0",
30+
"fastify": "3.27.1",
3131
"mercurius": "8.12.0",
32-
"mercurius-integration-testing": "3.2.0"
32+
"mercurius-integration-testing": "4.0.0"
3333
},
3434
"dependencies": {
3535
"@graphql-tools/utils": "8.6.1"

0 commit comments

Comments
 (0)