Skip to content

Commit e8eca16

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency marmelroy/phonenumberkit to from: "3.7.3" (#625)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [marmelroy/PhoneNumberKit](https://togithub.com/marmelroy/PhoneNumberKit) | patch | `from: "3.7.2"` -> `from: "3.7.3"` | --- ### Release Notes <details> <summary>marmelroy/PhoneNumberKit (marmelroy/PhoneNumberKit)</summary> ### [`v3.7.3`](https://togithub.com/marmelroy/PhoneNumberKit/releases/tag/3.7.3) [Compare Source](https://togithub.com/marmelroy/PhoneNumberKit/compare/3.7.2...3.7.3) #### What's Changed - Improved parser logic for incomplete phone numbers by [@&#8203;bguidolim](https://togithub.com/bguidolim) in [https://github.com/marmelroy/PhoneNumberKit/pull/705](https://togithub.com/marmelroy/PhoneNumberKit/pull/705) **Full Changelog**: marmelroy/PhoneNumberKit@3.7.2...3.7.3 </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent 47f7ef7 commit e8eca16

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/phone_number_kit/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/phone_number_kit/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ import PackageDescription
55
let package = Package(
66
name: "PhoneNumberKitExample",
77
dependencies: [
8-
.package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "3.7.2"),
8+
.package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "3.7.3"),
99
]
1010
)

examples/phone_number_kit/swift_deps_index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"name": "swiftpkg_phonenumberkit",
4949
"identity": "phonenumberkit",
5050
"remote": {
51-
"commit": "b32763b58b4f53f0a2d2c7560c3e558856f2444a",
51+
"commit": "47a71ad016b387ff6413100f048ace334104f9e4",
5252
"remote": "https://github.com/marmelroy/PhoneNumberKit",
53-
"version": "3.7.2"
53+
"version": "3.7.3"
5454
}
5555
}
5656
]

0 commit comments

Comments
 (0)