Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nestjs/nest
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed May 15, 2020
2 parents 47cd27e + dc1bd46 commit f3a8f7f
Show file tree
Hide file tree
Showing 56 changed files with 1,408 additions and 1,259 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(The MIT License)

Copyright (c) 2017-2019 Kamil Myśliwiec <http://kamilmysliwiec.com>
Copyright (c) 2017-2020 Kamil Mysliwiec <https://kamilmysliwiec.com>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
22 changes: 15 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
{
"extends": ["config:base"],
"semanticCommits": true,
"packageRules": [{
"depTypeList": ["devDependencies"],
"automerge": true
}],
"extends": [
"config:base"
]
"packageRules": [
{
"depTypeList": ["devDependencies"],
"automerge": true
},
{
"packagePatterns": ["*"],
"minor": {
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
}
],
"schedule": ["every weekday"]
}
84 changes: 42 additions & 42 deletions sample/01-cats-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions sample/01-cats-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/platform-express": "7.0.9",
"@nestjs/common": "7.0.11",
"@nestjs/core": "7.0.11",
"@nestjs/platform-express": "7.0.11",
"class-transformer": "0.2.3",
"class-validator": "0.12.2",
"reflect-metadata": "0.1.13",
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@nestjs/cli": "7.1.5",
"@nestjs/schematics": "7.0.0",
"@nestjs/testing": "7.0.9",
"@nestjs/testing": "7.0.11",
"@types/express": "4.17.6",
"@types/jest": "25.2.1",
"@types/node": "10.17.3",
Expand Down
Loading

0 comments on commit f3a8f7f

Please sign in to comment.