nucore-open
nucore-open copied to clipboard
Bump factory_bot_rails from 4.11.1 to 6.2.0
Bumps factory_bot_rails from 4.11.1 to 6.2.0.
Release notes
Sourced from factory_bot_rails's releases.
v6.2.0
- Changed: factory_bot dependency to ~> 6.2.0
v6.1.0
- Changed: factory_bot dependency to ~> 6.1.0
v6.0.0
- Fixed: generate a plural factory name when the
--force-pluralflag is provided- Changed: factory_bot dependency to ~> 6.0.0
- Removed:
"factory_bot.register_reloader"initializer, now registering the reloader after application initialization- Removed: support for EOL versions of Ruby (2.3, 2.4) and Rails (4.2)
v5.2.0
- Changed: factory_bot dependency to ~> 5.2.0
v5.1.1
- Fixed: Ensure definitions do not load before I18n is initialized
v5.1.0
Changed: factory_bot dependency to ~> 5.1.0
v5.0.2
- Bugfix: Reload factory_bot whenever the application changes to avoid holding onto stale object references
- Bugfix: Avoid watching project root when no factory definitions exist
v5.0.1
Bugfix: Avoid watching files and directories that don't exist (to avoid a file watching bug in Rails rails/rails#32700). Thanks to
@y-yagifor this fix!v5.0.0
- Added: calling reload! in the Rails console will reload any factory definition files that have changed
- Added: support for custom generator templates
- Added: definition_file_paths configuration option, making it easier to place factories in custom locations
- Changed: namespaced models are now generated inside a directory matching the namespace
- Changed: added newline between factories generated into the same file
- Removed: support for EOL version of Ruby and Rails
v5.0.0.rc2
No release notes provided.
v5.0.0.rc1
- Added: calling reload! in the Rails console will reload any factory definition files that have changed
- Added: support for custom generator templates
- Added: definition_file_paths configuration option, making it easier to place factories in custom locations
- Changed: namespaced models are now generated inside a directory matching the namespace
- Changed: added newline between factories generated into the same file
- Removed: support for EOL version of Ruby and Rails
Changelog
Sourced from factory_bot_rails's changelog.
6.2.0 (May 7, 2021)
- Changed: factory_bot dependency to ~> 6.2.0
6.1.0 (July 8, 2020)
- Changed: factory_bot dependency to ~> 6.1.0
6.0.0 (June 18, 2020)
- Fixed: generate a plural factory name when the --force-plural flag is provided
- Changed: factory_bot dependency to ~> 6.0.0
- Removed:
"factory_bot.register_reloader"initializer, now registering the reloader after application initialization- Removed: support for EOL versions of Ruby (2.3, 2.4) and Rails (4.2)
5.2.0 (April 26, 2020)
- Changed: factory_bot dependency to ~> 5.2.0
5.1.1 (September 24, 2019)
- Fixed: Ensure definitions do not load before I18n is initialized
5.1.0 (September 24, 2019)
- Changed: factory_bot dependency to ~> 5.1.0
5.0.2 (April 14, 2019)
- Bugfix: Reload factory_bot whenever the application changes to avoid holding onto stale object references
- Bugfix: Avoid watching project root when no factory definitions exist
5.0.1 (February 9, 2019)
- Bugfix: Avoid watching files and directories that don't exist (to avoid a file watching bug in Rails rails/rails#32700)
5.0.0 (February 1, 2019)
- Added: calling reload! in the Rails console will reload any factory definition files that have changed
- Added: support for custom generator templates
- Added:
definition_file_pathsconfiguration option, making it easier to place factories in custom locations- Changed: namespaced models are now generated inside a directory matching the namespace
- Changed: added newline between factories generated into the same file
- Removed: support for EOL version of Ruby and Rails
Commits
62cd3aaBump version to v.6.2.0 [ci skip]8cda0bbBump factory_bot in Gemfileae399cdfactory_bot ~> 6.2.0c8b3f90Run tests on Ruby 3.0 (#390)a5c7bf3Test against Rails 6.1 (#388)9de5e2bSkip Spring version 2.1.1 (#389)9f5b5fcUpdate NEWS.md to mention v5.2.03564a68Bump version to v.6.1.0 [ci skip]4b39c91Bump version to v.6.1.0 [ci skip]956beb1Bump all dev dependencies- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase
@dependabot rebase
@dependabot rebase
Superseded by #3840.