Update factory_bot_rails 6.4.3 → 6.4.4 (patch) #688
Merged
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 (6.4.3 → 6.4.4) · Repo · Changelog
Release Notes
6.4.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
Release 6.4.4 [ci skip]
Update Bundler to v2.5.22
Update Bundler to v2.5.21
Bump rake from 13.1.0 to 13.2.1 (#491)
Bump factory_bot from 6.4.0 to 6.5.0 (#492)
Bump rspec-rails from 6.1.0 to 6.1.4
Bump standard from 1.32.1 to 1.40.0 (#487)
Ignore Standard Style/ArgumentsForwarding violations temporarily (#489)
Add a dynamic security workflow and a SECURITY.md file (#481)
Add a CODEOWNERS file (#468)
Update Dependabot schedule
Update CI to run Ruby 3.3
docs: update readme file with markdown templates [skip ci]
Remove copyright ending year
Update copyright year range
Call dynamic-readme reusable workflow
Release Notes
6.5.0
6.4.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 27 commits:
[Docs] Add proper factory definition in example (#1688)
Bump standard from 1.34.0 to 1.40.0
Fix Rails 7.2/8.0 enum deprecations
Fix Rails 7.2 compatibility
Bump development dependencies
docs: documentation files updated (#1678)
Add a dynamic security workflow and a SECURITY.md file (#1677)
Improve docs formatting and fix filename conflicts (#1666)
Add new maintainers to CODEOWNERS (#1651)
Update Dependabot configuration
Add Ruby 3.3 to CI
Added a case for build_class to handle class names with underscores passed as a string (#1642)
Drop myself from CODEOWNERS
docs: documentation files updated (#1637)
Only run this workflow if the README has been updated (#1635)
Update README again (#1630)
Trigger update-readme workflow
Removing copyright ending year
Call dynamic-readme reusable workflow
bundle exec standardrb --fix
Bump standard from 1.18.0 to 1.34.0
Add standard settings
fix: issue 1621 broken links in ref/factory.md
Bump to 6.4.6 [ci skip]
Bump minimum required ruby version to 3.0
Fix linting-factories link in ref/lint.md
Fix broken link on ref/modify.html page in docs
Release Notes
2.23.1
2.23.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:
version bump to v2.23.1
Merge pull request #288 from lazyatom/add-min-height-and-max-height-to-safelist
Allow CSS properties: min-height, max-height
version bump to v2.23.0
Merge pull request #287 from lazyatom/allow-css-min-width
Allow CSS property: min-width
Merge pull request #286 from flavorjones/flavorjones-fix-rubocop
style(rubocop): Gemspec/AddRuntimeDependency
dep(dev): pin rubocop
Merge pull request #281 from m-nakamura145/update-checkout-action
Bump actions/checkout
Merge pull request #280 from m-nakamura145/update-ci-matrix
Add Ruby 3.3 to CI matrix
doc: canonical contributor list in README
doc: say thank you to @getsentry
Release Notes
2.2.10 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 2 commits:
Bump patch version.
[2.2-stable] Fix compatibility issues with Ruby 3.4.0dev (#2248)
Release Notes
2.7.1 (from changelog)
2.7.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 31 commits:
Ready for 2.7.1
Merge pull request #305 from eregon/add-truffleruby-in-ci
Update README about TruffleRuby
Add truffleruby in CI now that the test suite is passing on it
Skip well-known failing test on truffleruby
Validate autoloaded explicit namespaces are classes or modules
Improves the internal docs of Zeitwerk::ExplicitNamespace
Update TruffleRuby notes for Zeitwerk 2.7
Improves internal docs for explicit namespaces
Merge pull request #304 from eregon/speedup-windows-ci
Merge pull request #302 from fxn/cnames
Speedup the CI on Windows by skipping the toolchain as it's not needed
Store explicit namespaces in Object as symbols
Reverse equals? in a couple of other places
Merge pull request #301 from byroot/patch-2
Prefer `Object.equal?` over unknown module `equal?` method
Ready for 2.7.0
Adds a note about backwards compatibility to the CHANGELOG
Rewording
Remove TracePoint Ruby compatibility test
Update CHANGELOG
Fix method signature annotation
Prefer Dir.each_child over Dir.children
Remove polyfill for UnboundMethod#bind_call
Remove polyfill for Module#autoload?
Remove polyfill for Symbol#name
Replace TracePoint with const_added for explicit namespaces
Move core extensions to a new core_ext folder
Add missing @raise annotation
Revises month capitalization in CHANGELOG.md
Revises quotes
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