Update jquery-rails 4.5.1 → 4.6.0 (minor) #1294
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?
✳️ jquery-rails (4.5.1 → 4.6.0) · Repo · Changelog
Release Notes
4.6.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 6 commits:
Release v4.6.0 with jQuery v3.7.0
Update jquery to 3.7.0
Merge pull request #293 from MichaelHoste/patch-1
Merge pull request #296 from okuramasafumi/patch-1
Update CHANGELOG.md
Fix typo in CHANGELOG.md (`usj` => `ujs`)
Release Notes
2.1.1
2.1.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 56 commits:
Prepare for 2.1.1 release
Make sure we setup active support before trying to require parts of it
Make sure minitest is required before using it
Prepare for 2.1.0
Add devcontainer configuration
Merge pull request #105 from flavorjones/flavorjones-ci-add-3.2-coverage
Update Gemfile.lock
ci: add Ruby 3.2 coverage
ci: cancel in progress and allow workflow dispatch
Merge pull request #106 from flavorjones/flavorjones-better-failure-diff
Use Minitest::Assertion#diff for content failure messages
Merge pull request #103 from flavorjones/flavorjones-migrate_ci_to_github_actions
delete .travis.yml
Migrate CI to GitHub Actions
Merge pull request #102 from issyl0/fix-double-period-on-assert_select
selector_assertions/html_selector: No trailing `.` on `content_mismatch`
Merge pull request #97 from ghiculescu/blank-body
Better error message if response.body is blank or not parseable by Nokogiri
Merge pull request #76 from speckins/issue-75-multiple-substitution-fix
Merge pull request #95 from jbampton/fix-grammar
Merge pull request #96 from ghiculescu/wrong-message-arg
Raise an error if the last arg is the wrong format
Fix replacement for multiple substitutions
docs: fix grammar in the README [ci skip]
Merge pull request #92 from seanpdoyle/rename-assert-select-to-assert-dom
Remove deprecation, document alias
Merge pull request #93 from seanpdoyle/alias-assert-dom-methods
Alias assert_select methods to assert_dom versions
Merge pull request #91 from seanpdoyle/deprecate-assert-select
Deprecate assert_select* in preparation for rename
Merge pull request #90 from seanpdoyle/substitution-types
Expand Substitution Matching Types support
Merge pull request #89 from amatsuda/manuaload
Simply require rather than autoload + immediately load
Merge pull request #88 from amatsuda/rm_as_concern
These modules uses no AS::Concern feature
Merge pull request #85 from rails/dependabot/bundler/activesupport-6.0.3.1
Merge pull request #87 from jduff/bump_min_activesupport
Merge pull request #84 from jduff/ignore_whitespace_2
Bump min version of activesupport required
Handle differences in interior whitespace
make assert_dom_equal ignore insignificant whitespace
Merge pull request #86 from jduff/update_test_matrix
Update test matrix to current supported ruby/rails versions
Bump activesupport from 6.0.0 to 6.0.3.1
Avoid bundling minitest that requires ruby ~> 2.2 for testing rails 4.2.x
Merge pull request #82 from rails/dependabot/bundler/nokogiri-1.10.9
Bump nokogiri from 1.10.4 to 1.10.9
Merge pull request #81 from rails/dependabot/bundler/rake-13.0.1
Bump rake from 12.0.0 to 13.0.1
Merge pull request #79 from rails/dependabot/bundler/nokogiri-1.10.4
Bump nokogiri from 1.7.0 to 1.10.4
Merge pull request #74 from yahonda/suppress_ruby260_warnings
Address `warning: mismatched indentations at 'when' with 'case'`
Merge pull request #73 from nicolasleger/patch-1
[CI] Test agains Ruby 2.5
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