Skip to content

Bump fabrication from 2.23.0 to 2.29.0 - #78

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/fabrication-2.29.0
Closed

Bump fabrication from 2.23.0 to 2.29.0#78
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/fabrication-2.29.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2022

Copy link
Copy Markdown
Contributor

Bumps fabrication from 2.23.0 to 2.29.0.

Changelog

Sourced from fabrication's changelog.

2.29.0

  • Improved thread safety (!23)
  • Refactored class constant resolution logic (!24)
  • Deprecated _klass method in Fabricator definitions in favor of resolved_class method (!25
  • Dropped support for Ruby 2.6 since it has reached EOL (!26)
  • Updated deprecation warnings to use Ruby's logger class (!27)

2.28.0

  • Fix LoadError when destroying generated models in Rails (!20)

2.27.0

  • Add meta section with accurate project links (!18)

2.26.0

  • Use new notification system to power cucumber support (!17)

If you're using the cucumber steps you'll want to regenerate them. It will not be a breaking change but will make the deprecation warnings disappear.

rails g fabrication:cucumber_steps

2.25.0

  • Pass transients to init blocks (!16)

2.24.0

  • Enhance fabricator_paths to accept files as well as folders (#18)

2.23.1

  • Restore the explicit Mongoid generator and add a test to ensure we don't break objects that have an attributes property that isn't a mass assignment setter. (#19)
  • Install rubocop-performance and address some small performance issues (!12)
Commits
  • f204fcd Version 2.29.0
  • be990f2 Remove unused autoload for ActiveRecord4
  • 98eb8a9 Merge branch 'deprecation-logging' into 'master'
  • a0b8830 Use logger to print deprecation warnings
  • ce1c961 Merge branch 'drop-ruby-2-6' into 'master'
  • 57f64ee Update TargetRubyVersion to 2.7 for Rubocop and fix warnings
  • 0070d5c Increase minimum ruby version to 2.7 since 2.6 has reached EOL
  • ddcb4a6 Merge branch 'add-resolved-class' into 'master'
  • 371dd9e Flag _klass as deprecated
  • e231313 Expose resolved_class in generator
  • 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)

Bumps [fabrication](https://gitlab.com/fabrication-gem/fabrication) from 2.23.0 to 2.29.0.
- [Release notes](https://gitlab.com/fabrication-gem/fabrication/tags)
- [Changelog](https://gitlab.com/fabrication-gem/fabrication/blob/master/Changelog.markdown)
- [Commits](https://gitlab.com/fabrication-gem/fabrication/compare/2.23.0...2.29.0)

---
updated-dependencies:
- dependency-name: fabrication
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 23, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jul 25, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #83.

@dependabot dependabot Bot closed this Jul 25, 2022
@dependabot
dependabot Bot deleted the dependabot/bundler/fabrication-2.29.0 branch July 25, 2022 22:37
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants