GithubHelp home page GithubHelp logo

icapps / nodejs-silverback Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 1.0 5.98 MB

Silverback boilerplate project

License: ISC License

JavaScript 4.67% TypeScript 95.33%
silverback nodejs node knex express

nodejs-silverback's Introduction

Silverback

NodeJS boilerplate project

Dependencies Build Status Coverage Status Greenkeeper badge

alt text

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Make sure you have Node.js and Docker (preferably) installed. This will make it easy to run the project locally and all tests without having to install PostgreSQL and Redis onto your system.

Installation

Install all dependencies

npm install

Databases

This repository contains a docker-compose.yml file providing PostgreSQL and Redis.

PostgreSQL

Start PostgreSQL in daemon mode:

docker-compose up -d postgres

Migrations

The project uses a sql query builder called knex.js which provides migration support. Run all migrations via npm run db:migrate.

  • This will take you DATABASE_URL from the environment variables.

Seeds

The project uses a sql query builder called knex.js which provides seeding support. Run all initial seeds via npm run db:seed.

  • This will take you DATABASE_URL from the environment variables.
  • It will use INITIAL_SEED_USERNAME and INITIAL_SEED_PASSWORD from the environment variables to create an initial Admin user.

Redis

Start redis in daemon mode:

docker-compose up -d redis

Running locally

  • Make sure you have all environment variables set in an .env file. There is an .env.example file provided with all required and optional variables.
  • Make sure you have a running PostgreSQL and Redis instance
// Start
npm run start

// Build and start
npm run serve

Running the tests

  • Make sure you have a running PostgreSQL and Redis instance. Connection strings can be altered in the test.config.ts file under the tests folder. This will take the provided docker container strings by default.

Run all tests

npm run test

Run all tests with coverage report

npm run test:coverage

Deployment

  • Make sure to build the Typescript project before deploying onto Heroku or another provider.
  • TravisCI is included in this project, but is not required to run deployments or test suites.

Bugs

When you find issues, please report them:

Be sure to include all of the output from the npm command that didn't work as expected. The npm-debug.log file is also helpful to provide.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the ISC License - see the LICENSE.md file for details

nodejs-silverback's People

Contributors

ben-vr avatar dgyesbreghs avatar greenkeeper[bot] avatar horstenwillem avatar knor-el-snor avatar vanlooverenkoen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

nodejs-silverback's Issues

An in-range update of rimraf is breaking the build 🚨

The devDependency rimraf was updated from 2.6.3 to 2.7.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

rimraf is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 2 commits.

  • 250ee15 2.7.0
  • dc1682d feat: make it possible to omit glob dependency

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/lodash is breaking the build 🚨

The devDependency @types/lodash was updated from 4.14.121 to 4.14.122.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/lodash is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).
  • βœ… coverage/coveralls: First build on greenkeeper/@types/lodash-4.14.122 at 98.268% (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/jest is breaking the build 🚨

The devDependency @types/jest was updated from 24.0.11 to 24.0.12.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/jest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
  • βœ… coverage/coveralls: First build on greenkeeper/@types/jest-24.0.12 at 98.268% (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/helmet is breaking the build 🚨

The devDependency @types/helmet was updated from 0.0.42 to 0.0.43.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/helmet is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of pg is breaking the build 🚨

The dependency pg was updated from 7.8.0 to 7.8.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

pg is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 2 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/helmet is breaking the build 🚨

The devDependency @types/helmet was updated from 0.0.43 to 0.0.44.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/helmet is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/uuid is breaking the build 🚨

The devDependency @types/uuid was updated from 3.4.4 to 3.4.5.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/uuid is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
  • βœ… coverage/coveralls: First build on greenkeeper/@types/uuid-3.4.5 at 98.268% (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of coveralls is breaking the build 🚨

The devDependency coveralls was updated from 3.0.3 to 3.0.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

coveralls is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
  • βœ… coverage/coveralls: First build on greenkeeper/coveralls-3.0.4 at 98.268% (Details).

Commits

The new version differs by 5 commits.

  • 8ac4325 version bump
  • 9d9c227 Bump extend from 3.0.1 to 3.0.2 (#226)
  • 33119a7 Bump js-yaml from 3.11.0 to 3.13.1 (#225)
  • f5549c7 Bump handlebars from 4.1.0 to 4.1.2 (#224)
  • 4df732b Style fix (#211)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/redis is breaking the build 🚨

The devDependency @types/redis was updated from 2.8.12 to 2.8.13.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/redis is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/supertest is breaking the build 🚨

The devDependency @types/supertest was updated from 2.0.7 to 2.0.8.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/supertest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
  • βœ… coverage/coveralls: First build on greenkeeper/@types/supertest-2.0.8 at 98.268% (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/joi is breaking the build 🚨

The devDependency @types/joi was updated from 14.3.2 to 14.3.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/joi is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of http-status is breaking the build 🚨

The dependency http-status was updated from 1.3.1 to 1.3.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

http-status is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 2 commits.

  • 5674814 Bump to version 1.3.2
  • f9bd1de 502: wrong key for name and message

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/cors is breaking the build 🚨

The devDependency @types/cors was updated from 2.8.4 to 2.8.5.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/cors is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tree-house is breaking the build 🚨

The dependency tree-house was updated from 3.4.3 to 3.4.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

tree-house is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v3.4.4
  • Update dependencies e608fc4
  • Merge pull request #45 from icapps/greenkeeper/redis-mock-0.44.0 9356751
  • Merge pull request #42 from icapps/greenkeeper/np-5.0.0 9d31ba0
  • Merge branch 'master' into greenkeeper/np-5.0.0 575bd4f
  • Merge pull request #44 from icapps/greenkeeper/helmet-3.17.0 2b7e07e
  • Merge branch 'master' into greenkeeper/helmet-3.17.0 63369de
  • Merge pull request #43 from icapps/greenkeeper/body-parser-1.19.0 f2a9d95
  • Merge branch 'master' into greenkeeper/helmet-3.17.0 84980ce
  • chore(package): update lockfile package-lock.json f07afab
  • fix(package): update body-parser to version 1.19.0 257cace
  • Merge pull request #46 from icapps/greenkeeper/express-4.17.0 274799a
  • chore(package): update lockfile package-lock.json 341510d
  • fix(package): update express to version 4.17.0 8fcdc83
  • chore(package): update lockfile package-lock.json 5bd175f
  • chore(package): update redis-mock to version 0.44.0 e662f73
  • chore(package): update lockfile package-lock.json c7d9dae
  • fix(package): update helmet to version 3.17.0 2cd1720
  • chore(package): update lockfile package-lock.json 7ad1229
  • chore(package): update np to version 5.0.0 c374794

v3.4.3...v3.4.4

Commits

The new version differs by 20 commits.

  • 4227a12 3.4.4
  • e608fc4 Update dependencies
  • 9356751 Merge pull request #45 from icapps/greenkeeper/redis-mock-0.44.0
  • 9d31ba0 Merge pull request #42 from icapps/greenkeeper/np-5.0.0
  • 575bd4f Merge branch 'master' into greenkeeper/np-5.0.0
  • 2b7e07e Merge pull request #44 from icapps/greenkeeper/helmet-3.17.0
  • 63369de Merge branch 'master' into greenkeeper/helmet-3.17.0
  • f2a9d95 Merge pull request #43 from icapps/greenkeeper/body-parser-1.19.0
  • 84980ce Merge branch 'master' into greenkeeper/helmet-3.17.0
  • f07afab chore(package): update lockfile package-lock.json
  • 257cace fix(package): update body-parser to version 1.19.0
  • 274799a Merge pull request #46 from icapps/greenkeeper/express-4.17.0
  • 341510d chore(package): update lockfile package-lock.json
  • 8fcdc83 fix(package): update express to version 4.17.0
  • 5bd175f chore(package): update lockfile package-lock.json

There are 20 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of coveralls is breaking the build 🚨

The devDependency coveralls was updated from 3.0.2 to 3.0.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

coveralls is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).
  • βœ… coverage/coveralls: First build on greenkeeper/coveralls-3.0.3 at 98.268% (Details).

Release Notes for Dependency security updates

As suggested by NPM and Snyk.

Commits

The new version differs by 1 commits.

  • aa2519c dependency security audit fixes from npm & snyk (#210)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tslint-config-airbnb is breaking the build 🚨

The devDependency tslint-config-airbnb was updated from 5.11.1 to 5.11.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

tslint-config-airbnb is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 2 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tree-house-translations is breaking the build 🚨

The dependency tree-house-translations was updated from 1.1.3 to 1.1.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

tree-house-translations is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v1.1.4
  • Merge branch 'master' of github.com:icapps/tree-house-translations 908b806
  • Update dependencies 00548d0
  • Merge pull request #6 from icapps/greenkeeper/ts-jest-24.0.0 8ab1c65
  • chore(package): update lockfile package-lock.json 90ca1aa
  • chore(package): update ts-jest to version 24.0.0 2b32230

v1.1.3...v1.1.4

Commits

The new version differs by 6 commits.

  • c6f5166 1.1.4
  • 908b806 Merge branch 'master' of github.com:icapps/tree-house-translations
  • 00548d0 Update dependencies
  • 8ab1c65 Merge pull request #6 from icapps/greenkeeper/ts-jest-24.0.0
  • 90ca1aa chore(package): update lockfile package-lock.json
  • 2b32230 chore(package): update ts-jest to version 24.0.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/joi is breaking the build 🚨

The devDependency @types/joi was updated from 14.3.1 to 14.3.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/joi is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/express-session is breaking the build 🚨

The devDependency @types/express-session was updated from 1.15.13 to 1.15.14.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/express-session is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tree-house-authentication is breaking the build 🚨

The dependency tree-house-authentication was updated from 3.1.1 to 3.1.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

tree-house-authentication is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v3.1.2
  • Update supertest 767e337
  • Merge branch 'master' of github.com:icapps/tree-house-authentication f2a6530
  • Update dependencies e8951a9
  • Add git clean commands 39e6354
  • Merge pull request #26 from icapps/greenkeeper/ts-jest-24.0.0 6d52f08
  • chore(package): update lockfile package-lock.json bff1cb6
  • chore(package): update ts-jest to version 24.0.0 3c83cb8

v3.1.1...v3.1.2

Commits

The new version differs by 8 commits.

  • 338d792 3.1.2
  • 767e337 Update supertest
  • f2a6530 Merge branch 'master' of github.com:icapps/tree-house-authentication
  • e8951a9 Update dependencies
  • 39e6354 Add git clean commands
  • 6d52f08 Merge pull request #26 from icapps/greenkeeper/ts-jest-24.0.0
  • bff1cb6 chore(package): update lockfile package-lock.json
  • 3c83cb8 chore(package): update ts-jest to version 24.0.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of node-mocks-http is breaking the build 🚨

The devDependency node-mocks-http was updated from 1.7.3 to 1.7.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

node-mocks-http is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
  • βœ… coverage/coveralls: First build on greenkeeper/node-mocks-http-1.7.4 at 98.268% (Details).

Commits

The new version differs by 7 commits.

  • 0e1d5ff 1.7.4
  • 5b881ef Release of version 1.7.4
  • d1ce7c0 feat: add convenience method _getJSONData (#181)
  • ad7b6c1 Fix res.json and res.jsonp in order to handle false and null responses (#179)
  • b93c487 Added missing typings for "buffer" (#178)
  • 2e8ee62 update linting instructions (#177)
  • d41694f Remove net npm package, because this library uses the native node net module. (#176)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/redis is breaking the build 🚨

The devDependency @types/redis was updated from 2.8.10 to 2.8.11.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/redis is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of connect-redis is breaking the build 🚨

The dependency connect-redis was updated from 3.4.0 to 3.4.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

connect-redis is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).
  • βœ… coverage/coveralls: First build on greenkeeper/connect-redis-3.4.1 at 98.268% (Details).

Commits

The new version differs by 5 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tree-house is breaking the build 🚨

The dependency tree-house was updated from 3.4.1 to 3.4.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

tree-house is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v3.4.2
  • Update package lockfile e190adc
  • Merge pull request #35 from icapps/feature/server-post-hoo c4369e8
  • Return http server on post hook 810309a

v3.4.1...v3.4.2

Commits

The new version differs by 4 commits.

  • d4afda9 3.4.2
  • e190adc Update package lockfile
  • c4369e8 Merge pull request #35 from icapps/feature/server-post-hoo
  • 810309a Return http server on post hook

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/dotenv-safe is breaking the build 🚨

The devDependency @types/dotenv-safe was updated from 5.0.3 to 5.0.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/dotenv-safe is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/lodash is breaking the build 🚨

The devDependency @types/lodash was updated from 4.14.123 to 4.14.124.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/lodash is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
  • βœ… coverage/coveralls: First build on greenkeeper/@types/lodash-4.14.124 at 98.268% (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/faker is breaking the build 🚨

The devDependency @types/faker was updated from 4.1.5 to 4.1.6.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/faker is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tree-house-authentication is breaking the build 🚨

The dependency tree-house-authentication was updated from 3.1.2 to 3.1.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

tree-house-authentication is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 7 commits.

  • 0f5342b 3.1.3
  • 5ff073f Merge pull request #34 from icapps/greenkeeper/np-5.0.0
  • 91d286f chore(package): update lockfile package-lock.json
  • 752d706 chore(package): update np to version 5.0.0
  • 1160749 Merge pull request #33 from icapps/greenkeeper/express-session-1.16.0
  • 89d285e chore(package): update lockfile package-lock.json
  • 0c39ffc fix(package): update express-session to version 1.16.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of connect-redis is breaking the build 🚨

The dependency connect-redis was updated from 3.4.1 to 3.4.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

connect-redis is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 4 commits.

  • 5469fcb v3.4.2
  • 3609797 Fix compatibility issues with ioredis + Cluster
  • a2babda Bump devDependencies
  • e8744e4 Session check verbiage reduction

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of uuid is breaking the build 🚨

The dependency uuid was updated from 3.3.2 to 3.3.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

uuid is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 3 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of knex is breaking the build 🚨

The dependency knex was updated from 0.16.5 to 0.16.6.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

knex is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of jsonade is breaking the build 🚨

The dependency jsonade was updated from 1.4.0 to 1.4.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

jsonade is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v1.4.1

v1.4.0...v1.4.1

Commits

The new version differs by 2 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of jsonade is breaking the build 🚨

The dependency jsonade was updated from 1.4.1 to 1.4.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

jsonade is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v1.4.2
  • Merge pull request #18 from icapps/bugfix/allow-objects-to-be-null aef8208
  • bugfix: allow objects to be null 3ac45df
  • Merge pull request #16 from icapps/greenkeeper/np-5.0.0 46818d3
  • chore(package): update lockfile package-lock.json da0d882
  • chore(package): update np to version 5.0.0 f07a2ce
  • Merge pull request #15 from icapps/greenkeeper/initial e426332
  • docs(readme): add Greenkeeper badge 86a0459

v1.4.1...v1.4.2

Commits

The new version differs by 8 commits.

  • 04ede32 1.4.2
  • aef8208 Merge pull request #18 from icapps/bugfix/allow-objects-to-be-null
  • 3ac45df bugfix: allow objects to be null
  • 46818d3 Merge pull request #16 from icapps/greenkeeper/np-5.0.0
  • da0d882 chore(package): update lockfile package-lock.json
  • f07a2ce chore(package): update np to version 5.0.0
  • e426332 Merge pull request #15 from icapps/greenkeeper/initial
  • 86a0459 docs(readme): add Greenkeeper badge

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tree-house-errors is breaking the build 🚨

The dependency tree-house-errors was updated from 1.2.2 to 1.2.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

tree-house-errors is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v1.2.3

v1.2.2...v1.2.3

Commits

The new version differs by 2 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of lodash is breaking the build 🚨

The dependency lodash was updated from 4.17.11 to 4.17.12.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

lodash is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
  • βœ… coverage/coveralls: First build on greenkeeper/lodash-4.17.12 at 98.268% (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of ts-jest is breaking the build 🚨

The devDependency ts-jest was updated from 24.0.2 to 24.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ts-jest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.