Skip to content

Update factory_bot_rails 6.4.4 → 6.5.0 (minor)#1780

Merged
danidoni merged 1 commit into
masterfrom
depfu/update/factory_bot_rails-6.5.0
Jun 23, 2025
Merged

Update factory_bot_rails 6.4.4 → 6.5.0 (minor)#1780
danidoni merged 1 commit into
masterfrom
depfu/update/factory_bot_rails-6.5.0

Conversation

@depfu

@depfu depfu Bot commented Jun 21, 2025

Copy link
Copy Markdown
Contributor

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.4.4 → 6.5.0) · Repo · Changelog

Release Notes

6.5.0

What's Changed

New Contributors

Full Changelog: v6.4.4...v6.5.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.

↗️ concurrent-ruby (indirect, 1.3.4 → 1.3.5) · Repo · Changelog

Release Notes

1.3.5

What's Changed

New Contributors

Full Changelog: v1.3.4...v1.3.5

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 6 commits:

↗️ factory_bot (indirect, 6.5.0 → 6.5.4) · Repo · Changelog

Release Notes

6.5.4

  • Fix bug where user-defined method named definition could not be set through method_missing in factories. (CodeMeister)

6.5.3

  • Fix: Factory sequences without blocks (CodeMeister)
  • Added: New methods for setting, generating and rewinding sequences (CodeMeister)

6.5.2

  • Changed: Updated "verbose linting" test to allow for backtrace changes in Ruby 3.4 (CodeMeister)
  • Fix: Set the same timestamps for created_at and updated_at on build_stubbed (Kim Emmanuel)
  • Fix: Refactored sequences to ensure cloned traits use parent sequences. (CodeMeister)
  • Docs: Fix definition_file_paths comment (Milo Winningham)
  • Docs: Add ruby-lsp extensions to Useful Tools in README.md (johansenja)
  • Docs: Fix docs about definition file paths (Ryo Nakamura)
  • Docs: Update has_many-associations.md to mention that traits can use inline associations (Matthew Zagaja)
  • Docs: Fix "Transitioning from Factory Girl" guide link (Neil Carvalho)

6.5.1

What's Changed

  • Changed: execute linting tests within ActiveRecord transactions when available (Sean Doyle)
  • Fix: Random test failure when tracking compilation time (CodeMeister)
  • Fix: Bump the minimum required activesupport version to 6.1 (Earlopain)
  • Internal: Update development dependencies (Neil Carvalho)

New Contributors

@CodeMeinster made their first contribution on #1713

Full Changelog: v6.5.0...v6.5.1

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 25 commits:

↗️ loofah (indirect, 2.24.0 → 2.24.1) · Repo · Changelog

Release Notes

2.24.1

2.24.1 / 2025-05-12

Ruby support

  • Import only what's needed from cgi for support for Ruby 3.5 #296 @Earlopain

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ mini_portile2 (indirect, 2.8.8 → 2.8.9) · Repo · Changelog

Release Notes

2.8.9

2.8.9 / 2025-05-12

Ruby support

  • Import only what's needed from cgi, for supporting Ruby 3.5. #160 @Earlopain

New Contributors

Full Changelog: v2.8.8...v2.8.9

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 13 commits:

↗️ minitest (indirect, 5.25.4 → 5.25.5) · Repo · Changelog

Release Notes

5.25.5 (from changelog)

  • 4 bug fixes:

    • Bumped minimum ruby to 2.7.

    • Fixed expectation docs for must/wont_pattern_match. (jaredcwhite)

    • Reorder Minitest::Test.ancestors to allow reaching Minitest::Assertions#skipped? (Edouard-chin)

    • Update the ruby and rails compatibility tables. (bquorning)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 7 commits:

↗️ rack (indirect, 2.2.14 → 2.2.17) · Repo · Changelog

Release Notes

2.2.16 (from changelog)

2.2.15 (from changelog)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 8 commits:

↗️ rails-dom-testing (indirect, 2.2.0 → 2.3.0) · Repo · Changelog

Release Notes

2.3.0

What's Changed

  • Add assert_not_dom, refute_dom, assert_not_select, refute_select & refute_dom_equal by @joshuay03 in #113
  • Raise an error when given a block with a 0 element assertion by @joshuay03 in #116
  • Raise an error when provided an invalid Range, or invalid :minimum and :maximum by @joshuay03 in #115
  • assert_dom :text collapses whitespace by @jyeharry in #123

New Contributors

Full Changelog: v2.2.0...v2.3.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 29 commits:

↗️ rake (indirect, 13.2.1 → 13.3.0) · Repo · Changelog

Release Notes

13.3.0

What's Changed

  • Add missing changelog by @VitaliySerov in #555
  • Exclude 2.3-2.5 on macos-14 iamge by @hsbt in #563
  • Use require_relative in the Rake codebase by @koic in #566
  • Provide a 'Changelog' link on rubygems.org/gems/rake by @mark-young-atg in #572
  • Remove dependency on win32ole by @Earlopain in #573
  • Switch changelog_uri to releases tab by @fynsta in #577
  • chore: refactor/reformat the heredocs (in tests) ... by @pvdb in #589
  • chore: remove $trace global variable / option by @pvdb in #592
  • Link to Jim's last rake commit (not the git tree with that SHA) by @pvdb in #593
  • chore: refactor how temporary files are created (in tests) by @pvdb in #590
  • refactor: use $LOADED_FEATURES built-in instead of $" by @pvdb in #605
  • refactor: remove "exposed" @system_dir instance variable (in helper method) by @pvdb in #604
  • refactor: simplify Rake::Application#system_dir method by @pvdb in #591
  • Remove unused argument by @takmar in #623
  • Use latest RDoc release instead of Ruby 3.2's default version by @st0012 in #630
  • Enabled trusted publisher for rubygems.org by @hsbt in #634
  • refactor: use Dir.home to find rake's standard system dir by @pvdb in #608
  • Fix RDoc links in Rake Information section by @komagata in #627
  • refactor: move dependency requires to ruby_runner.rb file by @pvdb in #609
  • Pattern matching support for arguments by @rgarner in #515

New Contributors

Full Changelog: v13.2.1...v13.3.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.

↗️ zeitwerk (indirect, 2.7.1 → 2.7.3) · Repo · Changelog

Release Notes

2.7.3 (from changelog)

  • The helper Zeitwerk::Loader#cpath_expected_at did not work correctly if the inflector had logic that relied on the absolute path of the given file or directory. This has been fixed.

    This bug was found by Codex.

  • Perpetual internal work.

2.7.2 (from changelog)

  • Internal improvements and micro-optimizations.

  • Add stable TruffleRuby to CI.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 46 commits:


Depfu Status

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)

@depfu depfu Bot added the depfu label Jun 21, 2025
@danidoni danidoni force-pushed the depfu/update/factory_bot_rails-6.5.0 branch from 604cc91 to 55addf4 Compare June 23, 2025 07:20
@danidoni danidoni merged commit c0551d2 into master Jun 23, 2025
2 checks passed
@depfu depfu Bot deleted the depfu/update/factory_bot_rails-6.5.0 branch June 23, 2025 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant