From 667c35752d0367f12cdc51e982f1b807f9cc4145 Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 07:09:10 -0700 Subject: [PATCH] chore(deps): update dependency marmelroy/phonenumberkit to from: "4.0.1" (#1357) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [marmelroy/PhoneNumberKit](https://redirect.github.com/marmelroy/PhoneNumberKit) | patch | `from: "4.0.0"` -> `from: "4.0.1"` | --- ### Release Notes
marmelroy/PhoneNumberKit (marmelroy/PhoneNumberKit) ### [`v4.0.1`](https://redirect.github.com/marmelroy/PhoneNumberKit/releases/tag/4.0.1) [Compare Source](https://redirect.github.com/marmelroy/PhoneNumberKit/compare/4.0.0...4.0.1) #### What's Changed - Fix regex parsing by [@​bguidolim](https://redirect.github.com/bguidolim) in [https://github.com/marmelroy/PhoneNumberKit/pull/799](https://redirect.github.com/marmelroy/PhoneNumberKit/pull/799) - Updated metadata to version metadata/8.13.44 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/marmelroy/PhoneNumberKit/pull/800](https://redirect.github.com/marmelroy/PhoneNumberKit/pull/800) - Updated metadata to version metadata/8.13.45 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/marmelroy/PhoneNumberKit/pull/803](https://redirect.github.com/marmelroy/PhoneNumberKit/pull/803) - Updated metadata to version metadata/8.13.46 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/marmelroy/PhoneNumberKit/pull/806](https://redirect.github.com/marmelroy/PhoneNumberKit/pull/806) - Updated metadata to version metadata/8.13.47 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/marmelroy/PhoneNumberKit/pull/807](https://redirect.github.com/marmelroy/PhoneNumberKit/pull/807) - Fix generalError description typo by [@​EmirhanKarahan](https://redirect.github.com/EmirhanKarahan) in [https://github.com/marmelroy/PhoneNumberKit/pull/808](https://redirect.github.com/marmelroy/PhoneNumberKit/pull/808) - Updated metadata to version metadata/8.13.48 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/marmelroy/PhoneNumberKit/pull/810](https://redirect.github.com/marmelroy/PhoneNumberKit/pull/810) - Updated metadata to version metadata/8.13.49 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/marmelroy/PhoneNumberKit/pull/813](https://redirect.github.com/marmelroy/PhoneNumberKit/pull/813) - Updated metadata to version metadata/8.13.50 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/marmelroy/PhoneNumberKit/pull/816](https://redirect.github.com/marmelroy/PhoneNumberKit/pull/816) #### New Contributors - [@​EmirhanKarahan](https://redirect.github.com/EmirhanKarahan) made their first contribution in [https://github.com/marmelroy/PhoneNumberKit/pull/808](https://redirect.github.com/marmelroy/PhoneNumberKit/pull/808) **Full Changelog**: https://github.com/marmelroy/PhoneNumberKit/compare/4.0.0...4.0.1
--- ### 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://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> --- examples/phone_number_kit/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/phone_number_kit/Package.swift b/examples/phone_number_kit/Package.swift index 5996fb9f0..25bc4184d 100644 --- a/examples/phone_number_kit/Package.swift +++ b/examples/phone_number_kit/Package.swift @@ -5,6 +5,6 @@ import PackageDescription let package = Package( name: "PhoneNumberKitExample", dependencies: [ - .package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "4.0.0"), + .package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "4.0.1"), ] )