jmalcic / spina-admin-conferences

Conference management plugin for Spina.
MIT License
1 stars 1 forks source link

Update mobility requirement from ~> 0.8.10 to >= 0.8.10, < 1.1.0 #301

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on mobility to permit the latest version.

Release notes

Sourced from mobility's releases.

1.0.0

1.0 is a rewrite of many internals of the gem. The following is a brief list of some changes, but please see the wiki page on v1.0 for more details on how to upgrade.

  • Fix setting a locale from Rails config (#468)
  • Fixes validations with validates_uniqueness_of (#470)

Plus many other changes in earlier pre-releases.

1.0.0.rc1

1.0 is a rewrite of many internals of the gem. The following is a brief list of some changes, but please see the wiki page on v1.0 for more details on how to upgrade.

This is the first release candidate for 1.0. If there are no issues reported in a few days, I will release this as 1.0.0.

  • Remove Mobility::ActiveRecord, Mobility::Sequel and Mobility::Arel, and general cleanup (#464)

1.0.0.beta2

1.0 is a rewrite of many internals of the gem. The following is a brief list of some changes, but please see the wiki page on v1.0 for more details on how to upgrade. (Note that this is still pre-release.)

  • Refactor attributes & backend plugins and make mobility_attributes public (#462)
  • Make attribute_methods plugin depend on attributes (#461)

1.0.0.beta1

1.0 is a rewrite of many internals of the gem. The following is a brief list of some changes, but please see the wiki page on v1.0 for more details on how to upgrade. (Note that this is still pre-release.)

  • Remove Mobility::Backend#apply_plugin (#454)
  • Instance exec configure block if it takes no arguments (#456)
  • Raise an exception if invalid options are passed to Translations initializer (#457)
  • Fix Ruby 2.7 deprecation warnings (#460)

1.0.0.alpha

1.0 is a rewrite of many internals of the gem. The following is a brief list of some changes, but please see the wiki page on v1.0 for more details on how to upgrade. (Note that this is still pre-release.)

  • Default fallbacks plugin to true when enabled (#447)
  • Remove Mobility::Backend.method_name (#400)
  • Remove translated_attribute_names as alias for mobility_attributes (#402)
  • Move _backend methods into backend_reader plugin (#403)
  • Replace Configuration#query_method configuration with Query plugin option (#414)
  • Remove Mobility::Configuration#default_accessor_locales. Use plugin option to configure global default instead. (#424)
  • Pass model_class to Mobility::Backend#configure via class method rather than on options hash (#429)
  • Remove Mobility.new_fallbacks and Configuration#fallbacks_generator (#433)
  • Rename backend_name to backend (#443)
  • Remove Configuration#accessor_method (#450)
  • Rename Mobility::Attributes to Mobility::Translations
  • Remove Mobility::Configuration altogether (#452)
Changelog

Sourced from mobility's changelog.

1.0.1

  • Make Mobility::Plugins::ActiveRecord::Query::VirtualRow and Mobility::Plugins::ActiveRecord::Query::QueryExtension (#471) public
  • Fix typo in initializer template (#474)

1.0.0

1.0.0.rc1 (pre-release)

  • Remove Mobility::ActiveRecord, Mobility::Sequel and Mobility::Arel, and general cleanup (#464)

1.0.0.beta2 (pre-release)

  • Refactor attributes & backend plugins and make mobility_attributes public (#462)
  • Make attribute_methods plugin depend on attributes (#461)

1.0.0.beta1 (pre-release)

  • Remove Mobility::Backend#apply_plugin (#454)
  • Instance exec configure block if it takes no arguments (#456)
  • Raise an exception if invalid options are passed to Translations initializer (#457)
  • Fix Ruby 2.7 deprecation warnings (#460)

1.0.0.alpha (pre-release)

  • Default fallbacks plugin to true when enabled (#447)
  • Remove Mobility::Backend.method_name (#400)
  • Remove translated_attribute_names as alias for mobility_attributes (#402)
  • Move _backend methods into backend_reader plugin (#403)

... (truncated)

Commits
  • 6ea4dfb Release 1.0.1
  • 29dff88 Update readme to refer to branches as 0-8, 1-0 etc
  • 1d157b9 Make QueryExtension public
  • a1e79a0 Update inline comment
  • b7bd29a Make VirtualRow public
  • 3a3dc9b Test against ActiveRecord/Rails 6.1
  • 82cb326 Define dependencies_satisfied? to avoid loading plugin
  • b95a108 Don't use send for mobility_attributes since it is now public
  • 86b66da Fix changelog titles
  • 928692c Merge pull request #473 from artplan1/ci-cache-v2
  • 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)