technologiestiftung / bezirksregionenprofile

1 stars 0 forks source link

Bump mapbox-gl from 0.45.0 to 0.52.0 #5

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mapbox-gl from 0.45.0 to 0.52.0.

Release notes *Sourced from [mapbox-gl's releases](https://github.com/mapbox/mapbox-gl-js/releases).* > ## v0.52.0 > ## Breaking changes > * Canonicalize tile urls to `mapbox://` urls so they can be transformed with `config.API_URL` ([#7594](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7594)) > > ## Features and improvements > * Add getter and setter for `config.API_URL` ([#7594](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7594)) > * Allow user to define element other than map container for full screen control ([#7548](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7548)) > * Add validation option to style setters ([#7604](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7604)) > * Add 'idle' event: fires when no further rendering is expected without further interaction. ([#7625](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7625)) > > ## Bug fixes > * Fire error when map.getLayoutProperty references missing layer ([#7537](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/7537), fixed by [#7539](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7539)) > * Fix shaky sprites when zooming with scrolling ([#7558](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7558)) > * Fix layout problems in attribution control ([#7608](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7608)) (h/t [lucaswoj](https://github.com/lucaswoj)) > * Fixes resetting map's pitch to 0 if initial bounds is set ([#7617](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7617)) (h/t [stepankuzmin](https://github.com/stepankuzmin)) > * Fix occasional failure to load images after multiple image request abortions [#7641](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7641) > * Update repo url to correct one ([#7486](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7486)) (h/t [nicholas-l](https://github.com/nicholas-l)) > * Fix bug where symbols were sometimes not rendered immediately ([#7610](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7610)) > * Fix bug where cameraForBounds returns incorrect CameraOptions with asymmetrical padding/offset ([#7517](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/7517), fixed by [#7518](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7518)) (h/t [mike-marcacci](https://github.com/mike-marcacci)) > * Use diff+patch approach to map.setStyle when the parameter is a URL ([#4025](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/4025), fixed by [#7562](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7562)) > * Begin touch zoom immediately when rotation disabled ([#7582](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7582)) (h/t [msbarry](https://github.com/msbarry)) > * Fix symbol rendering under opaque fill layers ([#7612](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7612)) > * Fix shaking by aligning raster sources to pixel grid only when map is idle ([7426](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7426)) > * Fix raster layers in Edge 18 by disabling it's incomplete WebP support ([7687](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7687)) > * Fix memory leak in hillshade layer ([7691](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7691)) > * Fix disappearing custom layers ([7711](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7711)) > > ## v0.52.0-beta.2 > No release notes provided. > > ## v0.52.0-beta.1 > No release notes provided. > > ## v0.51.0 > ### ✨ Features and improvements > * Add initial bounds as map constructor option ([#5518](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/5518)) (h/t [stepankuzmin](https://github.com/stepankuzmin)) > * Improve performance on machines with > 8 cores ([#7407](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/7407), fixed by [#7430](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7430)) > * Add `MercatorCoordinate` type ([#7488](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7488)) > * Allow browser-native `contextmenu` to be enabled ([#2301](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/2301), fixed by [#7369](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7369)) > * Add an unminified production build to the NPM package ([#7403](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7403)) > * Add support for `LngLat` conversion from `{lat, lon}` ([#7507](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7507)) (h/t [bfrengley](https://github.com/bfrengley)) > * Add tooltips for navigation controls ([#7373](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7373)) > * Show attribution only for used sources ([#7384](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7384)) > * Add telemetry event to log map loads ([#7431](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7431)) > * **Tighten style validation** > * Disallow expressions as stop values ([#7396](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7396)) > * Disallow `feature-state` expressions in filters ([#7366](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7366)) > > ### 🐛 Bug fixes > * Fix for GeoJSON geometries not working when coincident with tile boundaries([#7436](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/7436), fixed by [#7448](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7448)) > ... (truncated)
Changelog *Sourced from [mapbox-gl's changelog](https://github.com/mapbox/mapbox-gl-js/blob/master/CHANGELOG.md).* > ## 0.52.0 > > # Breaking changes > * Canonicalize tile urls to `mapbox://` urls so they can be transformed with `config.API_URL` ([#7594](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7594)) > > ## Features and improvements > * Add getter and setter for `config.API_URL` ([#7594](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7594)) > * Allow user to define element other than map container for full screen control ([#7548](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7548)) > * Add validation option to style setters ([#7604](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7604)) > * Add 'idle' event: fires when no further rendering is expected without further interaction. ([#7625](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7625)) > > ## Bug fixes > * Fire error when map.getLayoutProperty references missing layer ([#7537](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/7537), fixed by [#7539](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7539)) > * Fix shaky sprites when zooming with scrolling ([#7558](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7558)) > * Fix layout problems in attribution control ([#7608](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7608)) (h/t [lucaswoj](https://github.com/lucaswoj)) > * Fixes resetting map's pitch to 0 if initial bounds is set ([#7617](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7617)) (h/t [stepankuzmin](https://github.com/stepankuzmin)) > * Fix occasional failure to load images after multiple image request abortions [#7641](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7641) > * Update repo url to correct one ([#7486](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7486)) (h/t [nicholas-l](https://github.com/nicholas-l)) > * Fix bug where symbols were sometimes not rendered immediately ([#7610](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7610)) > * Fix bug where cameraForBounds returns incorrect CameraOptions with asymmetrical padding/offset ([#7517](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/7517), fixed by [#7518](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7518)) (h/t [mike-marcacci](https://github.com/mike-marcacci)) > * Use diff+patch approach to map.setStyle when the parameter is a URL ([#4025](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/4025), fixed by [#7562](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7562)) > * Begin touch zoom immediately when rotation disabled ([#7582](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7582)) (h/t [msbarry](https://github.com/msbarry)) > * Fix symbol rendering under opaque fill layers ([#7612](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7612)) > * Fix shaking by aligning raster sources to pixel grid only when map is idle ([7426](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7426)) > * Fix raster layers in Edge 18 by disabling it's incomplete WebP support ([7687](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7687)) > * Fix memory leak in hillshade layer ([7691](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7691)) > * Fix disappearing custom layers ([7711](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7711)) > > ## 0.51.0 > November 7, 2018 > > ### ✨ Features and improvements > * Add initial bounds as map constructor option ([#5518](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/5518)) (h/t [stepankuzmin](https://github.com/stepankuzmin)) > * Improve performance on machines with > 8 cores ([#7407](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/7407), fixed by [#7430](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7430)) > * Add `MercatorCoordinate` type ([#7488](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7488)) > * Allow browser-native `contextmenu` to be enabled ([#2301](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/2301), fixed by [#7369](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7369)) > * Add an unminified production build to the NPM package ([#7403](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7403)) > * Add support for `LngLat` conversion from `{lat, lon}` ([#7507](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7507)) (h/t [bfrengley](https://github.com/bfrengley)) > * Add tooltips for navigation controls ([#7373](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7373)) > * Show attribution only for used sources ([#7384](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7384)) > * Add telemetry event to log map loads ([#7431](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7431)) > * **Tighten style validation** > * Disallow expressions as stop values ([#7396](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7396)) > * Disallow `feature-state` expressions in filters ([#7366](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7366)) > > ### 🐛 Bug fixes > * Fix for GeoJSON geometries not working when coincident with tile boundaries([#7436](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/7436), fixed by [#7448](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7448)) > * Fix depth buffer-related rendering issues on some Android devices. ([#7471](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7471)) > * Fix positioning of compact attribution strings ([#7444](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7444), [#7445](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7445), and [#7391](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7391)) > * Fix an issue with removing markers in mouse event callbacks ([#7442](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/pull/7442)) (h/t [vbud](https://github.com/vbud)) > ... (truncated)
Commits - [`8006677`](https://github.com/mapbox/mapbox-gl-js/commit/8006677bb4001cb9b47ec8ac9edbc1ef951a500a) v0.52.0 - [`63248b9`](https://github.com/mapbox/mapbox-gl-js/commit/63248b9a6176ee2c7f3cc73271437a593b71dafc) cherry-pick color state fix to release branch ([#7715](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/7715)) - [`be18873`](https://github.com/mapbox/mapbox-gl-js/commit/be188730213be333df6b92d8f1aadacce5a422cb) v0.52.0-beta.2 - [`22ab43e`](https://github.com/mapbox/mapbox-gl-js/commit/22ab43e085a7e302dc968d8b68b282cf7e7660ba) Cache hillshade textures based on texture size, not tile size. ([#7695](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/7695)) - [`578de29`](https://github.com/mapbox/mapbox-gl-js/commit/578de298b75cc65cf73104dc2375d2e31351c885) avoid incomplete webp support in Edge 18 ([#7687](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/7687)) ([#7692](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/7692)) - [`ca638dc`](https://github.com/mapbox/mapbox-gl-js/commit/ca638dc9a0b7cb285bfe575b09ef0defbae0367a) only align raster sources to pixel grid when map is idle to prevent shaking (... - [`1e51f5c`](https://github.com/mapbox/mapbox-gl-js/commit/1e51f5c760ce965cabe39c2dc87be1235c35e695) Flattens nested single element all expressions when converting to expressions... - [`0f370bf`](https://github.com/mapbox/mapbox-gl-js/commit/0f370bf5197e7365923d5f00765c56af591c2321) v0.52.0-beta.1 ([#7659](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/7659)) - [`686dc28`](https://github.com/mapbox/mapbox-gl-js/commit/686dc28aa9c8bec306f5e77e2a5db77c4fe8daf8) v0.52.0-beta1 - [`762389b`](https://github.com/mapbox/mapbox-gl-js/commit/762389b7cd93d06b48eafbf14c8ecd1d4cdd73dd) Add check for layer 'type' property ([#7645](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/7645)) ([#7658](https://github-redirect.dependabot.com/mapbox/mapbox-gl-js/issues/7658)) - Additional commits viewable in [compare view](https://github.com/mapbox/mapbox-gl-js/compare/v0.45.0...v0.52.0)
Maintainer changes This version was pushed to npm by [mapbox-npm-07](https://www.npmjs.com/~mapbox-npm-07), a new releaser for mapbox-gl since your current version.


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 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 cancel merge` will cancel a previously requested merge - `@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.