publiclab / leaflet-blurred-location-display

A library to display points which have been "blurred" for privacy with leaflet-blurred-location
https://publiclab.github.io/leaflet-blurred-location-display/examples/index.html
GNU General Public License v3.0
11 stars 12 forks source link

Bump leaflet from 1.4.0 to 1.6.0 #85

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps leaflet from 1.4.0 to 1.6.0.

Release notes *Sourced from [leaflet's releases](https://github.com/Leaflet/Leaflet/releases).* > ## v1.6.0 > > ### API changes > > * `GeoJSON.resetStyle` - allow invocation without an argument ([#6663](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6663) by [joukewitteveen](https://github.com/joukewitteveen)) > * Add new `markersInheritOptions` option to `L.GeoJSON` ([#6866](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6866) by [ghybs](https://github.com/ghybs)) > > ### Improvements > > * Use passive event listeners ([#6694](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6694) by [danielkorte](https://github.com/danielkorte)) > * Add `oldLatLng` coordinates to `L.CircleMarker` `move` event ([#6719](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6719) by [errnesto](https://github.com/errnesto)) > * Add tests ([#6839](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6839), [#6841](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6841) by [ghybs](https://github.com/ghybs)) > * Add test case to ensure scientific notation is formatted correctly ([#6877](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6877) by [desean1625](https://github.com/desean1625)) > > ### Bug fixes > * Fix performance issue with `L.Util.formatNum` ([#6668](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6668) by [cherniavskii](https://github.com/cherniavskii)) > * Respect `className` option in `SVGOverlay` and `VideoOverlay` ([#6679](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6679) by [IvanSanchez](https://github.com/IvanSanchez)) > * Cancel the canvas `mousehover` throttle on `mouseout` ([#6749](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6749) by [IvanSanchez](https://github.com/IvanSanchez)) > * Check for style being passed in `L.Path.setStyle` ([#6728](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6728) by [TheRealTorreySmith](https://github.com/TheRealTorreySmith)) > * Fix `dblclick` event when both Pointer Events and Touch Events are available ([#6855](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6855) by [filcab](https://github.com/filcab)) > * Properly unbind animation proxy events when removing map ([#6867](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6867) by [ghybs](https://github.com/ghybs)) > * Fix race condition in `Marker` when icon is not present ([#6794](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6794) by [BenTalagan](https://github.com/BenTalagan)) > > ### Docs & Web Site > > * Update SvgOverlay code example ([#6658](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6658) by [cherniavskii](https://github.com/cherniavskii)) > * Fix mobile locate accuracy snippet ([#6693](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6693) by [ghybs](https://github.com/ghybs)) > * Fix broken accordions ([#6770](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6770) by [mbachner](https://github.com/mbachner)) > * Fix misleading `L.Marker` docs sections ([#6871](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6871) by [chloe-mc](https://github.com/chloe-mc)) > > ## v1.5.1 > * Fix module export regression ([#6647](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6647) by [cherniavskii](https://github.com/cherniavskii)) > > ## v1.5.0 > ### API changes > * Add `keepAspectRatio` option to `VideoOverlay` ([#6038](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6038) by [ronikar](https://github.com/ronikar)) > * Add support for `keydown` and `keyup` events to map ([#6421](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6421) by [OrBin](https://github.com/OrBin)) > * Add `shadowPane` option to `Marker` ([#6460](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6460) by [alexfig](https://github.com/alexfig)) > * Add `L.SVGOverlay` class ([#6517](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6517) by [Zsavajji](https://github.com/Zsavajji)) > * Add `getIcon` method to `Marker` ([#6457](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6457) by [OsamaShabrez](https://github.com/OsamaShabrez)) > > ### Improvements > * Update attribution link to HTTPS ([#6593](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6593) by [WillSelway](https://github.com/WillSelway)) > * Make `DivIcon` `html` option accept Element ([#6571](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6571) by [oscar-sensornet](https://github.com/oscar-sensornet)) > * Microoptimize `GeoJSON._setLayerStyle` ([#6616](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6616) by [johnd0e](https://github.com/johnd0e)) > * Reuse `openPopup` and `openTooltip` code ([#6613](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6613) by [johnd0e](https://github.com/johnd0e)) > > ### Bug fixes > * Fix `Control.Layers` radio buttons when using multiple maps ([#6483](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6483) by [jjimenezshaw](https://github.com/jjimenezshaw)) > * Explicitly remove controls from the map on map unload ([#6488](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6488) by [IvanSanchez](https://github.com/IvanSanchez)) > ... (truncated)
Changelog *Sourced from [leaflet's changelog](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md).* > ## 1.6.0 > > ### API changes > > * `GeoJSON.resetStyle` - allow invocation without an argument ([#6663](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6663) by [joukewitteveen](https://github.com/joukewitteveen)) > * Add new `markersInheritOptions` option to `L.GeoJSON` ([#6866](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6866) by [ghybs](https://github.com/ghybs)) > > ### Improvements > > * Use passive event listeners ([#6694](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6694) by [danielkorte](https://github.com/danielkorte)) > * Add `oldLatLng` coordinates to `L.CircleMarker` `move` event ([#6719](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6719) by [errnesto](https://github.com/errnesto)) > * Add tests ([#6839](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6839), [#6841](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6841) by [ghybs](https://github.com/ghybs)) > * Add test case to ensure scientific notation is formatted correctly ([#6877](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6877) by [desean1625](https://github.com/desean1625)) > > ### Bug fixes > * Fix performance issue with `L.Util.formatNum` ([#6668](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6668) by [cherniavskii](https://github.com/cherniavskii)) > * Respect `className` option in `SVGOverlay` and `VideoOverlay` ([#6679](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6679) by [IvanSanchez](https://github.com/IvanSanchez)) > * Cancel the canvas `mousehover` throttle on `mouseout` ([#6749](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6749) by [IvanSanchez](https://github.com/IvanSanchez)) > * Check for style being passed in `L.Path.setStyle` ([#6728](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6728) by [TheRealTorreySmith](https://github.com/TheRealTorreySmith)) > * Fix `dblclick` event when both Pointer Events and Touch Events are available ([#6855](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6855) by [filcab](https://github.com/filcab)) > * Properly unbind animation proxy events when removing map ([#6867](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6867) by [ghybs](https://github.com/ghybs)) > * Fix race condition in `Marker` when icon is not present ([#6794](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6794) by [BenTalagan](https://github.com/BenTalagan)) > > ### Docs & Web Site > > * Update SvgOverlay code example ([#6658](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6658) by [cherniavskii](https://github.com/cherniavskii)) > * Fix mobile locate accuracy snippet ([#6693](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6693) by [ghybs](https://github.com/ghybs)) > * Fix broken accordions ([#6770](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6770) by [mbachner](https://github.com/mbachner)) > * Fix misleading `L.Marker` docs sections ([#6871](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6871) by [chloe-mc](https://github.com/chloe-mc)) > > ## 1.5.1 (2019-05-08) > * Fix module export regression ([#6647](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6647) by [cherniavskii](https://github.com/cherniavskii)) > > ## 1.5.0 (2019-05-08) > > ### API changes > * Add `keepAspectRatio` option to `VideoOverlay` ([#6038](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6038) by [ronikar](https://github.com/ronikar)) > * Add support for `keydown` and `keyup` events to map ([#6421](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6421) by [OrBin](https://github.com/OrBin)) > * Add `shadowPane` option to `Marker` ([#6460](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6460) by [alexfig](https://github.com/alexfig)) > * Add `L.SVGOverlay` class ([#6517](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6517) by [Zsavajji](https://github.com/Zsavajji)) > * Add `getIcon` method to `Marker` ([#6457](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6457) by [OsamaShabrez](https://github.com/OsamaShabrez)) > > ### Improvements > * Update attribution link to HTTPS ([#6593](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6593) by [WillSelway](https://github.com/WillSelway)) > * Make `DivIcon` `html` option accept Element ([#6571](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6571) by [oscar-sensornet](https://github.com/oscar-sensornet)) > * Microoptimize `GeoJSON._setLayerStyle` ([#6616](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6616) by [johnd0e](https://github.com/johnd0e)) > * Reuse `openPopup` and `openTooltip` code ([#6613](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6613) by [johnd0e](https://github.com/johnd0e)) > > ### Bug fixes > * Fix `Control.Layers` radio buttons when using multiple maps ([#6483](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6483) by [jjimenezshaw](https://github.com/jjimenezshaw)) > ... (truncated)
Commits - [`0c81bdf`](https://github.com/Leaflet/Leaflet/commit/0c81bdf904d864fd12a286e3d1979f47aba17991) v1.6.0 - [`241972a`](https://github.com/Leaflet/Leaflet/commit/241972aca9dd99bebbd300dcdec4bb9f50619d47) bump version - [`441c5fb`](https://github.com/Leaflet/Leaflet/commit/441c5fb0a877ada5d055f0d5f1fa1db8ce7c2957) doc: run hljs on all documentation pages ([#6885](https://github-redirect.dependabot.com/Leaflet/Leaflet/issues/6885)) - [`f8e09f9`](https://github.com/Leaflet/Leaflet/commit/f8e09f993292579a1af88261c9b461730f22e4e6) Fixes [#6605](https://github-redirect.dependabot.com/Leaflet/Leaflet/issues/6605) regarding API docs ([#6871](https://github-redirect.dependabot.com/Leaflet/Leaflet/issues/6871)) - [`a55bec8`](https://github.com/Leaflet/Leaflet/commit/a55bec8835387b6168d0ef34ebccb3cf601acee4) Fix race condition in Marker._setPos when _icon is not present ([#6794](https://github-redirect.dependabot.com/Leaflet/Leaflet/issues/6794)) - [`302848d`](https://github.com/Leaflet/Leaflet/commit/302848df3bf66d13940210c744cae7add943c6ba) Merge pull request [#6839](https://github-redirect.dependabot.com/Leaflet/Leaflet/issues/6839) from ghybs/circleMarkerOldLatLng - [`68694b1`](https://github.com/Leaflet/Leaflet/commit/68694b1a2a85a5b55439a5ce752ca2aada5f3fe7) Merge pull request [#6841](https://github-redirect.dependabot.com/Leaflet/Leaflet/issues/6841) from ghybs/geojsonResetStyleAllTest - [`f8f11f2`](https://github.com/Leaflet/Leaflet/commit/f8f11f2798afbc7d086caa3b3da39b6256f492b8) Merge pull request [#6866](https://github-redirect.dependabot.com/Leaflet/Leaflet/issues/6866) from ghybs/6858_geojsonPassOptionsPoint - [`330a869`](https://github.com/Leaflet/Leaflet/commit/330a869dbf2ea54551bb26079186fd651d61077f) Add test case to ensure scientific notation is correct ([#6877](https://github-redirect.dependabot.com/Leaflet/Leaflet/issues/6877)) - [`665200c`](https://github.com/Leaflet/Leaflet/commit/665200ca1d07ed7c78abf3fc7398fe7a4777fd2c) docs(PLUGINS): Adds Leaflet.Craft ([#6842](https://github-redirect.dependabot.com/Leaflet/Leaflet/issues/6842)) - Additional commits viewable in [compare view](https://github.com/Leaflet/Leaflet/compare/v1.4.0...v1.6.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)