An in-range update of cropperjs is breaking the build π¨
The dependency cropperjs was updated from 1.4.3 to 1.5.0.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
cropperjs 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 for v1.5.0
- Add
passive: falseandcapture: trueto wheel event for better performance. - Improve touch event binding.
- Ignore the pointer events are not triggered by the primary button.
- Fix typed array spreading error in IE or Safari 9.
- Fix the RegExp for the Safari browser detecting to ignore Chrome (#478).
Commits
The new version differs by 26 commits.
2df11ccbuild: release 1.5.0c5f07fbdocs: update pull request template9d39aa5Merge branch 'master' of https://github.com/fengyuanchen/cropperjs3f254cfdocs: update issue templatesa0e1e32fix: ignore the pointer events are not triggered by the primary buttonc8182dbperf: simplify url checking61738ecperf: improve utilitiesb78625frefactor: improve code4cbf6e4perf: add options to wheel event for better performancefff0a8dfix: avoid typed array spreading error in IE or Safari 9c78d938docs: improvef5424efbuild: update dependencies12b1970build: merge config into package.json746f98drefactor: sort properties0f7e746build: add stylelint
There are 26 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 :palm_tree:
After pinning to 1.4.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
dependencycropperjs was updated from1.5.0to1.5.1.
Your tests are still failing with this version. Compare changes
Release Notes for v1.5.1
- Revert the minimum container width from
300to200. - Revert the minimum container height from
150to100.
- The
dependencycropperjs was updated from1.5.1to1.5.2.
Your tests are still failing with this version. Compare changes
Release Notes for v1.5.2
- Alway add a timestamp to the URL of a cross-origin image (#519).
Commits
The new version differs by 8 commits.
da5cc9cdocs: fix typos64e9a9ebuild: fix vulnerabilities006cc50build: release 1.5.238e24acdocs: fix typos8c937fftest: update test for cross origin imagef4b22b4fix: alway add a timestamp to the url of a cross origin image6101952docs: update the version of the dependencies4e3634eUpdate Changelog (#493)
See the full diff