shierro / territory-manager

Web App to manage JW territories
https://territorymanager.tools
MIT License
1 stars 0 forks source link

An in-range update of leaflet is breaking the build 🚨 #188

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency leaflet was updated from 1.4.0 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.

leaflet 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](https://travis-ci.org/shierro/territory-manager/builds/529652263?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 55 commits ahead by 55, behind by 1.

  • 6d88eaf v1.5.0
  • 5d34eff bump version
  • 3ee49b6 Update plugins.md (#6640)
  • f93df09 Added plugin Leaflet.CustomLayer (#6580)
  • abbe4ec Update dev dependencies & remove coverage scripts (#6635)
  • fd474f6 Change L.Marker to L.marker in example (#6636)
  • 61b818f Plugins - add joomla extensions (#6501)
  • 56cdbf6 Add getIcon function to retrieve marker icon (#6459)
  • 09d36a8 Update support template
  • 1e0d43b Layer: refactor openPopup/openTooltip: use common function (#6613)
  • d9a4c66 Tweaking documentation for SVGOverlay, add links to the docs index. (#6631)
  • 4ec26a5 Added basic SVGOverlay to expose SVG DOM element (#6517)
  • 148cba8 synthetic dblclick events relate to left button (#6628)
  • a6987a9 Fixing a typo (#6626)
  • f3e6271 Added "This includes implicity attached events" to line 68 of src/core/Events.js (#6619)

There are 55 commits in total.

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 5 years ago

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

greenkeeper[bot] commented 5 years ago

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

Commits

The new version differs by 4 commits ahead by 4, behind by 1.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v1.6.0

API changes

  • GeoJSON.resetStyle - allow invocation without an argument (#6663 by joukewitteveen)
  • Add new markersInheritOptions option to L.GeoJSON (#6866 by ghybs)

Improvements

Bug fixes

  • Fix performance issue with L.Util.formatNum (#6668 by cherniavskii)
  • Respect className option in SVGOverlay and VideoOverlay (#6679 by IvanSanchez)
  • Cancel the canvas mousehover throttle on mouseout (#6749 by IvanSanchez)
  • Check for style being passed in L.Path.setStyle (#6728 by TheRealTorreySmith)
  • Fix dblclick event when both Pointer Events and Touch Events are available (#6855 by filcab)
  • Properly unbind animation proxy events when removing map (#6867 by ghybs)
  • Fix race condition in Marker when icon is not present (#6794 by BenTalagan)

Docs & Web Site

Commits

The new version differs by 61 commits ahead by 61, behind by 1.

  • 0c81bdf v1.6.0
  • 241972a bump version
  • 441c5fb doc: run hljs on all documentation pages (#6885)
  • f8e09f9 Fixes #6605 regarding API docs (#6871)
  • a55bec8 Fix race condition in Marker._setPos when _icon is not present (#6794)
  • 302848d Merge pull request #6839 from ghybs/circleMarkerOldLatLng
  • 68694b1 Merge pull request #6841 from ghybs/geojsonResetStyleAllTest
  • f8f11f2 Merge pull request #6866 from ghybs/6858_geojsonPassOptionsPoint
  • 330a869 Add test case to ensure scientific notation is correct (#6877)
  • 665200c docs(PLUGINS): Adds Leaflet.Craft (#6842)
  • e8ba64d fix(Map): properly unbind animation proxy events when removing map (#6867)
  • 9f1731f feat(GeoJSON): add option markersInheritOptions
  • 85abc8e test(GeoJSON): TDD case markersInheritOptions
  • 747b1f7 Fix pointer event hendling on iOS13 (#6855)
  • 292a99d test(GeoJSON): resetStyle w/o argument

There are 61 commits in total.

See the full diff