Skip to content

Commit 1227e26

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency marmelroy/phonenumberkit to from: "3.7.7" (#909)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [marmelroy/PhoneNumberKit](https://togithub.com/marmelroy/PhoneNumberKit) | patch | `from: "3.7.6"` -> `from: "3.7.7"` | --- ### Release Notes <details> <summary>marmelroy/PhoneNumberKit (marmelroy/PhoneNumberKit)</summary> ### [`v3.7.7`](https://togithub.com/marmelroy/PhoneNumberKit/releases/tag/3.7.7) [Compare Source](https://togithub.com/marmelroy/PhoneNumberKit/compare/3.7.6...3.7.7) #### What's Changed - Updated metadata to version metadata/8.13.27 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/marmelroy/PhoneNumberKit/pull/731](https://togithub.com/marmelroy/PhoneNumberKit/pull/731) - Fix minor 'Patten' typo in `PhoneNumberPatterns.countryCodePatten` (renames to `countryCodePattern`) by [@&#8203;gleb-tregubov](https://togithub.com/gleb-tregubov) in [https://github.com/marmelroy/PhoneNumberKit/pull/733](https://togithub.com/marmelroy/PhoneNumberKit/pull/733) - Updated metadata to version metadata/8.13.28 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/marmelroy/PhoneNumberKit/pull/735](https://togithub.com/marmelroy/PhoneNumberKit/pull/735) - Updated metadata to version metadata/8.13.29 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/marmelroy/PhoneNumberKit/pull/738](https://togithub.com/marmelroy/PhoneNumberKit/pull/738) - Updated metadata to version metadata/8.13.30 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/marmelroy/PhoneNumberKit/pull/744](https://togithub.com/marmelroy/PhoneNumberKit/pull/744) #### New Contributors - [@&#8203;gleb-tregubov](https://togithub.com/gleb-tregubov) made their first contribution in [https://github.com/marmelroy/PhoneNumberKit/pull/733](https://togithub.com/marmelroy/PhoneNumberKit/pull/733) **Full Changelog**: marmelroy/PhoneNumberKit@3.7.6...3.7.7 </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 2ef4994 commit 1227e26

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.6"),
8+
.package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "3.7.7"),
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": "d2886b0735a47e47fb227504666756efb2e2ac26",
51+
"commit": "7268078304df2f4e07ac864b5ba27ae4c1e6f4a6",
5252
"remote": "https://github.com/marmelroy/PhoneNumberKit",
53-
"version": "3.7.6"
53+
"version": "3.7.7"
5454
}
5555
}
5656
]

0 commit comments

Comments
 (0)