Giter Site home page Giter Site logo

midi-json-parser's Introduction

midi-json-parser

This module is parsing midi files into a human-readable JSON object.

version

This module parses a binary MIDI file and turns it into a JSON representation. This JSON representation can then for example be used to pass it on to the midi-player. It can also be encoded again as a binary MIDI file using the json-midi-encoder.

Usage

This module is available on npm and can be installed by running the following command:

npm install midi-json-parser

Once the module is installed you can use its one and only function as shown in the example below:

import { parseArrayBuffer } from 'midi-json-parser';

// Let's assume there is an ArrayBuffer called arrayBuffer which contains the binary content of a
// MIDI file.

parseArrayBuffer(arrayBuffer).then((json) => {
    // json is the JSON representation of the MIDI file.
});

In case you are comfortable with TypeScript, this is the interface which describes the JSON representation:

interface IMidiFile {
    division: number;

    format: number;

    tracks: TMidiEvent[][];
}

The type TMidiEvent is a union of all possible MIDI events. Here is the complete list of all MIDI events this module can handle:

Acknowledgement

Developing this module wouldn't have been possible without all the great resources out there. The following list tries to mention a few of them:

midi-json-parser's People

Contributors

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

midi-json-parser's Issues

An in-range update of midi-json-parser-worker is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.0.15 of midi-json-parser-worker was just published.

Branch Build failing 🚨
Dependency midi-json-parser-worker
Current Version 4.0.14
Type dependency

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

midi-json-parser-worker 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 14 commits.

  • 232f67e 4.0.15
  • 537697e build(config): update Travis configuration
  • ec54be6 fix(package): update worker-factory to version 2.2.6
  • 55786b7 fix(package): update typescript to version 2.8.1
  • 6af6004 build(config): update Travis configuration
  • 7fbff86 fix(package): update webpack to version 4.3.0
  • 1f1e79c fix(package): update tslint-config-holy-grail to version 23.0.4
  • fece6f5 fix(package): update sinon to version 4.4.9
  • 873f30f build(config): update Travis configuration
  • 898cd4f test: fix typo in comment
  • 7162956 build(config): update Travis configuration
  • 69f5ac7 fix(package): update tsconfig-holy-grail to version 4.0.2
  • e6e9f93 fix(package): update mocha to version 5.0.5
  • 193e5b1 fix(package): update eslint to version 4.19.1

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 midi-json-parser-broker is breaking the build 🚨

Version 2.0.50 of midi-json-parser-broker was just published.

Branch Build failing 🚨
Dependency [midi-json-parser-broker](https://github.com/chrisguttandin/midi-json-parser-broker)
Current Version 2.0.49
Type dependency

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

midi-json-parser-broker 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 4 commits.

  • 5253c8d 2.0.50
  • 8082b39 fix(package): update rollup to version 0.61.0
  • 5c5d727 fix(package): update midi-json-parser-worker to version 4.0.32
  • 3cc8bc4 fix(package): update broker-factory to version 1.2.31

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

Version 7.0.1 of tslint-config-holy-grail just got published.

Branch Build failing 🚨
Dependency tslint-config-holy-grail
Current Version 7.0.0
Type devDependency

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

As tslint-config-holy-grail 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
Commits

The new version differs by 12 commits .

  • b5fdc9a 7.0.1
  • 1614950 update peer dependencies
  • cc6f88b relax @angular version range
  • b9f34a3 relax @angular version range
  • b4040db resolve conflicts
  • e21bc1b Merge pull request #28 from chrisguttandin/greenkeeper/@angular/compiler-4.0.0
  • 380aa49 fix(package): update @angular/compiler to version 4.0.0
  • ec83345 fix(package): update @angular/core to version 4.0.0
  • 7763d07 Merge pull request #26 from chrisguttandin/greenkeeper/eslint-config-holy-grail-17.0.0
  • efcaf57 chore(package): update eslint-config-holy-grail to version 17.0.0
  • de26051 Merge pull request #25 from chrisguttandin/greenkeeper/zone.js-0.8.0
  • e803f50 fix(package): update zone.js to version 0.8.0

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

Version 0.54.1 of rollup was just published.

Branch Build failing 🚨
Dependency rollup
Current Version 0.54.0
Type devDependency

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

rollup 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

Commits

The new version differs by 4 commits.

  • 4bd7a0a 0.54.1
  • 77e3b44 Update changelog
  • 74de841 Merge pull request #1871 from KingHenne/more-ts-fixes
  • b413df4 Fix two more ts compiler errors based on emitted d.ts files

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 midi-json-parser-worker is breaking the build 🚨

The dependency midi-json-parser-worker was updated from 6.0.3 to 6.0.4.

🚨 View failing branch.

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

midi-json-parser-worker 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 4 commits.

  • 5abbe89 6.0.4
  • 0d3d4e8 fix(package): update worker-factory to version 4.1.3
  • eb499c4 fix(package): update tslint-config-holy-grail to version 38.0.2
  • 3c2a099 fix(package): update webpack to version 4.26.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 midi-json-parser-broker is breaking the build 🚨

The dependency midi-json-parser-broker was updated from 2.1.2 to 2.1.3.

🚨 View failing branch.

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

midi-json-parser-broker 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 15 commits.

  • a712ab5 2.1.3
  • e659dc1 fix(package): update midi-json-parser-worker to version 6.0.1
  • 28c7ab2 fix(package): update tslint-config-holy-grail to version 36.0.2
  • 5b1a668 fix(package): update tslint-config-holy-grail to version 36.0.1
  • cb059af fix(package): update husky to version 1.1.1
  • 46237a9 fix(package): update @commitlint/cli to version 7.2.0
  • cf8be86 fix(package): update rollup to version 0.66.4
  • 19c1229 fix(package): update tsconfig-holy-grail to version 6.0.12
  • de8c1d2 fix(package): update sinon to version 6.3.5
  • f77f14c fix(package): update rollup to version 0.66.3
  • 74b2939 fix(package): update commitizen to version 3.0.2
  • 44614c8 fix(package): update tslint-config-holy-grail to version 36.0.0
  • 5fc62f8 fix(package): update tslint-config-holy-grail to version 35.1.4
  • cfb3a79 fix(package): update husky to version 1.1.0
  • 22d4815 fix(package): update commitizen to version 3.0.1

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

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.0.10 of karma-webpack was just published.

Branch Build failing 🚨
Dependency karma-webpack
Current Version 2.0.9
Type devDependency

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

karma-webpack 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 midi-json-parser-broker is breaking the build 🚨

The dependency midi-json-parser-broker was updated from 3.0.0 to 3.0.1.

🚨 View failing branch.

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

midi-json-parser-broker 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 37 commits.

  • 77b7208 3.0.1
  • 8781c02 build(config): update Travis configuration
  • c616206 fix(package): update rollup to version 0.67.0
  • 73de169 fix(package): update broker-factory to version 2.0.1
  • e5bae9d fix(package): update webpack to version 4.24.0
  • 7e98808 fix(package): update husky to version 1.1.3
  • 1229264 fix(package): update typescript to version 3.1.6
  • e0a0404 fix(package): update tslint-config-holy-grail to version 36.0.6
  • 3df5ac9 fix(package): update tsconfig-holy-grail to version 7.0.6
  • 87b1ae1 fix(package): update ts-loader to version 5.3.0
  • ba0f769 fix(package): update sinon to version 7.1.1
  • 58db5b9 fix(package): update eslint-config-holy-grail to version 32.0.0
  • 7995c21 fix(package): update eslint to version 5.8.0
  • 2404fec fix(package): update webpack to version 4.23.1
  • 2cb50b4 fix(package): update tslint-config-holy-grail to version 36.0.5

There are 37 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 ts-loader is breaking the build 🚨

Version 1.3.0 of ts-loader just got published.

Branch Build failing 🚨
Dependency ts-loader
Current Version 1.2.2
Type devDependency

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

As ts-loader 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 v1.3.0

NB Previously the entryFileIsJs option was on by default when allowJs was true. Now it has to be specified directly. Strictly speaking this is a breaking change; however given this is a rarely used option which exists for what is arguably an edge case this is being added without moving to 2.0. If this breaks people then we'll never do this again; I'd be surprised if anyone is relying on this though so we're taking a chance. Related tests have been suffixed "-entryFileIsJs" in the test name.

Commits

The new version differs by 7 commits .

  • a664bd3 readying 1.3.0 release
  • 10e75fa Merge pull request #399 from johnnyreilly/master
  • a963980 typos
  • 0e1352a Add entryFileIsJs option
  • aea89bb introduce meaningful warning when importing ts
  • 8cff471 noUnusedParameters set to true
  • 3490ca6 Update README.md

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 grunt-contrib-uglify is breaking the build 🚨

Version 2.3.0 of grunt-contrib-uglify just got published.

Branch Build failing 🚨
Dependency grunt-contrib-uglify
Current Version 2.2.1
Type devDependency

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

As grunt-contrib-uglify 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
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 tslint-config-holy-grail is breaking the build 🚨

The devDependency tslint-config-holy-grail was updated from 38.0.2 to 38.0.3.

🚨 View failing branch.

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

tslint-config-holy-grail 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).

Commits

The new version differs by 4 commits.

  • 9afc7ad 38.0.3
  • 4195b41 fix(package): update @angular/{compiler,core} to version 7.1.0
  • 4265abd fix(package): update lockfile
  • 9160419 fix(package): update husky to version 1.2.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 midi-json-parser-broker is breaking the build 🚨

Version 2.0.39 of midi-json-parser-broker was just published.

Branch Build failing 🚨
Dependency midi-json-parser-broker
Current Version 2.0.38
Type dependency

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

midi-json-parser-broker 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 24 commits.

  • 51fb801 2.0.39
  • 102f845 fix(package): update tslib to version 1.9.1
  • f8868f6 fix(package): update tsconfig-holy-grail to version 4.0.14
  • 4d02418 fix(package): update rollup to version 0.59.0
  • 1f94d05 fix(package): update midi-json-parser-worker to version 4.0.20
  • 5bf2b88 fix(package): update broker-factory to version 1.2.21
  • 8ecaa72 fix(package): update webpack to version 4.8.3
  • ccf011d fix(package): update webpack to version 4.8.2
  • e4657e3 fix(package): update tslint-config-holy-grail to version 26.0.0
  • f1d5cf3 fix(package): update tsconfig-holy-grail to version 4.0.13
  • d8ba866 fix(package): update webpack to version 4.8.1
  • 5a66d3c fix(package): update tsconfig-holy-grail to version 4.0.11
  • 3ac8c27 fix(package): update sinon to version 5.0.7
  • 25dfe9c fix(package): update greenkeeper-lockfile to version 1.15.0
  • 8b9ff2a fix(package): update webpack to version 4.8.0

There are 24 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 midi-json-parser-worker is breaking the build 🚨

Version 4.0.7 of midi-json-parser-worker was just published.

Branch Build failing 🚨
Dependency midi-json-parser-worker
Current Version 4.0.6
Type dependency

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

midi-json-parser-worker 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 13 commits.

  • 33974d1 4.0.7
  • 43086b1 fix(package): update worker-factory to version 2.1.5
  • bed1e24 fix(package): update typescript to version 2.7.1
  • 17918be fix(package): update tslint-config-holy-grail to version 22.0.2
  • 1cb8a1a fix(package): update ts-loader to version 3.4.0
  • effc762 fix(package): update karma-leche to version 1.0.2
  • 74aa63c fix(package): update tsconfig-holy-grail to version 3.0.18
  • 316cb79 fix(package): update sinon to version 4.2.2
  • 3cd04cd fix(package): update rollup to version 0.55.1
  • 42f5cf0 fix(package): update greenkeeper-lockfile to version 1.13.2
  • 024aacb fix(package): update tslint-config-holy-grail to version 22.0.1
  • 38b9cde fix(package): update greenkeeper-lockfile to version 1.13.1
  • 4c63abc fix(package): update sinon to version 4.2.1

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

The devDependency tslint-config-holy-grail was updated from 35.1.3 to 35.1.4.

🚨 View failing branch.

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

tslint-config-holy-grail 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).

Commits

The new version differs by 9 commits.

  • 41b907e 35.1.4
  • 341bd91 fix(package): update rxjs-tslint-rules to version 4.9.0
  • e6c5d0e fix(package): update husky to version 1.1.0
  • 1ec9f10 fix(package): update commitizen to version 3.0.1
  • b96d2db fix(package): update husky config
  • d74f61f fix(package): update husky config
  • 7aaa4bd fix(package): update eslint to version 5.6.1
  • 99e3cf3 fix(package): update typescript to version 3.1.1
  • f14ccf6 fix(package): update husky to version 1.0.1

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 midi-json-parser-worker is breaking the build 🚨

Version 4.0.32 of midi-json-parser-worker was just published.

Branch Build failing 🚨
Dependency [midi-json-parser-worker](https://github.com/chrisguttandin/midi-json-parser-worker)
Current Version 4.0.31
Type dependency

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

midi-json-parser-worker 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 3 commits.

  • 674977d 4.0.32
  • 4f8f0bd fix(package): update worker-factory to version 2.4.16
  • f93edf6 fix(package): update rollup to version 0.61.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 midi-json-parser-worker is breaking the build 🚨

Version 4.0.33 of midi-json-parser-worker was just published.

Branch Build failing 🚨
Dependency [midi-json-parser-worker](https://github.com/chrisguttandin/midi-json-parser-worker)
Current Version 4.0.32
Type dependency

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

midi-json-parser-worker 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 3 commits.

  • e76e956 4.0.33
  • 1636885 fix(package): update tslint-config-holy-grail to version 30.0.0
  • cb98d45 fix(package): update rollup to version 0.61.1

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 midi-json-parser-broker is breaking the build 🚨

Version 2.0.24 of midi-json-parser-broker was just published.

Branch Build failing 🚨
Dependency midi-json-parser-broker
Current Version 2.0.23
Type dependency

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

midi-json-parser-broker 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 13 commits.

  • cfc4865 2.0.24
  • 3333e7e fix(package): update typescript to version 2.7.1
  • 79fe1f9 fix(package): update tslint-config-holy-grail to version 22.0.2
  • 623e5f0 fix(package): update midi-json-parser-worker to version 4.0.7
  • bf391f7 fix(package): update broker-factory to version 1.2.8
  • 680b9c4 fix(package): update ts-loader to version 3.4.0
  • 8dfae8a fix(package): update tsconfig-holy-grail to version 3.0.18
  • b7c9e61 fix(package): update sinon to version 4.2.2
  • 4485721 fix(package): update rollup to version 0.55.1
  • 6c1e18d fix(package): update greenkeeper-lockfile to version 1.13.2
  • 0d24beb fix(package): update tslint-config-holy-grail to version 22.0.1
  • dfcccdb fix(package): update greenkeeper-lockfile to version 1.13.1
  • 43560e3 fix(package): update sinon to version 4.2.1

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

The devDependency husky was updated from 1.1.0 to 1.1.1.

🚨 View failing branch.

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

husky 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).

Commits

The new version differs by 8 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 sinon is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.4.7 of sinon was just published.

Branch Build failing 🚨
Dependency sinon
Current Version 4.4.6
Type devDependency

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

sinon 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 7 commits.

  • e060fe9 Update docs/changelog.md and set new release id in docs/_config.yml
  • e9fce06 Add release documentation for v4.4.7
  • f047838 4.4.7
  • cc91fe6 Update History.md and AUTHORS for new release
  • 9fb8577 Emojify the support message :heart:
  • a87ef85 Use existing mini-lib for coloring
  • 1f33fe5 Reduce noisy NPM output from postinstall script

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 midi-json-parser-broker is breaking the build 🚨

The dependency midi-json-parser-broker was updated from 2.0.61 to 2.1.0.

🚨 View failing branch.

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

midi-json-parser-broker 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.

  • 5d1b544 2.1.0
  • 75b44e3 fix(package): update midi-json-parser-worker to version 5.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 greenkeeper-lockfile is breaking the build 🚨

Version 1.4.0 of greenkeeper-lockfile just got published.

Branch Build failing 🚨
Dependency greenkeeper-lockfile
Current Version 1.3.2
Type devDependency

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

As greenkeeper-lockfile 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 v1.4.0

<a name"1.4.0">

1.4.0 (2017-06-07)

Features

Commits

The new version differs by 1 commits.

  • 1e989ef feat: fall back to ssh key git access (#29)

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 midi-json-parser-broker is breaking the build 🚨

Version 2.0.49 of midi-json-parser-broker was just published.

Branch Build failing 🚨
Dependency [midi-json-parser-broker](https://github.com/chrisguttandin/midi-json-parser-broker)
Current Version 2.0.48
Type dependency

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

midi-json-parser-broker 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 8 commits.

  • bdd021f 2.0.49
  • 988d3c7 fix(package): update midi-json-parser-worker to version 4.0.31
  • ca5a192 fix(package): update broker-factory to version 1.2.30
  • dd0d606 fix(package): update tsconfig-holy-grail to version 5.0.0
  • 50c81d1 fix(package): update tslint-config-holy-grail to version 29.0.4
  • c5c4071 fix(package): update tsconfig-holy-grail to version 4.0.25
  • 45ce885 fix(package): update karma to version 2.0.3
  • f66e6cf fix(package): update lockfile

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 midi-json-parser-broker is breaking the build 🚨

Version 2.0.40 of midi-json-parser-broker was just published.

Branch Build failing 🚨
Dependency midi-json-parser-broker
Current Version 2.0.39
Type dependency

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

midi-json-parser-broker 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.

  • 0a73aec 2.0.40
  • 09d80aa fix(package): update midi-json-parser-worker to version 4.0.21
  • 1155030 fix(package): update broker-factory to version 1.2.22
  • 72f1031 fix(package): update lockfile
  • 772553b fix(package): update tslint-config-holy-grail to version 27.0.1
  • 87285ef fix(package): update tsconfig-holy-grail to version 4.0.15
  • 48366e4 fix(package): update rollup to version 0.59.1

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

The devDependency webpack was updated from 4.20.2 to 4.21.0.

🚨 View failing branch.

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

webpack 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).

Release Notes for v4.21.0

Features

  • add output.libraryTarget: "amd-require" which generates a AMD require([], ...) wrapper instead of a define([], ...) wrapper
  • support arrays of strings passed to output.library, which exposes the library to a subproperty

Bugfixes

  • fix cases where __webpack_require__.e is used at runtime but is not defined in the bundle
  • fix behavior of externals of global type

Performance

  • Some performance improvements to the chunk graph generation
Commits

The new version differs by 37 commits.

  • 432d2a3 4.21.0
  • 0fb6c60 Merge pull request #7038 from marcusdarmstrong/marcusdarmstrong-external-module-fix
  • 15b6f8b make afterEach async
  • 7bc5c98 Merge branch 'master' into marcusdarmstrong-external-module-fix
  • 2228daf Merge pull request #8230 from webpack/revert-8120-rh-silent-reporter
  • fadf875 remove dependency
  • 7c0b209 Revert "Re-enable jest-silent-reporter #hacktoberfest"
  • a868789 Merge pull request #8143 from MLoughry/miclo/optimize-chunk-graph-generation
  • 1d71ede Make changes suggested by @sokra to optimize chunk graph generation
  • 4d3fe00 Merge pull request #8134 from fscherwi/update-coveralls
  • 86f56bf update coveralls
  • 4c461e2 Merge pull request #8120 from rickhanlonii/rh-silent-reporter
  • 9fe42e7 Merge pull request #8118 from webpack/bugfix/issue-8110
  • 0b6ad2a Don't be clever with the set command because idk windows
  • 148016e Rerun yarn

There are 37 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 tslint-config-holy-grail is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 23.0.4 of tslint-config-holy-grail was just published.

Branch Build failing 🚨
Dependency tslint-config-holy-grail
Current Version 23.0.3
Type devDependency

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

tslint-config-holy-grail 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 7 commits.

  • 0b13d8d 23.0.4
  • 16dc881 fix(package): update rxjs to version 5.5.8
  • 29c0bee build(config): update Travis configuration
  • 1338eed build(config): update Travis configuration
  • 120e3e6 fix(package): update mocha to version 5.0.5
  • 9a7387f fix(package): update eslint to version 4.19.1
  • 1508289 fix(package): update eslint to version 4.19.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 typescript is breaking the build 🚨

Version 2.2.1 of typescript just got published.

Branch Build failing 🚨
Dependency typescript
Current Version 2.2.0
Type devDependency

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

As typescript 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 TypeScript 2.2

For release notes, check out the release announcement

For new features, check out the What's new in TypeScript 2.2.

For breaking changes, check out the Breaking changes in TypeScript 2.2 page.

For the complete list of fixed issues, check out the issues fixed in Typescript 2.2 RC and after Typescript 2.2 RC.

Download:

Special thanks to all contributors to this release:

  • Alexander Rusakov
  • Anatoly Ressin
  • Andreas Martin
  • Andrew Ochsner
  • Basarat Ali Syed
  • Dahan Gong
  • Dan Corder
  • David Sheldrick
  • @falsandtru
  • @flowmemo
  • Herrington Darkholme
  • Homa Wong
  • Joel Day
  • Kagami Sascha Rosylight
  • Klaus Meinhardt
  • Kārlis Gaņģis
  • Manish Giri
  • Masahiro Wakame
  • Raj Dosanjh
  • Slawomir Sadziak
  • Tingan Ho
  • Yuichi Nukiyama
Commits

The new version differs by 218 commits .

  • a29e8cf Update LKG
  • 1120971 Fix #14136: Make Object.create return any all the time
  • 6b5c448 Merge pull request #14131 from Microsoft/release-2.2_default_import_name
  • 125a8fa Merge pull request #14133 from aozgaa/MissingPropertyFix-2.2
  • b62b467 add periods
  • f2770a1 widen type, index signature, and add tests
  • a4cf12e cleanup
  • d9e0fff use getBaseTypeOfLiteralType
  • 150e2fb add tests
  • f133a67 wip testing
  • 2187e67 Get Widened Type
  • 533262c wip
  • ee13f31 Handle undefined import name
  • 510b384 Update LKG
  • 08fe20e [release-2.2] use separate process to probe if drive is safe to watch (#14098) (#14124)

There are 218 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 tsconfig-holy-grail is breaking the build 🚨

The devDependency tsconfig-holy-grail was updated from 9.0.2 to 9.0.3.

🚨 View failing branch.

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

tsconfig-holy-grail 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).

Commits

The new version differs by 8 commits.

  • 79e1061 9.0.3
  • 9bef7a7 fix(package): update @types/node to version 10.12.14
  • 0d6aeb6 fix(package): update load-grunt-config to version 1.0.1
  • 81b7a9c fix(package): update eslint to version 5.10.0
  • 0eae0ab fix(package): update lockfile
  • ab56efb fix(package): update typescript to version 3.2.2
  • b76f67a build(config): update Travis configuration
  • f738c0a build(config): update Travis configuration

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 @commitlint/cli is breaking the build 🚨

Version 7.1.0 of @commitlint/cli was just published.

Branch Build failing 🚨
Dependency @commitlint/cli
Current Version 7.0.0
Type devDependency

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

@commitlint/cli 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).

Release Notes v7.1.0

Features

  • wildcards: add new wildcard patterns #315 (e9ea17f)
  • add max line length to body/footer (542f50e)

Bug fixes

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

Version 4.0.2 of chai just got published.

Branch Build failing 🚨
Dependency 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 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

Release Notes 4.0.2 / 2017-06-05

We have another bugfix release, addressing some issues for WebPack 1 users.

Bug Fixes

  • Revert getting version information from package.json, some bundler tools like Webpack do not come default with json loaders despite Node being able to handle this. This change moves back to hardcoding the version number in the codebase. (#985, #986)
Commits

The new version differs by 1 commits.

  • 616cf8b Revert get version package json (#986)

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 🌴

cannot parse some MIDI files

hi Chris, first of all great libraries... solves the issues i had with the others... thank you...

in any case, i had trouble parsing some files. using MIDIFile test cases, i tested:

  • MIDIOkFormat0.mid
  • MIDIOkFormat1.mid

these two above parse correctly.

  • MIDIOkFormat1-lyrics.mid
  • MIDIOkFormat2.mid

these two above fail with the following error:

Uncaught (in promise) Error: Cannot parse a meta event with a type of "1" at Worker.onMessage

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

The devDependency husky was updated from 1.1.1 to 1.1.2.

🚨 View failing branch.

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

husky 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).

Commits

The new version differs by 9 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 midi-json-parser-broker is breaking the build 🚨

Version 2.0.54 of midi-json-parser-broker was just published.

Branch Build failing 🚨
Dependency midi-json-parser-broker
Current Version 2.0.53
Type dependency

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

midi-json-parser-broker 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 32 commits.

  • b15dc23 2.0.54
  • d778ed6 fix(package): update tslint-config-holy-grail to version 32.0.1
  • 3ebd9a7 fix(package): update rollup-plugin-babel to version 3.0.6
  • 04b25bb fix(package): update midi-json-parser-worker to version 4.0.36
  • 077f56b fix(package): update broker-factory to version 1.2.34
  • bbc1f38 fix(package): update tslint-config-holy-grail to version 32.0.0
  • ee06b0d fix(package): update webpack to version 4.14.0
  • daaeec1 fix(package): update tsconfig-holy-grail to version 5.0.4
  • 34437c1 fix(package): update webpack to version 4.13.0
  • 40efe0b fix(package): update lockfile
  • a3a2f92 fix(package): update tslint-config-holy-grail to version 31.0.3
  • 615aaf2 fix(package): update tsconfig-holy-grail to version 5.0.3
  • 97eca3b fix(package): update ts-loader to version 4.4.2
  • 7cb0928 fix(package): update webpack to version 4.12.2
  • f6b9381 fix(package): update rollup to version 0.62.0

There are 32 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 midi-json-parser-broker is breaking the build 🚨

The dependency midi-json-parser-broker was updated from 3.0.4 to 3.0.5.

🚨 View failing branch.

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

midi-json-parser-broker 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 16 commits.

  • 3b4699c 3.0.5
  • e562ad9 fix(package): update tsconfig-holy-grail to version 9.0.0
  • 6bded50 fix(package): update midi-json-parser-worker to version 6.0.5
  • 59945fb fix(package): update typescript to version 3.2.1
  • d6ab976 fix(package): update tslint-config-holy-grail to version 38.0.5
  • 147abf0 fix(package): update ts-loader to version 5.3.1
  • c4a7ae1 fix(package): update sinon-chai to version 3.3.0
  • 9061bb1 fix(package): update commitizen to version 3.0.5
  • 434e51e fix(package): update webpack to version 4.26.1
  • 35fbebe fix(package): update tslint-config-holy-grail to version 38.0.4
  • 78f2aa5 fix(package): update tsconfig-holy-grail to version 8.0.0
  • fcc60d5 fix(package): update tslint-config-holy-grail to version 38.0.3
  • f55d7cd fix(package): update tsconfig-holy-grail to version 7.0.13
  • 2e9b8e2 fix(package): update grunt-karma to version 3.0.1
  • e45f4fb fix(package): update lockfile

There are 16 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 midi-json-parser-worker is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.0.13 of midi-json-parser-worker was just published.

Branch Build failing 🚨
Dependency midi-json-parser-worker
Current Version 4.0.12
Type dependency

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

midi-json-parser-worker 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 6 commits.

  • 7c62fa6 4.0.13
  • 795867c fix(package): update worker-factory to version 2.2.5
  • 6f1dff6 build: define targeted browsers
  • 6168caf fix(package): install babel-preset-env as dev dependency
  • fcb5821 build: update webpack config to extract license comments
  • 3c9661b fix(package): install uglifyjs-webpack-plugin as dev 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 midi-json-parser-broker is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.0.31 of midi-json-parser-broker was just published.

Branch Build failing 🚨
Dependency midi-json-parser-broker
Current Version 2.0.30
Type dependency

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

midi-json-parser-broker 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 11 commits.

  • a8fa531 2.0.31
  • 71df05b build(config): update Travis configuration
  • d96bca7 fix(package): update typescript to version 2.8.1
  • 3c30fb7 fix(package): update webpack to version 4.3.0
  • 2e915f5 fix(package): update tslint-config-holy-grail to version 23.0.4
  • 5c11d2f fix(package): update sinon to version 4.4.9
  • 787bd46 build(config): update Travis configuration
  • caa6852 test: fix typo in comment
  • 7581f32 build(config): update Travis configuration
  • 7b3ee41 fix(package): update tsconfig-holy-grail to version 4.0.2
  • 2d6ed83 fix(package): update mocha to version 5.0.5

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 midi-json-parser-broker is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.0.28 of midi-json-parser-broker was just published.

Branch Build failing 🚨
Dependency midi-json-parser-broker
Current Version 2.0.27
Type dependency

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

midi-json-parser-broker 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 51 commits.

  • fac0d03 2.0.28
  • 2e39dc9 fix(package): update ts-loader to version 4.1.0
  • 9d2c7d3 fix(package): update rollup to version 0.57.1
  • d0b3e7a fix(package): update midi-json-parser-worker to version 4.0.11
  • 44f89e8 fix(package): update broker-factory to version 1.2.12
  • fbb4db9 fix(package): update eslint to version 4.19.0
  • d75bc69 fix(package): update sinon to version 4.4.6
  • c4fd03f Merge pull request #93 from chrisguttandin/greenkeeper/rollup-0.57.0
  • 2a37f1b chore(package): update lockfile
  • c44fa8c chore(package): update rollup to version 0.57.0
  • 8dbe009 fix(package): update tslint-config-holy-grail to version 23.0.3
  • 40a721c fix(package): update eslint-config-holy-grail to version 26.0.0
  • 31e3883 fix(package): update sinon to version 4.4.5
  • ae78012 fix(package): update tslint-config-holy-grail to version 23.0.2
  • 7d8659c fix(package): update tslint-config-holy-grail to version 23.0.1

There are 51 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 grunt-contrib-uglify is breaking the build 🚨

Version 2.1.0 of grunt-contrib-uglify just got published.

Branch Build failing 🚨
Dependency grunt-contrib-uglify
Current Version 2.0.0
Type devDependency

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

As grunt-contrib-uglify 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
Commits

The new version differs by 8 commits .

  • 90db406 2.1.0.
  • 3736268 Minor lint tweaks.
  • 0511085 Add one more test for preserveComments option.
  • cc846ac Update documentation comment options (#444)
  • 60824c1 Switch to object.assign since lodash.assign is deprecated.
  • aaa5cc9 Update docs.
  • fdef3a8 Merge pull request #428 from gruntjs/revert-419-master
  • dc7c015 Revert "Used grunt.verbose to show detailed logging"

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 midi-json-parser-broker is breaking the build 🚨

Version 2.0.25 of midi-json-parser-broker was just published.

Branch Build failing 🚨
Dependency midi-json-parser-broker
Current Version 2.0.24
Type dependency

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

midi-json-parser-broker 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 22 commits.

  • 82a1f5f 2.0.25
  • 140a599 fix(package): update midi-json-parser-worker to version 4.0.8
  • 19d8b81 fix(package): update broker-factory to version 1.2.9
  • 9add962 Merge pull request #85 from chrisguttandin/greenkeeper/rollup-0.56.0
  • 62695b1 chore(package): update lockfile
  • 13971af chore(package): update rollup to version 0.56.0
  • e8d7adb fix(package): update tslint-config-holy-grail to version 22.0.4
  • 11b5d8c fix(package): update tsconfig-holy-grail to version 3.0.23
  • 5f80550 fix(package): update mocha to version 5.0.1
  • 294e416 fix(package): update tsconfig-holy-grail to version 3.0.22
  • 6a5ad35 fix(package): update sinon to version 4.3.0
  • 8bf81b1 fix(package): update webpack to version 3.11.0
  • e441b5d fix(package): update rollup to version 0.55.5
  • f43658e fix(package): update tsconfig-holy-grail to version 3.0.21
  • e34db77 fix(package): update rollup to version 0.55.4

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 midi-json-parser-broker is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.0.34 of midi-json-parser-broker was just published.

Branch Build failing 🚨
Dependency midi-json-parser-broker
Current Version 2.0.33
Type dependency

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

midi-json-parser-broker 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 5 commits.

  • b9ff6cb 2.0.34
  • 3325f10 fix(package): update tslint-config-holy-grail to version 23.0.13
  • 31f2ad1 fix(package): update ts-loader to version 4.2.0
  • 5953276 fix(package): update midi-json-parser-worker to version 4.0.17
  • 83ce5cb fix(package): update broker-factory to version 1.2.17

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 midi-json-parser-broker is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.0.33 of midi-json-parser-broker was just published.

Branch Build failing 🚨
Dependency midi-json-parser-broker
Current Version 2.0.32
Type dependency

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

midi-json-parser-broker 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 20 commits.

  • b4b9bbd 2.0.33
  • ec26471 fix(package): update tslint-config-holy-grail to version 23.0.12
  • ca5b993 fix(package): update tsconfig-holy-grail to version 4.0.5
  • 7a8b56b fix(package): update midi-json-parser-worker to version 4.0.16
  • 24ea804 fix(package): update eslint-config-holy-grail to version 26.0.2
  • 741ba15 fix(package): update broker-factory to version 1.2.16
  • 3516c6d fix(package): update webpack to version 4.5.0
  • d39b10e fix(package): update tslint-config-holy-grail to version 23.0.11
  • 0de1847 fix(package): update tslint-config-holy-grail to version 23.0.10
  • 9f4e27b fix(package): update tsconfig-holy-grail to version 4.0.4
  • 421f795 fix(package): update tslint-config-holy-grail to version 23.0.9
  • 231ba6c fix(package): update tslint-config-holy-grail to version 23.0.8
  • edd6c0a fix(package): update tslint-config-holy-grail to version 23.0.7
  • 14f4be2 fix(package): update tslint-config-holy-grail to version 23.0.6
  • 5214164 fix(package): update sinon to version 4.5.0

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

Version 2.10.1 of commitizen was just published.

Branch Build failing 🚨
Dependency commitizen
Current Version 2.10.0
Type devDependency

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

commitizen 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

Release Notes v2.10.1

<a name"2.10.1">

2.10.1 (2018-05-24)

Bug Fixes

  • cli: Respect git commit -a original behavior (#376) (#471) (d10c94f4)
  • config: prioritized package.json last when looking for config files (#484) (5f8902e7, closes #478)
Commits

The new version differs by 11 commits.

  • 5838ce0 chore(deps): update dependency eslint-plugin-standard to v2.3.1 (#492)
  • 0dd9183 chore(deps): update dependency node-uuid to v1.4.8 (#494)
  • 1df0d8a chore(deps): update dependency nodemon to v1.17.5 (#495)
  • ff1268d chore(deps): update dependency mocha to v3.5.3 (#493)
  • c3b920b chore(deps): update dependency eslint-plugin-promise to v3.7.0 (#490)
  • 94b29de chore(deps): update dependency eslint to v3.19.0 (#489)
  • d92b728 chore(deps): update dependency axios to v0.18.0 (#488)
  • f856f92 Docs: Updates Angular commit conventions link in Contributing.md (#472)
  • d10c94f fix(cli): Respect git commit -a original behavior (#376) (#471)
  • 5f8902e fix(config): prioritized package.json last when looking for config files (#484)
  • 4b8f29a chore(deps): update babel6 monorepo (#487)

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

Version 1.9.0 of tslib was just published.

Branch Build failing 🚨
Dependency tslib
Current Version 1.8.1
Type dependency

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

tslib 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 tslib 1.9.0

This release introduces import helpers that are utilized by TypeScript 2.7's --esModuleInterop flag for interoperability between ECMAScript modules and legacy module formats.

Commits

The new version differs by 4 commits.

  • 3d0f4d4 Update version to '1.9.0'.
  • c380b8d Merge pull request #43 from Microsoft/import-helpers
  • c1cd8e1 Remove erroneous semicolons from import star helper
  • b630cee Add import helpers

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 midi-json-parser-broker is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.0.32 of midi-json-parser-broker was just published.

Branch Build failing 🚨
Dependency midi-json-parser-broker
Current Version 2.0.31
Type dependency

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

midi-json-parser-broker 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.

  • dd24887 2.0.32
  • 251db24 build(config): update Travis configuration
  • d77d1d1 fix(package): update midi-json-parser-worker to version 4.0.15
  • 449275e fix(package): update broker-factory to version 1.2.15

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

Version 4.1.6 of sinon was just published.

Branch Build failing 🚨
Dependency sinon
Current Version 4.1.5
Type devDependency

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

sinon 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

Commits

The new version differs by 10 commits.

  • 68c37ed Update docs/changelog.md and set new release id in docs/_config.yml
  • cd8ae51 Add release documentation for v4.1.6
  • 29e80be 4.1.6
  • a5c59a5 Update History.md and AUTHORS for new release
  • 0ae60b6 Merge pull request #1653 from mroderick/upgrade-dependencies
  • dcd4191 Upgrade browserify to latest
  • a316f02 Upgrade markdownlint-cli to latest
  • 78ebdb3 Upgrade lint-staged to latest
  • fcf967b Upgrade dependency supports-color
  • 7c3cb4f Enable StaleBot with default configuration (#1649)

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

The devDependency karma 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.

karma 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).

Release Notes for v3.1.2

Bug Fixes

Features

Commits

The new version differs by 11 commits.

  • 7d4d347 chore: release v3.1.2
  • 5077c18 chore: update contributors
  • fb05fb1 fix(server): use flatted for json.stringify (#3220)
  • 2682bff feat(docs): callout the key debug strategies. (#3219)
  • 4e87902 fix(changelog): remove release which does not exist (#3214)
  • 30ff73b fix(browser): report errors to console during singleRun=false (#3209)
  • 5334d1a fix(file-list): do not preprocess up-to-date files (#3196)
  • dc5f5de fix(deps): upgrade sinon-chai 2.x -> 3.x (#3207)
  • d38f344 fix(package): bump lodash version (#3203)
  • ffb41f9 refactor(browser): log state transitions in debug (#3202)
  • 240209f fix(dep): Bump useragent to fix HeadlessChrome version (#3201)

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

Version 3.0.1 of karma-webpack was just published.

Branch Build failing 🚨
Dependency karma-webpack
Current Version 3.0.0
Type devDependency

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

karma-webpack 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).

Release Notes v3.0.1

2018-09-01

Bug Fixes

  • karma-webpack: allow filename and chunkFilename to be overridden (config.output) (#336) (c256d87)
  • package: incorrect peerDependency on webpack >= v4.0.0 (peerDependencies) (c1c0ee2)
Commits

The new version differs by 3 commits.

  • 2309401 chore(release): 3.0.1
  • c1c0ee2 fix(package): incorrect peerDependency on webpack >= v4.0.0 (peerDependencies)
  • c256d87 fix(karma-webpack): allow filename and chunkFilename to be overridden (config.output) (#336)

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

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.3.0 of webpack was just published.

Branch Build failing 🚨
Dependency webpack
Current Version 4.2.0
Type devDependency

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

webpack 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

Release Notes v4.3.0

Features

  • add support for [contenthash] placeholder

Bugfixes

  • browser field is used for target electron-renderer
  • set devtoolNamespace default correctly when passing an object to output.library
Commits

The new version differs by 24 commits.

  • 54ceb3c 4.3.0
  • d762a2b Merge pull request #6875 from mohsen1/patch-2
  • 3691224 Merge pull request #6872 from boneskull/patch-1
  • df2b3c2 Prettier
  • 165a2ed Remove extraneous argument from setOptions call sites in OptionsDefaulter
  • a31bf26 fix capitalization of project name in README.md
  • fc2feaf Merge pull request #6844 from swederik/issue-6843
  • eba38f1 Merge pull request #6861 from Legends/master
  • 41a0482 Merge pull request #6839 from webpack/feature/contenthash
  • b018bc7 more tests and fixes for webworker
  • 4861d2c Merge pull request #6832 from webpack/reflect
  • 68a11fd Extract setup infos from Contributing.md into separate setup.md for visiblity reasons
  • 06e9a57 get rid of webpackJsonp global leak
  • d7a0fc3 fix bug without async chunks, add more tests
  • c328c65 use destructing for more readable code

There are 24 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 rollup-plugin-replace is breaking the build 🚨

The devDependency rollup-plugin-replace was updated from 2.0.0 to 2.1.0.

🚨 View failing branch.

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

rollup-plugin-replace 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.

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 midi-json-parser-broker is breaking the build 🚨

Version 2.0.23 of midi-json-parser-broker was just published.

Branch Build failing 🚨
Dependency midi-json-parser-broker
Current Version 2.0.22
Type dependency

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

midi-json-parser-broker 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 17 commits.

  • 521ee60 2.0.23
  • 07bd7d4 fix(package): update ts-loader to version 3.3.1
  • 17a9a5d fix(package): update midi-json-parser-worker to version 4.0.6
  • 9e1dbe9 fix(package): update broker-factory to version 1.2.7
  • d2941d1 Merge pull request #77 from chrisguttandin/greenkeeper/rollup-0.55.0
  • e2e70a7 chore(package): update lockfile
  • 1a6c805 chore(package): update rollup to version 0.55.0
  • 5775f24 fix(package): update ts-loader to version 3.3.0
  • fc63a4a fix(package): update sinon to version 4.2.0
  • 6930b6d Merge pull request #76 from chrisguttandin/greenkeeper/tslint-config-holy-grail-22.0.0
  • 5b2dece chore(package): update lockfile
  • 217ec03 chore(package): update tslint-config-holy-grail to version 22.0.0
  • 2f558d3 Merge pull request #75 from chrisguttandin/greenkeeper/eslint-config-holy-grail-25.0.0
  • 50398f4 chore(package): update lockfile
  • 40a55ab chore(package): update eslint-config-holy-grail to version 25.0.0

There are 17 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 husky is breaking the build 🚨

The devDependency husky was updated from 1.1.2 to 1.1.3.

🚨 View failing branch.

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

husky 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 8 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 🌴

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.