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.3.1 #997

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mapbox-gl from 0.53.1 to 1.3.1.

Release notes *Sourced from [mapbox-gl's releases](https://github.com/mapbox/mapbox-gl-js/releases).* > ## v1.3.1 > - Fix a race condition that produced an error when a map was removed while reloading a source. [#8711](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8711) > - Fix a race condition where `render` event was sometimes not fired after `load` event in IE11. [#8708](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8708) > > ## v1.3.0 > ## 🍏 Features > > - Introduce `text-writing-mode` symbol layer property to allow placing point labels vertically. [#8399](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8399) > - Extend variable text placement to work when `text/icon-allow-overlap` is set to `true`. [#8620](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8620) > - Allow `text-color` to be used in formatted expressions to be able to draw different parts of a label in different colors. [#8068](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8068) > > ## ✨ Improvements > > - Improve tile loading logic to cancel requests more aggressively, improving performance when zooming or panning quickly. [#8633](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8633) > - Display outline on control buttons when focused (e.g. with a tab key) for better accessibility. [#8520](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8520) > - Improve the shape of line round joins. [#8275](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8275) > - Improve performance of processing line layers. [#8303](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8303) > - Improve legibility of info displayed with `map.showTileBoundaries = true`. [#8380](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8380) (h/t [@​andrewharvey](https://github.com/andrewharvey)) > - Add `MercatorCoordinate.meterInMercatorCoordinateUnits` method to make it easier to convert from meter units to coordinate values used in custom layers. [#8524](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8524) (h/t [@​andrewharvey](https://github.com/andrewharvey)) > - Improve conversion of legacy filters with duplicate values. [#8542](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8542) > - Move out documentation & examples website source to a separate `mapbox-gl-js-docs` repo. [#8582](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8582) > > ## 🐞 Bug Fixes > > - Fix a bug where local CJK fonts would switch to server-generated ones in overzoomed tiles. [#8657](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8657) > - Fix precision issues in [deck.gl](https://deck.gl)-powered custom layers. [#8502](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8502) > - Fix a bug where fill and line layers wouldn't render correctly over fill extrusions when coming from the same source. [#8661](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8661) > - Fix map loading for documents loaded from Blob URLs. [#8612](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8612) > - Fix classification of relative file:// URLs when in documents loaded from a file URL. [#8612](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8612) > - Remove `esm` from package `dependencies` (so that it's not installed on `npm install mapbox-gl`). [#8586](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8586) (h/t [@​DatGreekChick](https://github.com/DatGreekChick)) > > ## v1.3.0-beta.1 > No release notes provided. > > ## v1.2.1 > ## 1.2.1 > > ## 🐞 Bug fixes > > * Fix bug in `NavigationControl` compass button that prevented it from rotating with the map ([#8605](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8605)) > > ## 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) > ... (truncated)
Changelog *Sourced from [mapbox-gl's changelog](https://github.com/mapbox/mapbox-gl-js/blob/v1.3.1/CHANGELOG.md).* > ## 1.3.1 > > - Fix a race condition that produced an error when a map was removed while reloading a source. [#8711](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8711) > - Fix a race condition were `render` event was sometimes not fired after `load` event in IE11. [#8708](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8708) > > ## 1.3.0 > > ### 🍏 Features > > - Introduce `text-writing-mode` symbol layer property to allow placing point labels vertically. [#8399](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8399) > - Extend variable text placement to work when `text/icon-allow-overlap` is set to `true`. [#8620](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8620) > - Allow `text-color` to be used in formatted expressions to be able to draw different parts of a label in different colors. [#8068](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8068) > > ### ✨ Improvements > > - Improve tile loading logic to cancel requests more aggressively, improving performance when zooming or panning quickly. [#8633](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8633) > - Display outline on control buttons when focused (e.g. with a tab key) for better accessibility. [#8520](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8520) > - Improve the shape of line round joins. [#8275](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8275) > - Improve performance of processing line layers. [#8303](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8303) > - Improve legibility of info displayed with `map.showTileBoundaries = true`. [#8380](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8380) (h/t [@​andrewharvey](https://github.com/andrewharvey)) > - Add `MercatorCoordinate.meterInMercatorCoordinateUnits` method to make it easier to convert from meter units to coordinate values used in custom layers. [#8524](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8524) (h/t [@​andrewharvey](https://github.com/andrewharvey)) > - Improve conversion of legacy filters with duplicate values. [#8542](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8542) > - Move out documentation & examples website source to a separate `mapbox-gl-js-docs` repo. [#8582](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8582) > > ## 🐞 Bug Fixes > > - Fix a bug where local CJK fonts would switch to server-generated ones in overzoomed tiles. [#8657](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8657) > - Fix precision issues in [deck.gl](https://deck.gl)-powered custom layers. [#8502](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8502) > - Fix a bug where fill and line layers wouldn't render correctly over fill extrusions when coming from the same source. [#8661](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8661) > - Fix map loading for documents loaded from Blob URLs. [#8612](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8612) > - Fix classification of relative file:// URLs when in documents loaded from a file URL. [#8612](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8612) > - Remove `esm` from package `dependencies` (so that it's not installed on `npm install mapbox-gl`). [#8586](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8586) (h/t [@​DatGreekChick](https://github.com/DatGreekChick)) > > ## 1.2.1 > > ### 🐞 Bug fixes > > * Fix bug in `NavigationControl` compass button that prevented it from rotating with the map ([#8605](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/8605)) > > ## 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) > > ... (truncated)
Commits - [`506a3ef`](https://github.com/mapbox/mapbox-gl-js/commit/506a3efad7b5af5fec3baf57b06cc2158c231813) v1.3.1 ([#8724](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8724)) - [`a0f715d`](https://github.com/mapbox/mapbox-gl-js/commit/a0f715d7e62185fa19a1cddff99e603d7ab7b313) fix [#8705](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8705) actor error after map is removed ([#8711](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8711)) ([#8723](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8723)) - [`d9ea3b7`](https://github.com/mapbox/mapbox-gl-js/commit/d9ea3b736a75c583c5766320f67ca32a19630cd7) add CSP/unminified builds to CDN release uploads ([#8681](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8681)) ([#8683](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8683)) - [`6e20221`](https://github.com/mapbox/mapbox-gl-js/commit/6e202218ce433a1214cd4076ebff92159f23da39) use randomly generated task IDs to avoid collisions when receiving messages f... - [`9e40b53`](https://github.com/mapbox/mapbox-gl-js/commit/9e40b53134f0426911e0b234c735434f18fea451) v1.3.0 / style-spec v13.8.0 ([#8700](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8700)) - [`0620962`](https://github.com/mapbox/mapbox-gl-js/commit/0620962fda17f08e893d03a0311910e1380c819a) v1.3.0-beta.1 ([#8678](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8678)) - [`da7eb67`](https://github.com/mapbox/mapbox-gl-js/commit/da7eb677735ad6679bc0d3c755d2a76f04cbd9f7) queso backport: Use MessageChannel instead of setTimeout to avoid processing ... - [`4eb7d4e`](https://github.com/mapbox/mapbox-gl-js/commit/4eb7d4e58c2fb4483994e7d364016c2188709e1a) clarification of description for step expression ([#8667](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8667)) - [`5f8f1c2`](https://github.com/mapbox/mapbox-gl-js/commit/5f8f1c236cc9967309a6696aa8e3efca871f88ff) Improve cancellation of tile loads ([#8633](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8633)) - [`9ac2b38`](https://github.com/mapbox/mapbox-gl-js/commit/9ac2b38d68b8de155408e6d8b2d4436cf7292583) fix rendering fills above semi-translucent fill extrusions ([#8661](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/8661)) - Additional commits viewable in [compare view](https://github.com/mapbox/mapbox-gl-js/compare/v0.53.1...v1.3.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 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 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) - 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.
codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #997   +/-   ##
=====================================
  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 bcc23b0...6ed6af8. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #997   +/-   ##
=====================================
  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 bcc23b0...6ed6af8. Read the comment docs.

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 187.25 KB 9.41 KB (5%)
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 -2 bytes (0%)
dependabot-preview[bot] commented 4 years ago

Superseded by #1001.