rubycentral / cfp-app

Rails app for managing a conference CFP
MIT License
224 stars 155 forks source link

Bump country_select from 1.3.1 to 8.0.0 #323

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps country_select from 1.3.1 to 8.0.0.

Release notes

Sourced from country_select's releases.

8.0.0

Breaking Changes

  • The countries provided in priority_countries will now be sorted by country name, to have a uniform behaviour with the only list. To preserve the order of the provided list, add the sort_provided: false option as shown in https://github.com/countries/country_select#usage

What's Changed

Full Changelog: https://github.com/countries/country_select/compare/v7.0.0...v8.0.0

7.0.0

Breaking Changes

What's Changed

New Contributors

Full Changelog: https://github.com/countries/country_select/compare/v6.1.1...v7.0.0

Fix Deprecation

Upgrade to countries 4.2

This also adds Rails 7 and Ruby 3.1 to the build.

Update to countries v4.0.0

Add support for defaults, countries 3.1

Changelog

Sourced from country_select's changelog.

8.0.0 2022-06-30

  • Update countries gem to 5.1.0 (@​pmor)
  • Add deprecation warning for old priority country syntax (@​pmor)
  • Allow option to preserve the sort order as inputted in the only array of countries (@​pmor)
  • Remove sort_alphabetical dependency (@​pmor)

7.0.0 2022-04-03

6.1.1 2022-01-20

6.1.0 2022-01-16

6.0.0 2021-06-28

5.1.0 2021-05-18

  • #184 - Add ability to configure defaults (@​p-wall)
  • Upgrade to countries 3.1.0

5.0.1 2021-03-08

5.0.0 2021-03-04

4.0.0 2018-12-20

3.1.1 2017-09-20

... (truncated)

Commits
  • 2429744 Bump version an update CHANGELOG
  • 5f92857 Merge pull request #204 from countries/remove_sort_alphabetical
  • 6a56dc6 Merge branch 'master' into remove_sort_alphabetical
  • 7e73c4c Merge pull request #202 from countries/custom_order_for_only_array
  • 85bb681 Merge pull request #203 from countries/deprecate_old_priority_syntax
  • f59998f Merge pull request #205 from countries/update_countries_gem
  • 34e3891 Update README
  • fe26f97 Rename sort_only to sort_provided and apply the same logic to priority countr...
  • 5811264 Update test gemfiles
  • 150a4ff Update countries gem to 5.1.0 and run bundle update
  • 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 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)