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
….10" (#981)

This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/marmelroy/PhoneNumberKit/compare/3.7.9...3.7.10)

#### What's Changed

- Updated metadata to version metadata/8.13.32 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[marmelroy/PhoneNumberKit#750
- Updated metadata to version metadata/8.13.33 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[marmelroy/PhoneNumberKit#753
- Fix issues for regions with same country code by
[@&#8203;bguidolim](https://togithub.com/bguidolim) in
[marmelroy/PhoneNumberKit#754

**Full Changelog**:
marmelroy/PhoneNumberKit@3.7.9...3.7.10

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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 committed Mar 26, 2024
1 parent 967d516 commit 85a704d
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
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/marmelroy/PhoneNumberKit",
"state" : {
"revision" : "a8d72d9c90f8336aff6fd6002976d7e36f4fbe8c",
"version" : "3.7.9"
"revision" : "ee5d7114934e60812c9b47c333f01b67d002be2d",
"version" : "3.7.10"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion examples/phone_number_kit/Package.swift
Expand Up @@ -5,6 +5,6 @@ import PackageDescription
let package = Package(
name: "PhoneNumberKitExample",
dependencies: [
.package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "3.7.9"),
.package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "3.7.10"),
]
)
4 changes: 2 additions & 2 deletions examples/phone_number_kit/swift_deps_index.json
Expand Up @@ -42,9 +42,9 @@
"name": "swiftpkg_phonenumberkit",
"identity": "phonenumberkit",
"remote": {
"commit": "a8d72d9c90f8336aff6fd6002976d7e36f4fbe8c",
"commit": "ee5d7114934e60812c9b47c333f01b67d002be2d",
"remote": "https://github.com/marmelroy/PhoneNumberKit",
"version": "3.7.9"
"version": "3.7.10"
}
}
]
Expand Down

0 comments on commit 85a704d

Please sign in to comment.