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
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
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 (6.2.0 → 6.4.3) · Repo · Changelog
Release Notes
6.4.3
6.4.2
6.4.0 (from changelog)
6.3.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 34 commits:
Bump to 6.4.3 [ci skip]
Bump rspec-rails from 6.0.1 to 6.1.0
Bump appraisal from 2.4.1 to 2.5.0
Bump activerecord from 7.0.4.3 to 7.1.2
Bump rake from 13.0.6 to 13.1.0
Bump standard from 1.27.0 to 1.32.1
Allow primary key attributes
Remove code path for Rails 5.2 support
Be clear about supported Rails and Ruby versions
Added dependabot for GitHub Actions and bundler
adding config to point to the changelog file
Bump actions/checkout to latest version
Fix README
Bump to 6.4.2 [ci skip]
Fix undefined method config (#440)
Fix a link to old files (#428)
Bump to 6.4.0 [ci skip]
Bump to 6.3.0 [ci skip]
Depend on factory_bot 6.4.x
s/eser/user/ (#422)
Add projections.json for Rails.vim support
Reject sequence definitions for Active Record primary keys (#419)
Bundler 2.4.19 removed the "Using " lines
Add custom Rails generator in README.md [ci skip]
Remove references to travis
Expand matrix for more recent versions
Test disabling the generator
Address standard TODO
Upgrade bundler
Update all dev dependencies
Setup CI via GitHub Actions (#410)
Fix style link in CONTRIBUTING.md [ci skip] (#402)
Silence cucumber publish prompt
Unlock cucumber version
↗️ factory_bot (indirect, 6.2.0 → 6.4.5) · Repo · Changelog
Release Notes
6.4.5
6.4.4
6.4.3
6.4.2
6.4.1
6.4.0
6.3.0
6.2.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 64 commits:
Bump to 6.4.5 [ci skip]
Clean up conditionals based on prior Ruby versions
Drop EOL Ruby and Rails versions
Re-add Rails 7.1 support
Back down to Bundler 2.3
Bump to 6.4.4
Remove dependency on observer
Bump to 6.4.3
Update changelog
Formatting
Fix Ruby 3.3 deprecation warning
Relax the exception message check
Stop passing disable-error_highlight
Bump github actions/checkout to v4
Add Rails 7.1 to CI
Support models without ID setters in build_stubbed
Bump to 6.4.2 [ci skip]
Assign klass to global traits when find by name
Bump to 6.4.1 [ci skip]
Assign klass to defined_traits to pass it's class to ActiveSuport::Notifications
Bump to 6.4.0 [ci skip]
Pass block to `expect` as needed
Support uuid primary keys in build_stubbed
Document integration with 2.7 and 3.0 syntactic sugars (#1592)
Bump to 6.3.0 [ci skip]
Chore - Add link to the changelog
Publish `factory_bot.compile_factory` notification
fix(Stub): align #destroyed with #new_record/#persisted
Document 6.0.0 may break FactoryBot.lint
Link to the book
Major docs overhaul: refs, guide, cookbook
Create CODEOWNERS (#1572)
Move documentation into mdBook
Add Ruby 3.2 to build matrix (#1564)
Pass key and receiver to custom key errors (#1561)
Disable cucumber publish message (#1562)
Don't run simplecov on alternate Ruby (#1563)
Use bundle add instead (#1535)
Add 'to_sym' to CustomStrategy in GETTING_STARTED (#1537)
Remove hound.yml file (#1550)
rename references master -> main (#1546)
Correct some offenses by `standardrb --fix`
Correct for `Style/RedundantInitialize` cop
Update standard version to 1.18.0
Update actions/checkout version to v3 (#1556)
CI: Exclude TruffleRuby on Rails 5.0, 5.1, and 5.2 (#1547)
Updated README (#1543)
Fix some typo (#1542)
Note custom strategies breaking change [skip ci]
Bump version to 6.2.1 [ci skip]
Adds traits as mixins to 'Getting started' (#1521)
Fix strategy tracking through associations
Adjust GitHub Actions so linting occurs separately from test suite
Apply standard formatting to address errors in specs
Update GETTING_STARTED: include note about saving in `create_list` (#1522)
Add Ruby 3.1 and Rails 7 to CI (#1526)
Use match? in FactoryBot#aliases_for to save allocations (#1457)
Update rexml following dependabot alert (#1490)
Document value of a sequence can be any Enumerable
fix attribute name mismatch (#1504)
Fix default value for attribute named `new` (#1461)
Skip double CI build on main branch pull requests (#1491)
Add TruffleRuby in CI (#1493)
Remove tests that are allowed to fail
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