Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mapbox-gl from 0.51.0 to 0.52.0 #846

Merged
merged 1 commit into from
Dec 25, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 24, 2018

Bumps mapbox-gl from 0.51.0 to 0.52.0.

Release notes

Sourced from mapbox-gl's releases.

v0.52.0

Breaking changes

  • Canonicalize tile urls to mapbox:// urls so they can be transformed with config.API_URL (#7594)

Features and improvements

  • Add getter and setter for config.API_URL (#7594)
  • Allow user to define element other than map container for full screen control (#7548)
  • Add validation option to style setters (#7604)
  • Add 'idle' event: fires when no further rendering is expected without further interaction. (#7625)

Bug fixes

  • Fire error when map.getLayoutProperty references missing layer (#7537, fixed by #7539)
  • Fix shaky sprites when zooming with scrolling (#7558)
  • Fix layout problems in attribution control (#7608) (h/t lucaswoj)
  • Fixes resetting map's pitch to 0 if initial bounds is set (#7617) (h/t stepankuzmin)
  • Fix occasional failure to load images after multiple image request abortions #7641
  • Update repo url to correct one (#7486) (h/t nicholas-l)
  • Fix bug where symbols were sometimes not rendered immediately (#7610)
  • Fix bug where cameraForBounds returns incorrect CameraOptions with asymmetrical padding/offset (#7517, fixed by #7518) (h/t mike-marcacci)
  • Use diff+patch approach to map.setStyle when the parameter is a URL (#4025, fixed by #7562)
  • Begin touch zoom immediately when rotation disabled (#7582) (h/t msbarry)
  • Fix symbol rendering under opaque fill layers (#7612)
  • Fix shaking by aligning raster sources to pixel grid only when map is idle (7426)
  • Fix raster layers in Edge 18 by disabling it's incomplete WebP support (7687)
  • Fix memory leak in hillshade layer (7691)
  • Fix disappearing custom layers (7711)

v0.52.0-beta.2

No release notes provided.

v0.52.0-beta.1

No release notes provided.

Changelog

Sourced from mapbox-gl's changelog.

0.52.0

Breaking changes

  • Canonicalize tile urls to mapbox:// urls so they can be transformed with config.API_URL (#7594)

Features and improvements

  • Add getter and setter for config.API_URL (#7594)
  • Allow user to define element other than map container for full screen control (#7548)
  • Add validation option to style setters (#7604)
  • Add 'idle' event: fires when no further rendering is expected without further interaction. (#7625)

Bug fixes

  • Fire error when map.getLayoutProperty references missing layer (#7537, fixed by #7539)
  • Fix shaky sprites when zooming with scrolling (#7558)
  • Fix layout problems in attribution control (#7608) (h/t lucaswoj)
  • Fixes resetting map's pitch to 0 if initial bounds is set (#7617) (h/t stepankuzmin)
  • Fix occasional failure to load images after multiple image request abortions #7641
  • Update repo url to correct one (#7486) (h/t nicholas-l)
  • Fix bug where symbols were sometimes not rendered immediately (#7610)
  • Fix bug where cameraForBounds returns incorrect CameraOptions with asymmetrical padding/offset (#7517, fixed by #7518) (h/t mike-marcacci)
  • Use diff+patch approach to map.setStyle when the parameter is a URL (#4025, fixed by #7562)
  • Begin touch zoom immediately when rotation disabled (#7582) (h/t msbarry)
  • Fix symbol rendering under opaque fill layers (#7612)
  • Fix shaking by aligning raster sources to pixel grid only when map is idle (7426)
  • Fix raster layers in Edge 18 by disabling it's incomplete WebP support (7687)
  • Fix memory leak in hillshade layer (7691)
  • Fix disappearing custom layers (7711)
Commits
Maintainer changes

This version was pushed to npm by 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.

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 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:

  • 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 dependabot-preview bot added the dependencies Issue related to dependencies label Dec 24, 2018
@codecov
Copy link

codecov bot commented Dec 24, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #846   +/-   ##
======================================
  Coverage    4.32%   4.32%           
======================================
  Files         117     117           
  Lines        1550    1550           
======================================
  Hits           67      67           
  Misses       1483    1483

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 be61bb4...2b13589. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Dec 24, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #846   +/-   ##
======================================
  Coverage    4.32%   4.32%           
======================================
  Files         117     117           
  Lines        1550    1550           
======================================
  Hits           67      67           
  Misses       1483    1483

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 be61bb4...2b13589. Read the comment docs.

@codecov
Copy link

codecov bot commented Dec 24, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #846   +/-   ##
======================================
  Coverage    4.32%   4.32%           
======================================
  Files         117     117           
  Lines        1550    1550           
======================================
  Hits           67      67           
  Misses       1483    1483

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 9094792...19a5aee. Read the comment docs.

@codecov
Copy link

codecov bot commented Dec 24, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #846   +/-   ##
======================================
  Coverage    4.32%   4.32%           
======================================
  Files         117     117           
  Lines        1550    1550           
======================================
  Hits           67      67           
  Misses       1483    1483

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 be61bb4...2b13589. Read the comment docs.

@buildsize
Copy link

buildsize bot commented Dec 24, 2018

File name Previous Size New Size Change
page-_error.js.gz 186 bytes 186 bytes 0 bytes (0%)
page-catalog.js.gz 57.15 KB 57.15 KB 0 bytes (0%)
page-catalogs.js.gz 3.55 KB 3.55 KB 0 bytes (0%)
page-dataset.js.gz 19.31 KB 19.31 KB 0 bytes (0%)
page-doc-publish-your-data.js.gz 3.7 KB 3.7 KB 0 bytes (0%)
page-doc.js.gz 1.91 KB 1.91 KB 0 bytes (0%)
page-events.js.gz 2.31 KB 2.31 KB 0 bytes (0%)
page-harvest.js.gz 3.05 KB 3.05 KB 0 bytes (0%)
page-index.js.gz 5.78 KB 5.78 KB 0 bytes (0%)
page-legal.js.gz 806 bytes 806 bytes 0 bytes (0%)
page-publication-datasets.js.gz 6.01 KB 6.01 KB 0 bytes (0%)
page-publication-organization.js.gz 9.17 KB 9.17 KB 0 bytes (0%)
page-publication-producers.js.gz 5.4 KB 5.4 KB 0 bytes (0%)
page-publication.js.gz 3.76 KB 3.76 KB 0 bytes (0%)
page-search.js.gz 7.69 KB 7.69 KB 0 bytes (0%)
page-doc-link-proxy.js.gz 1.44 KB 1.44 KB 0 bytes (0%)
page-embed-preview.js.gz 4.57 KB 4.57 KB 0 bytes (0%)
page-_app.js.gz 2.8 KB 2.8 KB 0 bytes (0%)
chunk-centered-map.[hash].js.gz 175.03 KB 175.45 KB 435 bytes (0%)
chunk-commons.[hash].js.gz 129.29 KB 129.29 KB 0 bytes (0%)
chunk-preview-table.[hash].js.gz 12.6 KB 12.6 KB 0 bytes (0%)
runtime-main-[hash].js.gz 395 bytes 395 bytes 0 bytes (0%)
runtime-webpack-[hash].js.gz 1.22 KB 1.22 KB -2 bytes (0%)

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/mapbox-gl-0.52.0 branch 3 times, most recently from affd3df to 303ad0a Compare December 24, 2018 05:08
Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 0.51.0 to 0.52.0.
- [Release notes](https://github.com/mapbox/mapbox-gl-js/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/master/CHANGELOG.md)
- [Commits](mapbox/mapbox-gl-js@v0.51.0...v0.52.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/mapbox-gl-0.52.0 branch from 303ad0a to 19a5aee Compare December 25, 2018 18:23
@tusbar tusbar merged commit c6d3638 into master Dec 25, 2018
@tusbar tusbar deleted the dependabot/npm_and_yarn/mapbox-gl-0.52.0 branch December 25, 2018 18:51
@tusbar tusbar added this to the 3.9.0 milestone Dec 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issue related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants