Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2025

Bumps factory_bot from 6.5.4 to 6.5.5.

Release notes

Sourced from factory_bot's releases.

v6.5.5

What's Changed

New Contributors

Full Changelog: thoughtbot/factory_bot@v6.5.4...v6.5.5

Changelog

Sourced from factory_bot's changelog.

6.5.5 (August 15, 2025)

  • Feat: Adds developer console features (CodeMeister)
    • adds bin/setup to run bundle install
    • adds bin/console to open an IRB console with factory_bot loaded
    • adds a session method reload! will reload all gem files.
  • Feat: Before(:all) and after(:all) callbacks added (CodeMeister)
  • Feat: Adds support for before build callback (Mohammed Nasser and Neil Carvalho)
  • Feat: Adds support for lazy loaded initial value sequences (AJ Esler)
  • Fix: Refactors the removal of files from the loaded register in .irbrc (CodeMeister)
  • Fix: Improves the sequence handling with better context support (CodeMeister)
    • Fixes issue #1754 where #generate was throwing an error
    • Refactors the #increment_sequence method to remove the URI requirement
  • Fix: Cleans up ActiveSupport core extensions (Neil Carvalho)
  • Fix: Addresses issue #1709 with resolution of conflict between '' and '<attribute_id>` (CodeMeister)
  • Fix: Addresses issue #1712 by ensuring callbacks only run once per instance (CodeMeister)
  • Docs: Downcase of the word "constants" in .irbrc file (CodeMeister)
  • Docs: Update docs with note clarifying when the full namespace is required in a factory (John Pitchko)
  • Chore: Add new maintainers to CODEOWNERS (Ajina Slater)
Commits
  • 60e4c8a Build: release v6.5.5 (#1762)
  • 48936d3 Allow the initial value of a sequence to be lazy loaded (#1761)
  • bf5164a Update docs to require full namespace (#1669)
  • f14a63e Add support for before build callback (#1760)
  • 6b67f18 BugFix: Ensure callbacks only run once per instance. (#1712)
  • 8e62514 FEATURE: Before(:all) and after(:all) callbacks added (#1740)
  • cb7971a BugFix: '<attribute>' and '<attribute>_id' conflict. (#1709)
  • 89d60e0 add vburzynski as codeowner (#1759)
  • 936f767 Cleanup Active Support core extensions
  • 28af653 Improve sequence handling with better context support
  • 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 will merge this PR once CI passes on it, as requested by @openhpi-bot.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [factory_bot](https://github.com/thoughtbot/factory_bot) from 6.5.4 to 6.5.5.
- [Release notes](https://github.com/thoughtbot/factory_bot/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot@v6.5.4...v6.5.5)

---
updated-dependencies:
- dependency-name: factory_bot
  dependency-version: 6.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 18, 2025
Copy link

@openhpi-bot openhpi-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit ce6be86 into main Aug 18, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/factory_bot-6.5.5 branch August 18, 2025 05:40
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants