etalab / geo.data.gouv.fr

Trouvez facilement les données géographiques dont vous avez besoin
https://geo.data.gouv.fr
MIT License
69 stars 16 forks source link

Bump mapbox-gl from 0.53.1 to 1.2.0 #986

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mapbox-gl from 0.53.1 to 1.2.0.

Release notes *Sourced from [mapbox-gl's releases](https://github.com/mapbox/mapbox-gl-js/releases).* > ## v1.2.0 > ## Features and improvements > * Add `*-sort-key` layout property for circle, fill, and line layers, to dictate which features appear above others within a single layer([#8467](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8467)) > * Add ability to instantiate maps with specific access tokens ([#8364](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8364)) > * Accommodate `prefers-reduced-motion` settings in browser ([#8494](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8494)) > * Add Map `visualizePitch` option that tilts the compass as the map pitches ([#8208](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8208), fixed by [#8296](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8296)) (h/t [pakastin](https://github.com/pakastin)) > * Make source options take precedence over TileJSON ([#8232](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8232)) (h/t [jingsam](https://github.com/jingsam)) > * Make requirements for text offset properties more precise ([#8418](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8418)) > * Expose `convertFilter` API in the style specification ([#8493](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8493) > > ## Bug fixes > * Fix changes to `text-variable-anchor`, such that previous anchor positions would take precedence only if they are present in the updated array (considered a bug fix, but is technically a breaking change from previous behavior) ([#8473](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8473)) > * Fix rendering of opaque pass layers over heatmap and fill-extrusion layers ([#8440](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8440)) > * Fix rendering of extraneous vertical line in vector tiles ([#8477](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8477), fixed by [#8479](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8479)) > * Turn off 'move' event listeners when removing a marker ([#8465](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8465)) > * Fix class toggling on navigation control for IE ([#8495](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8495)) (h/t [cs09g](https://github.com/cs09g)) > * Fix background rotation hovering on geolocate control ([#8367](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8367)) (h/t [GuillaumeGomez](https://github.com/GuillaumeGomez)) > * Fix error in click events on markers where `startPos` is not defined ([#8462](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8462)) (h/t [@​msbarry](https://github.com/msbarry)) > * Fix malformed urls when using custom `baseAPIURL` of a certain form ([#8466](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8466)) > > ## v1.2.0-beta.1 > No release notes provided. > > ## v1.1.1 > > ## 🐞 Bug fixes > > * Fix unbounded memory growth caused by failure to cancel requests to the cache ([#8472](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8472)) > * Fix unbounded memory growth caused by failure to cancel requests in IE ([#8481](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8481)) > * Fix performance of getting tiles from the cache ([#8489](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8449)) > > ## v1.1.0 > ## ✨ Minor features and improvements > * Improve line rendering performance by using a more compact line attributes layout ([#8306](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8306)) > * Improve data-driven symbol layers rendering performance ([#8295](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8295)) > * Add the ability to disable validation during `queryRenderedFeatures` and `querySourceFeatures` calls, as a performance optimization ([#8211](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8211)) (h/t [gorshkov-leonid](https://github.com/gorshkov-leonid)) > * Improve `setFilter` performance by caching keys in `groupByLayout` routine ([#8122](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8122)) (h/t [vallendm](https://github.com/vallendm)) > * Improve rendering of symbol layers with `symbol-z-order: viewport-y`, when icons are allowed to overlap but not text ([#8180](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8180)) > * Prefer breaking lines at a zero width space to allow better break point suggestions for Japanese labels ([#8255](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8255)) > * Add a `WebGLRenderingContext` argument to `onRemove` function of `CustomLayerInterface`, to allow direct cleanup of related context ([#8156](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8156)) (h/t [ogiermaitre](https://github.com/ogiermaitre)) > * Allow zoom speed customization by adding `setZoomRate` and `setWheelZoomRate` methods to `ScrollZoomHandler` ([#7863](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7863)) (h/t [sf31](https://github.com/sf31)) > * Add `trackPointer` method to `Popup` API that continuously repositions the popup to the mouse cursor when the cursor is within the map ([#7786](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7786)) > * Add `getElement` method to `Popup` to retrieve the popup's HTML element ([#8123](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8123)) (h/t [bravecow](https://github.com/bravecow)) > * Add `fill-pattern` example to the documentation ([#8022](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8022)) (h/t [flawyte](https://github.com/flawyte)) > * Update script detection for Unicode 12.1 ([#8158](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8158)) > * Add `nofollow` to Mapbox logo & "Improve this map" links ([#8106](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8106)) (h/t [viniciuskneves](https://github.com/viniciuskneves)) > * Include source name in invalid GeoJSON error ([#8113](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8113)) (h/t [Zirak](https://github.com/Zirak)) > > ## 🐞 Bug fixes > * Fix `updateImage` not working as expected in Chrome ([#8199](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8199)) > ... (truncated)
Changelog *Sourced from [mapbox-gl's changelog](https://github.com/mapbox/mapbox-gl-js/blob/master/CHANGELOG.md).* > ## 1.2.0 > > ## Features and improvements > * Add `*-sort-key` layout property for circle, fill, and line layers, to dictate which features appear above others within a single layer([#8467](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8467)) > * Add ability to instantiate maps with specific access tokens ([#8364](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8364)) > * Accommodate `prefers-reduced-motion` settings in browser ([#8494](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8494)) > * Add Map `visualizePitch` option that tilts the compass as the map pitches ([#8208](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8208), fixed by [#8296](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8296)) (h/t [pakastin](https://github.com/pakastin)) > * Make source options take precedence over TileJSON ([#8232](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8232)) (h/t [jingsam](https://github.com/jingsam)) > * Make requirements for text offset properties more precise ([#8418](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8418)) > * Expose `convertFilter` API in the style specification ([#8493](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8493) > > ## Bug fixes > * Fix changes to `text-variable-anchor`, such that previous anchor positions would take precedence only if they are present in the updated array (considered a bug fix, but is technically a breaking change from previous behavior) ([#8473](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8473)) > * Fix rendering of opaque pass layers over heatmap and fill-extrusion layers ([#8440](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8440)) > * Fix rendering of extraneous vertical line in vector tiles ([#8477](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8477), fixed by [#8479](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8479)) > * Turn off 'move' event listeners when removing a marker ([#8465](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8465)) > * Fix class toggling on navigation control for IE ([#8495](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8495)) (h/t [cs09g](https://github.com/cs09g)) > * Fix background rotation hovering on geolocate control ([#8367](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8367)) (h/t [GuillaumeGomez](https://github.com/GuillaumeGomez)) > * Fix error in click events on markers where `startPos` is not defined ([#8462](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8462)) (h/t [@​msbarry](https://github.com/msbarry)) > * Fix malformed urls when using custom `baseAPIURL` of a certain form ([#8466](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8466)) > > ## 1.1.1 > > ## 🐞 Bug fixes > > * Fix unbounded memory growth caused by failure to cancel requests to the cache ([#8472](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8472)) > * Fix unbounded memory growth caused by failure to cancel requests in IE ([#8481](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8481)) > * Fix performance of getting tiles from the cache ([#8489](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8449)) > > ## 1.1.0 > > ## ✨ Minor features and improvements > * Improve line rendering performance by using a more compact line attributes layout ([#8306](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8306)) > * Improve data-driven symbol layers rendering performance ([#8295](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8295)) > * Add the ability to disable validation during `queryRenderedFeatures` and `querySourceFeatures` calls, as a performance optimization ([#8211](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8211)) (h/t [gorshkov-leonid](https://github.com/gorshkov-leonid)) > * Improve `setFilter` performance by caching keys in `groupByLayout` routine ([#8122](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8122)) (h/t [vallendm](https://github.com/vallendm)) > * Improve rendering of symbol layers with `symbol-z-order: viewport-y`, when icons are allowed to overlap but not text ([#8180](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8180)) > * Prefer breaking lines at a zero width space to allow better break point suggestions for Japanese labels ([#8255](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8255)) > * Add a `WebGLRenderingContext` argument to `onRemove` function of `CustomLayerInterface`, to allow direct cleanup of related context ([#8156](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8156)) (h/t [ogiermaitre](https://github.com/ogiermaitre)) > * Allow zoom speed customization by adding `setZoomRate` and `setWheelZoomRate` methods to `ScrollZoomHandler` ([#7863](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7863)) (h/t [sf31](https://github.com/sf31)) > * Add `trackPointer` method to `Popup` API that continuously repositions the popup to the mouse cursor when the cursor is within the map ([#7786](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7786)) > * Add `getElement` method to `Popup` to retrieve the popup's HTML element ([#8123](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8123)) (h/t [bravecow](https://github.com/bravecow)) > * Add `fill-pattern` example to the documentation ([#8022](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8022)) (h/t [flawyte](https://github.com/flawyte)) > * Update script detection for Unicode 12.1 ([#8158](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8158)) > * Add `nofollow` to Mapbox logo & "Improve this map" links ([#8106](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8106)) (h/t [viniciuskneves](https://github.com/viniciuskneves)) > * Include source name in invalid GeoJSON error ([#8113](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8113)) (h/t [Zirak](https://github.com/Zirak)) > > ## 🐞 Bug fixes > * Fix `updateImage` not working as expected in Chrome ([#8199](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8199)) > * Fix issues with double-tap zoom on touch devices ([#8086](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8086)) > ... (truncated)
Commits - [`86d0152`](https://github.com/mapbox/mapbox-gl-js/commit/86d0152d804d82eb96a8d34a145bf2d01ba375a2) update version to v1.2.0 ([#8562](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8562)) - [`9f13d32`](https://github.com/mapbox/mapbox-gl-js/commit/9f13d32cafa010706e3b74f90057619b5f9497de) Fix usage of String.includes which is es6 but not transformed by buble ([#8565](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8565)... - [`d2c3a43`](https://github.com/mapbox/mapbox-gl-js/commit/d2c3a43604d1da1dfab3c57697d60630a7572483) squash ([#8529](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8529)) - [`dae5fa3`](https://github.com/mapbox/mapbox-gl-js/commit/dae5fa3c5f30fcaa25158f780972337afdfdfe57) Merge remote-tracking branch 'origin/publisher-production' - [`39fcb3d`](https://github.com/mapbox/mapbox-gl-js/commit/39fcb3dadeeba27f40a7fa2d623e769f76b4432a) Revert merge ([#8522](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8522)) - [`ee025ea`](https://github.com/mapbox/mapbox-gl-js/commit/ee025ea62501d67aa472ab091afc631d08ddc5c1) Fix accidental reversion of text-radial-offset style-spec ([#8521](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8521)) - [`3dce2ca`](https://github.com/mapbox/mapbox-gl-js/commit/3dce2ca54f5c51e17e802c57e8d057d51a047b7b) Support for prefers-reduced-motion ([#8494](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8494)) - [`50c1ca6`](https://github.com/mapbox/mapbox-gl-js/commit/50c1ca684beb5b3ba322bc61c197f1a48a7ef29e) merge publisher-production into master ([#8519](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8519)) - [`bac3fb0`](https://github.com/mapbox/mapbox-gl-js/commit/bac3fb01a6b65f155efec18da0cf51cad5744e84) Revert "merge publisher-production" ([#8518](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8518)) - [`9a4254e`](https://github.com/mapbox/mapbox-gl-js/commit/9a4254e290bd4f98b20dfdee834f6353392eef17) Render test with multiple fill extrusions and circle layers interleaved - Additional commits viewable in [compare view](https://github.com/mapbox/mapbox-gl-js/compare/v0.53.1...v1.2.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 will not automatically merge this PR because this dependency is pre-1.0.0.


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). To ignore the version in this PR you can just close it - `@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.
buildsize[bot] commented 5 years ago
File name Previous Size New Size Change
page-_error.js.gz 185 bytes 185 bytes 0 bytes (0%)
page-catalog.js.gz 58.41 KB 58.41 KB 0 bytes (0%)
page-catalogs.js.gz 3.03 KB 3.03 KB 0 bytes (0%)
page-dataset.js.gz 18.98 KB 18.98 KB 0 bytes (0%)
page-doc-publish-your-data.js.gz 3.68 KB 3.68 KB 0 bytes (0%)
page-doc.js.gz 1.54 KB 1.54 KB 0 bytes (0%)
page-events.js.gz 2.24 KB 2.24 KB 0 bytes (0%)
page-harvest.js.gz 2.41 KB 2.41 KB 0 bytes (0%)
page-index.js.gz 5.11 KB 5.11 KB 0 bytes (0%)
page-legal.js.gz 816 bytes 816 bytes 0 bytes (0%)
page-publication-datasets.js.gz 5.1 KB 5.1 KB 0 bytes (0%)
page-publication-organization.js.gz 8.34 KB 8.34 KB 0 bytes (0%)
page-publication-producers.js.gz 4.56 KB 4.56 KB 0 bytes (0%)
page-publication.js.gz 3.32 KB 3.32 KB 0 bytes (0%)
page-search.js.gz 7.75 KB 7.75 KB 0 bytes (0%)
page-doc-link-proxy.js.gz 1.47 KB 1.47 KB 0 bytes (0%)
page-embed-preview.js.gz 5.78 KB 5.78 KB 0 bytes (0%)
page-_app.js.gz 2.37 KB 2.37 KB 0 bytes (0%)
chunk-centered-map.[hash].js.gz 177.84 KB 184.12 KB 6.28 KB (4%)
chunk-commons.[hash].js.gz 136.33 KB 136.33 KB 0 bytes (0%)
chunk-preview-table.[hash].js.gz 12.81 KB 12.81 KB 0 bytes (0%)
runtime-main-[hash].js.gz 2.16 KB 2.16 KB 0 bytes (0%)
runtime-webpack-[hash].js.gz 1.2 KB 1.2 KB 0 bytes (0%)
codecov[bot] commented 5 years ago

Codecov Report

Merging #986 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #986   +/-   ##
=====================================
  Coverage     6.3%   6.3%           
=====================================
  Files         118    118           
  Lines        1062   1062           
=====================================
  Hits           67     67           
  Misses        995    995

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1370d6e...3dec822. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Superseded by #988.