chrisguttandin / midi-json-parser-worker

The worker which is used by the midi-json-parser package.
MIT License
6 stars 1 forks source link

An in-range update of rollup is breaking the build 🚨 #316

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency rollup was updated from 2.1.0 to 2.2.0.

🚨 View failing branch.

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](https://travis-ci.org/github/chrisguttandin/midi-json-parser-worker/builds/666437991?utm_source=github_status&utm_medium=notification)).

Release Notes for v2.2.0

2020-03-24

Features

  • Add renderDynamicImport hook to rewrite dynamic import expressions (#3449)
  • Add information about dynamically imported modules to this.getModuleInfo (#3449)

Bug Fixes

  • Make file emission work with Uin8Array sources when using Rollup in the browser (#3452)
  • Fix types to allow watch to accept an array of configs (#3453)
  • Do not strip .js extensions from AMD imports when the import is a user-supplied replacement for a non-resolvable dynamic import target (#3453)

Pull Requests

Commits

The new version differs by 7 commits.

  • dade1fc 2.2.0
  • 33c8b01 Update changelog
  • 28ffcf4 Add hook to rewrite dynamic import expressions (#3449)
  • 485700e feat(watch): add skipWrite option (#3454)
  • e9ece1d Avoid the assumption of Buffer in browser envs (#3452)
  • 399bbf4 docs: fix SystemJS url in tutorial (#3456)
  • 530e259 fix(types): watch accepts single or array config (#3453)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

After pinning to 2.1.0 your tests are passing again. Downgrade this dependency 📌.