Update factory_bot_rails: 5.2.0 → 6.0.0 (major) #285
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ factory_bot_rails (5.2.0 → 6.0.0) · Repo · Changelog
Release Notes
6.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
6.0.2
6.0.1
6.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 26 commits:
Bump version to v6.0.2 [ci skip]
Ensure enum traits only get expanded once
Bump version to v6.0.1
Revert "Remove redundant const_missing class method."
Bump version to v6.0.0 [ci skip]
Add documentation for enum traits [ci skip]
Remove changlog_uri from gemspec [ci skip]
Add instructions for running tests [ci skip]
Run standard on CI
Run standardrb
Replace Rubocop with standard
Remove unused _include_private argument
Remove unused method respond_to_missing?
Remove redundant const_missing class method.
Remove code for registering callbacks
Bump all dev dependencies
[Fix #1395] Remove JRuby things
Update GETTING_STARTED.md (#1389)
Add functionality for enum traits (#1380)
Prepare for factory_bot 6
Run travis against Rails master (#1388)
Clarify deprecations in NEW.md [ci skip]
Document transient associations [ci skip]
Allow defining the starting id for build_stubbed
Fix typo (#1385)
Merge pull request #1381 from thoughtbot/index-getting-started
Release Notes
1.8.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 32 commits:
Bump to 1.8.3
Merge pull request #528 from krzysiek1507/feature/optimize-normalize_flat_keys
Merge pull request #519 from fabiosammy/fix-pluralize-on-unknown-locale-with-attributes
Merge pull request #520 from piecehealth/kang
Merge pull request #529 from Shopify/callback-keyword-args
Use Ruby 2.7.1
Trigger actions on pull requests to master
Pass options as keyword arguments to translation procs
Bump Rake to v13
Bump rake to v13
Merge pull request #527 from krzysiek1507/fix/speed-and-memory-optimizations
Optimize normalize_flat_keys
Use flat_map instead of map.flatten in defaults
Reduce memory usage in compute
Reduce memory usage in Tag::Parents module
Map in-place subtags
Use flat_map instead of map.flatten in normalize_key
Merge pull request #526 from amatsuda/kwargs_args
Double-splat the arguments for I18n.translate
Merge pull request #524 from ruby-i18n/revert-521-fix-ruby27-deprecation-warning-in-proc-call
Revert "Fix Ruby 2.7 keyword arguments related deprecation warning in Proc call"
Merge pull request #521 from beamtech/fix-ruby27-deprecation-warning-in-proc-call
Merge pull request #523 from sandstrom/patch-1
Misc readme updates
Provide "I18n::Backend::Fallbacks#on_fallback" hook to allow users to add specified logic when the fallback succeeds.
Added double splat to resolve deprecation warning
Add reject to remove attributes from entry
Add the test to fail
Merge pull request #482 from jeffjyang/add-i18n-exist-check-without-fallback
Switch to new GitHub issue template
Update issue templates
Merge pull request #509 from vipera/fix-chain-fallback-backends
Release Notes
2.6.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 11 commits:
version bump to v2.6.0
ci: update pipeline icon to "cog"
update CHANGELOG
dep: update to hoe-markdown ~> v1.2
ci: remove serial group on PR pipeline
Merge pull request #188 from pipefy/add-css-keywords
order alphabeticaly
ci: update github icons
maintenance: use hoe-markdown to manage markdown files
packaging: update gemspec changelog URL
add border keywords
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands