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 and @types/mapbox-gl in /assets #518

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2022

Bumps mapbox-gl and @types/mapbox-gl. These dependencies needed to be updated together.
Updates mapbox-gl from 2.8.2 to 2.9.2

Release notes

Sourced from mapbox-gl's releases.

v2.9.2

Bug fixes 🐞

  • Add a workaround in ScaleControl to support localization in browsers without NumberFormat support. (#12068)
  • Fix GeolocateControl not working in Safari. (#12080)

v2.9.1

Bug fixes 🐞

  • Fix missing lines on some Windows devices. (#12017)

v2.9.0

Features ✨

  • Add globe projection. This new projection displays the map as a 3d globe and can be enabled by either passing projection: globe to the map constructor or by calling map.setProjection('globe'). All layers are supported by globe except for Custom Layers and Sky.
  • Extend atmospheric fog with three new style specification properties: high-color, space-color and star-intensity to allow the design of atmosphere around the globe and night skies. (#11590)
  • Add a new line layer paint property in the style specification: line-trim-offset that can be used to create a custom fade out with improved update performance over line-gradient. (#11570)
  • Add an option for providing a geolocation adapter to GeolocateControl. (#10400) (h/t behnammodi)
  • Add Map.Title property to locale options to localise the map aria-label. (#11549) (h/t andrewharvey)
  • Allow duplicated coordinates in tile request URLs. (#11441) (h/t ozero)

Bug fixes 🐞

  • Fix an issue which causes line layers to occasionally flicker. (#11848)
  • Fix markers in fog sometimes becoming more visible when behind terrain. (#11658)
  • Fix an issue where setting terrain exageration to 0 could prevent the zoom to be resolved. (#11830)
  • Copy stylesheet to allow toggling different styles using setStyle without overwriting some of the properties. (#11942)

v2.9.0-beta.2

No release notes provided.

v2.9.0-beta.1

No release notes provided.

Changelog

Sourced from mapbox-gl's changelog.

2.9.2

Bug fixes 🐞

  • Add a workaround in ScaleControl to support localization in browsers without NumberFormat support. (#12068)
  • Fix GeolocateControl not working in Safari. (#12080)

2.9.1

Bug fixes 🐞

  • Fix missing lines on some Windows devices. (#12017)

2.9.0

Features ✨

  • Add globe projection. This new projection displays the map as a 3d globe and can be enabled by either passing projection: globe to the map constructor or by calling map.setProjection('globe'). All layers are supported by globe except for Custom Layers and Sky.
  • Extend atmospheric fog with three new style specification properties: high-color, space-color and star-intensity to allow the design of atmosphere around the globe and night skies. (#11590)
  • Add a new line layer paint property in the style specification: line-trim-offset that can be used to create a custom fade out with improved update performance over line-gradient. (#11570)
  • Add an option for providing a geolocation adapter to GeolocateControl. (#10400) (h/t behnammodi)
  • Add Map.Title property to locale options to localise the map aria-label. (#11549) (h/t andrewharvey)
  • Allow duplicated coordinates in tile request URLs. (#11441) (h/t ozero)

Bug fixes 🐞

  • Fix an issue which causes line layers to occasionally flicker. (#11848)
  • Fix markers in fog sometimes becoming more visible when behind terrain. (#11658)
  • Fix an issue where setting terrain exageration to 0 could prevent the zoom to be resolved. (#11830)
  • Copy stylesheet to allow toggling different styles using setStyle without overwriting some of the properties. (#11942)
Commits

Updates @types/mapbox-gl from 2.7.0 to 2.7.5

Commits

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

Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) and [@types/mapbox-gl](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mapbox-gl). These dependencies needed to be updated together.

Updates `mapbox-gl` from 2.8.2 to 2.9.2
- [Release notes](https://github.com/mapbox/mapbox-gl-js/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md)
- [Commits](mapbox/mapbox-gl-js@v2.8.2...v2.9.2)

Updates `@types/mapbox-gl` from 2.7.0 to 2.7.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mapbox-gl)

---
updated-dependencies:
- dependency-name: mapbox-gl
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/mapbox-gl"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants