thebuilder / react-scroll-percentage

Monitor the scroll percentage of a component inside the viewport, using the IntersectionObserver API

Home Page:https://thebuilder.github.io/react-scroll-percentage/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

greenkeeper opened this issue Β· comments

The devDependency rollup was updated from 1.12.5 to 1.13.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 could not complete due to an error (Details).

Release Notes for v1.13.0

2019-05-31

Features

  • Omit exports and module from SystemJS wrapper if possible (#2880)
  • Try to use the first letters of names when mangling exports (#2885)

Bug Fixes

  • Avoid conflicts with local variables when using format specific globals to render dynamic imports and file URLs (#2880)
  • Do not produce undefined reexports when reexporting from entry points (#2885)

Pull Requests

  • #2880: Deconflict global variables used inside format-specific code (@lukastaegert)
  • #2885: Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (@lukastaegert)
Commits

The new version differs by 5 commits.

  • df11753 Fix linting
  • a630866 1.13.0
  • 52268a9 Update changelog
  • b006d13 Deconflict global variables used inside format-specific code (#2880)
  • 70b0844 Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (#2885)

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 🌴

After pinning to 1.12.5 your tests are passing again. Downgrade this dependency πŸ“Œ.

  • The devDependency rollup was updated from 1.13.0 to 1.13.1.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.13.1

2019-06-01

Bug Fixes

  • Avoid conflicts between top-level module, require etc. and CommonJS runtimes (#2889)

Pull Requests

Commits

The new version differs by 5 commits.

  • 6a8d5ef 1.13.1
  • 52032bb Update changelog
  • 53cde75 Protect all module globals for CJS output from being redefined (#2889)
  • 4a70e08 Update changelog
  • dc87d58 Enable full TypeScript strict mode (#2888)

See the full diff

  • The devDependency rollup was updated from 1.13.1 to 1.14.0.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.14.0

2019-06-05

Features

  • Deoptimize code inside and called from try-statements for feature detection (#2892)
  • Tree-shake unused call arguments (#2892)

Pull Requests

  • #2892: Implement try-statement-deoptimization for feature detection, tree-shake unused arguments (@lukastaegert)
Commits

The new version differs by 8 commits.

  • 6f9c3b5 1.14.0
  • 8186d22 Update changelog
  • cf398aa Implement try-statement-deoptimization for feature detection, tree-shake unused arguments (#2892)
  • 6a8d5ef 1.13.1
  • 52032bb Update changelog
  • 53cde75 Protect all module globals for CJS output from being redefined (#2889)
  • 4a70e08 Update changelog
  • dc87d58 Enable full TypeScript strict mode (#2888)

See the full diff