Giter Site home page Giter Site logo

sumanjs / suman Goto Github PK

View Code? Open in Web Editor NEW
62.0 10.0 8.0 10.65 MB

πŸŒ‡ πŸŒ† πŸŒ‰ Advanced, user-friendly, language-agnostic, super-high-performance test runner. http://sumanjs.org

License: MIT License

JavaScript 73.47% Shell 2.30% Go 0.01% TypeScript 23.71% Java 0.04% Perl 0.01% HTML 0.33% Python 0.01% Dockerfile 0.13%
suman parallel mocha-tests tape nodejs docker testing testing-tools ci-cd mocha

suman's Introduction

suman's People

Contributors

greenkeeper[bot] avatar oresoftware 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

suman's Issues

Suman uncaught exception: Cannot find module 'suman-utils/utils'

Hey there,
I really like the idea behind the lib.
I decided to try and convert our current mocha tests to suman but immediately ran into error using suman.

mkdir bla
cd bla
npm install -g suman
suman --init

 => Suman uncaught exception =>
 Error: Cannot find module 'suman-utils/utils'
    at Function.Module._resolveFilename (module.js:325:15)
    at Function.Module._load (module.js:276:25)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (/Users/____/.nvm/versions/node/v4.4.5/lib/node_modules/suman/lib/utils.js:1:80)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)

i'm using nvm and i tried on both node v4.4.5 and v6.2.2

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

Version 7.0.14 of @types/node just got published.

Branch Build failing 🚨
Dependency @types/node
Current Version 7.0.13
Type devDependency

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

As @types/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 - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/sumanjs/suman/builds/226104717)

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 systemjs-builder is breaking the build 🚨

Version 0.16.8 of systemjs-builder just got published.

Branch Build failing 🚨
Dependency systemjs-builder
Current Version 0.16.7
Type devDependency

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

As systemjs-builder 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
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes SystemJS Builder 0.16.8

First-stage dynamic import support.

Commits

The new version differs by 2 commits.

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 @types/node is breaking the build 🚨

Version 7.0.13 of @types/node just got published.

Branch Build failing 🚨
Dependency @types/node
Current Version 7.0.12
Type devDependency

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

As @types/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
  • ❌ 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 🌴

You may to try `function-arguments` instead of using `parse-function`

Hi!
I've just created http://npm.im/function-arguments that also supports ES2015 - generator functions, regular functions and arrow functions. And because i review you project I seen that you just use .args property from parse-function, so you can replace it with the other package.
This will also give performance bump, because not using acorn. And really acorn is not needed for arguments - http://npm.im/orientjs and http://npm.im/karma-server-side are good example when you need parse-function.

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

Version 0.9.43 of @types/core-js just got published.

Branch Build failing 🚨
Dependency @types/core-js
Current Version 0.9.42
Type devDependency

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

As @types/core-js 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
  • ❌ 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 🌴

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

Version 2.4.0 of webpack just got published.

Branch Build failing 🚨
Dependency webpack
Current Version 2.3.3
Type devDependency

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

As webpack 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
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Release Notes v2.4.0

Highlighted Features:

import() now allows to configure a chunk name

import(/* webpackChunkName: "my-chunk-name" */ "module")

require.ensure has a error callback

require.ensure([], () => {
    require("a");
}, err => {
    console.error("We failed to load chunk: " + err);
}, "chunk-name");

Features:

  • update to acorn 5
  • resolve context is provided to resolver
  • add warningsFilter to stats options to filter warnings
  • add __webpack_chunkname__ to ExtendedAPIPlugin
  • support string chunk ids
  • add NamedChunksPlugin which allows to set chunk id, i. e. to chunk name
  • allow to provided different watch options for multiple compilations
  • add error handler callback to require.ensure
  • add chunk name option for import()

Bugfixes:

  • main flag for HMR is set correctly
  • ignored modules are now context-agnositic
  • recorded paths are now platform-agnositic
  • fix for local AMD modules which wrap commonjs
  • erros now print more detailed message when logged
  • fix missing SourceMaps for non-entry chunks after rebuild
  • variables now hoist in scope
Commits

The new version differs by 252 commits .

  • 0cbd8fd 2.4.0
  • ab22702 Merge pull request #4507 from ts-webpack/refactor/clean-code
  • e787452 Merge pull request #4700 from webpack/bug/future-var-declaration
  • 98153f5 Merge pull request #4706 from webpack/test/parser-coverage
  • 52f2daf add test cases and fix a bug
  • e4b8833 improve code coverage
  • 3afe67d add parser prewalking to capture scope
  • 0990915 spacing
  • d8a8bd3 deprecate string option instead of removing it
  • dbc40e8 Merge pull request #4698 from simon04/examples-source-map
  • 0ef0581 Add example demonstrating all source-map variants
  • a822784 Merge pull request #4696 from webpack/bugfix/parser-refactoring
  • ba3688a fixes misstake while es6 refactoring, add support for other variable declarations
  • 07f6281 fix: typos and variables/function misuse
  • 52055ba refactor: dead code elimination

There are 250 commits in total. 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 @types/chai is breaking the build 🚨

Version 4.0.2 of @types/chai just got published.

Branch Build failing 🚨
Dependency @types/chai
Current Version 4.0.1
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
  • ❌ 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 🌴

An in-range update of socket.io is breaking the build 🚨

Version 1.7.4 of socket.io just got published.

Branch Build failing 🚨
Dependency socket.io
Current Version 1.7.3
Type dependency

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

socket.io is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ

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

Release Notes 1.7.4
  • [chore]Β Bump engine.io to version 1.8.4
Commits

The new version differs by 4 commits ahead by 4, behind by 2.

  • 0abbd4d [chore] Release 1.7.4
  • c89ccd9 [chore] Bump engine.io to version 1.8.4
  • a646044 [chore] Release 1.7.3
  • 751a6fc [chore] Bump engine.io to version 1.8.3

false

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 v8flags is breaking the build 🚨

Version 2.1.0 of v8flags just got published.

Branch Build failing 🚨
Dependency v8flags
Current Version 2.0.12
Type dependency

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

As v8flags is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ


Status 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 🌴

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

Version 2.5.0 of webpack just got published.

Branch Build failing 🚨
Dependency webpack
Current Version 2.4.1
Type devDependency

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

As webpack 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 - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/sumanjs/suman/builds/228682156?utm_source=github_status&utm_medium=notification)

Release Notes v2.5.0

Bugfixes:

  • add hashSalt to schema
  • webpack's source code no longer contains sourceMappingURL, which caused issues with some tools
  • Added missing semicolon in dll-imported modules
  • DllPlugin manifest is smaller (not pretty printed)
  • CommonsChunkPlugin in async mode doesn't extract from initial chunks

Features:

  • allow placeholders in the BannerPlugin
  • add option to disable the module trace in stats
Commits

The new version differs by 81 commits0.

  • bf3652b 2.5.0
  • cd1cd29 Merge pull request #4815 from webpack/bugfix/extract-async-initial
  • b45588b CommonsChunkPlugin in async mode doesn't select initial chunks
  • 8bab88c Merge pull request #4814 from webpack/test/move-entry
  • a244879 add testcase for moving entry modules into the commons chunk
  • 85dc98f Merge pull request #4813 from JLHwung/perf/date-now
  • 6afc397 perf: use Date.now() instead of new Date().getTime()
  • 94d0641 perf: use Date.now() instead of +new Date()
  • c91ba49 Merge pull request #4791 from deificx/master
  • 94ba75f Merge pull request #4794 from ndresx/disable-manifest-json-pretty-print
  • 84ea1ff added error to stats.moduleTrace test name to trigger test cases corretly
  • 8ad4386 test cases for stats.moduleTrace option
  • 958156a moduleTrace added to webpackOptionsSchema.json
  • de87f93 Disable manifest.json pretty print
  • 4131013 rename stats.stackTrace to stats.moduleTrace

There are 81 commits in total.

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 🌴

json schemas + typescript

https://www.quora.com/Is-there-a-way-to-type-check-JSON-with-TypeScript/answer/Tim-Mensch?srid=Xt2o

Yes, I'm doing exactly that in one of my projects.
What you're looking for is called a JSON schema. I've been using this library to generate the schema as a build step:

YousefED/typescript-json-schema (https://github.com/YousefED/typescript-json-schema)

Then as another build step I validate the JSON with tv4:
geraintluff/tv4 (https://github.com/geraintluff/tv4)

More specifically, I use gulp to build and validate everything. Since all of that logic is in one file in my code, and I don't mind sharing it, I've stuck it into a gist here:

Validation of JSON based on a TypeScript declaration (https://gist.github.com/TimMensch/45df32352b9d32353ab8b5912362632b)

In the main gulpfile, I require the above and use it like:
generateAndValidate("actors-lint", "ActorSpecArray", paths.actors);

Where β€œactors-lint” is the name of the gulp task to create, β€œActorSpecArray” is the name of the type, and paths.actors is a wildcard of the JSON files to validate.

Let me know if this seems useful and I can cram it into an npm package.

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

Version 2.0.44 of @types/async was just published.

Branch Build failing 🚨
Dependency @types/async
Current Version 2.0.43
Type devDependency

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

@types/async 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 require-from-string is breaking the build 🚨

Version 1.2.1 of require-from-string just got published.

Branch Build failing 🚨
Dependency require-from-string
Current Version 1.2.0
Type dependency

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

require-from-string is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ

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

Commits

The new version differs by 3 commits.

  • b81e995 1.2.1
  • 8561059 Merge pull request #6 from 60frames/module
  • 80783b2 Require 'module' instead of referencing constructor

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 tap-parser is breaking the build 🚨

Version 5.4.0 of tap-parser just got published.

Branch Build failing 🚨
Dependency tap-parser
Current Version 5.3.3
Type dependency

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

tap-parser is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ

Status 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 🌴

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

Version 2.6.2 of rimraf just got published.

Branch Build failing 🚨
Dependency rimraf
Current Version 2.6.1
Type dependency

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

rimraf is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ

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

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 @types/lodash is breaking the build 🚨

Version 4.14.63 of @types/lodash just got published.

Branch Build failing 🚨
Dependency @types/lodash
Current Version 4.14.62
Type devDependency

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

As @types/lodash 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 - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/sumanjs/suman/builds/224406809)

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 async is breaking the build 🚨

Version 2.4.1 of async just got published.

Branch Build failing 🚨
Dependency async
Current Version 2.4.0
Type dependency

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

async is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ

Status 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 🌴

An in-range update of babel-polyfill is breaking the build 🚨

Version 6.26.0 of babel-polyfill just got published.

Branch Build failing 🚨
Dependency babel-polyfill
Current Version 6.23.0
Type devDependency

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

As babel-polyfill 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
  • ❌ 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 🌴

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

Version 5.3.1 of rxjs just got published.

Branch Build failing 🚨
Dependency rxjs
Current Version 5.3.0
Type devDependency

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

As rxjs 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 - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/sumanjs/suman/builds/228108131?utm_source=github_status&utm_medium=notification)

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 sqlite3 is breaking the build 🚨

Version 3.1.10 of sqlite3 just got published.

Branch Build failing 🚨
Dependency sqlite3
Current Version 3.1.9
Type dependency

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

sqlite3 is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ

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

Commits

The new version differs by 7 commits.

  • 68c65f3 bump to 3.1.10 [publish binary]
  • 98a79b8 add back branches [publish binary]
  • 748119a [publish binary]
  • 515f650 Drop node v0.12 support, upgrade nan to latest
  • 68c5666 bump to v3.1.10-alpha [publish binary]
  • 5d2e111 avoid #861 from happening again by adding to npmignores
  • 34e1a40 prepublish is deprecated in npm@5

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 @types/async is breaking the build 🚨

Version 2.0.41 of @types/async just got published.

Branch Build failing 🚨
Dependency @types/async
Current Version 2.0.40
Type devDependency

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

As @types/async 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
  • ❌ 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 🌴

An in-range update of @types/socket.io is breaking the build 🚨

Version 1.4.30 of @types/socket.io just got published.

Branch Build failing 🚨
Dependency @types/socket.io
Current Version 1.4.29
Type devDependency

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

As @types/socket.io 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
  • ❌ 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 🌴

suman-reporters => ansi-styles => color-convert

Error: Cannot find module 'color-convert'
    at Function.Module._resolveFilename (module.js:485:15)
    at Function.Module._load (module.js:437:25)
    at Module.require (module.js:513:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/home/oleg/WebstormProjects/oresoftware/sumanjs/suman-reporters/node_modules/ansi-styles/index.js:2:22)
    at Module._compile (module.js:569:30)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:503:32)
    at tryModuleLoad (module.js:466:12)
    at Function.Module._load (module.js:458:3) 

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

Version 3.5.1 of bluebird just got published.

Branch Build failing 🚨
Dependency bluebird
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 bluebird 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
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v3.5.1

Bugfixes:

  • Fix false positive unhandled rejection when using async await (#1404)
  • Fix false positive when reporting error as non-error (#990)
Commits

The new version differs by 26 commits.

  • dcfa52b Release v3.5.1
  • 48c8591 Fixes #1404
  • 3c93a91 Revert "Update default.html"
  • 5155a7b Merge pull request #1463 from gabegorelick/isError
  • 3f7ccf4 Better error check
  • f8f4a01 Merge pull request #1462 from themez/patch-1
  • 18891c9 Fix title style
  • b2b14c2 Update default.html
  • a61aa1c tiny grammar change (#1457)
  • 2c9f7a4 Update tap.md (#1438)
  • 3a7fcbb fixes markdow headers (#1437)
  • e889c0d Correct a tiny tiny typo (#1431)
  • e03f12c improve .all() docs (#1436)
  • 4f90934 Updated links (#1420)
  • 3d2e57f Add Node.js 7+8 to Travis build matrix (#1412)

There are 26 commits in total.

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 chai is breaking the build 🚨

Version 4.1.1 of chai just got published.

Branch Build failing 🚨
Dependency chai
Current Version 4.1.0
Type dependency

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

chai is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ

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

Release Notes 4.1.1 / 2017-08-05

This release includes a few bug and documentation fixes.

Bug Fixes

Docs

Commits

The new version differs by 10 commits.

  • 02ddebd Merge pull request #1019 from meeber/release-4.1.1
  • ac48db3 [email protected]
  • d2e9599 Merge pull request #1016 from chaijs/fix-reindent-code-1014
  • 92d2cca docs: re-indent hasAnyKeys code
  • b625497 Merge pull request #1012 from meeber/fix-include-types
  • 8fa24f2 Merge pull request #1014 from zenHeart/fix-hasAnyKeys-comment
  • 113a5b8 fix: correct hasAnyKeys comment error
  • c01cf30 fix: .include to work with all objects
  • 1847ef8 Merge pull request #1008 from meeber/fix-ie11-instanceof
  • c107abb fix: .instanceof to allow DOM interfaces in IE11

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 @types/lodash is breaking the build 🚨

Version 4.14.64 of @types/lodash just got published.

Branch Build failing 🚨
Dependency @types/lodash
Current Version 4.14.63
Type devDependency

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

As @types/lodash 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
  • ❌ 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 🌴

An in-range update of @types/socket.io is breaking the build 🚨

Version 1.4.31 of @types/socket.io just got published.

Branch Build failing 🚨
Dependency @types/socket.io
Current Version 1.4.30
Type devDependency

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

As @types/socket.io 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
  • ❌ 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 🌴

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

Version 4.0.3 of replacestream just got published.

Branch Build failing 🚨
Dependency replacestream
Current Version 4.0.2
Type dependency

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

replacestream is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ

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

Commits

The new version differs by 5 commits.

  • 8517483 4.0.3
  • 838e2a4 Fixed incorrect tail handling caused by missing .length (#30)
  • c43b1e7 run CI with more modern Node.js
  • 8e2831e update devDependencies
  • 9ceb058 add martin as a contributor update package.json with latest version

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 @types/socket.io-client is breaking the build 🚨

Version 1.4.30 of @types/socket.io-client just got published.

Branch Build failing 🚨
Dependency @types/socket.io-client
Current Version 1.4.29
Type devDependency

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

As @types/socket.io-client 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
  • ❌ 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 🌴

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

Version 5.4.0 of semver just got published.

Branch Build failing 🚨
Dependency semver
Current Version 5.3.0
Type dependency

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

semver is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ

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

Commits

The new version differs by 16 commits.

  • e1c49c8 v5.4.0
  • 3ebc11d more test coverage
  • 5b30513 speed up tests a lot, add coverage
  • e1668ce add top level intersects function
  • 6cb2bcb intersection: use semver.version, not semver.raw
  • 4bacbfa Make exposed apis more clear
  • 8b86a26 Reduce line length and remove unused platform parameter
  • 99f133e Add range and comparator intersection docs to README
  • afbe8ca Move methods to comparator and range
  • 67c9ed7 Add support for range and comparators comparison
  • caeeac4 remove 0.x from Travis, cache npm stuff, use containers
  • bdda1a4 Add Node.js 8 to .travis.yml
  • 8fff305 Add node 6 to travis
  • aaba710 Added syntax highlighting to readme example
  • 32802c5 minimize heap allocations for maxSatisfying/minSatisfying

There are 16 commits in total.

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 systemjs-builder is breaking the build 🚨

Version 0.16.5 of systemjs-builder just got published.

Branch Build failing 🚨
Dependency systemjs-builder
Current Version 0.16.4
Type devDependency

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

As systemjs-builder 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
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes SystemJS Builder 0.16.5

Features

Bug fixes

  • Fixes an invalid encodeNames options check (de2f05b)
Commits

The new version differs by 12 commits.

  • 5e84be0 0.16.5
  • 5954637 update sfx template
  • 4cd3696 upgrade transformers for ensuring non-duplicate esModule detection
  • 4240719 revert uglify
  • 3eaf589 pass through esModule meta option to compiler
  • 802ab43 es-module build support
  • bd48287 tmp disable node 4 build
  • 219d7d1 update to new default interop
  • dfbb3c4 Merge pull request #798 from papandreou/fix/encodeNamesCheck
  • de2f05b Fix bad defaults.encodeNames check.
  • 28cefe0 Merge pull request #789 from thatJavaNerd/patch-1
  • af26fda Fix markdown link to documentation

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 async is breaking the build 🚨

Version 2.4.0 of async just got published.

Branch Build failing 🚨
Dependency async
Current Version 2.3.0
Type dependency

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

async is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/sumanjs/suman/builds/227250904?utm_source=github_status&utm_medium=notification)

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 systemjs-builder is breaking the build 🚨

Version 0.16.9 of systemjs-builder just got published.

Branch Build failing 🚨
Dependency systemjs-builder
Current Version 0.16.8
Type devDependency

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

As systemjs-builder 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
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes SystemJS Builder 0.16.9

__useDefault fixes corresponding to SystemJS 0.20.14

Commits

The new version differs by 2 commits.

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 @types/node is breaking the build 🚨

Version 7.0.17 of @types/node just got published.

Branch Build failing 🚨
Dependency @types/node
Current Version 7.0.16
Type devDependency

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

As @types/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
  • ❌ 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 🌴

An in-range update of @types/socket.io-client is breaking the build 🚨

Version 1.4.31 of @types/socket.io-client was just published.

Branch Build failing 🚨
Dependency @types/socket.io-client
Current Version 1.4.30
Type devDependency

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

@types/socket.io-client 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 socket.io-client is breaking the build 🚨

Version 1.7.4 of socket.io-client just got published.

Branch Build failing 🚨
Dependency socket.io-client
Current Version 1.7.3
Type dependency

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

socket.io-client is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ

Status 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 🌴

superclass vs subclass with TS

Imagine I have this simple scenario:

export class A {

  constructor(){

  }

  foo() : A {
    return this;
  }
}

export class B extends A {

  constructor(){

  }

  bar() : B {
    return this;
  }
}

if I do this:

new B().foo().bar()

I will get a TypeError saying that bar() is not a function. Is the only way to do this, to override the method in the superclass? Must I do this?

   export class B extends A {
    
      constructor(){
    
      }

      foo(): B {   // override foo so it returns B
        return this;
      }
    
      bar() : B {
        return this;
      }
    }

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.