Skip to content

Commit

Permalink
chore(deps): update dependency marmelroy/phonenumberkit to from: "3.7…
Browse files Browse the repository at this point in the history
….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>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Sep 29, 2023
1 parent 47f7ef7 commit e8eca16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/phone_number_kit/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/marmelroy/PhoneNumberKit",
"state" : {
"revision" : "b32763b58b4f53f0a2d2c7560c3e558856f2444a",
"version" : "3.7.2"
"revision" : "47a71ad016b387ff6413100f048ace334104f9e4",
"version" : "3.7.3"
}
}
],
Expand Down
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.7.2"),
.package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "3.7.3"),
]
)
4 changes: 2 additions & 2 deletions examples/phone_number_kit/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"name": "swiftpkg_phonenumberkit",
"identity": "phonenumberkit",
"remote": {
"commit": "b32763b58b4f53f0a2d2c7560c3e558856f2444a",
"commit": "47a71ad016b387ff6413100f048ace334104f9e4",
"remote": "https://github.com/marmelroy/PhoneNumberKit",
"version": "3.7.2"
"version": "3.7.3"
}
}
]
Expand Down

0 comments on commit e8eca16

Please sign in to comment.