worked for most objects, they did not for classes and modules that were also
namespaces (i.e., those defined by a file and matching subdirectories). In
such cases, their child constants could not be autoloaded.
This limitation has been removed.
TracePoint is no longer used.
Requires Ruby 3.2 or later.
Gems that work with previous versions of Zeitwerk also work with this one. If
they support Ruby versions older than 3.2 they can specify a relaxed version
constraint for Zeitwerk like "~> 2.6", for example.
In client projects, Bundler takes the Ruby requirement into account when
resolving dependencies, so Gemfile.lock will get one compatible with the
Ruby version being used.
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.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
↗️ factory_bot (indirect, 6.4.5 → 6.5.0) · Repo · Changelog
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
↗️ loofah (indirect, 2.22.0 → 2.23.1) · Repo · Changelog
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
↗️ rack (indirect, 2.2.9 → 2.2.10) · Repo · Changelog
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)
↗️ zeitwerk (indirect, 2.6.18 → 2.7.1) · Repo · Changelog
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