[src/api] Update data_migrate 11.1.0 → 11.2.0 (minor) #17115
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?
✳️ data_migrate (11.1.0 → 11.2.0) · Repo · Changelog
Release Notes
11.2.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 7 commits:
Prepare 11.2.0 release
Update Appraisal for Rails 8.0.0 release
Remove lockfile (#351)
Bump actionpack from 7.1.3.4 to 7.1.4.1 (#348)
Bump rexml from 3.3.6 to 3.3.9 (#349)
Fix db_config_with_versions arity change and backport
Update README instruction for engines path support (#346)
Release Notes
2.8.8
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
version bump to v2.8.8
Merge pull request #152 from flavorjones/flavorjones-check-xzcat-presence
Check for the existence of xzcat
Merge pull request #151 from flavorjones/flavorjones-dep-minitest-hooks
minitest 5.25 change a method sig used by minitest-hooks
Merge pull request #150 from flavorjones/flavorjones-ci-ruby-head
dep: move dependencies into Gemfile
ci: move ruby-head tests into upstream workflow
ci: fix upstream skeleton
ci: introduce skeleton for upstream
Merge pull request #149 from mudge/revert-148-flavorjones-ignore-re2-failures-for-now
Revert "ci: ignore re2 failures for now"
Merge pull request #148 from flavorjones/flavorjones-ignore-re2-failures-for-now
ci: ignore re2 failures for now
Merge pull request #147 from mark-young-atg/provide_changelog_link_on_rubygems
Provide a 'Changelog' link on rubygems.org/gems/mini_portile
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
13.2.1
13.2.0
13.1.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.
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