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.5.1 #77

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps leaflet from 1.4.0 to 1.5.1.

Release notes *Sourced from [leaflet's releases](https://github.com/Leaflet/Leaflet/releases).* > ## 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)) > * Fixed a bug where mouseover on Canvas-rendered polylines acted inconsistently ([#6516](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6516) by [IvanSanchez](https://github.com/IvanSanchez)) > * Prevent tiles highlighting in IE11 ([#6570](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6570) by [VictorVelarde](https://github.com/VictorVelarde)) > * Fix `L.Util.formatNum` rounding precision ([#6587](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6587) by [inkstak](https://github.com/inkstak)) > * Fix crash, when setting opacity on `Marker` without icon ([#6610](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6610) by [charlie67](https://github.com/charlie67)) > * Make synthetic `dblclick` event relate to left mouse button ([#6628](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6628) by [IvanSanchez](https://github.com/IvanSanchez)) > > ### Docs & Web Site > * Minor spelling corrections in Docs/Tutorials ([#6464](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6464) by [ilyankou](https://github.com/ilyankou)) > * Document `toGeoJSON`'s `precision` argument ([#6375](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6375) by [rkatka](https://github.com/rkatka)) > * Add background color CSS declaration ([#6614](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6614) by [milesflo](https://github.com/milesflo)) > * Clarify `Events.off` method docs ([#6619](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6619) by [lancebendo](https://github.com/lancebendo)) > * Fix `Layer` example ([#6636](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6636) by [billygarrison](https://github.com/billygarrison)) > > ### Development workflow > * Update dev dependencies & remove coverage scripts ([#6635](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6635) by [mourner](https://github.com/mourner))
Changelog *Sourced from [leaflet's changelog](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md).* > ## 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)) > * 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)) > * Fixed a bug where mouseover on Canvas-rendered polylines acted inconsistently ([#6516](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6516) by [IvanSanchez](https://github.com/IvanSanchez)) > * Prevent tiles highlighting in IE11 ([#6570](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6570) by [VictorVelarde](https://github.com/VictorVelarde)) > * Fix `L.Util.formatNum` rounding precision ([#6587](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6587) by [inkstak](https://github.com/inkstak)) > * Fix crash, when setting opacity on `Marker` without icon ([#6610](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6610) by [charlie67](https://github.com/charlie67)) > * Make synthetic `dblclick` event relate to left mouse button ([#6628](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6628) by [IvanSanchez](https://github.com/IvanSanchez)) > > ### Docs & Web Site > * Minor spelling corrections in Docs/Tutorials ([#6464](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6464) by [ilyankou](https://github.com/ilyankou)) > * Document `toGeoJSON`'s `precision` argument ([#6375](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6375) by [rkatka](https://github.com/rkatka)) > * Add background color CSS declaration ([#6614](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6614) by [milesflo](https://github.com/milesflo)) > * Clarify `Events.off` method docs ([#6619](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6619) by [lancebendo](https://github.com/lancebendo)) > * Fix `Layer` example ([#6636](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6636) by [billygarrison](https://github.com/billygarrison)) > > ### Development workflow > * Update dev dependencies & remove coverage scripts ([#6635](https://github-redirect.dependabot.com/Leaflet/Leaflet/pull/6635) by [mourner](https://github.com/mourner))
Commits - [`2e3e0ff`](https://github.com/Leaflet/Leaflet/commit/2e3e0ffbe87f246eb76d86d2633ddd59b262830b) v1.5.1 - [`ae40aee`](https://github.com/Leaflet/Leaflet/commit/ae40aeefa55bc115be7f208d82739ccd88a3e247) bump version - [`c3105ca`](https://github.com/Leaflet/Leaflet/commit/c3105cacd78fbc0c9a74a870effaa2f97c1ec3ec) lock rollup version ([#6647](https://github-redirect.dependabot.com/Leaflet/Leaflet/issues/6647)) - [`e618613`](https://github.com/Leaflet/Leaflet/commit/e6186132473880dc1a96be92f8f8914929fdc8f3) 1.5.0 ([#6637](https://github-redirect.dependabot.com/Leaflet/Leaflet/issues/6637)) - [`5d34eff`](https://github.com/Leaflet/Leaflet/commit/5d34eff94fde27a4ceefed29bbb93897702e7488) bump version - [`3ee49b6`](https://github.com/Leaflet/Leaflet/commit/3ee49b68a31b851ced903e517f4bd817481f2bad) Update plugins.md ([#6640](https://github-redirect.dependabot.com/Leaflet/Leaflet/issues/6640)) - [`f93df09`](https://github.com/Leaflet/Leaflet/commit/f93df09d7425c3d6425c62e0c5235511c58d880c) Added plugin Leaflet.CustomLayer ([#6580](https://github-redirect.dependabot.com/Leaflet/Leaflet/issues/6580)) - [`abbe4ec`](https://github.com/Leaflet/Leaflet/commit/abbe4ec91acbc8ae1d7d8bc266ddbc86135decff) Update dev dependencies & remove coverage scripts ([#6635](https://github-redirect.dependabot.com/Leaflet/Leaflet/issues/6635)) - [`fd474f6`](https://github.com/Leaflet/Leaflet/commit/fd474f69c59c8bc39ea9019002db894b2a503cda) Change L.Marker to L.marker in example ([#6636](https://github-redirect.dependabot.com/Leaflet/Leaflet/issues/6636)) - [`61b818f`](https://github.com/Leaflet/Leaflet/commit/61b818fcd456794926fa1b7cc89b5241d7c865a1) Plugins - add joomla extensions ([#6501](https://github-redirect.dependabot.com/Leaflet/Leaflet/issues/6501)) - Additional commits viewable in [compare view](https://github.com/Leaflet/Leaflet/compare/v1.4.0...v1.5.1)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #85.