Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump formtastic from 3.1.5 to 5.0.0 #838

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps formtastic from 3.1.5 to 5.0.0.

Changelog

Sourced from formtastic's changelog.

5.0.0

  • Added support for Rails 7.1 (#1371)
  • Removed support for Rails < 6.0.0 (#1354)
  • Removed support for Rubies < 2.6.0 (#1332, #1355)
  • Added support for scopes in relations (#1343)
  • Fixed I18n lookup for enum values in nested select fields (#1342)
  • Fixed faster input class lookup (#1336)
  • Use frozen_string_literal internally (#1339)

4.0.0

  • Fixed default_columns_for_object when object has non-standard foreign keys (#1241)
  • Fixed missing constants in production (#911)
  • Removed support for Rails 3 and 4.0 (#1108)
  • Removed deprecated input/action finder methods (#1139)
  • Changed boolean label padding to margin (#1202)
  • Added mapping hstore column to text input (#1203)
  • Added support for Rails 5 Attributes API (#1188)
  • Changed required Ruby version to >= 2.0 (#1210)
  • Default to input types text for json & jsonb, string for citext columns (#1229)
  • Allow symbols for numericality options (#1258)
  • Support for rubies under 2.4.0 has been dropped (#1292)
  • Support for Rails under 5.2.0 has been dropped (#1293)
  • Support for Rails 6.0 has been added (#1300)
  • Support for Rails 6.1 has been added (#1324)
  • Support for Ruby 3 has been added (#1323)

3.1.2

  • Fixed that we specified 4.0.4 instead of 4.1 in the Rails version deprecation message

3.1.1

  • Fixed class custom input & action class loading in test environments
  • Added documentation of custom input & action class finders
  • Added a link to documentation & wiki from custom class deprecation warnings

3.1.0

  • Performance and documentation improvements

3.1.0.rc2

  • Deprecated :member_value and :member_label options

3.1.0.rc1

  • Deprecated support for Rails version < 4.1.0
  • Fixed synchronization issues with custom_namespace configuration
  • Fixed bug where boolean (checkbox) inputs were not being correctly checked (also in 2.3.1)
  • Fixed (silenced) Rails 5 deprecation on column_for_attribute that we're handling fine

... (truncated)

Commits
  • 473f5ce Version bump to 5.0.0
  • 2561655 Merge pull request #1371 from lsylvester/rails-71-support
  • 7e64d26 don't set the password field type to password as this is not a expected attri...
  • f8df3af add Gemfile for Rails 7.1 and add 7.0 and 7.1 to the CI
  • d21a35e use dedicated deprecator instance instead of deprecated global one
  • 8ab0557 remove silencing the deprecated deprecator to avoid warnings for Rails 5 as t...
  • 25c65a1 use ActionView::OutputBuffer instead of ActiveSupport::SafeBuffer
  • be3daee test against rails 7.0 and rails 7.1
  • 0d5d0f0 Use latest Bundler consistenly in CI (#1373)
  • c3e85ab Merge pull request #1328 from lanzhiheng/append-document
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [formtastic](https://github.com/justinfrench/formtastic) from 3.1.5 to 5.0.0.
- [Changelog](https://github.com/formtastic/formtastic/blob/master/CHANGELOG.md)
- [Commits](formtastic/formtastic@3.1.5...5.0.0)

---
updated-dependencies:
- dependency-name: formtastic
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants