NYCPlanning / labs-regional-viz

An interactive mapping experience that highlights regional planning data and trends.
Other
6 stars 1 forks source link

Bump mapbox-gl from 0.45.0 to 0.47.0 #226

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mapbox-gl from 0.45.0 to 0.47.0.

Release notes *Sourced from [mapbox-gl's releases](https://github.com/mapbox/mapbox-gl-js/releases).* > ## v0.47.0 > ## ✨ Features and improvements > * Add configurable drag pan threshold ([#6809](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6809)) (h/t [msbarry](https://github.com/msbarry)) > * Add `raster-resampling` raster paint property ([#6411](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6411)) (h/t [andrewharvey](https://github.com/andrewharvey)) > * Add `symbol-placement: line-center` ([#6821](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6821)) > * Add methods for inspecting GeoJSON clusters ([#3318](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/3318), fixed by [#6829](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6829)) > * Add warning to geolocate control when unsupported ([#6923](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6923)) (h/t [aendrew](https://github.com/aendrew)) > * Upgrade geojson-vt to 3.1.4 ([#6942](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6942)) > * Include link to license in compiled bundle ([#6975](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6975)) > > ## 🐛 Bug fixes > * Use updateData instead of re-creating buffers for repopulated paint arrays ([#6853](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6853)) > * Fix ScrollZoom handler setting tr.zoom = NaN ([#6924](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6924)) > - Failed to invert matrix error ([#6486](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6486), fixed by [#6924](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6924)) > - Fixing matrix errors ([#6782](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6782), fixed by [#6924](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6924)) > * Fix heatmap tile clipping when layers are ordered above it ([#6806](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6806), fixed by [#6807](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6807)) > * Fix video source in safari (macOS and iOS) ([#6443](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6443), fixed by [#6811](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6811)) > * Do not reload errored tiles ([#6813](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6813)) > * Fix send / remove timing bug in Dispatcher ([#6756](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6756), fixed by [#6826](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6826)) > * Fix flyTo not zooming to exact given zoom ([#6828](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6828)) > * Don't stop animation on map resize ([#6636](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6636)) > * Fix map.getBounds() with rotated map ([#6875](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6875)) (h/t [zoltan-mihalyi](https://github.com/zoltan-mihalyi)) > * Support collators in feature filter expressions. ([#6929](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6929)) > * Fix Webpack production mode compatibility ([#6981](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6981)) > > ## v0.47.0-beta.1 > No release notes provided. > > ## v0.46.0 > ### ⚠️ Breaking changes > > * Align implicit type casting behavior of `match` expressions with with `case/==` ([#6684](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6684)) > > ### ✨ Features and improvements > > * :tada: Add `Map#setFeatureState` and `feature-state` expression to support interactive styling ([#6263](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6263)) > * Create draggable `Marker` with `setDraggable` ([#6687](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6687)) > * Add `Map#listImages` for listing all currently active sprites/images ([#6381](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6381)) > * Add "crossSourceCollisions" option to disable cross-source collision detection ([#6566](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6566)) > * Handle `text/icon-rotate` for symbols with `symbol-placement: point` ([#6075](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6075)) > * Automatically compact Mapbox wordmark on narrow maps. ([#4282](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/4282)) (h/t [andrewharvey](https://github.com/andrewharvey)) > * Only show compacted AttributionControl on interactive displays ([#6506](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6506)) (h/t [andrewharvey](https://github.com/andrewharvey)) > * Use postcss to inline svg files into css, reduce size of mapbox-gl.css ([#6513](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6513)) (h/t [andrewharvey](https://github.com/andrewharvey)) > * Add support for GeoJSON attribution ([#6364](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6364)) (h/t [andrewharvey](https://github.com/andrewharvey)) > * Add instructions for running individual unit and render tests ([#6686](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6686)) > * Make Map constructor fail if WebGL init fails. ([#6744](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6744)) (h/t [uforic](https://github.com/uforic)) > * Add browser fallback code for `collectResourceTiming: true` in web workers ([#6721](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6721)) > * Remove ignored usage of gl.lineWidth ([#5541](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/5541)) > * Split new bounds calculation out of fitBounds into new method ([#6683](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6683)) > * Allow integration tests to be organized in an arbitrarily deep directory structure ([#3920](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/3920)) > ... (truncated)
Changelog *Sourced from [mapbox-gl's changelog](https://github.com/mapbox/mapbox-gl-js/blob/master/CHANGELOG.md).* > ## 0.47.0 > > ## ✨ Features and improvements > * Add configurable drag pan threshold ([#6809](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6809)) (h/t [msbarry](https://github.com/msbarry)) > * Add `raster-resampling` raster paint property ([#6411](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6411)) (h/t [andrewharvey](https://github.com/andrewharvey)) > * Add `symbol-placement: line-center` ([#6821](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6821)) > * Add methods for inspecting GeoJSON clusters ([#3318](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/3318), fixed by [#6829](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6829)) > * Add warning to geolocate control when unsupported ([#6923](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6923)) (h/t [aendrew](https://github.com/aendrew)) > * Upgrade geojson-vt to 3.1.4 ([#6942](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6942)) > * Include link to license in compiled bundle ([#6975](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6975)) > > ## 🐛 Bug fixes > * Use updateData instead of re-creating buffers for repopulated paint arrays ([#6853](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6853)) > * Fix ScrollZoom handler setting tr.zoom = NaN ([#6924](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6924)) > - Failed to invert matrix error ([#6486](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6486), fixed by [#6924](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6924)) > - Fixing matrix errors ([#6782](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6782), fixed by [#6924](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6924)) > * Fix heatmap tile clipping when layers are ordered above it ([#6806](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6806), fixed by [#6807](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6807)) > * Fix video source in safari (macOS and iOS) ([#6443](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6443), fixed by [#6811](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6811)) > * Do not reload errored tiles ([#6813](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6813)) > * Fix send / remove timing bug in Dispatcher ([#6756](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6756), fixed by [#6826](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6826)) > * Fix flyTo not zooming to exact given zoom ([#6828](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6828)) > * Don't stop animation on map resize ([#6636](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6636)) > * Fix map.getBounds() with rotated map ([#6875](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6875)) (h/t [zoltan-mihalyi](https://github.com/zoltan-mihalyi)) > * Support collators in feature filter expressions. ([#6929](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6929)) > * Fix Webpack production mode compatibility ([#6981](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6981)) > > ## 0.46.0 > > ### ⚠️ Breaking changes > > * Align implicit type casting behavior of `match` expressions with with `case/==` ([#6684](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6684)) > > ### ✨ Features and improvements > > * :tada: Add `Map#setFeatureState` and `feature-state` expression to support interactive styling ([#6263](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6263)) > * Create draggable `Marker` with `setDraggable` ([#6687](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6687)) > * Add `Map#listImages` for listing all currently active sprites/images ([#6381](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6381)) > * Add "crossSourceCollisions" option to disable cross-source collision detection ([#6566](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6566)) > * Handle `text/icon-rotate` for symbols with `symbol-placement: point` ([#6075](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6075)) > * Automatically compact Mapbox wordmark on narrow maps. ([#4282](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/4282)) (h/t [andrewharvey](https://github.com/andrewharvey)) > * Only show compacted AttributionControl on interactive displays ([#6506](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6506)) (h/t [andrewharvey](https://github.com/andrewharvey)) > * Use postcss to inline svg files into css, reduce size of mapbox-gl.css ([#6513](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6513)) (h/t [andrewharvey](https://github.com/andrewharvey)) > * Add support for GeoJSON attribution ([#6364](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6364)) (h/t [andrewharvey](https://github.com/andrewharvey)) > * Add instructions for running individual unit and render tests ([#6686](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6686)) > * Make Map constructor fail if WebGL init fails. ([#6744](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6744)) (h/t [uforic](https://github.com/uforic)) > * Add browser fallback code for `collectResourceTiming: true` in web workers ([#6721](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6721)) > * Remove ignored usage of gl.lineWidth ([#5541](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/5541)) > * Split new bounds calculation out of fitBounds into new method ([#6683](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/6683)) > * Allow integration tests to be organized in an arbitrarily deep directory structure ([#3920](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/3920)) > * Make "Missing Mapbox GL JS CSS" a console warning ([#5786](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/5786)) > ... (truncated)
Commits - [`330de68`](https://github.com/mapbox/mapbox-gl-js/commit/330de68a658b5efdf3de88b25680501511de04f3) v0.47.0 - [`3f4acc8`](https://github.com/mapbox/mapbox-gl-js/commit/3f4acc82b35a5813abd08692a8baa9dfa257914c) release-drink backport: Fix Webpack production mode compatibility ([#6981](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6981)) - [`e1af72c`](https://github.com/mapbox/mapbox-gl-js/commit/e1af72cf07a46fc2c849e030b931e7669eac4b28) Include link to license in compiled bundle ([#6975](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6975)) - [`af42b58`](https://github.com/mapbox/mapbox-gl-js/commit/af42b58f1180dec36e01ebed19c22c1306598df4) v0.47.0-beta.1 - [`162ed46`](https://github.com/mapbox/mapbox-gl-js/commit/162ed463b5776b45cfbe766ca5b7bf4ad78c8cc1) upgrade geojson-vt to 3.1.4 ([#6942](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6942)) - [`e68e6a0`](https://github.com/mapbox/mapbox-gl-js/commit/e68e6a017dffd1041efbb35a69b328303f814dc8) Merge branch 'mb-pages' - [`a00bf99`](https://github.com/mapbox/mapbox-gl-js/commit/a00bf99458b1422e1eab0453f47e09546abfb249) Fix getBounds() for bearings between 90 and 270 as well; update docs - [`c276c36`](https://github.com/mapbox/mapbox-gl-js/commit/c276c3672eb4d1c1a4da1860d7908efebfd038b9) fixes [#6867](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6867) - map.getBounds() works with rotated map - [`e07d042`](https://github.com/mapbox/mapbox-gl-js/commit/e07d042c94b111c541c245be24f743dd1d3d6857) Use absolute URLs for example assets for portability ([#6834](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6834)) - [`b192262`](https://github.com/mapbox/mapbox-gl-js/commit/b1922621e6675ed3f5a5bfb6f2f2d7ec7ad1a765) Adds warning to geolocate control when unsupported ([#6923](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/6923)) - Additional commits viewable in [compare view](https://github.com/mapbox/mapbox-gl-js/compare/v0.45.0...v0.47.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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@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 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 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.