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
….9" (#942)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v3.7.9`](https://github.com/marmelroy/PhoneNumberKit/releases/tag/3.7.9)

[Compare
Source](https://github.com/marmelroy/PhoneNumberKit/compare/3.7.8...3.7.9)

#### What's Changed

- Updated metadata to version metadata/8.13.31 by
[@&#8203;github-actions](https://github.com/github-actions) in
[marmelroy/PhoneNumberKit#747
- Move privacy manifest from resources to resource bundle by
[@&#8203;MariuszWisniewski](https://github.com/MariuszWisniewski) in
[marmelroy/PhoneNumberKit#748

#### New Contributors

- [@&#8203;MariuszWisniewski](https://github.com/MariuszWisniewski)
made their first contribution in
[marmelroy/PhoneNumberKit#748

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

</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://github.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://github.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 committed Mar 1, 2024
1 parent e734f11 commit d08228a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
42 changes: 21 additions & 21 deletions examples/phone_number_kit/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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" : "301e2c1931ab294aa7c1bbabf2ed5fe7a78f1549",
"version" : "3.7.8"
"revision" : "a8d72d9c90f8336aff6fd6002976d7e36f4fbe8c",
"version" : "3.7.9"
}
}
],
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.8"),
.package(url: "https://github.com/marmelroy/PhoneNumberKit", from: "3.7.9"),
]
)
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 @@ -42,9 +42,9 @@
"name": "swiftpkg_phonenumberkit",
"identity": "phonenumberkit",
"remote": {
"commit": "301e2c1931ab294aa7c1bbabf2ed5fe7a78f1549",
"commit": "a8d72d9c90f8336aff6fd6002976d7e36f4fbe8c",
"remote": "https://github.com/marmelroy/PhoneNumberKit",
"version": "3.7.8"
"version": "3.7.9"
}
}
]
Expand Down

0 comments on commit d08228a

Please sign in to comment.