Commit Graph

353 Commits

Author SHA1 Message Date
Kamil Mysliwiec 6e06f62bcc
Merge pull request #161 from nestjs/feat/tslint-to-eslint
Migrate from tslint to eslint
2020-01-26 12:25:25 +01:00
Kamil Myśliwiec 8defb42049
lint(): disable no explicit any 2020-01-26 11:53:57 +01:00
Kamil Myśliwiec 77ea06457e
fix(): add libs and apps to lint script 2020-01-25 12:31:37 +01:00
Kamil Myśliwiec 908bb3ab73
deps(): migrate from tslint to eslint 2020-01-18 22:23:35 +01:00
Kamil Myśliwiec 93408a6556
deps(): run npm audit 2020-01-18 22:17:05 +01:00
Kamil Myśliwiec 15adecd3a1
fix(): update package-lock.json 2020-01-10 12:21:58 +01:00
Kamil Myśliwiec 658fc7fc0d
deps(): update to the latest versions 2020-01-10 12:20:12 +01:00
Kamil Mysliwiec beaf38462c
Update README.md 2020-01-08 13:01:44 +01:00
Kamil Mysliwiec 279618b1ab
Merge pull request #153 from rubiin/master
deps() updated dependencies and fixed handlebars vulnerability in jest
2019-10-01 08:16:11 +02:00
Rubin Bhandari 129081f694 updated dependencies and fixed handlebars vulnerability in jest 2019-10-01 00:29:27 +05:45
Kamil Myśliwiec c2faba6287
deps() update package lock file 2019-09-28 11:05:43 +02:00
Kamil Mysliwiec 7bcecacaa2
Update package.json 2019-09-28 09:36:56 +02:00
Kamil Mysliwiec e86aa52f92
Update package.json 2019-09-28 09:33:47 +02:00
Kamil Mysliwiec 8d35db9834
Merge pull request #151 from nestjs/feat/cli-scripts
feat() use nest cli scripts
2019-09-27 21:22:58 +02:00
Kamil Myśliwiec 956c1daa06
feat() add nest-cli.json 2019-09-25 11:23:05 +02:00
Kamil Myśliwiec 09f3e1a7e2
deps() upgrade dependencies 2019-09-20 22:13:02 +02:00
Kamil Myśliwiec 1ab138a05b
deps() remove tsc-watch 2019-09-20 22:05:17 +02:00
Kamil Myśliwiec 713503855c
feat() use nest cli scripts 2019-09-20 22:02:58 +02:00
Kamil Mysliwiec b43b8c6d22
Merge pull request #148 from maximzinovik/master
deps() update dependency versions
2019-08-23 22:38:23 +02:00
Maxim Zinovik d853461b7f update dependency versions 2019-08-19 09:55:43 +03:00
Kamil Mysliwiec 01e80fc39a
Merge pull request #146 from nestjs/dependabot/npm_and_yarn/lodash-4.17.15
chore(deps): bump lodash from 4.17.11 to 4.17.15
2019-07-19 11:47:13 +02:00
Kamil Myśliwiec ad791ba613
deps(): remove wait-on dep 2019-07-19 11:44:09 +02:00
Kamil Myśliwiec f08fb7cc74
deps(): remove concurrently 2019-07-19 11:43:51 +02:00
dependabot[bot] c669294ea9
chore(deps): bump lodash from 4.17.11 to 4.17.15
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-19 09:43:27 +00:00
Kamil Myśliwiec 6672465105
Merge branch 'master' of https://github.com/nestjs/typescript-starter 2019-07-19 11:40:52 +02:00
Kamil Myśliwiec 7f2dde2d6c
scripts(): move from nodemon to tsc-watch 2019-07-19 11:40:39 +02:00
Kamil Mysliwiec 472dd3c182
Merge pull request #144 from BrunnerLivio/swap-gitter-discord
chore(): swap Gitter with Discord badge
2019-07-10 12:30:58 +02:00
Livio 1f69ad521e
chore: Swap Gitter with Discord badge 2019-07-04 00:50:56 +02:00
Kamil Mysliwiec 3fb81b3590
Update package.json 2019-06-27 23:01:42 +02:00
Kamil Myśliwiec 1061cd7bb0
Merge branch 'master' of https://github.com/nestjs/typescript-starter 2019-06-25 08:18:23 +02:00
Kamil Mysliwiec 8fdb044f15
Merge pull request #136 from xorik/patch-1
scripts(): remove pre:start:prod script (move rimraf to build)
2019-06-24 21:32:58 +02:00
Kamil Myśliwiec 17e8157028
config(): change target to es2017 2019-06-24 21:26:18 +02:00
Kamil Mysliwiec 23d54bb4bd
Merge pull request #134 from KonradLinkowski/patch-1
Update LICENSE url in README.md
2019-05-22 13:38:39 +02:00
Andrey d54bf6f8c2
Don't rebuild project on the start:prod command
rimraf dist before the build
2019-05-22 13:16:42 +03:00
Konrad Linkowski da1c88340e
Update LICENCE url in README.md 2019-05-16 10:45:52 +02:00
Kamil Mysliwiec aeab830d25
Merge pull request #133 from Sacro/patch-1
Allow concurrently to pass input to nodemon
2019-04-26 00:16:28 +02:00
Ben Woodward 816667e157
Allow concurrently to pass input to nodemon 2019-04-23 19:10:30 +01:00
Kamil Myśliwiec 1196288933
Merge branch 'Sacro-wait-on-concurrently' 2019-04-21 14:59:24 +02:00
Kamil Myśliwiec 30cc388d31
fix(): remove tsconfig paths in nodemon, remove prefixes 2019-04-21 14:59:06 +02:00
Ben Woodward 7cb6fe0cf6
Merge branch 'master' into wait-on-concurrently 2019-04-18 21:35:07 +01:00
Ben Woodward 1ab2f0948f Keep tsbuildinfo in dist, don't remove it 2019-04-18 21:34:10 +01:00
Kamil Mysliwiec c6f882437d
Merge pull request #132 from nestjs/renovate/tslint-5.x
Update dependency tslint to v5.16.0
2019-04-17 13:11:21 +02:00
Renovate Bot 0934a72277
Update dependency tslint to v5.16.0 2019-04-16 22:19:38 +00:00
Ben Woodward b5593466e0
Merge branch 'master' into wait-on-concurrently 2019-04-15 15:21:06 +01:00
Ben Woodward d37a0b8269
Remove ts-node 2019-04-15 12:49:17 +01:00
Kamil Mysliwiec e225080452
Merge pull request #129 from mchelen/patch-4
include untested files in coverage report
2019-04-15 13:35:12 +02:00
Kamil Mysliwiec 2c8a5e90f0
Merge pull request #131 from nestjs/renovate/nestjs-testing-6.x
chore(deps): update dependency @nestjs/testing to v6.1.1
2019-04-15 13:35:06 +02:00
Renovate Bot 546e7c024b
chore(deps): update dependency @nestjs/testing to v6.1.1 2019-04-15 10:08:59 +00:00
Kamil Mysliwiec cee500f499
Merge pull request #125 from nestjs/renovate/typescript-3.x
chore(deps): update dependency typescript to v3.4.3
2019-04-15 08:43:36 +02:00
Kamil Mysliwiec e95f168fd9
Merge pull request #126 from nestjs/renovate/nestjs-testing-6.x
chore(deps): update dependency @nestjs/testing to v6.1.0
2019-04-15 08:43:30 +02:00