Skip to content

Bump fabrication from 2.23.0 to 2.30.0 - #83

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/fabrication-2.30.0
Open

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2022

Copy link
Copy Markdown
Contributor

Bumps fabrication from 2.23.0 to 2.30.0.

Changelog

Sourced from fabrication's changelog.

2.30.0

  • Deprecate redundant callbacks in fabricator definitions (!29)
  • Drop support for ActiveRecord 5.2 since it has reached EOL (!30)
  • Refactored some code to address RuboCop errors (!28, !31, !32)

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
  • a599d0f Version 2.30.0
  • 3e92996 Merge branch 'multiline-block-chain' into 'master'
  • e3fb05a Refactor Support#variable_name_to_class_name to fix Style/MultilineBlockChain...
  • ddee746 Merge branch 'sequel-generator-refactor' into 'master'
  • 3815a9c Only execute sequel 5.1 and 4.x on Ruby 2.x
  • ff839d3 Refactor Generator::Sequel to reduce AbcSize
  • 76e213c Merge branch 'bundle-update' into 'master'
  • fecb9bc Add mongoid 8 to appraisals
  • 0fbb44b Run rubocop's autocorrector for new warnings
  • dab30f4 Update test suite dependencies
  • 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.30.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.30.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 Jul 25, 2022
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