Skip to content

Commit f90f0ec

Browse files
Merge branch 'master' of https://github.com/nestjs/nest
2 parents 035348e + 99af3b3 commit f90f0ec

78 files changed

Lines changed: 4438 additions & 2476 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Must be one of the following:
252252
- **ci**: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
253253
- **docs**: Documentation only changes
254254
- **feature**: A new feature
255-
- **bugfix**: A bug fix
255+
- **fix**: A bug fix
256256
- **perf**: A code change that improves performance
257257
- **refactor**: A code change that neither fixes a bug nor adds a feature
258258
- **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo_text.svg" width="320" alt="Nest Logo" /></a>
2+
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="120" alt="Nest Logo" /></a>
33
</p>
44

55
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456

integration/graphql/package-lock.json

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

integration/graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"@nestjs/common": "6.8.3",
1313
"@nestjs/core": "6.8.3",
1414
"@nestjs/graphql": "6.5.3",
15-
"apollo-server-express": "2.9.6",
15+
"apollo-server-express": "2.9.7",
1616
"graphql": "14.5.8",
1717
"graphql-tools": "4.0.5",
1818
"reflect-metadata": "0.1.13",
1919
"rxjs": "6.5.3",
2020
"subscriptions-transport-ws": "0.9.16",
2121
"typescript": "3.6.4",
22-
"ws": "7.1.2"
22+
"ws": "7.2.0"
2323
},
2424
"devDependencies": {
2525
"@types/node": "7.10.7",

integration/hello-world/package-lock.json

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

integration/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@nestjs/testing": "6.8.3",
1414
"@nestjs/websockets": "6.8.3",
1515
"class-transformer": "0.2.3",
16-
"class-validator": "0.10.1",
16+
"class-validator": "0.10.2",
1717
"fastify": "2.10.0",
1818
"reflect-metadata": "0.1.13",
1919
"rxjs": "6.5.3",

integration/hooks/package-lock.json

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

integration/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@nestjs/common": "6.8.3",
1111
"@nestjs/core": "6.8.3",
1212
"class-transformer": "0.2.3",
13-
"class-validator": "0.10.1",
13+
"class-validator": "0.10.2",
1414
"reflect-metadata": "0.1.13",
1515
"rxjs": "6.5.3",
1616
"typescript": "3.6.4"

integration/injector/package-lock.json

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

integration/injector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@nestjs/testing": "6.8.3",
1414
"@nestjs/websockets": "6.8.3",
1515
"class-transformer": "0.2.3",
16-
"class-validator": "0.10.1",
16+
"class-validator": "0.10.2",
1717
"reflect-metadata": "0.1.13",
1818
"rxjs": "6.5.3",
1919
"typescript": "3.6.4"

0 commit comments

Comments
 (0)