Giter Site home page Giter Site logo

js-restful-express's Introduction

js-restful-express's People

Contributors

greenkeeper[bot] avatar greenkeeperio-bot avatar mseemann avatar zoltantarcsay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

js-restful-express's Issues

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

Version 3.0.5 of ts-node just got published.

Branch Build failing 🚨
Dependency ts-node
Current Version 3.0.4
Type devDependency

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

As ts-node is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ ci/circleci Your tests failed on CircleCI Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 7 commits.

  • c18331a 3.0.5
  • 5cf97b1 Add --inspect-brk to known flags (#343)
  • 7dfb3e3 Pin node tests at 6.x (#340)
  • 633d537 chore(package): update chai to version 4.0.1 (#337)
  • b751a56 Define exports and improve getTypeInfo help (#332)
  • d018300 Update yn default option
  • cc3bf22 Expose _ bin file for consumers to use

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

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

Version 2.0.0-beta8 of pug just got published.

Branch Build failing 🚨
Dependency pug
Current Version 2.0.0-beta7
Type devDependency

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

As pug is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ ci/circleci CircleCI is running your tests Details

  • βœ… coverage/coveralls First build on greenkeeper/pug-2.0.0-beta8 at 99.507% Details

  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Typescript errors

Hi,
Thanks for this library. I've been trying to integrate it to my personnal project, but I've got some error while launching tsc command:

node_modules/js-restful-express/src/express/registry.ts(5,27): error TS2307: Cannot find module 'winston'.
node_modules/js-restful-express/src/express/registry.ts(154,56): error TS2304: Cannot find name 'Reflect'.
node_modules/js-restful-express/src/express/registry.ts(173,26): error TS2304: Cannot find name 'Reflect'.
node_modules/js-restful-express/src/express/renderers.ts(60,13): error TS2304: Cannot find name 'Reflect'.
node_modules/js-restful-express/src/express/renderers.ts(62,28): error TS2304: Cannot find name 'Reflect'.
node_modules/js-restful/src/core/decorator-parser.ts(10,21): error TS2304: Cannot find name 'Reflect'.

I'm aware that your code is probably not the source of the problem, but if you have time to help me figure out what the problem is, that would be really appreciated. core-js is one of the dependencies, but I'm not sure of what you expect when saying 'Make sure you have a shim for es7 reflect'...

tsconfig.json used:

{
  "compilerOptions": {
    "types": [],
    "experimentalDecorators": true
  },
  "include": [
    "/**/*.ts"
  ]
}

Code in app.ts:

import * as express from 'express';
import { ExpressServiceRegistry } from 'js-restful-express/src/express/service-registry';
const app: express.Application = express();
...
// api routes
ExpressServiceRegistry.registerService(app, new PingRouter());

Code in ping.router.ts:

import { Request, Response, NextFunction } from 'express';
import { GET, Path } from 'js-restful';

@Path('/api/v1')
export class PingRouter {

  @GET()
  public getApiStatus(req: Request, res: Response, next: NextFunction) {
    res.json({
      message: 'Api working!'
    });
  }
}

Thanks a lot for your help!

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

Version 3.5.1 of @types/chai just got published.

Branch Build failing 🚨
Dependency @types/chai
Current Version 3.5.0
Type devDependency

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

As @types/chai is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ coverage/coveralls Coverage pending from Coveralls.io Details

  • βœ… ci/circleci Your tests passed on CircleCI! Details

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

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


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.