razorness / vue-maplibre-gl

Vue 3 plugin for maplibre-gl-js
81 stars 19 forks source link

Bump maplibre-gl from 1.15.2 to 2.0.4 #21

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps maplibre-gl from 1.15.2 to 2.0.4.

Release notes

Sourced from maplibre-gl's releases.

v2.0.4

https://github.com/maplibre/maplibre-gl-js Changes since MapLibre GL JS v2.0.3:

🐞 Bug fixes

  • Missing package.json file in version 2.0.3 dist in npm (#811) - this causes webpack to fail

v2.0.3

https://github.com/maplibre/maplibre-gl-js Changes since MapLibre GL JS v2.0.2:

Features and improvements

  • Remove node package chalk from devDependencies (#789).
  • Remove vector-tile module declaration and revert to using point from @​mapbox/point-geometry (#788, #800)
  • Moved development environemnt to use NodeJs 16 (#781, #806)

🐞 Bug fixes

  • Fix max cluster zoom in geojson source (#61)

v2.0.2

https://github.com/maplibre/maplibre-gl-js Changes since MapLibre GL JS v2.0.0:

🐞 Bug fixes

  • Fix documentation of addProtocol and removeProtocol.

v2.0.1

https://github.com/maplibre/maplibre-gl-js Changes since MapLibre GL JS v2.0.0:

🐞 Bug fixes

  • Fix documentation of addProtocol and removeProtocol.

v2.0.0

https://github.com/maplibre/maplibre-gl-js Changes since MapLibre GL JS v2.0.0-pre.5:

Features and improvements

  • Migrated the production code to typescript
  • ** Breaking Change ** removed version from the public API
  • ** Breaking Change ** stopped supporting IE (internet explorer)
  • ** Breaking Change ** removed all code related to accessToken and Mapbox specific urls starting with mapbox://. Telemetry and tracking code was removed.
  • ** Breaking Change ** removed baseApiUrl as it was used only for Mapbox related urls
  • ** Breaking Change ** typescript typings have changed:
    • Style => StyleSpecification

... (truncated)

Changelog

Sourced from maplibre-gl's changelog.

2.0.4

🐞 Bug fixes

  • Missing package.json file in version 2.0.3 dist in npm (#811) - this causes webpack to fail

2.0.3

Features and improvements

  • Remove node package chalk from devDependencies (#789).
  • Remove vector-tile module declaration and revert to using point from @​mapbox/point-geometry (#788, #800)
  • Moved development environemnt to use NodeJs 16 (#781, #806)

🐞 Bug fixes

  • Fix max cluster zoom in geojson source (#61)

2.0.2

🐞 Bug fixes

  • Fix typescript generated file (#776).

2.0.1

🐞 Bug fixes

  • Fix documentation of addProtocol and removeProtocol.

2.0.0

Features and improvements

  • Migrated the production code to typescript
  • ** Breaking Change ** removed version from the public API
  • ** Breaking Change ** stopped supporting IE (internet explorer)
  • ** Breaking Change ** stopped supporting Chrome 49-65. Chrome 66+ required. For Chrome 49-65 support use version 1.15.2.
  • ** Breaking Change ** removed all code related to accessToken and Mapbox specific urls starting with mapbox://. Telemetry and tracking code was removed.
  • ** Breaking Change ** removed baseApiUrl as it was used only for Mapbox related urls
  • ** Breaking Change ** typescript typings have changed:
    • Style => StyleSpecification
    • AnyLayer => LayerSpecification
    • AnySourceData => SourceSpecification
    • MapboxEvent => MapLibreEvent
    • MapboxOptions => MapOptions
    • MapBoxZoomEvent => MapLibreZoomEvent
    • *SourceRaw + *SourceOptions => *SourceSpecification
    • *Source (source implementation definition) were removed
    • *Layer => *LayerSpecification
    • *Paint => *LayerSpecification['paint']
    • *Layout => *LayerSpecification['layout']
    • MapboxGeoJSONFeature => GeoJSONFeature

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by maplibreorg, a new releaser for maplibre-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 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[bot] commented 2 years ago

Superseded by #23.