-
Notifications
You must be signed in to change notification settings - Fork 313
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
Cherry-picking updates from main to release-v2.18 #4631
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Use camera options to calculate zoom for overview camera
Enable Dependabot version updates
Create dependabot.yml
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…s/checkout-4 Bump actions/checkout from 3 to 4
…/codeql-action-3 Bump github/codeql-action from 2 to 3
…above the active route leg (#4589)
Co-authored-by: Nastassia Makaranka <[email protected]>
Co-authored-by: Nastassia Makaranka <[email protected]>
…s-for-carplay Add support for carplay to hide waypoints from route line
* vk/dependencies-update: bumped Directions to 2.12.0, Maps to 10.16.5. Now compatible with Turf 2.7.0. * vk/dependencies-update: CHANGELOG updated * vk/dependencies-update: bumped NN to v202; update cocoapods in gemfile to 1.14 * vk/dependencies-update: unit tests fix * Sync Package.resolved with last resolved dependencies * Update CHANGELOG.md * Sync CocoaPodsTest --------- Co-authored-by: Udumft <[email protected]>
…wController creation (#4617) * Don't check if AVSpeechSynthesizer.isSpeaking when unmuting it * add changelog entry
* Improve error handing in case of invalid route responses * Fix the order in which delegate is notified about failed reroute attempt * Fix for old Swift compiler versions * Fixed project structure in Carthage integration * Added changelog entry
* Fix Examples signing when building on a real device * Replace build phases with the new script in 3 test targets * Grant exec permissions to the script
Fix CarPlay background maneuver card
Update changelog CarPlay
* Update NN and Maps * Update CHANGELOG.md * Update CHANGELOG.md
…ain-copy # Conflicts: # CHANGELOG.md # Cartfile # Cartfile.resolved # MapboxCoreNavigation.podspec # MapboxNavigation-SPM.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved # MapboxNavigation.podspec # Package.resolved # Package.swift # Tests/CocoaPodsTest/PodInstall/Podfile.lock
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## release-v2.18 #4631 +/- ##
==============================================
Coverage 60.51% 60.51%
==============================================
Files 189 189
Lines 21307 21307
==============================================
Hits 12894 12894
Misses 8413 8413
|
kried
approved these changes
Apr 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We'd like to include all latest changes in the main branch to the latest stable release, so I'm cherry-picking all changes to the release branch.
This branch was created from the latest main
44ece0e
, I mergedrelease-v2.18
into it and resolved all conflicts in favor of the main.