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

fix(deps): bump @maplibre/maplibre-gl-native from 5.4.1 to 6.0.0 #1381

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps @maplibre/maplibre-gl-native from 5.4.1 to 6.0.0.

Release notes

Sourced from @​maplibre/maplibre-gl-native's releases.

ios-v6.0.0

  • This is the first release that uses Metal for rendering. This is a graphics API from Apple that replaces OpenGL ES on Apple platforms.

    • Note that the snapshotter has not been implemented yet for the Metal renderer. Hold off updating if your application requires this functionality.
    • While we had a long period of pre-releases and testing leading up to this release, and no crashes have been reported, it is possible that you come across inconsistencies or problems in production apps. Please report them on GitHub.
  • 💥 Breaking: Changed the prefix of files, classes, methods, variables and everything from MGL to MLN. (#919).

    To migrate:
    Change all your MGL prefixes to MLN. If you are using NSKeyedArchiver or similar mechanishm to save the state, the app may crash after this change when trying to unarchive the state using old names of the classes. You need to clean the saved state of the app and save it using new classes.

  • The Swift package needs to be imported with import MapLibre instead of import Mapbox.

node-v6.0.0

  • [Note] This is the first release that is back on the main branch.
  • This is the first release that uses Metal for rendering for macOS. This is a graphics API from Apple that replaces OpenGL (ES) on Apple platforms.
  • This is the first release that uses OpenGL ES 3.0 for Windows and Linux.
  • macOS binary is now built on macOS 14.

node-v6.0.0-pre.1

  • [Note] This is the first release that is back on the main branch.
  • This is the first release that uses Metal for rendering for macOS. This is a graphics API from Apple that replaces OpenGL (ES) on Apple platforms.
  • This is the first release that uses OpenGL ES 3.0 for Windows and Linux.
  • macOS binary is now built on macOS 14.

ios-v5.14.0-pre3

No release notes provided.

ios-v5.14.0-pre0

  • Add flyToCamera with edgePadding for MGLMapView
  • Add MGLMapView.setLatLngBounds and MGLMapView.clearLatLnBounds

ios-v5.13.0

  • Fix missing attribution #236
  • Fix logging format strings #266
  • Implement map projection functionality #254
  • Fix warnings, mainly casting to smaller types #270
  • Remove an unused static library (savings of 97 KB from iOS binary)
  • Add ClientOptions to be able to pass around client name and version #365
  • Remove account from xcconfig #382
  • Remove observation of key-path #380
  • Fix for "NSExpression function is forbidden" #411
  • Xcode 14 compatibility #494 #599

ios-v5.13.0-pre.1

Warning: unstable release for test purposes only.

Bug Fixes

  • Displaying view annotations #98
  • Not render MapView if frame is empty #67

Known Issues

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 2, 2024
Bumps [@maplibre/maplibre-gl-native](https://github.com/maplibre/maplibre-native) from 5.4.1 to 6.0.0.
- [Release notes](https://github.com/maplibre/maplibre-native/releases)
- [Changelog](https://github.com/maplibre/maplibre-native/blob/main/CHANGELOG.md)
- [Commits](maplibre/maplibre-native@node-v5.4.1...ios-v6.0.0)

---
updated-dependencies:
- dependency-name: "@maplibre/maplibre-gl-native"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/maplibre/maplibre-gl-native-6.0.0 branch from a9ea20c to e6f8db9 Compare September 2, 2024 22:55
@github-actions github-actions bot merged commit 6a34bab into master Sep 2, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/maplibre/maplibre-gl-native-6.0.0 branch September 2, 2024 23:01
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
Development

Successfully merging this pull request may close these issues.

0 participants