Граф коммитов

301 Коммитов

Автор SHA1 Сообщение Дата
Brittany Randolph 1e15e8b4bf Merge pull request #360 from microsoft/fixes
Fixes
2022-06-17 10:06:03 -07:00
Brittany Randolph a6f13c5fab Merge pull request #359 from microsoft/fb_branch
removing credentials
2022-06-13 15:15:23 -07:00
Brittany Randolph c75a71435d removing credentials 2022-06-13 15:07:06 -07:00
dependabot[bot] 90072139a2 Bump async from 3.2.0 to 3.2.2 (#358)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-13 21:47:33 +02:00
dependabot[bot] ecda41ad2b Bump ajv from 6.10.0 to 6.12.6 (#356)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-11 21:26:52 +01:00
Piotr Błażejewicz (Peter Blazejewicz) 1832525230 fix(deps): fix failing yarn builds (#355) 2022-02-08 21:47:57 +01:00
dependabot[bot] f5eaeffa1f Bump shelljs from 0.8.4 to 0.8.5 (#352)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-15 20:18:26 +01:00
dependabot[bot] 0c0bb8e3c3 Bump nodemailer from 6.4.17 to 6.6.1 (#351)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-01 21:18:25 +01:00
SimonPerryman 7434e3672f Moved @types/mongodb from dependencies to dev dependencies (#350)
Co-authored-by: Piotr Błażejewicz <peterblazejewicz@users.noreply.github.com>
2022-01-01 14:21:46 +01:00
dependabot[bot] b5069f7a37 Bump passport-oauth2 from 1.5.0 to 1.6.1 (#348)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-03 21:57:21 +01:00
dependabot[bot] ebcd0b47a4 Bump validator from 13.5.2 to 13.7.0 (#347)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-03 21:50:29 +01:00
dependabot[bot] a4bfd2b2c6 Bump tmpl from 1.0.4 to 1.0.5 (#345)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-20 23:11:16 +02:00
Orta Therox eccac908e2 Update README.md 2021-09-14 15:42:02 +01:00
dependabot[bot] 8f6bc9fec0 Bump color-string from 1.5.4 to 1.6.0 (#342)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-16 22:31:19 +02:00
dependabot[bot] fcfee9df52 Bump path-parse from 1.0.6 to 1.0.7 (#341)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-16 22:30:16 +02:00
Piotr Błażejewicz (Peter Blazejewicz) a545815bb3 Fix outdated dependencies and NPM audit warnings (#334)
- deps update
- package lock update
- minor code changes to align with updated libraries

/cc @daxeh

Fixes #333
2021-08-16 22:26:57 +02:00
Piotr Błażejewicz (Peter Blazejewicz) d4bf8576bb update(deps): update dependencies (#330)
This updates some deps to remove high security warnings from NPM audits.

Thanks!
2021-04-25 17:31:23 +02:00
Piotr Błażejewicz (Peter Blazejewicz) fdf8b41437 fix(323): wrong reference used (#329)
This fixes issue with failing pages

/cc @klemensz

Fixes #323
2021-04-25 17:26:17 +02:00
Klemens 8741af85d3 Upgrade the connect-mongo package to v4 #324 (#325)
Thanks to @klemensz!
2021-04-25 17:25:18 +02:00
Klemens 7d449f039a Update section about hosted MongoDB instance #207 (#326)
- Replaced section about mLab with MongoDB Atlas
thx to @klemensz!
2021-03-19 22:12:26 +01:00
Sámal Rasmussen 5381d62a10 Fix #305 Update packages to latest (#317)
thx to @samal-rasmussen!
2021-02-08 19:37:56 +01:00
Piotr Błażejewicz (Peter Blazejewicz) db005fa89b [ci] update Node version for Travis build (#319)
Should fix issues with failing CI checks on updated packages.

/cc @samal-rasmussen
2021-02-05 20:05:35 +01:00
Piotr Błażejewicz (Peter Blazejewicz) 51b7b21a3a update(ts-jest): update `ts-config` configuratin for 6.27 (#318)
This removes warnings about deprecated configuration option:

```text
tsConfig` is depecrated and will be removed in ts-jest 27
```

8fec6816e1

Thanks!
2021-02-05 19:50:25 +01:00
Wilson Mun 0fa156791f Cleaned up README.md (#315)
thx to @wmundev!
2020-12-22 18:15:34 +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
Pavan Jadhaw 9e5b45411e feat: use errorHandler middleware only in development env (#313)
thx to @pavanjadhaw
2020-12-08 09:21:34 +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
Nyasha (Nash) Nziramasanga 9aa79355b4 🎨 added JSdocs comment labels for improved code documentation (#301)
Thx to @NyashaNziramasanga!
2020-07-20 09:11:09 +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
shanelanan a5667449c4 Feature minor updates (#297)
Co-authored-by: Shane Lanan <tbd@tbd.com>
2020-07-13 22:46:05 +02:00
Nyasha (Nash) Nziramasanga e5d191f223 Using template literals for mongodb error message (#298)
thx to @NyashaNziramasanga
2020-07-13 22:31:14 +02:00
shanelanan ee9e040e8e Feature minor updates (#296)
Co-authored-by: Shane Lanan <tbd@tbd.com>
2020-07-10 22:52:05 +02:00
Anurag 1bf2dedccd Fixed typo in SendGrid comment (#295)
Thx to @gnurag!
2020-06-30 22:30:47 +02:00
Sana Ajani 316581ffac Merge pull request #293 from microsoft:sana-test
test merge
2020-06-17 12:24:00 -04:00
sana-ajani 4b8a9e9633 test merge 2020-06-17 12:22:30 -04:00
sana-ajani e196523ba8 test 2020-06-17 12:15:40 -04:00
Dina Berry 31ee8dcb14 Fix readme for launch file changes (#292)
thx to @diberry
2020-06-15 16:21:09 +02:00
Dina Berry fedb0a2fe7 Add ability to debug Jest test from VSCode (#291)
thx to @diberry!
2020-06-14 21:46:51 +02:00
Sámal Rasmussen 78c05d5156 Sort package.json scripts (#290)
Thx to @samal84
2020-06-12 17:54:29 +02:00
Reece Langerock 31b8f0cbbd Update README.md (#289)
Documentation link was broken
thx to @ReeceLangerock
2020-06-06 13:54:10 +02:00
Orta a91dd66b20 Merge pull request #286 from microsoft/orta-patch-1
Update README.md to frame what this repo is
2020-05-11 08:46:11 -04:00
Orta 8d286b0ecc Update README.md 2020-05-10 21:56:49 -04:00
Orta d52eb16908 Update README.md 2020-05-10 21:53:51 -04:00
Ed Johnson-Williams 0cd802de3b fixing typo. "diretory" -> "directory" (#281)
Thx to @edjw
2020-05-07 08:35:09 +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
Orta 9a3c836652 Merge pull request #273 from peterblazejewicz/fix/272
 remove unused dependencies. Closes #272
2020-03-03 08:40:16 -05: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