Skip to content

Bump phonelib from 0.8.3 to 0.8.4#9266

Merged
aduth merged 2 commits intomainfrom
dependabot/bundler/phonelib-0.8.4
Sep 27, 2023
Merged

Bump phonelib from 0.8.3 to 0.8.4#9266
aduth merged 2 commits intomainfrom
dependabot/bundler/phonelib-0.8.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2023

Bumps phonelib from 0.8.3 to 0.8.4.

Release notes

Sourced from phonelib's releases.

v0.8.4

  • changed behaviour of international and national methods to return formatted string when number is possible
  • updated data
Commits

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)

Bumps [phonelib](https://github.com/daddyz/phonelib) from 0.8.3 to 0.8.4.
- [Release notes](https://github.com/daddyz/phonelib/releases)
- [Changelog](https://github.com/daddyz/phonelib/blob/master/CHANGELOG.md)
- [Commits](daddyz/phonelib@v0.8.3...v0.8.4)

---
updated-dependencies:
- dependency-name: phonelib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 26, 2023
@aduth
Copy link
Contributor

aduth commented Sep 26, 2023

There's a related spec failure, looks like formatting has changed. May be expected? I can investigate tomorrow if nobody beats me to it.

let(:previous_params) { { phone: '2255555000', international_code: 'IE' } }
it 'uses the previously submitted phone + country as the initial values' do
expect(subject.phone).to eq('+3532255555000')
expect(subject.phone).to eq('+353 225 555 5000')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like we get new pretty formatting for Irish numbers now, so I figured we'd accept the change, since this is what happens to US numbers

@aduth aduth merged commit b2d5058 into main Sep 27, 2023
@aduth aduth deleted the dependabot/bundler/phonelib-0.8.4 branch September 27, 2023 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants