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 4.0.0 to 5.0.0 #2499

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps formtastic from 4.0.0 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)
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

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jun 3, 2024
@smaboshe
Copy link
Contributor

smaboshe commented Jun 3, 2024

@dependabot rebase

Bumps [formtastic](https://github.com/justinfrench/formtastic) from 4.0.0 to 5.0.0.
- [Changelog](https://github.com/formtastic/formtastic/blob/master/CHANGELOG.md)
- [Commits](formtastic/formtastic@4.0.0...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>
@dependabot dependabot bot force-pushed the dependabot/bundler/formtastic-5.0.0 branch from 546c574 to 85a98d7 Compare June 3, 2024 06:24
@smaboshe smaboshe merged commit b57f093 into main Jun 3, 2024
1 check passed
@smaboshe smaboshe deleted the dependabot/bundler/formtastic-5.0.0 branch June 3, 2024 07:07
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.

1 participant