[PR #619] [MERGED] fix(deps): bump github.com/nyaruka/phonenumbers from 1.4.4 to 1.5.0 in /api #628

Closed
opened 2026-03-03 16:39:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/619
Author: @dependabot[bot]
Created: 3/1/2025
Status: Merged
Merged: 3/1/2025
Merged by: @AchoArnold

Base: mainHead: dependabot/go_modules/api/github.com/nyaruka/phonenumbers-1.5.0


📝 Commits (1)

  • 8ce209b fix(deps): bump github.com/nyaruka/phonenumbers in /api

📊 Changes

2 files changed (+6 additions, -3 deletions)

View changed files

📝 api/go.mod (+2 -1)
📝 api/go.sum (+4 -2)

📄 Description

Bumps github.com/nyaruka/phonenumbers from 1.4.4 to 1.5.0.

Changelog

Sourced from github.com/nyaruka/phonenumbers's changelog.

v1.5.0 (2025-01-18)

  • Add shortnumber emergency functions
Commits
  • 5caa0be Update CHANGELOG.md for v1.5.0
  • a8597be Merge pull request #191 from S4more/implement-emergency-shortnumber-metadata
  • 5f7382b Merge branch 'nyaruka:main' into implement-emergency-shortnumber-metadata
  • a1a3a19 Don't fail CI for codecov upload errors
  • ba55e0e exp slices
  • 91fbf58 Yet another builder.go formatting issue
  • b969c11 Change functions to be public
  • a0171bf Add missing tests
  • 54dd1b8 remove newline
  • 1068d24 Change builder and add shortnumber emergency functions
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/619 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/1/2025 **Status:** ✅ Merged **Merged:** 3/1/2025 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/nyaruka/phonenumbers-1.5.0` --- ### 📝 Commits (1) - [`8ce209b`](https://github.com/NdoleStudio/httpsms/commit/8ce209b5a51bb43d31ead0538e235c6fb4b03ce1) fix(deps): bump github.com/nyaruka/phonenumbers in /api ### 📊 Changes **2 files changed** (+6 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+2 -1) 📝 `api/go.sum` (+4 -2) </details> ### 📄 Description Bumps [github.com/nyaruka/phonenumbers](https://github.com/nyaruka/phonenumbers) from 1.4.4 to 1.5.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nyaruka/phonenumbers/blob/main/CHANGELOG.md">github.com/nyaruka/phonenumbers's changelog</a>.</em></p> <blockquote> <h2>v1.5.0 (2025-01-18)</h2> <ul> <li>Add shortnumber emergency functions</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nyaruka/phonenumbers/commit/5caa0be5e251b58c6a9850452158543126bf0c35"><code>5caa0be</code></a> Update CHANGELOG.md for v1.5.0</li> <li><a href="https://github.com/nyaruka/phonenumbers/commit/a8597be1b5990ff115cce7046b49844789200f87"><code>a8597be</code></a> Merge pull request <a href="https://redirect.github.com/nyaruka/phonenumbers/issues/191">#191</a> from S4more/implement-emergency-shortnumber-metadata</li> <li><a href="https://github.com/nyaruka/phonenumbers/commit/5f7382b3a79551e3e1b1a0d09711729389549e8f"><code>5f7382b</code></a> Merge branch 'nyaruka:main' into implement-emergency-shortnumber-metadata</li> <li><a href="https://github.com/nyaruka/phonenumbers/commit/a1a3a1912f2d1a25b93c034bc0e7309007b58729"><code>a1a3a19</code></a> Don't fail CI for codecov upload errors</li> <li><a href="https://github.com/nyaruka/phonenumbers/commit/ba55e0ea62d7b24a9f4701b93ece6fdf48fa85ac"><code>ba55e0e</code></a> exp slices</li> <li><a href="https://github.com/nyaruka/phonenumbers/commit/91fbf5815def129fa4ba1f8269f1ea998861ee7f"><code>91fbf58</code></a> Yet another builder.go formatting issue</li> <li><a href="https://github.com/nyaruka/phonenumbers/commit/b969c11729fad26101b4652f5c1ed4f4d2356bfc"><code>b969c11</code></a> Change functions to be public</li> <li><a href="https://github.com/nyaruka/phonenumbers/commit/a0171bf6394afb73f582fc184aefe412dea026b4"><code>a0171bf</code></a> Add missing tests</li> <li><a href="https://github.com/nyaruka/phonenumbers/commit/54dd1b8272f03a6b17dd1210740f242cc5ec22f6"><code>54dd1b8</code></a> remove newline</li> <li><a href="https://github.com/nyaruka/phonenumbers/commit/1068d243c301a0973156765a57f490db2ff6e7fa"><code>1068d24</code></a> Change builder and add shortnumber emergency functions</li> <li>Additional commits viewable in <a href="https://github.com/nyaruka/phonenumbers/compare/v1.4.4...v1.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/nyaruka/phonenumbers&package-manager=go_modules&previous-version=1.4.4&new-version=1.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:39:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#628
No description provided.