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
….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>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Feb 10, 2024
1 parent 2ef4994 commit 1227e26
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" : "d2886b0735a47e47fb227504666756efb2e2ac26",
"version" : "3.7.6"
"revision" : "7268078304df2f4e07ac864b5ba27ae4c1e6f4a6",
"version" : "3.7.7"
}
}
],
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.6"),
.package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "3.7.7"),
]
)
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": "d2886b0735a47e47fb227504666756efb2e2ac26",
"commit": "7268078304df2f4e07ac864b5ba27ae4c1e6f4a6",
"remote": "https://github.com/marmelroy/PhoneNumberKit",
"version": "3.7.6"
"version": "3.7.7"
}
}
]
Expand Down

0 comments on commit 1227e26

Please sign in to comment.