Update factory_bot 6.5.4 → 6.5.6 (patch) #3697
Open
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?
Release Notes
6.5.6
6.5.5
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 31 commits:
fix: update Gemfile.lock (#1786)build: Release v6.5.6 (#1785)Fix association override precedence over trait foreign keys (#1768)fix: revert removal of mutext_m (#1784)chore(Gemfile.lock): update gem versions and dependencies (#1782)Fix some typoschore(gemspec): remove unnecessary development dependencies (cucumber, mutex_m) (#1781)feat(build): add Ruby 3.4 to CI matrix (#1780)docs: update RELEASING.md (#1763)Bump standard from v1.44.0 to v1.51.1 (#1779)fix(gemspec): add ostruct as a development dependency (#1778)Fix ruby syntax highlighting in yard docs (#1777)chore: tag slow specs (#1776)Update link to FactoryGirl upgrade guide (#1769)Refactor factory calculator (#1770)fix(yard): fix remaining yard doc warningsfix(yard): resolve unknown parameter names warningBump actions/checkout from 4 to 5 (#1765)Build: release v6.5.5 (#1762)Allow the initial value of a sequence to be lazy loaded (#1761)Update docs to require full namespace (#1669)Add support for before build callback (#1760)BugFix: Ensure callbacks only run once per instance. (#1712)FEATURE: Before(:all) and after(:all) callbacks added (#1740)BugFix: '<attribute>' and '<attribute>_id' conflict. (#1709)add vburzynski as codeowner (#1759)Cleanup Active Support core extensionsImprove sequence handling with better context supportSimplified removal of matching featuresUpdate .irbrc to downcast "Constants"Developer Console FeatureRelease Notes
0.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
v0.5.0Merge pull request #39 from ruby/dependabot/github_actions/step-security/harden-runner-2.13.1Bump step-security/harden-runner from 2.13.0 to 2.13.1Update ruby/setup-rubyMerge pull request #38 from Shopify/add-ms-function-and-pass-unit-arg-to-realtimeAdd Benchmark.ms method and enhance realtime with unit parameterMerge pull request #37 from ruby/dependabot/github_actions/actions/checkout-5Bump actions/checkout from 4 to 5Merge pull request #36 from ruby/dependabot/github_actions/step-security/harden-runner-2.13.0Bump step-security/harden-runner from 2.12.2 to 2.13.0Merge pull request #35 from ruby/dependabot/github_actions/step-security/harden-runner-2.12.2Bump step-security/harden-runner from 2.12.1 to 2.12.2Use GITHUB_TOKEN instead of admin credentialMerge pull request #34 from ruby/dependabot/github_actions/step-security/harden-runner-2.12.1Bump step-security/harden-runner from 2.12.0 to 2.12.1Release Notes
3.3.1
3.3.0
3.2.3
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
2.5.4 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 4 commits:
Add optional argument to discard_current_connection (#205)doc, bumpAdd the ability to discard the current connection (#204)Bump actions/checkout from 4 to 5 (#203)Release Notes
5.26.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 12 commits:
prepped for release- Use Regexp.escape for BASE_RE in case pwd has special chars. (astra_1993)- Bypass parallel_executor entirely when n_threads=1.- Switched assert_equal's diff from Tempfile.open to Tempfile.create.clarify an assert_equal + newline + backslash n test output to be more readableImprove let tests to no longer be order dependent.- Ensure that minitest exits non-zero on Interrupt. (tavianator)- Removed some 1.8/1.9-based code from the assertions and expectations.- Still fighting with rdoc? Yup. Still fighting with rdoc...- Don't require rubygems in Rakefile... it is 2025.- Fix Minitest.run sequence rdoc to include loop vars and read consistently.+ Added extra documentation to Minitest::TestTask options.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