Skip to content

Commit

Permalink
chore(deps): update dependency marmelroy/phonenumberkit to from: "3.6…
Browse files Browse the repository at this point in the history
….6" (#462)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[marmelroy/PhoneNumberKit](https://togithub.com/marmelroy/PhoneNumberKit)
| patch | `from: "3.6.5"` -> `from: "3.6.6"` |

---

### Release Notes

<details>
<summary>marmelroy/PhoneNumberKit (marmelroy/PhoneNumberKit)</summary>

###
[`v3.6.6`](https://togithub.com/marmelroy/PhoneNumberKit/releases/tag/3.6.6)

[Compare
Source](https://togithub.com/marmelroy/PhoneNumberKit/compare/3.6.5...3.6.6)

#### What's Changed

- Remove unnecessary iOS 11 checks from example project by
[@&#8203;michalsrutek](https://togithub.com/michalsrutek) in
[https://github.com/marmelroy/PhoneNumberKit/pull/673](https://togithub.com/marmelroy/PhoneNumberKit/pull/673)
- Improve PhoneNumberKitParsingTests by
[@&#8203;michalsrutek](https://togithub.com/michalsrutek) in
[https://github.com/marmelroy/PhoneNumberKit/pull/674](https://togithub.com/marmelroy/PhoneNumberKit/pull/674)
- Updated metadata to version metadata/8.13.16 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/marmelroy/PhoneNumberKit/pull/675](https://togithub.com/marmelroy/PhoneNumberKit/pull/675)
- Added configuration to keep the search bar always visible for the
default country picker by
[@&#8203;bguidolim](https://togithub.com/bguidolim) in
[https://github.com/marmelroy/PhoneNumberKit/pull/676](https://togithub.com/marmelroy/PhoneNumberKit/pull/676)

**Full Changelog**:
marmelroy/PhoneNumberKit@3.6.5...3.6.6

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cgrindel/rules_swift_package_manager).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 10, 2023
1 parent f1413d6 commit 623e000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/phone_number_kit/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import PackageDescription
let package = Package(
name: "PhoneNumberKitExample",
dependencies: [
.package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "3.6.5"),
.package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "3.6.6"),
]
)

0 comments on commit 623e000

Please sign in to comment.