GithubHelp home page GithubHelp logo

isq's People

Contributors

greenkeeper[bot] avatar richardschneider avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

gitter-badger

isq's Issues

An in-range update of gulp-plumber is breaking the build 🚨

Version 1.2.0 of gulp-plumber was just published.

Branch Build failing 🚨
Dependency gulp-plumber
Current Version 1.1.0
Type devDependency

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

gulp-plumber 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 4 commits.

  • b91f934 1.2.0
  • c80d68e Merge pull request #54 from demurgos/issue-53
  • 310cd31 Drop dependency on deprecated gulp-util
  • ba3d6e4 improve errorHandler docs

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

Version 4.1.0 of gulp-jscs was just published.

Branch Build failing 🚨
Dependency gulp-jscs
Current Version 4.0.0
Type devDependency

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

gulp-jscs 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.

  • 16f8afe 4.1.0
  • f0c4b42 Drop dependency on deprecated gulp-util (#121)

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

Version 4.0.0 of mocha just got published.

Branch Build failing 🚨
Dependency mocha
Current Version 3.5.3
Type devDependency

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

As mocha 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 v4.0.0

4.0.0 / 2017-10-02

You might want to read this before filing a new bug! 😝

πŸ’₯ Breaking Changes

For more info, please read this article.

Compatibility

  • #3016: Drop support for unmaintained versions of Node.js (@boneskull):
    • 0.10.x
    • 0.11.x
    • 0.12.x
    • iojs (any)
    • 5.x.x
  • #2979: Drop support for non-ES5-compliant browsers (@boneskull):
    • IE7
    • IE8
    • PhantomJS 1.x
  • #2615: Drop Bower support; old versions (3.x, etc.) will remain available (@ScottFreeCode, @boneskull)

Default Behavior

  • #2879: By default, Mocha will no longer force the process to exit once all tests complete. This means any test code (or code under test) which would normally prevent node from exiting will do so when run in Mocha. Supply the --exit flag to revert to pre-v4.0.0 behavior (@ScottFreeCode, @boneskull)

Reporter Output

πŸ‘Ž Deprecations

  • #2493: The --compilers command-line option is now soft-deprecated and will emit a warning on STDERR. Read this for more info and workarounds (@ScottFreeCode, @boneskull)

πŸŽ‰ Enhancements

  • #2628: Allow override of default test suite name in XUnit reporter (@ngeor)

πŸ“– Documentation

πŸ”© Other

Commits

The new version differs by 48 commits.

  • d69bf14 Release v4.0.0
  • 171b9f9 pfix "prepublishOnly" potential portability problem
  • 60e39d9 Update link to wiki (GitHub at the leading --)
  • 804f9d5 Update link because GitHub ate the leading --
  • 3326c23 update CHANGELOG for v4.0.0 [ci skip]
  • 6dd9252 add link to wiki on --compilers deprecation
  • 96318e1 Deprecate --compilers
  • 92beda9 drop bower support
  • 58a4c6a remove unused .npmignore
  • 7af6611 kill Date#toISOString shim
  • 43501a2 reduce noise about slow tests; make a few tests faster, etc.
  • fa228e9 update --exit / --no-exit integration test for new default behavior
  • 3fdd3ff Switch default from forced exit to no-exit
  • c5d69e0 add integration tests for --exit/--no-exit
  • 3a7f8dc enhance runMochaJSON() helper by returning the subprocess instance

There are 48 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 🌴

IEC 60027-2

IEC 60027-2 defines prefixes based on powers of 2.

toString should ignore some prefixed symbols

The deca(d) and hecto(h) prefixes are not generally used by humans. toString should not use these them when determining the best symbols.

SI.Quantity('80 cm').toString().should.equal('80 cm')  // not '8 dm'

Options

Many methods (especially parse and toString) accept options. All options should be in config.options to make it easier to globally change an optional.

Add 2.2 Table 4 special symbols.

Table 4. Examples of SI coherent derived units whose names and symbols include SI coherent derived units with special names and symbols.

These symbols, such as Pa s, are mainly included for formatting.

 SI.Quantity('m⁻¹ kg s⁻¹').toString().should.equal('1 Pa s')

An in-range update of deep-equal is breaking the build 🚨

The dependency deep-equal was updated from 1.0.1 to 1.1.0.

🚨 View failing branch.

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

deep-equal 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 22 commits.

  • 6099799 v1.1.0
  • 0c25e94 [Tests] make a tape helper, to easily compare loose/strict, and (a,b)/(b,a) arg order
  • 3fffed9 [Tests] clean up/flesh out test cases
  • cbbef21 [Tests] clean up redundant test
  • 410e2d6 [Refactor] objEquiv: bail early if typeofs are different
  • 0c5b21a [Fix] use is-date-object to properly detect cross-realm Dates
  • de4e75c [Fix] ensure Buffer + non-Buffer comparison order does not matter
  • 5b3bf31 [Refactor] move Date and RegExp tests into objEquiv
  • 558eecf [Tests] add array/object tests
  • ed266e8 [Tests] add tests for Object.create(null)
  • b8c179c [Fix] properly compare RegExp objects
  • 6a5efc1 [Refactor] there is no need to do further compareation when two types are not equal
  • 28fde4a [Fix] use object-is to support NaN and -0 properly
  • 7000403 [meta] fix license text so GitHub can detect it
  • bc37498 test: Fails simple array tests on IE < 9 #10

There are 22 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 commander is breaking the build 🚨

Version 2.12.0 of commander was just published.

Branch Build failing 🚨
Dependency commander
Current Version 2.11.0
Type dependency

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

commander 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 v2.12.0
  • add attributeName() method to Option objects
  • Documentation updated for options with --no prefix
  • typings: outputHelp takes a string as the first parameter
  • typings: use overloads
  • feat(typings): update to match js api
  • Print default value in option help
  • Fix translation error
  • Fail when using same command and alias (#491)
  • feat(typings): add help callback
  • fix bug when description is add after command with options (#662)
  • Format js code
  • Rename History.md to CHANGELOG.md (#668)
  • feat(typings): add typings to support TypeScript (#646)
  • use current node
Commits

The new version differs by 15 commits.

  • 7e22f38 version bump 2.12.0
  • 0060dde add attributeName() method to Option objects
  • d359b75 Documentation updated for options with --no prefix
  • 0ae8353 typings: outputHelp takes a string as the first parameter
  • c5511a2 typings: use overloads
  • 7a122e7 feat(typings): update to match js api
  • d9abf56 Print default value in option help
  • b92a7c6 Fix translation error
  • 2f07e29 Fail when using same command and alias (#491)
  • df86179 feat(typings): add help callback
  • 5c74431 fix bug when description is add after command with options (#662)
  • df3b529 Format js code
  • f249c85 Rename History.md to CHANGELOG.md (#668)
  • 66dfb8c feat(typings): add typings to support TypeScript (#646)
  • 90b7fef use current node

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 🌴

Automated releases

After a successful CI, a new beta minor version should be released to NPM.

An in-range update of gulp-load-plugins is breaking the build 🚨

The devDependency gulp-load-plugins was updated from 1.5.0 to 1.6.0.

🚨 View failing branch.

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

gulp-load-plugins 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 4 commits.

  • 2e24542 1.6.0
  • d979a96 bump mocha to fix security issue
  • 595ab83 Bump packages on vulnerability paths (#138)
  • 174cd3b Fix ESLint error (#133)

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 🌴

command line

An ISQ command line that displays the result (quantity) of the expression and optionally converts to another unit.

Should this be a separate project?

An in-range update of gulp-jshint is breaking the build 🚨

Version 2.1.0 of gulp-jshint was just published.

Branch Build failing 🚨
Dependency gulp-jshint
Current Version 2.0.4
Type devDependency

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

gulp-jshint 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 6 commits.

  • 32a25b0 2.1.0
  • 2c57c9f Merge pull request #157 from spalger/remove-gulp-util
  • 5f621f8 vinyl is only used in testing
  • 5eaabdd add yarn.lock file for dev
  • 154180d [gulp-util/PluginError] use plugin-error directly
  • 357ab98 [gulp-util/File] use Vinyl directly

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 🌴

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.