Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 26, 2018

Bumps dotenv from 5.0.1 to 6.2.0.

Changelog

Sourced from dotenv's changelog.

[6.2.0] - 2018-12-03

Added

  • Support preload configuration via environment variables (#351)

[6.1.0] - 2018-10-08

Added

  • debug option for config and parse methods will turn on logging

[6.0.0] - 2018-06-02

Changed

  • Breaking: drop support for Node v4 (#304)

[5.0.0] - 2018-01-29

Added

  • Testing against Node v8 and v9
  • Documentation on trim behavior of values
  • Documentation on how to use with import

Changed

  • Breaking: default path is now path.resolve(process.cwd(), '.env')
  • Breaking: does not write over keys already in process.env if the key has a falsy value
  • using const and let instead of var

Removed

  • Testing against Node v7

[4.0.0] - 2016-12-23

Changed

  • Return Object with parsed content or error instead of false (#165).

Removed

  • verbose option removed in favor of returning result.

[3.0.0] - 2016-12-20

Added

... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 26, 2018
@dependabot-preview dependabot-preview bot changed the base branch from master to develop December 27, 2018 01:57
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/dotenv-6.2.0 branch 11 times, most recently from 22a0521 to bd4bf04 Compare December 28, 2018 21:57
@dependabot-preview
Copy link
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Bumps [dotenv](https://github.com/motdotla/dotenv) from 5.0.1 to 6.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v5.0.1...v6.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/dotenv-6.2.0 branch from bd4bf04 to 0a4fb09 Compare December 29, 2018 23:35
@pierreTklein pierreTklein merged commit 5ea011b into develop Jan 1, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/dotenv-6.2.0 branch January 1, 2019 10:53
pierreTklein added a commit that referenced this pull request Jan 9, 2019
* WIP role create route

* Change role service async calls to be in line with other services

* Write stats route

* Update docs

* Add tests

* Add role to vs code debugger

* Add role services

* Fix false async

* create role middleware

* role error constants and add to app.js

* create role controller

* WIP role route and role route tests

* Fix crucial bug, add additional search feature

* Update documentation

* Make test more descriptive

* Move variable to constants file

* create /api/role/ route

* Add success constants

* Add tests

* Fix validator logic

* fix bugs with services with missing await

* comenting and documentation

* Constants/successes (#213)

* Fix mention of docs to reflect new docs address

* version 1.1.0

* version 1.1.1

* allow booleanValidator to take comparator value for codeOfConduct

* Create tests for false codeOfConduct in hacker

* Move success messages to constants file

* add missing success message

* Add comments, change tests a little

* Remove duplicate check

* Fix develop (#223)

* Fix mention of docs to reflect new docs address

* version 1.1.0

* version 1.1.1

* allow booleanValidator to take comparator value for codeOfConduct

* Create tests for false codeOfConduct in hacker

* Separate account read into controller and middleware

* Move findbyid into middleware

* Separate sponsor controller in to middleware and controller

* Split team into middleware

* Split volunteer creation into middleware and controller

* Fix tests

* Add teamId to hacker

* Combine name and pronoun validators with duplicate logic into ascii validator

* change all name and pronoun validator to ascii validator

* Merge validations

* Update parsehacker to include teamId

* Create checks for team size for update

* WIP join team route

* Controller and WIP tests

* remove async, make devpost optional

* Fix typos and merge constants

* wip auth

* switch names to success.constant

* wip tests

* Bump winston from 2.4.2 to 2.4.4

Bumps [winston](https://github.com/winstonjs/winston) from 2.4.2 to 2.4.4.
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/2.4.4/CHANGELOG.md)
- [Commits](winstonjs/winston@2.4.2...2.4.4)

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

* Bump jshint from 2.9.6 to 2.9.7

Bumps [jshint](https://github.com/jshint/jshint) from 2.9.6 to 2.9.7.
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md)
- [Commits](jshint/jshint@2.9.6...2.9.7)

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

* Bump express-validator from 5.2.0 to 5.3.1

Bumps [express-validator](https://github.com/express-validator/express-validator) from 5.2.0 to 5.3.1.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](express-validator/express-validator@v5.2.0...v5.3.1)

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

* Bump chai from 4.1.2 to 4.2.0

Bumps [chai](https://github.com/chaijs/chai) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/master/History.md)
- [Commits](chaijs/chai@4.1.2...4.2.0)

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

* Bump express-winston from 2.5.1 to 2.6.0

Bumps [express-winston](https://github.com/bithavoc/express-winston) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/bithavoc/express-winston/releases)
- [Changelog](https://github.com/bithavoc/express-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bithavoc/express-winston/commits/v2.6.0)

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

* Bump @types/mongoose from 5.0.13 to 5.3.5

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.0.13 to 5.3.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

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

* Bump @types/google-cloud__storage from 1.7.1 to 1.7.2

Bumps [@types/google-cloud__storage](https://github.com/DefinitelyTyped/DefinitelyTyped) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

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

* Bump apidoc from 0.17.6 to 0.17.7

Bumps [apidoc](https://github.com/apidoc/apidoc) from 0.17.6 to 0.17.7.
- [Release notes](https://github.com/apidoc/apidoc/releases)
- [Changelog](https://github.com/apidoc/apidoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apidoc/apidoc/commits)

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

* Bump cors from 2.8.4 to 2.8.5

Bumps [cors](https://github.com/expressjs/cors) from 2.8.4 to 2.8.5.
- [Release notes](https://github.com/expressjs/cors/releases)
- [Changelog](https://github.com/expressjs/cors/blob/master/HISTORY.md)
- [Commits](expressjs/cors@v2.8.4...v2.8.5)

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

* Bump @types/mongodb from 3.0.18 to 3.1.18

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped) from 3.0.18 to 3.1.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

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

* More test cases

* Bump mongoose from 5.1.0 to 5.4.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.1.0 to 5.4.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](Automattic/mongoose@5.1.0...5.4.1)

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

* update npm packages

* Fix typo

* Fix typos and make sure tests work

* Add documentation and comments

* remove WIP material

* Remove debug constants

* Change team services to also update hacker

* Bump dotenv from 5.0.1 to 6.2.0 (#240)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 5.0.1 to 6.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v5.0.1...v6.2.0)

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

* Update regex pattern

* change to enum validation (#259)

* Revert "Bump jsonwebtoken from 8.3.0 to 8.4.0"

This reverts commit e1cb108.

* Revert "Bump bcrypt from 3.0.0 to 3.0.3"

This reverts commit e40d783.

* Revert "Bump @google-cloud/storage from 2.3.1 to 2.3.4"

This reverts commit 1b4c8a2.

* Revert "Bump nodemon from 1.17.3 to 1.18.9"

This reverts commit 8b09373.

* Revert "Bump @types/express from 4.11.1 to 4.16.0"

This reverts commit 24f564e.

* Revert "Bump multer from 1.3.1 to 1.4.1"

This reverts commit c05f136.

* Revert "Bump express from 4.16.3 to 4.16.4"

This reverts commit d9ce20d.

* Revert "Bump chai-http from 4.0.0 to 4.2.0"

This reverts commit fc1f73d.

* Revert "version 1.1.2"

This reverts commit 4c81019.

* Revert "Develop (#225)"

This reverts commit 24a2748.

* Bump chai-http from 4.0.0 to 4.2.1

Bumps [chai-http](https://github.com/chaijs/chai-http) from 4.0.0 to 4.2.1.
- [Release notes](https://github.com/chaijs/chai-http/releases)
- [Changelog](https://github.com/chaijs/chai-http/blob/master/History.md)
- [Commits](chaijs/chai-http@4.0.0...4.2.1)

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

* Bump @types/mongoose from 5.3.5 to 5.3.6

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.5 to 5.3.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

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

* change errors

* Bump mongoose from 5.4.1 to 5.4.2

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.1 to 5.4.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](Automattic/mongoose@5.4.1...5.4.2)

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

* Bump @types/mongoose from 5.3.6 to 5.3.7

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.6 to 5.3.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

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

* Make projectName optional

* add next

* Fix bug where new Team validator looked for name, not teamName

* Update docs

* Change all instances of teamName to name

* Add check for hacker joining same team

* comments

* Make more items editable (#269)

* Make more items editable

* Update docs

* Add flags to mongoose connection (#272)

* Add invite route (#252)

* Add invite route

* Documentation

* Feature/team get (#270)

* Add routes and roles

* add showTeam with member names

* create tests

* Create middleware to display member names and add auth

* documentation and function commenting

* add some more test details

* docs and typo

* Change findMemberNames to use Mongoose.populate

* Change documentation to so param type is ObjectId

* Move id for get to be in req.param

* Fix documentation, make test cases more detailed

* Feature/team post (#273)

* change to enum validation

* Add authentication to team create

* Create team

* Add tests for team

* WIP team post duplication issue

* Add check for duplicate team name, and test for hacker already being in a team

* uncomment tests

* fix git merge mistake

* Remove testing code, make sure create also updates hacker

* docs

* Remove test index

* re-add index on team name

* fix merge issue

* Feature/274 stats query (#275)

* Add query param to stats

* Docs

* Fix test

* Feature/278 team leave (#279)

* Add route

* Change success name, add tests

* Fix api_data

* Add removeTeamIfEmpty

* Add leave to hackerRole

* Bug fix

* General team bugfixes

* fn name change

* Remove console.log

* Change function name

* Feature/team patch (#277)

* WIP team patch

* WIP team patch

* docs and tests

* fix merge issue

* WIP patch

* Commenting, fix parsePatch, remove unused function

* PR comments

* Description and errors

* Fix bracket issue

* Change link (#282)
pierreTklein added a commit that referenced this pull request Jan 13, 2019
* WIP role create route

* Change role service async calls to be in line with other services

* Write stats route

* Update docs

* Add tests

* Add role to vs code debugger

* Add role services

* Fix false async

* create role middleware

* role error constants and add to app.js

* create role controller

* WIP role route and role route tests

* Fix crucial bug, add additional search feature

* Update documentation

* Make test more descriptive

* Move variable to constants file

* create /api/role/ route

* Add success constants

* Add tests

* Fix validator logic

* fix bugs with services with missing await

* comenting and documentation

* Constants/successes (#213)

* Fix mention of docs to reflect new docs address

* version 1.1.0

* version 1.1.1

* allow booleanValidator to take comparator value for codeOfConduct

* Create tests for false codeOfConduct in hacker

* Move success messages to constants file

* add missing success message

* Add comments, change tests a little

* Remove duplicate check

* Fix develop (#223)

* Fix mention of docs to reflect new docs address

* version 1.1.0

* version 1.1.1

* allow booleanValidator to take comparator value for codeOfConduct

* Create tests for false codeOfConduct in hacker

* Separate account read into controller and middleware

* Move findbyid into middleware

* Separate sponsor controller in to middleware and controller

* Split team into middleware

* Split volunteer creation into middleware and controller

* Fix tests

* Add teamId to hacker

* Combine name and pronoun validators with duplicate logic into ascii validator

* change all name and pronoun validator to ascii validator

* Merge validations

* Update parsehacker to include teamId

* Create checks for team size for update

* WIP join team route

* Controller and WIP tests

* remove async, make devpost optional

* Fix typos and merge constants

* wip auth

* switch names to success.constant

* wip tests

* Bump winston from 2.4.2 to 2.4.4

Bumps [winston](https://github.com/winstonjs/winston) from 2.4.2 to 2.4.4.
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/2.4.4/CHANGELOG.md)
- [Commits](winstonjs/winston@2.4.2...2.4.4)

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

* Bump jshint from 2.9.6 to 2.9.7

Bumps [jshint](https://github.com/jshint/jshint) from 2.9.6 to 2.9.7.
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/master/CHANGELOG.md)
- [Commits](jshint/jshint@2.9.6...2.9.7)

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

* Bump express-validator from 5.2.0 to 5.3.1

Bumps [express-validator](https://github.com/express-validator/express-validator) from 5.2.0 to 5.3.1.
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](express-validator/express-validator@v5.2.0...v5.3.1)

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

* Bump chai from 4.1.2 to 4.2.0

Bumps [chai](https://github.com/chaijs/chai) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/master/History.md)
- [Commits](chaijs/chai@4.1.2...4.2.0)

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

* Bump express-winston from 2.5.1 to 2.6.0

Bumps [express-winston](https://github.com/bithavoc/express-winston) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/bithavoc/express-winston/releases)
- [Changelog](https://github.com/bithavoc/express-winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bithavoc/express-winston/commits/v2.6.0)

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

* Bump @types/mongoose from 5.0.13 to 5.3.5

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.0.13 to 5.3.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

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

* Bump @types/google-cloud__storage from 1.7.1 to 1.7.2

Bumps [@types/google-cloud__storage](https://github.com/DefinitelyTyped/DefinitelyTyped) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

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

* Bump apidoc from 0.17.6 to 0.17.7

Bumps [apidoc](https://github.com/apidoc/apidoc) from 0.17.6 to 0.17.7.
- [Release notes](https://github.com/apidoc/apidoc/releases)
- [Changelog](https://github.com/apidoc/apidoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apidoc/apidoc/commits)

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

* Bump cors from 2.8.4 to 2.8.5

Bumps [cors](https://github.com/expressjs/cors) from 2.8.4 to 2.8.5.
- [Release notes](https://github.com/expressjs/cors/releases)
- [Changelog](https://github.com/expressjs/cors/blob/master/HISTORY.md)
- [Commits](expressjs/cors@v2.8.4...v2.8.5)

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

* Bump @types/mongodb from 3.0.18 to 3.1.18

Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped) from 3.0.18 to 3.1.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

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

* More test cases

* Bump mongoose from 5.1.0 to 5.4.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.1.0 to 5.4.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](Automattic/mongoose@5.1.0...5.4.1)

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

* update npm packages

* Fix typo

* Fix typos and make sure tests work

* Add documentation and comments

* remove WIP material

* Remove debug constants

* Change team services to also update hacker

* Bump dotenv from 5.0.1 to 6.2.0 (#240)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 5.0.1 to 6.2.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v5.0.1...v6.2.0)

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

* Update regex pattern

* change to enum validation (#259)

* Revert "Bump jsonwebtoken from 8.3.0 to 8.4.0"

This reverts commit e1cb108.

* Revert "Bump bcrypt from 3.0.0 to 3.0.3"

This reverts commit e40d783.

* Revert "Bump @google-cloud/storage from 2.3.1 to 2.3.4"

This reverts commit 1b4c8a2.

* Revert "Bump nodemon from 1.17.3 to 1.18.9"

This reverts commit 8b09373.

* Revert "Bump @types/express from 4.11.1 to 4.16.0"

This reverts commit 24f564e.

* Revert "Bump multer from 1.3.1 to 1.4.1"

This reverts commit c05f136.

* Revert "Bump express from 4.16.3 to 4.16.4"

This reverts commit d9ce20d.

* Revert "Bump chai-http from 4.0.0 to 4.2.0"

This reverts commit fc1f73d.

* Revert "version 1.1.2"

This reverts commit 4c81019.

* Revert "Develop (#225)"

This reverts commit 24a2748.

* Bump chai-http from 4.0.0 to 4.2.1

Bumps [chai-http](https://github.com/chaijs/chai-http) from 4.0.0 to 4.2.1.
- [Release notes](https://github.com/chaijs/chai-http/releases)
- [Changelog](https://github.com/chaijs/chai-http/blob/master/History.md)
- [Commits](chaijs/chai-http@4.0.0...4.2.1)

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

* Bump @types/mongoose from 5.3.5 to 5.3.6

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.5 to 5.3.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

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

* change errors

* Bump mongoose from 5.4.1 to 5.4.2

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.1 to 5.4.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](Automattic/mongoose@5.4.1...5.4.2)

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

* Bump @types/mongoose from 5.3.6 to 5.3.7

Bumps [@types/mongoose](https://github.com/DefinitelyTyped/DefinitelyTyped) from 5.3.6 to 5.3.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

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

* Make projectName optional

* add next

* Fix bug where new Team validator looked for name, not teamName

* Update docs

* Change all instances of teamName to name

* Add check for hacker joining same team

* comments

* Make more items editable (#269)

* Make more items editable

* Update docs

* Add flags to mongoose connection (#272)

* Add invite route (#252)

* Add invite route

* Documentation

* Feature/team get (#270)

* Add routes and roles

* add showTeam with member names

* create tests

* Create middleware to display member names and add auth

* documentation and function commenting

* add some more test details

* docs and typo

* Change findMemberNames to use Mongoose.populate

* Change documentation to so param type is ObjectId

* Move id for get to be in req.param

* Fix documentation, make test cases more detailed

* Feature/team post (#273)

* change to enum validation

* Add authentication to team create

* Create team

* Add tests for team

* WIP team post duplication issue

* Add check for duplicate team name, and test for hacker already being in a team

* uncomment tests

* fix git merge mistake

* Remove testing code, make sure create also updates hacker

* docs

* Remove test index

* re-add index on team name

* fix merge issue

* Feature/274 stats query (#275)

* Add query param to stats

* Docs

* Fix test

* Feature/278 team leave (#279)

* Add route

* Change success name, add tests

* Fix api_data

* Add removeTeamIfEmpty

* Add leave to hackerRole

* Bug fix

* General team bugfixes

* fn name change

* Remove console.log

* Change function name

* Feature/team patch (#277)

* WIP team patch

* WIP team patch

* docs and tests

* fix merge issue

* WIP patch

* Commenting, fix parsePatch, remove unused function

* PR comments

* Description and errors

* Fix bracket issue

* Change link (#282)

* Bump mongoose from 5.4.2 to 5.4.3

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.4.2 to 5.4.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](Automattic/mongoose@5.4.2...5.4.3)

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

* create volunteer get route (#285)

* create volunteer get route

* docs

* Finish route, add tests, update documentation (#289)

HackerByEmail route, add tests, update documentation

* 290 acceptance email (#291)

* edits

* typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants