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 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?
✳️ jquery-ujs (1.2.2 → 1.2.3) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 12 commits:
Bump version for Turbo compatibility
Merge pull request #521 from rails/jquery-ujs-can-coexist-with-turbo
Don't attach UJS form submission handlers to Turbo forms
Merge pull request #482 from s0ber/allow-manual-initialization
Merge pull request #509 from kernow/change-jquery-dependency
Change jquery dependency to a peer dependency
Merge pull request #497 from searls/patch-1
Add Rails 5.1 / webpacker instructions
Merge pull request #492 from aki77/feature-jquery3
Use jQuery.fn.on instead of jQuery.fn.delegate
Use jQuery.fn.on instead of jQuery.fn.bind
Allow to init Jquery UJS manually
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