Nexmo / station

Ruby gem to start a platform site with specified markdown content
Other
11 stars 6 forks source link

Update countries requirement from = 4.0.1 to = 5.5.0 #1876

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on countries to permit the latest version.

Release notes

Sourced from countries's releases.

v5.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/countries/countries/compare/v5.4.0...v5.5.0

Changelog

Sourced from countries's changelog.

5.5.0 (2023/06/17 16:20 +00:00)

  • Added G20 and G7 member fields #799 (AndromedaSugar)
  • Update subdivision translations from CLDR #802 (pmor)
  • Adds Country#collect_countries_with, Country#collect_likely_subdivisions, Country.find_subdivision_with, Country.find_subdivision_code_with_translations #800 (pmor)
  • Add Japanese translation to subdivisions data #804 (shucream-p)
  • Adding gdpr_compliant method to check if a country is regulated by GDPR #807 (yeseniamolinab)

5.4.0 (2023/04/12 12:44 +00:00)

  • fix: RUP are part of the European Union #794 (btrd)
  • Fix wrong translation of MY in gn locale #798 (pmor)
  • Add EU VAT Area membership #796 (pmor)

5.3.2 (2023/03/31 13:46 +00:00)

  • Add Japanese translation for Czechia, North Macedonia and Eswatini #795 (nmbakfm)

5.3.1 (2023/01/26 14:05 +00:00)

  • Update countries-th.yaml #792 (worrawutp)
  • Fix #765 - Restore Australia as first unnoficial name for Australia (pmor)

Full Changelog: https://github.com/countries/countries/compare/v5.3.0...v5.3.1

5.3.0 (2023/01/03 17:02 +00:00)

Merged pull requests:

  • Remove dead code: KwargStruct #787 (pmor)
  • Update data for Turkmenistan and add Turkmen translation #789 (msuliq)
  • Add Country#subdivision_names method #788 (pmor)

5.2.1 (2022/12/22 15:29 +00:00)

Important changes

  • The Republic of Croatia will join the Eurozone and switch currency to EUR in Jan 1 2023. If you update this gem before that date and need to have correct currency codes as of 2022, I recommend using an initializer to re-register Croatia with HRK, which you could wrap with a check of the current date, eg:

      # In an initializer
      if Date.today.year == 2022
        new_data = ISO3166::Country['HR'].data
        new_data.transform_keys! &:to_sym
        new_data[:currency_code] = 'HRK'
        ISO3166::Data.register new_data
      end
    

... (truncated)

Commits
  • d763880 Bump version, update changelog, dependencies and cache
  • 48bb1dc Merge pull request #807 from yeseniamolinab/gdpr-feature
  • 4bc0e06 fixing specs
  • 028c6c0 updated readme
  • bd030f7 gdpr_compliant
  • 8072d2d Merge pull request #804 from shucream-p/master
  • 459f9ea Add Japanese translation to subdivisions data
  • 832ac5a Update gemfile.lock
  • 9ddda70 Merge pull request #800 from countries/ClaudioFloreani-master
  • 2da324c More code cleanup and add additional test for #pluck
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 1 year ago

Dependabot tried to add @fabianrbz as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/Nexmo/station/pulls/1876/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the Nexmo/station repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request
dependabot[bot] commented 1 year ago

Superseded by #1918.