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

41 Commits

Author SHA1 Message Date
Sámal Rasmussen
5381d62a10 Fix #305 Update packages to latest (#317)
thx to @samal-rasmussen!
2021-02-08 19:37:56 +01:00
dependabot[bot]
5f0ccb6cec Bump ini from 1.3.5 to 1.3.7 (#314)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-10 22:44:40 +01:00
Ofir Geller
ae0f0990cd Update deps: concurrently (#311) [edited]
thx to @ofirgeller!
2020-09-21 20:33:36 +02:00
Piotr Błażejewicz (Peter Blazejewicz)
97688af9a3 fix(node-sass): bump version (#309)
This version bump should fix issue with `node-sass` installation on some
systems.
Tested on Win 10.

Thanks!

Closes #165
2020-09-07 13:21:48 +02:00
dependabot[bot]
452cf2ce2e Bump tree-kill from 1.2.1 to 1.2.2 (#310)
Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/pkrumins/node-tree-kill/releases)
- [Commits](https://github.com/pkrumins/node-tree-kill/compare/v1.2.1...v1.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-05 20:27:55 +02:00
dependabot[bot]
90b305b449 Bump handlebars from 4.3.4 to 4.7.6 (#308)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.3.4 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.3.4...v4.7.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-04 21:00:38 +02:00
dependabot[bot]
83bbb68005 Bump lodash from 4.17.15 to 4.17.19 (#300)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-15 23:30:14 +02:00
dependabot[bot]
ca61fc92e0 Bump mongoose from 5.7.1 to 5.7.5 (#274)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.1 to 5.7.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.7.1...5.7.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-03 21:11:22 +01:00
Piotr Błażejewicz (Peter Blazejewicz)
1a668a896a remove unused dependencies. Closes #272
- `request`
- `request-promise`

`request` first appeared as part of initial commit but it seems to be
left-over from non commited implementation:
https://git.io/JvgNV
`request-promise` was added in different PR but it seems without related
code:
https://git.io/JvgN6

/cc @naknode

Thanks!
2020-03-01 09:23:13 +01:00
Piotr Błażejewicz (Peter Blazejewicz)
0179afee0e ⬆️ upgrade Jest version (#246)
This updates Jest and its dependencies, removing the warning about the left-pad module deprecation.

Thanks!
2019-12-15 21:27:51 +01:00
CarlosKlapp
1a84836fbd ⬆️ update node-sass (#254)
Update node-sass to enable it to compile on the Mac when using Node v13.2.0

Thanks to @CarlosKlapp
2019-12-12 20:59:09 +01:00
Piotr Błażejewicz (Peter Blazejewicz)
fd2d048ee2 ⬆️ Update dependencies (#248)
- remove @types/dotenv
- dotenv 8.1.0 > 8.2.0
- @types/connect-mongo 0.0.43 > 3.0.0
- concurrently 4.1.2 > 5.0.0

Thanks!
2019-12-12 20:57:16 +01:00
CarlosK
1098943419 Update packages, add tests, add type casts (#229)
- upgrade to latest packages
- cast `req.user` as `UserDocument`
- update logger to use latest Winston syntax
- disable `no-inferrable-types`, Mongoose use unified topology

Thx to @CarlosSolrac
2019-09-29 12:31:07 +02:00
dependabot[bot]
f611f34c9e Bump eslint-utils from 1.4.0 to 1.4.2
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.4.0...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-27 07:29:14 +00:00
Peter Blazejewicz
3414ceca45 Migrate TSLint to ESLint. Closes #209
This commit rewrites linting support in the project to be based solely
on the ESLint as advised by the TSLint tool authors:
https://medium.com/palantir/tslint-in-2019-1a144c2317a9

The migration is based on default, recommended settings for TypeScript
in ESLint and is expected to be updated in future to better fit project
goals.

All references has been updated and replaced with relevant ESLint
context:

- dependencies migration from TSLint to ESLint
- VSCode configuration changes to support ESLint exension
- VSCode extensions recommendation changes
- `.eslintrc` and `.eslintignore` configuration files added
- all error level problems in the source files are covered by this
  migration

Thanks!
2019-07-15 23:14:51 +02:00
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
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
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
d9f173eb66 Update project dependencies 2019-06-22 22:23:04 +02:00
Orta Therox
b05ce00822 Run npm audit fix 2019-06-19 15:10:38 -07:00
Bowden Kelly
610a8f6365 fix conflicts 2019-05-10 12:37:34 -07:00
Bowden Kelly
36c1f1d972 update typescript 2019-05-10 12:19:04 -07:00
Bowden Kelly
89f3e04868 update mongoose to v5 2019-03-25 14:56:30 -07:00
Bowden Kelly
a3a3258c9b update jest 2019-03-25 14:52:40 -07:00
Bowden Kelly
a6aaa7fbfe updated a bunch of dependencies with non-breaking changes 2019-03-25 14:50:35 -07:00
Sean Healy
a96c3cd169 Try fixing ci issue. 2018-10-29 18:46:52 -06:00
Bowden
1a72f0db6b replaced logging with Winston 2018-02-27 14:29:37 -08:00
Peter Blazejewicz
df6adc7238 Update ShellJS version
Thanks!
2018-02-22 21:18:37 +01:00
Peter Blazejewicz
1b71586efa Update source and dependency to work with TypeScript 2.7. Closes #81
The commit brings compatibility with new features introduced in TypeScript 2.7.
The one with most impact on this project is ES6/ECMAScript module compatibility layer
added in 2.7 enabled in tsconfig.json for this project.
This allowed to rewrite source files to use shorted, better imports everywhere and
also use default exports.

To make project more aligned with updated TypeScript all the NPM depenendencies has been
updated making sure that everything works as expected and tests pass.

Thanks for the project!

Thanks!
2018-02-20 22:02:53 +01:00
Irene (XiangYi) Chen
d080f39b86 coverage/chai support and some unit tests
1. added jest coverage support (#64)
2. added chai testing support
3. created new unit tests
2018-01-03 15:12:41 -08:00
Alan Agius
780e30826c feat: update several dependencies and devDependencies (#59) 2018-01-03 15:03:25 -08:00
Bowden Kelly
9d9d378408 Merge branch 'master' into feat/ts-node 2018-01-03 14:35:22 -08:00
Bowden
61ae2ccd1b made some changes to mongo connection 2017-12-19 15:30:19 -08:00
Peter Blazejewicz
bfd74b2dc6 Support all-typescript tooling with ts-node
The ts-node allows to execute build scripts written in TypeScript
so the entire project could be written in TypeScript.
This commit introduces support for ts-node, updates packages
and migrate copy routine to TypeScript

Thanks!
2017-12-16 22:56:45 +01:00
Alan Agius
feac6cccf7 feat(*): update several dependencies 2017-10-29 14:01:58 +01:00
ThanhTDT
f8141a0b06 add attach debug configuration
- Attach debug configuration
- Scripts: debug, serve-debug, watch-debug
- Readme
2017-07-27 21:09:17 +07:00
Bowden Kelly
235ba1daa9 updated specific .d.ts files to point to definitely typed file. Also added recommended extensions using vs code's extensions.json 2017-07-25 11:28:51 -07:00
Bowden Kelly
7102983c6e updating package-lock 2017-07-25 11:28:51 -07:00
Bowden Kelly
533ebd0d0a port changes from PR #11 2017-07-20 13:46:06 -07:00
Bowden Kelly
eb0494e85b added package-lock for npm5 and fixed bug with flash messages 2017-06-05 13:39:30 -07:00