1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00
Commit Graph

270 Commits

Author SHA1 Message Date
Orta
ae93767698 Merge pull request #206 from peterblazejewicz/feat/express-flash-types
Simplify augmented module for express-flash
2019-07-15 17:08:47 -04:00
Piotr Błażejewicz (Peter Blazejewicz)
d66765cb67 Merge pull request #210 from peterblazejewicz/update-lock-file
Update NPM lock down file.
2019-07-15 20:16:26 +02:00
Peter Blazejewicz
0825551316 Update NPM lock down file.
This removes NPM audit warnings which seems to be raised by the older
version of the lock file.
This one was regenerated with NPM v6.9.0 (Node v10.*)

Thanks!
2019-07-14 21:55:27 +02:00
Piotr Błażejewicz (Peter Blazejewicz)
78ab72f52a Merge pull request #208 from microsoft/dependabot/npm_and_yarn/lodash-4.17.13
Bump lodash from 4.17.11 to 4.17.13

#dependabot
2019-07-11 08:25:34 +02:00
dependabot[bot]
120d79f4ee Bump lodash from 4.17.11 to 4.17.13
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-10 22:59:20 +00:00
Peter Blazejewicz
4b0df406a4 Simplify augmented module for express-flash
There is existing @types definition for express-flash. Let's use it and
just augment a method required by the existing code to please compiler.

Thanks!
2019-07-05 23:29:10 +02:00
Peter Blazejewicz
b06d11e379 📝 remove reference to legacy file. Closes #190
The configuration for Jest tests with support fo the TypeScript files
are now handled by Jest configuration file.

Thanks!
2019-07-05 22:50:01 +02:00
Peter Blazejewicz
1b1fa93cb3 Specify NodeJS version as strings in Travis configuration
This fixes the YAML related extensions errors in VSCode, as the
schema for .travis.yml requires a quoted strings here:
https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#specifying-nodejs-versions

Thanks!
2019-07-05 22:27:00 +02:00
Piotr Błażejewicz (Peter Blazejewicz)
0a30661223 Merge pull request #202 from x4m3/patch-1
Added link to vscode TSLint extention in readme

Thanks to @x4m3
2019-06-30 09:34:35 +02:00
Philippe Loctaux
828ee59519 added link to vscode TSLint extention in readme 2019-06-29 17:00:50 +02:00
Bowden Kelly
ccedf0558f remove unneccesary env load 2019-06-26 16:47:15 -07:00
Orta
7a381348e3 Merge pull request #200 from peterblazejewicz/update/deps
Update project dependencies
2019-06-22 19:16:29 -07:00
Peter Blazejewicz
4cbd65c13f Update .env template to use database name 2019-06-22 22:38:59 +02:00
Peter Blazejewicz
573cc3b756 Allow to use default ES6 imports 2019-06-22 22:25:12 +02:00
Peter Blazejewicz
01454454c7 Change Winston logger creation 2019-06-22 22:24:50 +02:00
Peter Blazejewicz
5a11f7e381 Fix TS compiler error 2019-06-22 22:24:50 +02:00
Peter Blazejewicz
284a8ddddf Update Mongoose initialization 2019-06-22 22:24:50 +02:00
Peter Blazejewicz
b69a12c969 Update express-validator usage to new version 2019-06-22 22:24:50 +02:00
Peter Blazejewicz
d9f173eb66 Update project dependencies 2019-06-22 22:23:04 +02:00
Orta
fb64f483c5 Merge pull request #127 from amodolo/bootstrap4
Upgrade to Bootstrap 4
2019-06-19 16:17:37 -07:00
Orta
7f12e601bf Merge pull request #198 from microsoft/readme_fix
Improvements to the README from PR #145
2019-06-19 15:38:44 -07:00
Orta Therox
3504e8a6a5 Improvements to the README from PR #145 2019-06-19 15:27:20 -07:00
Orta
4fbdcd053a Merge pull request #197 from microsoft/npm_audit_fix
Run npm audit fix
2019-06-19 15:21:25 -07:00
Orta Therox
b05ce00822 Run npm audit fix 2019-06-19 15:10:38 -07:00
Orta
4765dcc715 Merge pull request #166 from sangheestyle/master
stick to ES6 import instead of CommonJS require
2019-06-19 14:59:51 -07:00
Orta
37df3a7454 Merge pull request #151 from jarifibrahim/patch-2
fix typo: Interesting should be Interested.
2019-06-19 14:57:02 -07:00
Orta
a548d8876a Merge branch 'master' into master 2019-06-19 14:55:39 -07:00
Orta
dfa9150489 Merge pull request #135 from KonradLinkowski/patch-1
Change size existence check to default value
2019-06-19 14:45:15 -07:00
Orta
c1526a9d9d Merge pull request #138 from KonradLinkowski/master
Changed function expressions declarations from let to const
2019-06-19 14:44:27 -07:00
Orta
f14f151ab9 Merge pull request #140 from juliawong/patch-1
Fix typo in README
2019-06-19 14:38:16 -07:00
Orta
6cb95cc17e Merge pull request #164 from rhyuen/patch-1
Some grammatical changes to README.md
2019-06-19 14:37:19 -07:00
Orta
a62d5e682a Merge pull request #141 from pgilad/master
Improve travis.yml and run on more subsets of node.js versions
2019-06-19 14:36:26 -07:00
Orta
b5d4f3ca07 Merge pull request #157 from NMVikings/license_in_readme
Add license section to README.md
2019-06-19 14:33:54 -07:00
Orta
b1e5b10d17 Merge pull request #169 from t49tran/refactor-remove-unused-imports
refactor: remove unused imports
2019-06-19 14:31:39 -07:00
Orta
e498350af9 Merge pull request #137 from atefBB/patch-1
Update README.md
2019-06-19 14:29:39 -07:00
Orta
80ae9b625b Merge pull request #144 from varundey/patch-1
fix typo in readme.md
2019-06-19 14:29:11 -07:00
Orta
eb1e6c9a10 Merge pull request #143 from jadsonluan/minor-grammar-fixes
Fix informal title in README.md
2019-06-19 14:28:36 -07:00
Orta
ecdf110a90 Merge branch 'master' into refactor-remove-unused-imports 2019-06-19 14:26:30 -07:00
Orta
039edc96d4 Merge pull request #182 from Jareechang/f-update-local-mongo-env-logging
Add better logging when setting custom env var using .env
2019-06-19 14:24:14 -07:00
Orta
d7b531b231 Merge pull request #188 from tylerbutler/tslint-extension
eg2.tslint has been deprecated
2019-06-19 14:16:47 -07:00
Orta
e2114e4ab2 Merge pull request #192 from Jason-Cooke/patch-1
docs: fix typo
2019-06-19 14:16:24 -07:00
Orta
60ae9af3c2 Merge pull request #195 from jessestuart/jesse/fix_jest_tsconfig_warning
fix(jest): Update deprecated ts-jest config option.
2019-06-19 14:15:43 -07:00
Jesse Stuart
c380a1dfeb fix(jest): Update deprecated ts-jest config option.
This is consistently reproducible -- see e.g.,
[the latest Travis build](https://travis-ci.org/microsoft/TypeScript-Node-Starter/builds/533095625)
for an example of this error in CI. Simple one-line fix.
2019-06-13 23:58:04 -04:00
Jason Cooke
f922126354 docs: fix typo 2019-06-10 10:40:22 +12:00
Bowden Kelly
044db381fd Update README.md
fix demo link
2019-05-15 18:11:45 -07:00
Bowden Kelly
9756eaaf4f update extensions 2019-05-15 18:10:25 -07:00
Bowden Kelly
2a75fa0660 update demo page 2019-05-15 16:39:31 -07:00
Tyler Butler
04877089b2 eg2.tslint has been deprecated 2019-05-11 15:28:20 -07:00
Bowden Kelly
f1036dde63 Merge branch 'updateDependencies' 2019-05-10 12:38:02 -07:00
Bowden Kelly
610a8f6365 fix conflicts 2019-05-10 12:37:34 -07:00