Giter Site home page Giter Site logo

riff-js's People

Contributors

greenkeeper[bot] avatar kevzettler avatar srveit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kevzettler

riff-js's Issues

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/appveyor/branch: AppVeyor build failed (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 🌴

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

Version 2.9.0 of jasmine was just published.

Branch Build failing 🚨
Dependency jasmine
Current Version 2.8.0
Type devDependency

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

jasmine 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
  • ❌ bitHound - Dependencies 1 failing dependency. Details
  • ❌ bitHound - Code 11 failing files. Details
  • ❌ continuous-integration/appveyor/branch AppVeyor build failed Details

Release Notes 2.9.0

Please see the release notes

Commits

The new version differs by 3 commits.

  • 9cda3c3 Version bump to 2.9.0
  • c3271d2 Use the correct addMatchers interface from core
  • e0c9d2b Updated docs URL in README

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

Version 1.2.1 of gulp-jsonlint was just published.

Branch Build failing 🚨
Dependency gulp-jsonlint
Current Version 1.2.0
Type devDependency

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

gulp-jsonlint 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
  • ❌ bitHound - Code null Details
  • ❌ bitHound - Dependencies null Details
  • ❌ continuous-integration/appveyor/branch AppVeyor build failed Details

Commits

The new version differs by 18 commits.

  • c997a42 1.2.1
  • 2fdfdff doc: remove gulp-util from the docs
  • d6f4fea Merge pull request #65 from rogeriopvl/64-remove-gulp-util-dependency
  • e91a8b4 refactor: remove gulp-util dependency
  • fb3a5da chore: add package-lock
  • 2b96827 Merge pull request #63 from rogeriopvl/improve-node-versions-on-travis
  • 79031c3 chore: add package-lock file and update deps
  • 7b007bb chore: specify better node versions on travis
  • 1e51fdc Merge pull request #61 from rogeriopvl/greenkeeper-mocha-3.4.1
  • 9a9b0ba chore(package): update mocha to version 3.4.1
  • 89893e1 Merge pull request #59 from rogeriopvl/greenkeeper-mocha-3.3.0
  • 2c399a9 chore(package): update mocha to version 3.3.0
  • 69f1ea1 Merge pull request #58 from rogeriopvl/greenkeeper-should-11.2.1
  • 9215391 chore(package): update should to version 11.2.1
  • f3cd5c8 Merge pull request #56 from rogeriopvl/greenkeeper-should-11.2.0

There are 18 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 gulp-istanbul is breaking the build 🚨

Version 1.1.3 of gulp-istanbul was just published.

Branch Build failing 🚨
Dependency gulp-istanbul
Current Version 1.1.2
Type devDependency

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

gulp-istanbul 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/appveyor/branch Waiting for AppVeyor build to complete Details
  • ❌ bitHound - Dependencies 1 failing dependency. Details
  • ❌ bitHound - Code 11 failing files. Details

Release Notes v1.1.3

Fix deprecated gulp-utils usage

Commits

The new version differs by 3 commits.

  • 6ea01ce 1.1.3
  • 7b74390 replaced deprecated gulp-util and fixed broken test (#129)
  • 1e3adcb chore(package): update mocha to version 4.0.0 (#126)

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 🌴

Missing lodash dependency

kev@Kevs-MBP magica-voxel-parser $ node index.js
module.js:471
    throw err;
    ^

Error: Cannot find module 'lodash'
    at Function.Module._resolveFilename (module.js:469:15)
    at Function.Module._load (module.js:417:25)
    at Module.require (module.js:497:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Users/kev/code/magica-voxel-parser/node_modules/riff-parser/riff/fmtChunk.js:6:14)

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

Version 4.17.5 of lodash was just published.

Branch Build failing 🚨
Dependency lodash
Current Version 4.17.4
Type dependency

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/appveyor/branch AppVeyor build failed Details
  • ❌ bitHound - Code 11 failing files. Details
  • ❌ bitHound - Dependencies 1 failing dependency. 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 jsdoc is breaking the build 🚨

The devDependency jsdoc was updated from 3.5.5 to 3.6.0.

🚨 View failing branch.

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

jsdoc 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/appveyor/branch: AppVeyor build failed (Details).

Commits

The new version differs by 105 commits ahead by 105, behind by 58.

  • 2099e72 3.6.0
  • d45c5b8 Add 3.6.0 changelog.
  • b8012f4 Update dependencies, plus the URLs for the GitHub repos and docs.
  • 10c004f update docs with new template (#1604)
  • aa0b6c1 switch to new-ish ECMAScript syntax
  • 1546d40 update ESLint config
  • 27f9a33 migrate from babylon to @babel/parser
  • d310908 Update ajv to the latest version πŸš€ (#1599)
  • ccb70aa only run CI with Node.js versions that actually exist
  • 2d3b55b migrate from markdown-it-named-headers to markdown-it-anchor (#1481)
  • 7b304d8 update dependencies and supported Node.js versions
  • b214273 3.5.5 changelog
  • 932c357 Prefer copyFileSync from here over native (#1440)
  • 8e2f868 upgrade Babylon
  • 96f8875 fix test breakage

There are 105 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 gulp-shell is breaking the build 🚨

Version 0.6.4 of gulp-shell was just published.

Branch Build failing 🚨
Dependency gulp-shell
Current Version 0.6.3
Type devDependency

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

gulp-shell 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
  • ❌ bitHound - Dependencies null Details
  • ❌ bitHound - Code null Details
  • ❌ continuous-integration/appveyor/branch AppVeyor 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 jshint is breaking the build 🚨

Version 2.9.6 of jshint was just published.

Branch Build failing 🚨
Dependency jshint
Current Version 2.9.5
Type devDependency

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

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/appveyor/branch: AppVeyor build failed (Details).

Release Notes JSHint 2.9.6

2.9.6 (2018-07-30)

Bug Fixes

  • Add missing global objects for browser env (badc7a4)
  • Add other Fetch spec globals (07bb596), closes #2582
  • Allow closing over immutable bindings (7091685)
  • Allow computed method names in obj literal (a5ff715)
  • Allow empty export and trailing comma (631327e), closes #2567
  • Avoid infinite loop on invalid for stmt (56a4379)
  • Consistently ignore dot-prefixed dirs (8d4317e)
  • Correct impl of built-in bindings (a11d631)
  • Correct interpretation of whitespace (dd06eea)
  • Correct location of reported error (1c434a3)
  • Correct location reported for W043 (1d04868)
  • Correct reporting of var name in list comprehensions (0ff6644)
  • Correct restriction on function name (55aa54e)
  • Correct spelling of Uint8ClampedArray (8df4a32)
  • Create block scope for switch statements (aa2be10)
  • Disallow default values in rest parameters (b420aed)
  • Do not create binding for illegal syntax (9fe8c94)
  • Do not warn about non-ambiguous linebreaks (ab3ab85)
  • Fix "is is" message typos (7993101)
  • Preserve functionality in "legacy" Node.js (2f6ac13)
  • recognize Jasmine global spyOnProperty (827237f), closes #3183
  • Relax restriction on asgnmnt to arguments (0a66710)
  • Remove warning W100 (ff71d3c)
  • Report error for duplicate arrow params (506c7d5)
  • Report error for redeclared generator fns (8896fa3)
  • Restrict "name" of strict mode functions (a554c89)
  • Restrict super usage to valid forms (8f3f880)
  • Restrict IdentifierNames in ES5 code (5995a9f)
  • Tolerate division following closing brace (3aa02db)
  • Tolerate RegExp as void operand (3f920b5)
  • Tolerate whitespace in inline directives (efeb0f8)

Features

  • List outer scoped variables of W083 (d03662c), closes #3211
Commits

The new version differs by 113 commits.

  • d5c1a00 v2.9.6
  • ab3ab85 [[FIX]] Do not warn about non-ambiguous linebreaks
  • eaca85b [[CHORE]] Improve test coverage for ASI warning
  • 0a66710 [[FIX]] Relax restriction on asgnmnt to arguments
  • 3aa02db [[FIX]] Tolerate division following closing brace
  • 55aa54e [[FIX]] Correct restriction on function name
  • ff71d3c [[FIX]] Remove warning W100
  • bcb3b23 [[CHORE]] Complete Lodash update (#3283)
  • 030713d [[DOCS]] Introduce administration e-mail address
  • 7993101 [[FIX]] Fix "is is" message typos
  • 578575d Merge pull request #3254 from mathiasbynens/unicode-10
  • d763e70 Use old Unicode version for ES5 identifiers
  • 77414e8 Update to Unicode v11
  • 5995a9f [[FIX]] Restrict IdentifierNames in ES5 code
  • f2ce8fe [[TEST]] Add regression test

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

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.